[INFO] fetching crate mqf 1.0.0... [INFO] testing mqf-1.0.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate mqf 1.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate mqf 1.0.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mqf 1.0.0 [INFO] finished tweaking crates.io crate mqf 1.0.0 [INFO] tweaked toml for crates.io crate mqf 1.0.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 841115ca2c378671c7dd70c12bb77495d59a1aa1e20f17ebc50401fd431b53aa [INFO] running `"docker" "start" "-a" "841115ca2c378671c7dd70c12bb77495d59a1aa1e20f17ebc50401fd431b53aa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling mqf v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `"docker" "inspect" "841115ca2c378671c7dd70c12bb77495d59a1aa1e20f17ebc50401fd431b53aa"` [INFO] running `"docker" "rm" "-f" "841115ca2c378671c7dd70c12bb77495d59a1aa1e20f17ebc50401fd431b53aa"` [INFO] [stdout] 841115ca2c378671c7dd70c12bb77495d59a1aa1e20f17ebc50401fd431b53aa [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0c4a507b5ba9eeb36ca666c612f5a3663cb9eed430d6d95a72785d5885871356 [INFO] running `"docker" "start" "-a" "0c4a507b5ba9eeb36ca666c612f5a3663cb9eed430d6d95a72785d5885871356"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling mqf v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `maximum_count` [INFO] [stderr] --> src/raw.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | let maximum_count = (1u64 << counter_size) - 1; [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maximum_count` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `count` is never read [INFO] [stderr] --> src/raw.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | let mut count = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `count` is never read [INFO] [stderr] --> src/lib.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | let mut count = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:159:13 [INFO] [stderr] | [INFO] [stderr] 159 | let mut fixed_counter = 0; [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:189:13 [INFO] [stderr] | [INFO] [stderr] 189 | let mut count = qf.count_key(100); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | let mut file = tempfile::NamedTempFile::new().unwrap(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/raw.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | let mut fixed_counter = 0; [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.mqf.biy9htqf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b" "/opt/rustwide/target/debug/deps/mqf-f0bbbde18b35448b.14wqa8izrrg3xk2y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src" "-L" "/opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/ThirdParty/stxxl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lstdc++" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lMQF" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "-lstxxl_debug" "-Wl,--no-whole-archive" "/opt/rustwide/target/debug/deps/libtempfile-e32b18f90db9e64d.rlib" "/opt/rustwide/target/debug/deps/librand-76e34f11f20ec390.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1c49bee79fc6ebcf.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-d6e416a918eb1afe.rlib" "/opt/rustwide/target/debug/deps/librand_core-4d3ec403c5f54cf7.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0878db7961a90168.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428776bad12062f2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `bufferedMQF_init': [INFO] [stderr] /opt/rustwide/workdir/src/bufferedMQF.cpp:89: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:89: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `bufferedMQF_insert': [INFO] [stderr] /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:121: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:126: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:126: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:126: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `bufferedMQF_iterator': [INFO] [stderr] /opt/rustwide/workdir/src/bufferedMQF.cpp:191: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:192: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:196: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:196: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `bufferedMQF_migrate': [INFO] [stderr] /opt/rustwide/workdir/src/bufferedMQF.cpp:220: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:208: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:210: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:210: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:210: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:208: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/bufferedMQF.cpp:208: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `__static_initialization_and_destruction_0(int, int)': [INFO] [stderr] /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::Init()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::~Init()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o): in function `bufferedMQF::bufferedMQF()': [INFO] [stderr] /opt/rustwide/workdir/include/bufferedMQF.h:44: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o):(.data.rel.local.DW.ref._ZTISt9exception[DW.ref._ZTISt9exception]+0x0): undefined reference to `typeinfo for std::exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(bufferedMQF.cpp.o):(.data.rel.local.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `insert_replace_slots_and_shift_remainders_and_runends_and_offsets(quotient_filter*, int, unsigned long, unsigned long, unsigned long const*, unsigned long const*, unsigned long, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1067: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1078: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `insert(quotient_filter*, unsigned __int128, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1608: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_remove': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1738: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_init': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1896: undefined reference to `std::basic_ofstream >::basic_ofstream(char const*, std::_Ios_Openmode)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1897: undefined reference to `std::ostream::seekp(std::fpos<__mbstate_t>)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1898: undefined reference to `std::ostream::operator<<(int)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1899: undefined reference to `std::basic_ofstream >::close()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1896: undefined reference to `std::basic_ofstream >::~basic_ofstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1817: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1896: undefined reference to `std::basic_ofstream >::~basic_ofstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_getBlockLabel_pointer_byItem': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1954: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_copy': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:1993: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:1993: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_destroy': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2008: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_read': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2070: undefined reference to `std::__cxx11::basic_string, std::allocator >::c_str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2073: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2073: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2068: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_serialize': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2111: undefined reference to `std::__cxx11::basic_string, std::allocator >::c_str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2113: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2113: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2110: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_deserialize': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2143: undefined reference to `std::__cxx11::basic_string, std::allocator >::c_str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2147: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2147: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2141: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_remove_label': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2209: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_get_label': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2255: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_iterator': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2344: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qfi_get': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2470: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `slotsUsedInCounting': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2556: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `_qf_merge(quotient_filter*, quotient_filter*, quotient_filter*, void (*)(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long*, unsigned long*, unsigned long*))': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2656: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_equals': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2739: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `_qf_multi_merge(quotient_filter**, int, quotient_filter*, void (*)(unsigned long*, unsigned long*, unsigned long*, std::map >, std::less, std::allocator > > > >**, int, unsigned long*, unsigned long*, unsigned long*))': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2816: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2816: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2819: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2877: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2880: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2806: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `inverted_union_multi_Fn(unsigned long*, unsigned long*, unsigned long*, std::map >, std::less, std::allocator > > > >**, int, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2900: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2900: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2900: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2909: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2909: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2910: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(char)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2915: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2915: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2916: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(char)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2922: undefined reference to `std::__cxx11::basic_string, std::allocator >::pop_back()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2900: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2932: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2909: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2915: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2900: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `inverted_union_multi_no_count_Fn(unsigned long*, unsigned long*, unsigned long*, std::map >, std::less, std::allocator > > > >**, int, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2938: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2938: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2938: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2947: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2947: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2948: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(char)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2953: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2953: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2954: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator+=(char)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2960: undefined reference to `std::__cxx11::basic_string, std::allocator >::pop_back()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2938: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2971: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2947: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2953: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2938: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_invertable_merge': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:2982: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2985: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2994: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2996: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3009: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2985: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2994: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:2996: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_invertable_merge_no_count': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:3030: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3033: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3042: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3044: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3057: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3033: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3042: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3044: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `qf_resize': [INFO] [stderr] /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/gqf.cpp:3072: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__static_initialization_and_destruction_0(int, int)': [INFO] [stderr] /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::Init()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::~Init()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `file_exists(std::__cxx11::basic_string, std::allocator > const&)': [INFO] [stderr] /opt/rustwide/workdir/include/utils.h:19: undefined reference to `std::__cxx11::basic_string, std::allocator >::c_str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/include/utils.h:19: undefined reference to `std::basic_ifstream >::basic_ifstream(char const*, std::_Ios_Openmode)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/include/utils.h:20: undefined reference to `std::basic_ios >::good() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/include/utils.h:19: undefined reference to `std::basic_ifstream >::~basic_ifstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/include/utils.h:19: undefined reference to `std::basic_ifstream >::~basic_ifstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, unsigned long>::~pair()': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:208: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, int>::~pair()': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:208: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::__cxx11::basic_string, std::allocator > __gnu_cxx::__to_xstring, std::allocator >, char>(int (*)(char*, unsigned long, char const*, __va_list_tag*), unsigned long, char const*, ...)': [INFO] [stderr] /usr/include/c++/9/ext/string_conversions.h:115: undefined reference to `std::allocator::allocator()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/string_conversions.h:115: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/string_conversions.h:115: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::__cxx11::basic_string, std::allocator >::_Alloc_hider::~_Alloc_hider()': [INFO] [stderr] /usr/include/c++/9/bits/basic_string.h:150: undefined reference to `std::allocator::~allocator()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::__cxx11::basic_string, std::allocator > std::operator+, std::allocator >(std::__cxx11::basic_string, std::allocator >&&, char const*)': [INFO] [stderr] /usr/include/c++/9/bits/basic_string.h:6123: undefined reference to `std::__cxx11::basic_string, std::allocator >::append(char const*)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.h:6123: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator >&&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree_iterator > > >::operator++(int)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:295: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree_iterator, std::allocator > const, unsigned long> >::operator++(int)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:295: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::__cxx11::basic_string, std::allocator >::basic_string(char*, char*, std::allocator const&)': [INFO] [stderr] /usr/include/c++/9/bits/basic_string.h:627: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_local_data()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.h:627: undefined reference to `std::__cxx11::basic_string, std::allocator >::_Alloc_hider::_Alloc_hider(char*, std::allocator const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, unsigned long>::pair, std::allocator >&, unsigned long, true>(std::__cxx11::basic_string, std::allocator >&, unsigned long&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:342: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator > const, unsigned long> >, bool> std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, unsigned long>, std::_Select1st, std::allocator > const, unsigned long> >, std::less, std::allocator > >, std::allocator, std::allocator > const, unsigned long> > >::_M_emplace_unique, std::allocator >, unsigned long> >(std::pair, std::allocator >, unsigned long>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2423: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, unsigned long>::pair, std::allocator >&, unsigned long&, true>(std::__cxx11::basic_string, std::allocator >&, unsigned long&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:342: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::vector >::_S_check_init_len(unsigned long, std::allocator const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, unsigned long>::pair, std::allocator >, unsigned long, true>(std::__cxx11::basic_string, std::allocator >&&, unsigned long&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:342: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator >&&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair > > >, bool> std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_emplace_unique > > >(std::pair > >&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2423: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator >, int>::pair, std::allocator >, int&, true>(std::__cxx11::basic_string, std::allocator >&&, int&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:342: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator >&&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator > const, unsigned long> >, bool> std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, unsigned long>, std::_Select1st, std::allocator > const, unsigned long> >, std::less, std::allocator > >, std::allocator, std::allocator > const, unsigned long> > >::_M_emplace_unique, std::allocator >, int> >(std::pair, std::allocator >, int>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2423: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair > > >, bool> std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_emplace_unique > > >(std::pair > >&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2423: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2420: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, unsigned long>, std::_Select1st, std::allocator > const, unsigned long> >, std::less, std::allocator > >, std::allocator, std::allocator > const, unsigned long> > >::_M_insert_node(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node, std::allocator > const, unsigned long> >*)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2361: undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_insert_node(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node > > >*)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2361: undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree_node > > >* std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_copy > >, std::_Select1st > > >, std::less, std::allocator > > > >::_Alloc_node>(std::_Rb_tree_node > > > const*, std::_Rb_tree_node_base*, std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_Alloc_node&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:1896: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:1899: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:1896: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `bool std::operator< , std::allocator >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/basic_string.h:6229: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(std::__cxx11::basic_string, std::allocator > const&) const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, unsigned long>, std::_Select1st, std::allocator > const, unsigned long> >, std::less, std::allocator > >, std::allocator, std::allocator > const, unsigned long> > >::_M_construct_node, std::allocator >, unsigned long> >(std::_Rb_tree_node, std::allocator > const, unsigned long> >*, std::pair, std::allocator >, unsigned long>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree_iterator, std::allocator > const, unsigned long> >::operator--()': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:302: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_construct_node > > >(std::_Rb_tree_node > > >*, std::pair > >&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::_Rb_tree_iterator > > >::operator--()': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:302: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, unsigned long>, std::_Select1st, std::allocator > const, unsigned long> >, std::less, std::allocator > >, std::allocator, std::allocator > const, unsigned long> > >::_M_construct_node, std::allocator >, int> >(std::_Rb_tree_node, std::allocator > const, unsigned long> >*, std::pair, std::allocator >, int>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(int*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_construct_node > > >(std::_Rb_tree_node > > >*, std::pair > >&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::__cxx11::basic_string, std::allocator >::_M_construct(char*, char*, std::forward_iterator_tag)': [INFO] [stderr] /usr/include/c++/9/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_data(char*)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:220: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_capacity(unsigned long)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_data() const' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string, std::allocator >::_S_copy_chars(char*, char*, char*)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:232: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_set_length(unsigned long)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:226: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:228: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_dispose()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:229: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/basic_string.tcc:226: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator > > > >::deallocate(std::_Rb_tree_node > > >*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator > const, unsigned long>::~pair()': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:208: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator, std::allocator > const, unsigned long> > >::deallocate(std::_Rb_tree_node, std::allocator > const, unsigned long> >*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator, std::allocator > const, unsigned long> > >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `__gnu_cxx::new_allocator > > > >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator > const, unsigned long>::pair, std::allocator >, unsigned long, true>(std::pair, std::allocator >, unsigned long>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:362: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator >&&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `std::pair, std::allocator > const, unsigned long>::pair, std::allocator >, int, true>(std::pair, std::allocator >, int>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_pair.h:362: undefined reference to `std::__cxx11::basic_string, std::allocator >::basic_string(std::__cxx11::basic_string, std::allocator >&&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(gqf.cpp.o): in function `void std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::_M_construct_node > > const&>(std::_Rb_tree_node > > >*, std::pair > > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::onDiskMQF::init(onDiskMQF_Namespace::onDiskMQF*&, unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1992: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1995: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1998: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2001: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2004: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/src/onDiskMQF.cpp:2007: more undefined references to `operator new(unsigned long)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::onDiskMQF::init(onDiskMQF_Namespace::onDiskMQF*&, unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1992: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1995: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1998: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2001: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2004: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/src/onDiskMQF.cpp:2007: more undefined references to `operator delete(void*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__static_initialization_and_destruction_0(int, int)': [INFO] [stderr] /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::Init()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/iostream:74: undefined reference to `std::ios_base::Init::~Init()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::exception::exception()': [INFO] [stderr] /usr/include/c++/9/bits/exception.h:63: undefined reference to `vtable for std::exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::bad_alloc::bad_alloc()': [INFO] [stderr] /usr/include/c++/9/new:57: undefined reference to `vtable for std::bad_alloc' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::resource_error::resource_error(std::__cxx11::basic_string, std::allocator > const&)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:45: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:44: undefined reference to `__cxa_call_unexpected' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::bad_ext_alloc::bad_ext_alloc(std::__cxx11::basic_string, std::allocator > const&)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:57: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string, std::allocator > const&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:56: undefined reference to `__cxa_call_unexpected' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:59: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::~mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::~mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::~mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::~mutex()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:72: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:75: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:78: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::lock()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::lock()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:83: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::unlock()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::mutex::unlock()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/mutex.h:88: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::system_error::system_error(std::system_error const&)': [INFO] [stderr] /usr/include/c++/9/system_error:368: undefined reference to `std::runtime_error::runtime_error(std::runtime_error const&)' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/system_error:368: undefined reference to `vtable for std::system_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::ios_base::failure[abi:cxx11]::failure(std::ios_base::failure[abi:cxx11] const&)': [INFO] [stderr] /usr/include/c++/9/bits/ios_base.h:255: undefined reference to `vtable for std::ios_base::failure[abi:cxx11]' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::print_library_version_mismatch()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: more undefined references to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::print_library_version_mismatch()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/version.h:92: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::config::config()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:134: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::onDiskMQF::onDiskMQF()': [INFO] [stderr] /opt/rustwide/workdir/include/onDiskMQF.h:97: undefined reference to `std::basic_fstream >::basic_fstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::onDiskMQF::~onDiskMQF()': [INFO] [stderr] /opt/rustwide/workdir/include/onDiskMQF.h:97: undefined reference to `std::basic_fstream >::~basic_fstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<1ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<2ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<3ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<4ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<5ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<6ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<7ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<8ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<9ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<10ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<11ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<12ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<13ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<14ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<15ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<16ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<17ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<18ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<19ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<20ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<21ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<22ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<23ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<24ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<25ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<26ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<27ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<28ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<29ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<30ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<31ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<32ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<33ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<34ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<35ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<36ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<37ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<38ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<39ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<40ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<41ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::_onDiskMQF(unsigned long, unsigned long, unsigned long, unsigned long, char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::domain_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `std::domain_error::~domain_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `typeinfo for std::domain_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2216: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2200: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::io_error::~io_error()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:25: undefined reference to `std::ios_base::failure[abi:cxx11]::~failure()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::io_error::~io_error()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:25: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::create_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_acquire' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_release' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_abort' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::create_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_acquire' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_release' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_abort' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector >::_S_check_init_len(unsigned long, std::allocator const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 32768u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 40960u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 49152u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 57344u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 65536u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 73728u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 81920u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 90112u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 98304u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 106496u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 114688u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 122880u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 131072u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 139264u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 147456u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 155648u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 163840u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 172032u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 180224u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 188416u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 196608u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 204800u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 212992u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 221184u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 229376u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 237568u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 245760u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 253952u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 262144u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 270336u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 278528u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 286720u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 294912u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 303104u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 311296u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 319488u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 327680u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 335872u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 344064u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 352256u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 360448u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 368640u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 376832u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 385024u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 393216u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 401408u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 409600u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 417792u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 425984u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 434176u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 442368u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 450560u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 458752u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 466944u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 475136u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 483328u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 491520u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 499712u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 507904u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 516096u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 524288u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 532480u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 540672u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 548864u, stxxl::RC, unsigned long long>::~vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1514: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_get_exception_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1487: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1485: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1491: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1489: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1510: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1508: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::destroy_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:67: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::destroy_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:67: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::__cxx11::list >::insert(std::_List_const_iterator, unsigned long long const&)': [INFO] [stderr] /usr/include/c++/9/bits/list.tcc:109: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 32768u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 40960u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 49152u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 57344u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 65536u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 73728u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 81920u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 90112u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 98304u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 106496u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 114688u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 122880u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 131072u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 139264u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 147456u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 155648u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 163840u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 172032u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 180224u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 188416u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 196608u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 204800u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 212992u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 221184u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 229376u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 237568u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 245760u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 253952u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 262144u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 270336u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 278528u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 286720u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 294912u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 303104u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 311296u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 319488u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 327680u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 335872u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 344064u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 352256u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 360448u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 368640u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 376832u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 385024u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 393216u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 401408u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 409600u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 417792u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 425984u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 434176u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 442368u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 450560u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 458752u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 466944u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 475136u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 483328u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 491520u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 499712u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 507904u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 516096u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 524288u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 532480u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 540672u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 548864u, stxxl::RC, unsigned long long>::allocate_page_cache() const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1011: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(stxxl::disk_config*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::disk_config::~disk_config()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:34: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/config.h:34: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector >::_S_check_init_len(unsigned long, std::allocator const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector >::_S_check_init_len(unsigned long, std::allocator const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::create_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_acquire' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_release' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:51: undefined reference to `__cxa_guard_abort' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:54: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 32768u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 40960u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 49152u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 57344u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 65536u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 73728u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 81920u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 90112u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 98304u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 106496u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 114688u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 122880u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 131072u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 139264u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 147456u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 155648u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 163840u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 172032u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 180224u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 188416u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 196608u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 204800u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 212992u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 221184u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 229376u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 237568u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 245760u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 253952u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 262144u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 270336u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 278528u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 286720u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 294912u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 303104u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 311296u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 319488u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 327680u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 335872u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 344064u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 352256u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 360448u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 368640u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 376832u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 385024u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 393216u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 401408u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 409600u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 417792u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 425984u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 434176u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 442368u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 450560u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 458752u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 466944u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 475136u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 483328u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 491520u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 499712u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 507904u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 516096u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 524288u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 532480u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 540672u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector, 0u, void> >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 548864u, stxxl::RC, unsigned long long>::write_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1623: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1635: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(unsigned long long*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::singleton::destroy_instance()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/singleton.h:67: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::vector, std::allocator > >::_S_check_init_len(unsigned long, std::allocator > const&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_vector.h:1767: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::simple_vector(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:70: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::resize(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:147: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:150: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:155: undefined reference to `__cxa_throw_bad_array_new_length' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:145: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator > >::deallocate(std::_Rb_tree_node >*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(std::_List_node*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Deque_base >::_M_initialize_map(unsigned long)': [INFO] [stderr] /usr/include/c++/9/bits/stl_deque.h:720: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_deque.h:725: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_deque.h:720: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void* stxxl::aligned_alloc<4096ul>(unsigned long, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:74: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:74: undefined reference to `std::bad_alloc::~bad_alloc()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:74: undefined reference to `typeinfo for std::bad_alloc' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:74: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/aligned_alloc.h:95: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void std::deque >::_M_push_back_aux(long long&&)': [INFO] [stderr] /usr/include/c++/9/bits/deque.tcc:488: undefined reference to `std::__throw_length_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::bad_ext_alloc::~bad_ext_alloc()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:49: undefined reference to `std::runtime_error::~runtime_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::bad_ext_alloc::~bad_ext_alloc()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:49: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<32768u>(stxxl::BID<32768u>*, stxxl::BID<32768u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::__cxx11::list >::swap(std::__cxx11::list >&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_list.h:1476: undefined reference to `std::__detail::_List_node_base::swap(std::__detail::_List_node_base&, std::__detail::_List_node_base&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<40960u>(stxxl::BID<40960u>*, stxxl::BID<40960u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<49152u>(stxxl::BID<49152u>*, stxxl::BID<49152u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<57344u>(stxxl::BID<57344u>*, stxxl::BID<57344u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<65536u>(stxxl::BID<65536u>*, stxxl::BID<65536u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<73728u>(stxxl::BID<73728u>*, stxxl::BID<73728u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<81920u>(stxxl::BID<81920u>*, stxxl::BID<81920u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<90112u>(stxxl::BID<90112u>*, stxxl::BID<90112u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<98304u>(stxxl::BID<98304u>*, stxxl::BID<98304u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<106496u>(stxxl::BID<106496u>*, stxxl::BID<106496u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<114688u>(stxxl::BID<114688u>*, stxxl::BID<114688u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<122880u>(stxxl::BID<122880u>*, stxxl::BID<122880u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<131072u>(stxxl::BID<131072u>*, stxxl::BID<131072u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<139264u>(stxxl::BID<139264u>*, stxxl::BID<139264u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<147456u>(stxxl::BID<147456u>*, stxxl::BID<147456u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<155648u>(stxxl::BID<155648u>*, stxxl::BID<155648u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<163840u>(stxxl::BID<163840u>*, stxxl::BID<163840u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<172032u>(stxxl::BID<172032u>*, stxxl::BID<172032u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<180224u>(stxxl::BID<180224u>*, stxxl::BID<180224u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<188416u>(stxxl::BID<188416u>*, stxxl::BID<188416u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<196608u>(stxxl::BID<196608u>*, stxxl::BID<196608u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<204800u>(stxxl::BID<204800u>*, stxxl::BID<204800u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<212992u>(stxxl::BID<212992u>*, stxxl::BID<212992u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<221184u>(stxxl::BID<221184u>*, stxxl::BID<221184u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<229376u>(stxxl::BID<229376u>*, stxxl::BID<229376u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<237568u>(stxxl::BID<237568u>*, stxxl::BID<237568u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<245760u>(stxxl::BID<245760u>*, stxxl::BID<245760u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<253952u>(stxxl::BID<253952u>*, stxxl::BID<253952u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<262144u>(stxxl::BID<262144u>*, stxxl::BID<262144u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<270336u>(stxxl::BID<270336u>*, stxxl::BID<270336u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<278528u>(stxxl::BID<278528u>*, stxxl::BID<278528u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<286720u>(stxxl::BID<286720u>*, stxxl::BID<286720u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<294912u>(stxxl::BID<294912u>*, stxxl::BID<294912u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<303104u>(stxxl::BID<303104u>*, stxxl::BID<303104u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<311296u>(stxxl::BID<311296u>*, stxxl::BID<311296u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<319488u>(stxxl::BID<319488u>*, stxxl::BID<319488u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<327680u>(stxxl::BID<327680u>*, stxxl::BID<327680u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<335872u>(stxxl::BID<335872u>*, stxxl::BID<335872u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<344064u>(stxxl::BID<344064u>*, stxxl::BID<344064u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<352256u>(stxxl::BID<352256u>*, stxxl::BID<352256u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<360448u>(stxxl::BID<360448u>*, stxxl::BID<360448u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<368640u>(stxxl::BID<368640u>*, stxxl::BID<368640u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<376832u>(stxxl::BID<376832u>*, stxxl::BID<376832u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<385024u>(stxxl::BID<385024u>*, stxxl::BID<385024u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<393216u>(stxxl::BID<393216u>*, stxxl::BID<393216u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<401408u>(stxxl::BID<401408u>*, stxxl::BID<401408u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<409600u>(stxxl::BID<409600u>*, stxxl::BID<409600u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<417792u>(stxxl::BID<417792u>*, stxxl::BID<417792u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<425984u>(stxxl::BID<425984u>*, stxxl::BID<425984u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<434176u>(stxxl::BID<434176u>*, stxxl::BID<434176u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<442368u>(stxxl::BID<442368u>*, stxxl::BID<442368u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<450560u>(stxxl::BID<450560u>*, stxxl::BID<450560u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<458752u>(stxxl::BID<458752u>*, stxxl::BID<458752u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<466944u>(stxxl::BID<466944u>*, stxxl::BID<466944u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<475136u>(stxxl::BID<475136u>*, stxxl::BID<475136u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<483328u>(stxxl::BID<483328u>*, stxxl::BID<483328u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<491520u>(stxxl::BID<491520u>*, stxxl::BID<491520u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<499712u>(stxxl::BID<499712u>*, stxxl::BID<499712u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<507904u>(stxxl::BID<507904u>*, stxxl::BID<507904u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<516096u>(stxxl::BID<516096u>*, stxxl::BID<516096u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<524288u>(stxxl::BID<524288u>*, stxxl::BID<524288u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<532480u>(stxxl::BID<532480u>*, stxxl::BID<532480u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<540672u>(stxxl::BID<540672u>*, stxxl::BID<540672u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::simple_vector >::~simple_vector()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/simple_vector.h:81: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void stxxl::disk_allocator::new_blocks<548864u>(stxxl::BID<548864u>*, stxxl::BID<548864u>*)': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::ostream::operator<<(long long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::str() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:175: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:181: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:199: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/mng/disk_allocator.h:202: undefined reference to `std::__cxx11::basic_ostringstream, std::allocator >::~basic_ostringstream()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(stxxl::BID<32768u>*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(unsigned char*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(long long*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Deque_base >::_M_create_nodes(long long**, long long**)': [INFO] [stderr] /usr/include/c++/9/bits/stl_deque.h:747: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_deque.h:750: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_deque.h:747: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::deallocate(long long**, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(stxxl::BID<40960u>*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(stxxl::BID<49152u>*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(stxxl::BID<57344u>*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::deallocate(stxxl::BID<65536u>*, unsigned long)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:128: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):/usr/include/c++/9/ext/new_allocator.h:128: more undefined references to `operator delete(void*)' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Rb_tree_iterator > std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_emplace_hint_unique, std::tuple<> >(std::_Rb_tree_const_iterator >, std::piecewise_construct_t const&, std::tuple&&, std::tuple<>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2467: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2470: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:2467: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Rb_tree_iterator >::operator++()': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:287: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_erase_aux(std::_Rb_tree_const_iterator >)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2509: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_insert_node(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node >*)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:2361: undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `void std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_construct_node, std::tuple<> >(std::_Rb_tree_node >*, std::piecewise_construct_t const&, std::tuple&&, std::tuple<>&&)': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_begin_catch' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:622: undefined reference to `__cxa_rethrow' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/bits/stl_tree.h:618: undefined reference to `__cxa_end_catch' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::_Rb_tree_iterator >::operator--()': [INFO] [stderr] /usr/include/c++/9/bits/stl_tree.h:302: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 32768u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 40960u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 49152u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 57344u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 65536u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 73728u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 81920u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 90112u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 98304u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 106496u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 114688u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 122880u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 131072u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 139264u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 147456u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 155648u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 163840u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 172032u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 180224u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 188416u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 196608u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 204800u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 212992u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 221184u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 229376u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 237568u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 245760u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 253952u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 262144u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 270336u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 278528u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 286720u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 294912u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 303104u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 311296u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 319488u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 327680u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 335872u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 344064u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 352256u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 360448u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 368640u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 376832u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 385024u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 393216u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 401408u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 409600u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 417792u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 425984u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 434176u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 442368u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 450560u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 458752u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 466944u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 475136u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 483328u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 491520u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 499712u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 507904u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 516096u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 524288u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 532480u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 540672u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::vector, 4u, stxxl::lru_pager<8u>, 548864u, stxxl::RC, unsigned long long>::read_page(long long, long long) const': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1605: undefined reference to `operator new[](unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/containers/vector.h:1615: undefined reference to `operator delete[](void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `__gnu_cxx::new_allocator > >::allocate(unsigned long, void const*)': [INFO] [stderr] /usr/include/c++/9/ext/new_allocator.h:105: undefined reference to `std::__throw_bad_alloc()' [INFO] [stderr] /usr/bin/ld: /usr/include/c++/9/ext/new_allocator.h:114: undefined reference to `operator new(unsigned long)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `std::__cxx11::list >::_M_transfer(std::_List_iterator, std::_List_iterator, std::_List_iterator)': [INFO] [stderr] /usr/include/c++/9/bits/stl_list.h:1891: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN5stxxl13bad_ext_allocE[_ZTVN5stxxl13bad_ext_allocE]+0x20): undefined reference to `std::runtime_error::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN5stxxl14resource_errorE[_ZTVN5stxxl14resource_errorE]+0x20): undefined reference to `std::runtime_error::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::resource_error::~resource_error()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:37: undefined reference to `std::runtime_error::~runtime_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `stxxl::resource_error::~resource_error()': [INFO] [stderr] /opt/rustwide/workdir/ThirdParty/stxxl/include/stxxl/bits/common/exceptions.h:37: undefined reference to `operator delete(void*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN5stxxl8io_errorE[_ZTVN5stxxl8io_errorE]+0x20): undefined reference to `std::ios_base::failure[abi:cxx11]::what() const' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x10): undefined reference to `__cxa_pure_virtual' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x18): undefined reference to `__cxa_pure_virtual' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x20): undefined reference to `__cxa_pure_virtual' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x28): undefined reference to `__cxa_pure_virtual' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x30): undefined reference to `__cxa_pure_virtual' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTVN19onDiskMQF_Namespace9onDiskMQFE[_ZTVN19onDiskMQF_Namespace9onDiskMQFE]+0x38): more undefined references to `__cxa_pure_virtual' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm64EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm64EEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm63EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm63EEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm62EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm62EEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm61EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm61EEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm60EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm60EEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace10_onDiskMQFILm59EEE[_ZTIN19onDiskMQF_Namespace10_onDiskMQFILm59EEE]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN5stxxl13bad_ext_allocE[_ZTIN5stxxl13bad_ext_allocE]+0x10): undefined reference to `typeinfo for std::runtime_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN5stxxl14resource_errorE[_ZTIN5stxxl14resource_errorE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN5stxxl14resource_errorE[_ZTIN5stxxl14resource_errorE]+0x10): undefined reference to `typeinfo for std::runtime_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN5stxxl8io_errorE[_ZTIN5stxxl8io_errorE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN5stxxl8io_errorE[_ZTIN5stxxl8io_errorE]+0x10): undefined reference to `typeinfo for std::ios_base::failure[abi:cxx11]' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o):(.data.rel.ro._ZTIN19onDiskMQF_Namespace9onDiskMQFE[_ZTIN19onDiskMQF_Namespace9onDiskMQFE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<64ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<63ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<62ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<61ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<60ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<59ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<58ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<57ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<56ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<55ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<54ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<53ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<52ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<51ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<50ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<49ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<48ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<47ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<46ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<45ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<44ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::serialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2439: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::deserialize(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2463: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::read(char const*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2380: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::migrateFromQF(quotient_filter*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::overflow_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `std::overflow_error::~overflow_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `typeinfo for std::overflow_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:3417: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<43ul>::getForIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long*, unsigned long*, unsigned long*)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2721: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::reset()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::logic_error(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `std::logic_error::~logic_error()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `typeinfo for std::logic_error' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2424: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::remove(unsigned long, unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1919: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::get_label(unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2605: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::remove_label(unsigned long, bool, bool)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2558: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::getIterator(onDiskMQF_Namespace::onDiskMQFIterator*, unsigned long)': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_allocate_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::out_of_range(char const*)' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `std::out_of_range::~out_of_range()' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `typeinfo for std::out_of_range' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_throw' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:2689: undefined reference to `__cxa_free_exception' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/build/mqf-b7f9adc99a1b13da/out/build/src/libMQF.a(onDiskMQF.cpp.o): in function `onDiskMQF_Namespace::_onDiskMQF<42ul>::dump()': [INFO] [stderr] /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::cout' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/onDiskMQF.cpp:1082: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' [WARN] too many lines in the log, truncating it