Skip to content

Linking with panic machinery fails on Linux PPC64 #37996

Closed
@hsivonen

Description

@hsivonen

Steps to reproduce

  1. Obtain a Linux PPC64 system. I used Fedora 25 on qemu. (I followed the instructions for Fedora 19 and then upgraded from Fedora 19 to 25, because the instructions didn't work with 25 directly.)
  2. Install gcc (for me, dnf couldn't figure out the glibc-devel dependency):
sudo -s
dnf install kernel-headers
curl -O https://dl.fedoraproject.org/pub/fedora-secondary/releases/25/Everything/ppc64/os/Packages/g/glibc-headers-2.24-3.fc25.ppc64p7.rpm
rpm -i glibc-headers-2.24-3.fc25.ppc64p7.rpm
curl -O https://dl.fedoraproject.org/pub/fedora-secondary/releases/25/Everything/ppc64/os/Packages/g/glibc-devel-2.24-3.fc25.ppc64p7.rpm
rpm -i glibc-devel-2.24-3.fc25.ppc64p7.rpm
dnf install gcc
  1. Install nightly Rust via rustup.rs (available thanks to Add ppc64, ppc64le, s390 host release builds for linux #36006 ).
  2. Obtain a crate with simple dependencies: e.g. rust-encoding:
git clone https://github.com/lifthrasiir/rust-encoding/; cd rust-encoding
  1. Observe that basic build works
cargo build
  1. Observe that something panic unwinding-dependent fails:
cargo test --verbose

Actual results

       Fresh encoding_index_tests v0.1.5 (file:///home/hsivonen/Projects/rust-encoding/src/index/tests)
       Fresh encoding-index-singlebyte v1.20160120.0 (file:///home/hsivonen/Projects/rust-encoding/src/index/singlebyte)
       Fresh encoding-index-tradchinese v1.20141219.6 (file:///home/hsivonen/Projects/rust-encoding/src/index/tradchinese)
       Fresh encoding-index-korean v1.20141219.6 (file:///home/hsivonen/Projects/rust-encoding/src/index/korean)
       Fresh getopts v0.2.14
       Fresh encoding-types v0.2.0 (file:///home/hsivonen/Projects/rust-encoding/src/types)
       Fresh encoding-index-japanese v1.20141219.6 (file:///home/hsivonen/Projects/rust-encoding/src/index/japanese)
       Fresh encoding-index-simpchinese v1.20160120.0 (file:///home/hsivonen/Projects/rust-encoding/src/index/simpchinese)
   Compiling encoding v0.3.0-dev (file:///home/hsivonen/Projects/rust-encoding)
     Running `rustc src/lib.rs --crate-name encoding -g --test -C metadata=71f99170699b0727 -C extra-filename=-71f99170699b0727 --out-dir /home/hsivonen/Projects/rust-encoding/target/debug/deps --emit=dep-info,link -L dependency=/home/hsivonen/Projects/rust-encoding/target/debug/deps --extern getopts=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libgetopts-8dc9f27eb3692043.rlib --extern encoding_types=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib --extern encoding_index_korean=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_korean-5dcc0f99eb8fb6bd.rlib --extern encoding_index_simpchinese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib --extern encoding_index_tradchinese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_tradchinese-ed02d8a9f70caa31.rlib --extern encoding_index_japanese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib --extern encoding_index_singlebyte=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_singlebyte-82f5eb36a9db4dca.rlib`
error$<2>: linking with `cc` failed: exit code: 1$<2>
  $<2>|$<2>
  $<2>= $<2>note$<2>: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o" "-o" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "-L" "/home/hsivonen/Projects/rust-encoding/target/debug/deps" "-L" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,-Bdynamic" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libtest-21aae092d2371652.rlib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_singlebyte-82f5eb36a9db4dca.rlib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libgetopts-31a4725c4ddfe87d.rlib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_korean-5dcc0f99eb8fb6bd.rlib" "/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_tradchinese-ed02d8a9f70caa31.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libterm-8424b289b12f8f1b.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libstd-17342542cc541012.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libpanic_unwind-f78756b576499725.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libunwind-11f7709e0c71505b.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/librand-46ed9b788a6928f6.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcollections-e32369d7fef31fbf.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/liballoc-24699c1ddb055eb0.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/liballoc_system-3e467e865c8fa572.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/liblibc-60365c932e50e382.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/librustc_unicode-844a33a197b559a5.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcore-d9873b515905cac5.rlib" "/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcompiler_builtins-e428224f6caf212a.rlib" "-l" "dl" "-l" "rt" "-l" "pthread" "-l" "gcc_s" "-l" "c" "-l" "m" "-l" "rt" "-l" "util"$<2>
  $<2>= $<2>note$<2>: /home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_types::Encoding::decode_to<encoding::codec::japanese::ISO2022JPEncoding>':
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:269: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:272: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:281: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_types::Encoding::decode_to<encoding::codec::whatwg::EncoderOnlyUTF8Encoding>':
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:269: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:272: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:281: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_korean::euc_kr::forward':
/home/hsivonen/Projects/rust-encoding/src/index/korean/euc_kr.rs:1775: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_korean::euc_kr::backward':
/home/hsivonen/Projects/rust-encoding/src/index/korean/euc_kr.rs:4574: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/korean/euc_kr.rs:4577: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_japanese::jis0208::backward_remapped':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:2490: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:2490: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_japanese::jis0208::forward':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:823: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_japanese::jis0208::backward':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:2451: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:2454: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_japanese::jis0212::forward':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0212.rs:653: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_2::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_2.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_2.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_2::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_2.rs:62: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_2.rs:63: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_3::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_3.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_3.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_3::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_3.rs:61: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_3.rs:62: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_4::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_4.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_4.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_4::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_4.rs:62: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_4.rs:63: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_5::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_5.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_5.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_5::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_5.rs:69: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_5.rs:70: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_6::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_6.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_6.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_6::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_6.rs:58: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_6.rs:59: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_7::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_7.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_7.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_7::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_7.rs:69: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_7.rs:70: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_8::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_8.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_8.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_8::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_8.rs:65: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_8.rs:66: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_10::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_10.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_10.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_10::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_10.rs:70: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_10.rs:71: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_13::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_13.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_13.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_13::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_13.rs:70: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_13.rs:71: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_14::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_14.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_14.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_14::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_14.rs:74: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_14.rs:75: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_15::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_15.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_15.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_15::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_15.rs:65: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_15.rs:66: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_16::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_16.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_16.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::iso_8859_16::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_16.rs:73: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/iso_8859_16.rs:74: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_874::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_874.rs:30: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_874.rs:30: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_874::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_874.rs:69: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_874.rs:70: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1250::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1250.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1250.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1250::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1250.rs:75: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1250.rs:76: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1251::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1251.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1251.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1251::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1251.rs:73: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1251.rs:74: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1252::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1252.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1252.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1252::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1252.rs:73: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1252.rs:74: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1253::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1253.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1253.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1253::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1253.rs:71: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1253.rs:72: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1254::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1254.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1254.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1254::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1254.rs:75: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1254.rs:76: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1255::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1255.rs:30: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1255.rs:30: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1255::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1255.rs:75: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1255.rs:76: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1256::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1256.rs:30: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1256.rs:30: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1256::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1256.rs:80: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1256.rs:81: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1257::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1257.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1257.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1257::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1257.rs:75: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1257.rs:76: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1258::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1258.rs:29: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1258.rs:29: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::windows_1258::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1258.rs:77: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/windows_1258.rs:78: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::x_mac_cyrillic::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/x_mac_cyrillic.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/x_mac_cyrillic.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::x_mac_cyrillic::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/x_mac_cyrillic.rs:79: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/x_mac_cyrillic.rs:80: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::ibm866::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/ibm866.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/ibm866.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::ibm866::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/ibm866.rs:77: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/ibm866.rs:78: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::koi8_r::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_r.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_r.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::koi8_r::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_r.rs:80: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_r.rs:81: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::koi8_u::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_u.rs:31: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_u.rs:31: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::koi8_u::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_u.rs:82: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/koi8_u.rs:83: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::macintosh::forward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/macintosh.rs:30: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/macintosh.rs:30: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_singlebyte::macintosh::backward':
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/macintosh.rs:118: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/singlebyte/macintosh.rs:119: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_simpchinese::gb18030::forward':
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030.rs:2407: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_simpchinese::gb18030::backward':
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030.rs:5525: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030.rs:5528: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_tradchinese::big5::forward':
/home/hsivonen/Projects/rust-encoding/src/index/tradchinese/big5.rs:1902: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/tradchinese/big5.rs:1902: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding_index_tradchinese::big5::backward':
/home/hsivonen/Projects/rust-encoding/src/index/tradchinese/big5.rs:4413: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/tradchinese/big5.rs:4416: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::ops::{{impl}}::add':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/ops.rs:263: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::expect<std::fs::File>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:293: undefined reference to `core::option::expect_failed::h4a4be0f83d5856ee'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::expect<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:293: undefined reference to `core::option::expect_failed::h4a4be0f83d5856ee'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::unwrap<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::unwrap<()>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::unwrap<collections::vec::Vec<u8>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::unwrap<char>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::unwrap<&mut bool>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/ops.rs:263: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::fs::{{impl}}::open<&std::path::Path>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/fs.rs:601: undefined reference to `std::fs::OpenOptions::_open::hb56ef0fbe2a645cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::fs::{{impl}}::open<&&std::path::Path>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/fs.rs:200: undefined reference to `std::fs::OpenOptions::new::h2e10a7983aa480c7'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/fs.rs:200: undefined reference to `std::fs::OpenOptions::read::h8b3a4e6d71a36799'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::env::var<&str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/env.rs:172: undefined reference to `std::env::_var::h64cd01f903c18c8e'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::path::{{impl}}::new<collections::string::String>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/path.rs:1388: undefined reference to `std::ffi::os_str::_$LT$impl$u20$core..convert..AsRef$LT$std..ffi..os_str..OsStr$GT$$u20$for$u20$collections..string..String$GT$::as_ref::h773a13b699305879'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::thread::panicking':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/thread/mod.rs:392: undefined reference to `std::panicking::panicking::hbb5b3e81b1f418bb'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::panicking::begin_panic<&str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/panicking.rs:413: undefined reference to `std::panicking::rust_panic_with_hook::h6abbc39101c57682'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::raw_vec::{{impl}}::with_capacity<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/raw_vec.rs:98: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::raw_vec::{{impl}}::double<u8>':
/home/hsivonen/Projects/rust-encoding/<panic macros>:4: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::raw_vec::{{impl}}::double<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/raw_vec.rs:226: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::raw_vec::{{impl}}::reserve<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/raw_vec.rs:426: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::ops::{{impl}}::add':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/ops.rs:263: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::{{impl}}::send<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/mod.rs:589: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::char::{{impl}}::encode_utf8':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:29: undefined reference to `core::panicking::panic_fmt::h474023ab33d79c47'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::sync::{{impl}}::drop_port<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/sync.rs:416: undefined reference to `std::sync::mpsc::sync::Queue::dequeue::h845b8364e5907117'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/sync.rs:416: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::sync::{{impl}}::drop_port::{{closure}}<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/sync.rs:417: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1606: undefined reference to `core::fmt::builders::DebugList::finish::hbf40b05e350c2ffd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::shared::{{impl}}::send<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/shared.rs:172: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/shared.rs:197: undefined reference to `std::thread::yield_now::h2bb90b3570f660a0'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::shared::{{impl}}::drop_chan<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::shared::{{impl}}::drop_chan<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/shared.rs:366: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::stream::{{impl}}::send<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/stream.rs:97: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::stream::{{impl}}::drop_chan<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/stream.rs:276: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::builders::{{impl}}::entries<&u8,core::slice::Iter<u8>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/builders.rs:316: undefined reference to `core::fmt::builders::DebugList::entry::heee544a75e5073f5'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::debug_list':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1264: undefined reference to `core::fmt::builders::debug_list_new::h850f16d4edab3fa7'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::debug_tuple':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1239: undefined reference to `core::fmt::builders::debug_tuple_new::hd6b1e877e38ecfcd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::str::traits::{{impl}}::index':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/str/mod.rs:1437: undefined reference to `core::str::slice_error_fail::h145abe00865537d2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/str/mod.rs:1527: undefined reference to `core::str::slice_error_fail::h145abe00865537d2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::iter::traits::ExactSizeIterator::len<core::slice::Iter<u8>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:29: undefined reference to `core::panicking::panic_fmt::h474023ab33d79c47'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::sync::atomic::atomic_add<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::sync::atomic::atomic_add<isize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::sync::atomic::atomic_sub<isize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::sync::atomic::atomic_sub<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::sync::atomic::atomic_load<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:21: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::index<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:524: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::index<u32>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:524: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::index<u16>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:524: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::index_mut<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:534: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::index<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:569: undefined reference to `core::slice::slice_index_order_fail::h18778a67a73af4c8'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:571: undefined reference to `core::slice::slice_index_len_fail::ha4d4d97b81107848'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::result::unwrap_failed<std::sys_common::poison::PoisonError<std::sync::mutex::MutexGuard<std::sync::mpsc::sync::State<Box<RawEncoder>>>>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:29: undefined reference to `core::panicking::panic_fmt::h474023ab33d79c47'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::result::unwrap_failed<collections::borrow::Cow<str>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:29: undefined reference to `core::panicking::panic_fmt::h474023ab33d79c47'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `drop::h6f759b65b4486ab9':
encoding.cgu-0.rs:(.text._ZN4drop17h6f759b65b4486ab9E+0x18): undefined reference to `_$LT$std..sync..condvar..Condvar$u20$as$u20$core..ops..Drop$GT$::drop::hc489e43b7a3d13da'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `drop::hef6d12aa53c687f3':
encoding.cgu-0.rs:(.text._ZN4drop17hef6d12aa53c687f3E+0x18): undefined reference to `_$LT$std..sys..imp..fd..FileDesc$u20$as$u20$core..ops..Drop$GT$::drop::h6723e0cd487a9f4e'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::option::Option<&str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<collections::borrow::Cow<str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<&str, core::str::Utf8Error>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<collections::borrow::Cow<str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<&str, core::str::Utf8Error>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<collections::borrow::Cow<str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<&str, core::str::Utf8Error>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<collections::borrow::Cow<str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::option::Option<&str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::option::Option<&Encoding>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::option::Option<&str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::option::Option<&str>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<&str, core::str::Utf8Error>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::vec::Vec<u8>, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `test::{{impl}}::iter<core::result::Result<collections::string::String, collections::borrow::Cow<str>>,closure>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1362: undefined reference to `std::time::Instant::now::hd8be107e679f7f13'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libtest/lib.rs:1367: undefined reference to `std::time::Instant::elapsed::h39618b6813d183f2'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::oneshot::{{impl}}::send<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/oneshot.rs:127: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::oneshot::{{impl}}::drop_chan<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/oneshot.rs:242: undefined reference to `std::sync::mpsc::blocking::SignalToken::signal::h57e418a12d0cb8cd'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u8$GT$::fmt::h10387ce53ffe3a58'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<isize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Debug$u20$for$u20$isize$GT$::fmt::h4030eb74ca872296'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `_$LT$str$u20$as$u20$core..fmt..Debug$GT$::fmt::hbc148fd6bae99507'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$::fmt::h4966177bff763b36'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::get<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:262: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `collections::string::{{impl}}::to_string':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcollections/string.rs:1836: undefined reference to `_$LT$collections..string..String$u20$as$u20$core..convert..From$LT$$RF$$u27$a$u20$str$GT$$GT$::from::h8b7d28b05f36f8f7'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `_$LT$str$u20$as$u20$core..fmt..Display$GT$::fmt::h203e6a2efc41666f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::fmt::{{impl}}::fmt<usize,core::option::Option<isize>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1591: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1591: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1594: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::heap::exchange_malloc':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/heap.rs:139: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `alloc::raw_vec::alloc_guard':
/home/hsivonen/Projects/rust-encoding/<panic macros>:4: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `collections::string::{{impl}}::fmt':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcollections/string.rs:1591: undefined reference to `_$LT$str$u20$as$u20$core..fmt..Debug$GT$::fmt::hbc148fd6bae99507'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::convert::{{impl}}::as_ref<str,std::ffi::os_str::OsStr>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/convert.rs:231: undefined reference to `std::ffi::os_str::_$LT$impl$u20$core..convert..AsRef$LT$std..ffi..os_str..OsStr$GT$$u20$for$u20$str$GT$::as_ref::h7d2135fc33d03611'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::convert::{{impl}}::as_ref<std::path::Path,std::path::Path>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/convert.rs:231: undefined reference to `_$LT$std..path..Path$u20$as$u20$core..convert..AsRef$LT$std..path..Path$GT$$GT$::as_ref::hb12bbf83f7da9ea1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::fmt<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::fmt<isize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::option::{{impl}}::fmt<&str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:157: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::sync::{{impl}}::drop<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::sync::{{impl}}::drop<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sync/mpsc/sync.rs:461: undefined reference to `std::sync::mpsc::sync::Queue::dequeue::h845b8364e5907117'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::result::{{impl}}::fmt<collections::vec::Vec<u8>,collections::borrow::Cow<str>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::result::{{impl}}::fmt<collections::string::String,collections::borrow::Cow<str>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::field::h127a4763bddcfd53'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/result.rs:257: undefined reference to `core::fmt::builders::DebugTuple::finish::hdc260260c537dbe3'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::shared::{{impl}}::drop<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sync::mpsc::stream::{{impl}}::drop<Box<RawEncoder>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/macros.rs:51: more undefined references to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `std::sys_common::poison::{{impl}}::fmt<std::sync::mutex::MutexGuard<std::sync::mpsc::sync::State<Box<RawEncoder>>>>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libstd/sys_common/poison.rs:107: undefined reference to `_$LT$str$u20$as$u20$core..fmt..Debug$GT$::fmt::hbc148fd6bae99507'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `core::slice::{{impl}}::size_hint<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:826: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::util::{{impl}}::next':
/home/hsivonen/Projects/rust-encoding/src/util.rs:32: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::testutils::{{impl}}::process_feed_ok':
/home/hsivonen/Projects/rust-encoding/src/testutils.rs:37: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::testutils::{{impl}}::process_feed_err':
/home/hsivonen/Projects/rust-encoding/src/testutils.rs:53: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/testutils.rs:53: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/testutils.rs:59: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::testutils::get_external_bench_data':
/home/hsivonen/Projects/rust-encoding/src/testutils.rs:301: undefined reference to `_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read_to_end::ha4b75a248a5c2261'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::types::tests::test_encoding_debug_format':
/home/hsivonen/Projects/rust-encoding/src/types.rs:70: undefined reference to `collections::fmt::format::h6fdc7f21b5b12c52'
/home/hsivonen/Projects/rust-encoding/src/types.rs:70: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::types::tests::test_reencoding_trap_with_ascii_compatible_encoding':
/home/hsivonen/Projects/rust-encoding/src/types.rs:80: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/types.rs:82: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::types::tests::test_reencoding_trap_with_ascii_incompatible_encoding':
/home/hsivonen/Projects/rust-encoding/src/types.rs:94: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/types.rs:96: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/codec/error.rs:78: more undefined references to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::codec::ascii::{{impl}}::raw_feed':
/home/hsivonen/Projects/rust-encoding/src/codec/ascii.rs:46: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/codec/aspchinese.rs:656: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/simpchinese.rs:657: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/simpchinese.rs:657: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/simpchinese.rs:658: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/codec/simpchinese.rs:658: more undefined references to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::codec::tradchinese::{{impl}}::raw_feed':
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:62: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:66: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::codec::tradchinese::bigfive2003_tests::test_encoder_valid':
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:159: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:159: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:160: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:160: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:161: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/codec/tradchinese.rs:161: more undefined references to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::label::encoding_from_whatwg_label::{{closure}}':
/home/hsivonen/Projects/rust-encoding/src/label.rs:15: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::label::tests::test_encoding_from_whatwg_label':
/home/hsivonen/Projects/rust-encoding/src/label.rs:345: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::tests::test_decode::test_one':
/home/hsivonen/Projects/rust-encoding/src/lib.rs:292: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/src/lib.rs:293: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::codec::korean::windows949::internal::map_two_bytes':
/home/hsivonen/Projects/rust-encoding/src/codec/korean.rs:101: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/codec/korean.rs:101: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/codec/korean.rs:101: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/codec/korean.rs:101: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::util::{{impl}}::read<encoding::codec::korean::windows949::State,()>':
/home/hsivonen/Projects/rust-encoding/src/util.rs:82: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:/home/hsivonen/Projects/rust-encoding/src/util.rs:126: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `encoding::__test::main':
/home/hsivonen/Projects/rust-encoding/src/lib.rs:1: undefined reference to `test::test_main_static::h22a351197b325509'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o: In function `main':
encoding.cgu-0.rs:(.text.main+0x40): undefined reference to `std::rt::lang_start::h48234b6f50c3f490'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x0): undefined reference to `_$LT$core..option..Option$LT$T$GT$$GT$::unwrap::_MSG_FILE_LINE::h6b21f637532466f0'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x8): undefined reference to `_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$::double::_MSG_FILE_LINE::h6d14ba67155dca7d'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x10): undefined reference to `_$LT$std..sync..mpsc..Sender$LT$T$GT$$GT$::send::_FILE_LINE::h7411ba45c18901cc'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x18): undefined reference to `_$LT$char$u20$as$u20$core..char..CharExt$GT$::encode_utf8::__STATIC_FMTSTR::h4fa88434c2548e0a'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x20): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Display$u20$for$u20$usize$GT$::fmt::hd087e35609d9d160'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x28): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u32$GT$::fmt::h72a27dacd7a36998'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x30): undefined reference to `_$LT$char$u20$as$u20$core..char..CharExt$GT$::encode_utf8::_FILE_LINE::h4d48324da9a523eb'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x38): undefined reference to `_$LT$std..sync..mpsc..sync..Packet$LT$T$GT$$GT$::drop_port::_FILE_LINE::h118ffdf99241f29e'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x40): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$GT$::take_to_wake::_FILE_LINE::h97765319d31f495c'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x48): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$GT$::drop_chan::__STATIC_FMTSTR::h64bdc9d43222b4e9'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x50): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$GT$::drop_chan::_FILE_LINE::h9b848ed02a218a36'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x58): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$GT$::drop_chan::_FILE_LINE::h0108b63b54f54524'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x60): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$GT$::take_to_wake::_FILE_LINE::heddaff08d1f72526'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x68): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$GT$::do_send::_FILE_LINE::h75c24da21f321e7d'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x70): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$GT$::do_send::_FILE_LINE::hf4d9294d9ce0733f'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x78): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$GT$::drop_chan::_FILE_LINE::h5c9d9f9a0771459f'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x80): undefined reference to `core::iter::traits::ExactSizeIterator::len::__STATIC_FMTSTR::ha70b513417343996'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x88): undefined reference to `core::iter::traits::ExactSizeIterator::len::_FILE_LINE::hb0ae908b8e43f49a'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x90): undefined reference to `core::sync::atomic::atomic_add::_MSG_FILE_LINE::he65545f68b8f20a3'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x98): undefined reference to `core::sync::atomic::atomic_sub::_MSG_FILE_LINE::h633bf52b0b845884'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xa0): undefined reference to `core::sync::atomic::atomic_load::_MSG_FILE_LINE::hec8e8e677269c909'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xa8): undefined reference to `core::sync::atomic::atomic_load::_MSG_FILE_LINE::h213467a115de72e4'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xb0): undefined reference to `core::sync::atomic::atomic_load::_MSG_FILE_LINE::h2cdb492d675dbaa2'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xb8): undefined reference to `core::sync::atomic::atomic_swap::_MSG_FILE_LINE::heec18a1d19c425ee'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xc0): undefined reference to `core::sync::atomic::atomic_store::_MSG_FILE_LINE::h33a1aebec127d9d4'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xc8): undefined reference to `core::sync::atomic::atomic_store::_MSG_FILE_LINE::h1238f4793af8c112'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xd0): undefined reference to `core::sync::atomic::atomic_store::_MSG_FILE_LINE::hc629db3a5b1ad3d3'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xd8): undefined reference to `core::sync::atomic::atomic_compare_exchange::_MSG_FILE_LINE::hebc34a2218d40e67'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xe0): undefined reference to `core::sync::atomic::atomic_compare_exchange::_MSG_FILE_LINE::h230d998132e6b4bc'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xe8): undefined reference to `core::sync::atomic::atomic_compare_exchange::_MSG_FILE_LINE::hc221aafa9d4a3d4a'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xf0): undefined reference to `core::sync::atomic::atomic_compare_exchange::_MSG_FILE_LINE::h118e165abe711014'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0xf8): undefined reference to `core::sync::atomic::atomic_compare_exchange::_MSG_FILE_LINE::h48d2df3f863ba791'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x100): undefined reference to `core::sync::atomic::fence::_MSG_FILE_LINE::haf3caaa708e05753'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x108): undefined reference to `core::sync::atomic::fence::_MSG_FILE_LINE::h8cbb0620853f3b14'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x110): undefined reference to `core::result::unwrap_failed::__STATIC_FMTSTR::h76e964bcae015643'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x118): undefined reference to `core::result::unwrap_failed::_FILE_LINE::h2bf7a084f8918e31'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x120): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::send::_FILE_LINE::h7f8f5a950cc79850'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x128): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::send::_FILE_LINE::h7edf940f319fa7f4'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x130): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::send::_FILE_LINE::heae305968fbcb0ad'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x138): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::upgrade::_FILE_LINE::hade3c8080d995fc1'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x140): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::drop_port::_FILE_LINE::he48a70121bc4a159'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x148): undefined reference to `_$LT$std..sync..mpsc..mpsc_queue..Queue$LT$T$GT$$GT$::pop::_FILE_LINE::h989d7cd673f51537'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x150): undefined reference to `_$LT$std..sync..mpsc..mpsc_queue..Queue$LT$T$GT$$GT$::pop::_FILE_LINE::h0b39c0db56d04db3'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x158): undefined reference to `_$LT$std..sync..mpsc..spsc_queue..Queue$LT$T$GT$$GT$::pop::_FILE_LINE::hf1ad999c583021e8'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x160): undefined reference to `_$LT$std..sync..mpsc..spsc_queue..Queue$LT$T$GT$$GT$::push::_FILE_LINE::h2d0dbac8d6da69dc'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x168): undefined reference to `alloc::raw_vec::alloc_guard::_MSG_FILE_LINE::h740b39deea922448'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x170): undefined reference to `_$LT$std..sync..mpsc..Sender$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::hf0eedc9c629f1bb1'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x178): undefined reference to `_$LT$std..sync..mpsc..sync..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::h2cfc1a6c75dc7c1b'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x180): undefined reference to `_$LT$std..sync..mpsc..sync..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h1133c6db941519b5'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x188): undefined reference to `_$LT$std..sync..mpsc..sync..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h7effed69fbea7cb7'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x190): undefined reference to `_$LT$std..sync..mpsc..sync..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::hdf8771b9c1a11778'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x198): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::h71797cf72bb7bab6'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1a0): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h31b991e813dd552d'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1a8): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::ha07eb1c777184c45'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1b0): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::ha655b7542d00d0fc'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1b8): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::h7cb47fa1cfaf66c6'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1c0): undefined reference to `_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h5a022ddd95155445'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1c8): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::hbde8f596716e4a7b'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1d0): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h91e50d08f097675c'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1d8): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::h365b2a6a8823b973'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1e0): undefined reference to `_$LT$std..sync..mpsc..stream..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::haeef4c25d38823d2'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1e8): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::__STATIC_FMTSTR::hf890bbed68ae3b7d'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1f0): undefined reference to `_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$u20$as$u20$core..ops..Drop$GT$::drop::_FILE_LINE::h2879d3316f0982bb'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.toc+0x1f8): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$::fmt::h4966177bff763b36'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/encoding-71f99170699b0727.0.o:(.data.rel.ro.vtable.4v+0x18): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$::fmt::h4966177bff763b36'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `core::option::{{impl}}::expect<usize>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/option.rs:293: undefined reference to `core::option::expect_failed::h4a4be0f83d5856ee'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `alloc::raw_vec::{{impl}}::double<u8>':
/home/hsivonen/Projects/rust-encoding/<panic macros>:4: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `alloc::raw_vec::{{impl}}::double<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/raw_vec.rs:226: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `alloc::raw_vec::{{impl}}::reserve<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/liballoc/raw_vec.rs:426: undefined reference to `alloc::oom::oom::hf61f21aa633d379f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `core::char::{{impl}}::encode_utf8':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/macros.rs:29: undefined reference to `core::panicking::panic_fmt::h474023ab33d79c47'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `core::fmt::{{impl}}::fmt<str>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/fmt/mod.rs:1357: undefined reference to `_$LT$str$u20$as$u20$core..fmt..Display$GT$::fmt::h203e6a2efc41666f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `alloc::raw_vec::alloc_guard':
/home/hsivonen/Projects/rust-encoding/<panic macros>:4: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `core::slice::{{impl}}::size_hint<u8>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:826: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `encoding_types::{{impl}}::fmt':
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:297: undefined reference to `core::fmt::Formatter::write_str::h87f6573a62426742'
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:298: undefined reference to `core::fmt::Formatter::write_str::h87f6573a62426742'
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:299: undefined reference to `core::fmt::Formatter::write_str::h87f6573a62426742'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `encoding_types::{{impl}}::trap':
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:398: undefined reference to `collections::fmt::format::h6fdc7f21b5b12c52'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o): In function `encoding_types::{{impl}}::trap::reencode':
/home/hsivonen/Projects/rust-encoding/src/types/lib.rs:385: undefined reference to `std::panicking::begin_panic_fmt::hb36e5f42814e1ab4'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x0): undefined reference to `_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$::double::_MSG_FILE_LINE::h6d14ba67155dca7d'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x8): undefined reference to `_$LT$char$u20$as$u20$core..char..CharExt$GT$::encode_utf8::__STATIC_FMTSTR::h4fa88434c2548e0a'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x10): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Display$u20$for$u20$usize$GT$::fmt::hd087e35609d9d160'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x18): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u32$GT$::fmt::h72a27dacd7a36998'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x20): undefined reference to `_$LT$char$u20$as$u20$core..char..CharExt$GT$::encode_utf8::_FILE_LINE::h4d48324da9a523eb'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x28): undefined reference to `alloc::raw_vec::alloc_guard::_MSG_FILE_LINE::h740b39deea922448'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib(encoding_types-876d888622f9bd1e.0.o):(.toc+0x30): undefined reference to `core::fmt::num::_$LT$impl$u20$core..fmt..Display$u20$for$u20$isize$GT$::fmt::h3208f9282d8b3885'
/usr/bin/ld: BFD version 2.26.1-1.fc25 assertion fail elf64-ppc.c:14734
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib(encoding_index_japanese-e45a131837a0c234.0.o): In function `encoding_index_japanese::jis0208::premap_forward':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:24: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:22: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:20: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0208.rs:18: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib(encoding_index_japanese-e45a131837a0c234.0.o): In function `encoding_index_japanese::jis0212::premap_forward':
/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0212.rs:20: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib(encoding_index_japanese-e45a131837a0c234.0.o):/home/hsivonen/Projects/rust-encoding/src/index/japanese/jis0212.rs:18: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib(encoding_index_simpchinese-8be5b8717f28a8e1.0.o): In function `core::slice::{{impl}}::index<u32>':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/slice.rs:524: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib(encoding_index_simpchinese-8be5b8717f28a8e1.0.o): In function `encoding_index_simpchinese::gb18030_ranges::search':
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:57: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:58: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:58: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:59: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:59: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:60: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib(encoding_index_simpchinese-8be5b8717f28a8e1.0.o):/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:60: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib(encoding_index_simpchinese-8be5b8717f28a8e1.0.o): In function `encoding_index_simpchinese::gb18030_ranges::search':
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:64: undefined reference to `core::panicking::panic_bounds_check::hf4d26c0ba21c1d4f'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:64: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:65: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:65: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:65: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/src/index/simpchinese/gb18030_ranges.rs:65: undefined reference to `core::panicking::panic::h1b37ab72fa912eb1'
/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_korean-5dcc0f99eb8fb6bd.rlib(encoding_index_korean-5dcc0f99eb8fb6bd.0.o):/home/hsivonen/Projects/rust-encoding/src/index/korean/euc_kr.rs:35: more undefined references to `core::panicking::panic::h1b37ab72fa912eb1' follow
/home/hsivonen/.multirust/toolchains/nightly-powerpc64-unknown-linux-gnu/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcore-d9873b515905cac5.rlib(core-d9873b515905cac5.0.o): In function `core::panicking::panic_fmt':
/buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-rustbuild-linux/build/src/libcore/panicking.rs:69: undefined reference to `rust_begin_unwind'
collect2: error: ld returned 1 exit status
$<2>

error$<2>: aborting due to previous error$<2>

error: Could not compile `encoding`.

Caused by:
  process didn't exit successfully: `rustc src/lib.rs --crate-name encoding -g --test -C metadata=71f99170699b0727 -C extra-filename=-71f99170699b0727 --out-dir /home/hsivonen/Projects/rust-encoding/target/debug/deps --emit=dep-info,link -L dependency=/home/hsivonen/Projects/rust-encoding/target/debug/deps --extern getopts=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libgetopts-8dc9f27eb3692043.rlib --extern encoding_types=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_types-876d888622f9bd1e.rlib --extern encoding_index_korean=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_korean-5dcc0f99eb8fb6bd.rlib --extern encoding_index_simpchinese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_simpchinese-8be5b8717f28a8e1.rlib --extern encoding_index_tradchinese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_tradchinese-ed02d8a9f70caa31.rlib --extern encoding_index_japanese=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_japanese-e45a131837a0c234.rlib --extern encoding_index_singlebyte=/home/hsivonen/Projects/rust-encoding/target/debug/deps/libencoding_index_singlebyte-82f5eb36a9db4dca.rlib` (exit code: 101)

Additional info

cargo test seems to fail to link no matter what the crate. Simple crates do build generally, but e.g. kernel32-sys doesn't even build.

Version info

$ rustc --version --verbose
rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)
binary: rustc
commit-hash: 3bf2be9ceea90b650105cd1f78ad5a098a0d158d
commit-date: 2016-11-22
host: powerpc64-unknown-linux-gnu
release: 1.15.0-nightly
LLVM version: 3.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-PowerPCTarget: PowerPC processors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions