[INFO] crate tokio-xmpp 1.0.1 is already in cache [INFO] testing tokio-xmpp-1.0.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate tokio-xmpp 1.0.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tokio-xmpp 1.0.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tokio-xmpp 1.0.1 [INFO] finished tweaking crates.io crate tokio-xmpp 1.0.1 [INFO] tweaked toml for crates.io crate tokio-xmpp 1.0.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce85e3882675608c77378c8558a3fb26004184cc8bd2aa22c7936a29abf459f3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce85e3882675608c77378c8558a3fb26004184cc8bd2aa22c7936a29abf459f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce85e3882675608c77378c8558a3fb26004184cc8bd2aa22c7936a29abf459f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce85e3882675608c77378c8558a3fb26004184cc8bd2aa22c7936a29abf459f3", kill_on_drop: false }` [INFO] [stdout] ce85e3882675608c77378c8558a3fb26004184cc8bd2aa22c7936a29abf459f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c44ea844c9de12372f50a566e6e01857d5b72255118913099dc101a2d4bbf4a1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c44ea844c9de12372f50a566e6e01857d5b72255118913099dc101a2d4bbf4a1", kill_on_drop: false }` [INFO] [stderr] Compiling quick-xml v0.16.1 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling sasl v0.4.3 [INFO] [stderr] Compiling minidom v0.11.1 [INFO] [stderr] Compiling jid v0.7.2 [INFO] [stderr] Compiling xmpp-parsers v0.15.0 [INFO] [stderr] Compiling trust-dns-proto v0.8.0 [INFO] [stderr] Compiling xml5ever v0.15.0 [INFO] [stderr] Compiling trust-dns-resolver v0.12.0 [INFO] [stderr] Compiling tokio-xmpp v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | ... .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(unsafe_code, unused, missing_docs, bare_trait_objects)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | replace(self, ClientBind::WaitSend(send)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.15s [INFO] running `Command { std: "docker" "inspect" "c44ea844c9de12372f50a566e6e01857d5b72255118913099dc101a2d4bbf4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c44ea844c9de12372f50a566e6e01857d5b72255118913099dc101a2d4bbf4a1", kill_on_drop: false }` [INFO] [stdout] c44ea844c9de12372f50a566e6e01857d5b72255118913099dc101a2d4bbf4a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f2079672876ce1b1252cc6000b265c08653e7234488e67939e5ed5973319f84 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1f2079672876ce1b1252cc6000b265c08653e7234488e67939e5ed5973319f84", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tokio-xmpp v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | ... .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(unsafe_code, unused, missing_docs, bare_trait_objects)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | replace(self, ClientBind::WaitSend(send)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/happy_eyeballs.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | ... .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(unsafe_code, unused, missing_docs, bare_trait_objects)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | replace(self, ClientBind::WaitSend(send)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/client/bind.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | replace(self, ClientBind::WaitRecv(stream)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.echo_bot.d8ule1bh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8" "/opt/rustwide/target/debug/examples/echo_bot-5b4113f3c47a08d8.8hbr9zt90fyevv2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtokio_xmpp-9723659b65398c1a.rlib" "/opt/rustwide/target/debug/deps/libsasl-08a441aeaf0823fb.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-ef5d704948a6e246.rlib" "/opt/rustwide/target/debug/deps/libhmac-a49bd3282fe9b627.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-87818d6e06c2afec.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e906246d842ecf4c.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libsocket2-6e13b3a1cc374795.rlib" "/opt/rustwide/target/debug/deps/librand-e0edf4dc1b7952a0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-110048ccd879da03.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-170c4fd0b2d212af.rlib" "/opt/rustwide/target/debug/deps/librand_core-75aa3e2ef985ad09.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-62b3430829cfab09.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5396cea98cf3fbab.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0ac8f90e9b502e48.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-ee79d84d4ec8b54a.rlib" "/opt/rustwide/target/debug/deps/libhostname-015d7d6c2fceb3e1.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-c948b9913a162222.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7746fed5458f84e2.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-4a9c1d734f98eed8.rlib" "/opt/rustwide/target/debug/deps/libfailure-47865e7187a5ff51.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3ebd1f851cea97ac.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libobject-61c1b52dff51b80f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libxml5ever-1ebccd8b5a4849a1.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-f65ff857194e47e7.rlib" "/opt/rustwide/target/debug/deps/libtendril-137fcd8f1a28d2f4.rlib" "/opt/rustwide/target/debug/deps/libutf8-02936ace32861532.rlib" "/opt/rustwide/target/debug/deps/libfutf-c0fe70e7dc1b0004.rlib" "/opt/rustwide/target/debug/deps/libmac-85b87f06e14b69de.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-7791f46822f204ae.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-a629a6f3ba9e3ea3.rlib" "/opt/rustwide/target/debug/deps/libserde-3fe3f4041da595bf.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-86848d3a15cf78a9.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-7c0612213ced2478.rlib" "/opt/rustwide/target/debug/deps/libphf-7d6cfaa7306d3398.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-068b6675262c52f4.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-1bc02ae021f668a4.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ac556462a8fef80f.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-65fd9920ec28f585.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0e5002c91724b902.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-d6a6efaa7108dbf2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libxmpp_parsers-3e9c6ad1cad2e8dc.rlib" "/opt/rustwide/target/debug/deps/libsha3-ebcaed5d6963a1f1.rlib" "/opt/rustwide/target/debug/deps/libkeccak-d87ea94dfa96746c.rlib" "/opt/rustwide/target/debug/deps/libsha2-6621a236c9b4b44b.rlib" "/opt/rustwide/target/debug/deps/libblake2-b3067679e5cdc9db.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-62c250480716fb65.rlib" "/opt/rustwide/target/debug/deps/libsubtle-86172fac7bcb1d89.rlib" "/opt/rustwide/target/debug/deps/libsha1-7d95e5ffcb940e45.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1ef80561098331e0.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/libdigest-fa3877179444303e.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6aa5aa09d3e0b877.rlib" "/opt/rustwide/target/debug/deps/libtypenum-913a68e739eab4ae.rlib" "/opt/rustwide/target/debug/deps/libchrono-86dc39ea4512f831.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e54ff5c58ffa8fbe.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a4049703dfa73e00.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libjid-e9bda4b010c0359d.rlib" "/opt/rustwide/target/debug/deps/libminidom-372dfe1351c65f5a.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-b3de14afb80ad42f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a7cb47f5520eb97c.rlib" "/opt/rustwide/target/debug/deps/libtokio-740233bdbd5d73d9.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-9c28744ee99ec07f.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-3da26b826dece462.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-d0e3fcd741ffd7f8.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-95a6cf2e05545179.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-05dbe85e2e9623a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1c70b74fcfe923ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-be501e8b786942a4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-08d26d4e286142c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3157eed44a96e4b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0fdf68b288cd94fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-42e3a4e45878667d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-2310c1c9615ac735.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4666afb6f887785f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbytes-bab71d847f85b662.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.echo_component.3mjb07hr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4" "/opt/rustwide/target/debug/examples/echo_component-798c7d2e77c0b4c4.3nxdo6sewnojtlt0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtokio_xmpp-9723659b65398c1a.rlib" "/opt/rustwide/target/debug/deps/libsasl-08a441aeaf0823fb.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-ef5d704948a6e246.rlib" "/opt/rustwide/target/debug/deps/libhmac-a49bd3282fe9b627.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-87818d6e06c2afec.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e906246d842ecf4c.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libsocket2-6e13b3a1cc374795.rlib" "/opt/rustwide/target/debug/deps/librand-e0edf4dc1b7952a0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-110048ccd879da03.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-170c4fd0b2d212af.rlib" "/opt/rustwide/target/debug/deps/librand_core-75aa3e2ef985ad09.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-62b3430829cfab09.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5396cea98cf3fbab.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0ac8f90e9b502e48.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-ee79d84d4ec8b54a.rlib" "/opt/rustwide/target/debug/deps/libhostname-015d7d6c2fceb3e1.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-c948b9913a162222.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7746fed5458f84e2.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-4a9c1d734f98eed8.rlib" "/opt/rustwide/target/debug/deps/libfailure-47865e7187a5ff51.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3ebd1f851cea97ac.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libobject-61c1b52dff51b80f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libxml5ever-1ebccd8b5a4849a1.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-f65ff857194e47e7.rlib" "/opt/rustwide/target/debug/deps/libtendril-137fcd8f1a28d2f4.rlib" "/opt/rustwide/target/debug/deps/libutf8-02936ace32861532.rlib" "/opt/rustwide/target/debug/deps/libfutf-c0fe70e7dc1b0004.rlib" "/opt/rustwide/target/debug/deps/libmac-85b87f06e14b69de.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-7791f46822f204ae.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-a629a6f3ba9e3ea3.rlib" "/opt/rustwide/target/debug/deps/libserde-3fe3f4041da595bf.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-86848d3a15cf78a9.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-7c0612213ced2478.rlib" "/opt/rustwide/target/debug/deps/libphf-7d6cfaa7306d3398.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-068b6675262c52f4.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-1bc02ae021f668a4.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ac556462a8fef80f.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-65fd9920ec28f585.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0e5002c91724b902.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-d6a6efaa7108dbf2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libxmpp_parsers-3e9c6ad1cad2e8dc.rlib" "/opt/rustwide/target/debug/deps/libsha3-ebcaed5d6963a1f1.rlib" "/opt/rustwide/target/debug/deps/libkeccak-d87ea94dfa96746c.rlib" "/opt/rustwide/target/debug/deps/libsha2-6621a236c9b4b44b.rlib" "/opt/rustwide/target/debug/deps/libblake2-b3067679e5cdc9db.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-62c250480716fb65.rlib" "/opt/rustwide/target/debug/deps/libsubtle-86172fac7bcb1d89.rlib" "/opt/rustwide/target/debug/deps/libsha1-7d95e5ffcb940e45.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1ef80561098331e0.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/libdigest-fa3877179444303e.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6aa5aa09d3e0b877.rlib" "/opt/rustwide/target/debug/deps/libtypenum-913a68e739eab4ae.rlib" "/opt/rustwide/target/debug/deps/libchrono-86dc39ea4512f831.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e54ff5c58ffa8fbe.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a4049703dfa73e00.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libjid-e9bda4b010c0359d.rlib" "/opt/rustwide/target/debug/deps/libminidom-372dfe1351c65f5a.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-b3de14afb80ad42f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a7cb47f5520eb97c.rlib" "/opt/rustwide/target/debug/deps/libtokio-740233bdbd5d73d9.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-9c28744ee99ec07f.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-3da26b826dece462.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-d0e3fcd741ffd7f8.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-95a6cf2e05545179.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-05dbe85e2e9623a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1c70b74fcfe923ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-be501e8b786942a4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-08d26d4e286142c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3157eed44a96e4b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0fdf68b288cd94fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-42e3a4e45878667d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-2310c1c9615ac735.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4666afb6f887785f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbytes-bab71d847f85b662.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-xmpp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1f2079672876ce1b1252cc6000b265c08653e7234488e67939e5ed5973319f84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f2079672876ce1b1252cc6000b265c08653e7234488e67939e5ed5973319f84", kill_on_drop: false }` [INFO] [stdout] 1f2079672876ce1b1252cc6000b265c08653e7234488e67939e5ed5973319f84