[INFO] crate fapt 0.1.0 is already in cache [INFO] testing fapt-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate fapt 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate fapt 0.1.0 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 fapt 0.1.0 [INFO] finished tweaking crates.io crate fapt 0.1.0 [INFO] tweaked toml for crates.io crate fapt 0.1.0 written to /workspace/builds/worker-6/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] c6299647300679671971836e06d1f2066860c663198e41caa09da10ceeb46830 [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" "c6299647300679671971836e06d1f2066860c663198e41caa09da10ceeb46830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6299647300679671971836e06d1f2066860c663198e41caa09da10ceeb46830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6299647300679671971836e06d1f2066860c663198e41caa09da10ceeb46830", kill_on_drop: false }` [INFO] [stdout] c6299647300679671971836e06d1f2066860c663198e41caa09da10ceeb46830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 7c68f514d49301cd69927672469ae39ecb542596076005efb9c531075dbfad3c [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" "7c68f514d49301cd69927672469ae39ecb542596076005efb9c531075dbfad3c", kill_on_drop: false }` [INFO] [stderr] Compiling quoted_printable v0.4.2 [INFO] [stderr] Compiling iowrap v0.2.0 [INFO] [stderr] Compiling deb-version v0.1.1 [INFO] [stderr] Compiling distro-keyring v0.1.0 [INFO] [stderr] Compiling insideout v0.2.0 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling tempfile-fast v0.3.3 [INFO] [stderr] Compiling mailparse v0.6.5 [INFO] [stderr] Compiling gpgrv v0.2.3 [INFO] [stderr] Compiling fapt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_s': Please use `take_until` instead [INFO] [stdout] --> src/parse/deps.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / named!(stage_filter, [INFO] [stdout] 140 | | delimited!( [INFO] [stdout] 141 | | tag!("<"), [INFO] [stdout] 142 | | take_until_s!(">"), [INFO] [stdout] 143 | | tag!(">") [INFO] [stdout] 144 | | ) [INFO] [stdout] 145 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.43s [INFO] running `Command { std: "docker" "inspect" "7c68f514d49301cd69927672469ae39ecb542596076005efb9c531075dbfad3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c68f514d49301cd69927672469ae39ecb542596076005efb9c531075dbfad3c", kill_on_drop: false }` [INFO] [stdout] 7c68f514d49301cd69927672469ae39ecb542596076005efb9c531075dbfad3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 0eb97b365baa983a52ea1870ebb8593ae21ed8c3a3ddf382122d1b964c9d50e6 [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" "0eb97b365baa983a52ea1870ebb8593ae21ed8c3a3ddf382122d1b964c9d50e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fapt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_s': Please use `take_until` instead [INFO] [stdout] --> src/parse/deps.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / named!(stage_filter, [INFO] [stdout] 140 | | delimited!( [INFO] [stdout] 141 | | tag!("<"), [INFO] [stdout] 142 | | take_until_s!(">"), [INFO] [stdout] 143 | | tag!(">") [INFO] [stdout] 144 | | ) [INFO] [stdout] 145 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/lists/trusty.list: No such file or directory (os error 2) [INFO] [stdout] --> tests/objectify.rs:63:26 [INFO] [stdout] | [INFO] [stdout] 63 | io::Cursor::new(&include_bytes!("lists/trusty.list")[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fapt`. [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: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | named!(package_name, take_while1_s!(is_package_name_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | named!(version, take_while1_s!(is_version_char)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / named!(arch_part, [INFO] [stdout] 124 | | do_parse!( [INFO] [stdout] 125 | | bang: opt!(tag!("!")) >> [INFO] [stdout] 126 | | arch: take_while1_s!(is_arch_char) >> [INFO] [stdout] 127 | | ( (bang.is_none(), arch) ) [INFO] [stdout] 128 | | ) [INFO] [stdout] 129 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_s': Please use `take_until` instead [INFO] [stdout] --> src/parse/deps.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / named!(stage_filter, [INFO] [stdout] 140 | | delimited!( [INFO] [stdout] 141 | | tag!("<"), [INFO] [stdout] 142 | | take_until_s!(">"), [INFO] [stdout] 143 | | tag!(">") [INFO] [stdout] 144 | | ) [INFO] [stdout] 145 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stdout] --> src/parse/deps.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / named!(arch_suffix, [INFO] [stdout] 148 | | preceded!(tag!(":"), take_while1_s!(is_arch_char)) [INFO] [stdout] 149 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stdout] --> src/parse/ident.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(ident>, [INFO] [stdout] 15 | | do_parse!( [INFO] [stdout] 16 | | name: take_until_and_consume_s!(" <") >> [INFO] [stdout] 17 | | email: take_until_and_consume_s!(">") >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.list_latest_source_obj.7zqckrxo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d" "/opt/rustwide/target/debug/examples/list_latest_source_obj-ce5514ce9618382d.2ln1pyc06hv5qkl7.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/libfapt-cce3a473401e79c3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7dfb5d4d368f1142.rlib" "/opt/rustwide/target/debug/deps/libmailparse-2c218a898ee9d162.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-d60333772aacd166.rlib" "/opt/rustwide/target/debug/deps/libencoding-6ed8aa24ccb887c5.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-e1b390b523d7cfee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5b7b0264629b6ce3.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-e0701c516fc85402.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-c78092f37518b15a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-3d19531277b86107.rlib" "/opt/rustwide/target/debug/deps/libbase64-d552c9ebe1e5fcb2.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libdistro_keyring-b6bbaffb94901eb1.rlib" "/opt/rustwide/target/debug/deps/libgpgrv-69d8837c2d284560.rlib" "/opt/rustwide/target/debug/deps/liblibflate-4bda28534a1144f6.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-71254f802bd7c277.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-eb321e66e148cb75.rlib" "/opt/rustwide/target/debug/deps/libadler32-15d51e20465f1db9.rlib" "/opt/rustwide/target/debug/deps/libsha1-7d95e5ffcb940e45.rlib" "/opt/rustwide/target/debug/deps/libcast-abe62a55f5c4592f.rlib" "/opt/rustwide/target/debug/deps/libnum-3df517fa48bd7586.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-acf803bc02ae4754.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f36c8ba213bdd835.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-ea8deffea07ac0b4.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-f714983941584b44.rlib" "/opt/rustwide/target/debug/deps/libiowrap-09b2297b3cf5a0b7.rlib" "/opt/rustwide/target/debug/deps/libbase64-ef1b41348e3fac5a.rlib" "/opt/rustwide/target/debug/deps/libdeb_version-449e29f5602ef9c1.rlib" "/opt/rustwide/target/debug/deps/libinsideout-1e59a8931e297e11.rlib" "/opt/rustwide/target/debug/deps/libtempfile_fast-2b205f0fdf15551b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-191b5943ae3c320d.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-1d2e0389ae5079c6.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/libreqwest-ee4699df0c859087.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-0d2ce3c26f940fa8.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-10758ffa544db034.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/libhyper-9e842926b48614a0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.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/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.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/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.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/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-bf17e54ab8b008f5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-49a5eb02a1187e0b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-5554877d30d5d4fa.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-13c53006dcf917ea.rlib" "/opt/rustwide/target/debug/deps/libserde_json-71c23a823b0218a8.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libserde-dfe97cece9780227.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.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/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/libchrono-731452dcb21576f5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c98dc3dd345e27c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-69eb8eb191901d15.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsha2-6621a236c9b4b44b.rlib" "/opt/rustwide/target/debug/deps/libdigest-fa3877179444303e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1ef80561098331e0.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6aa5aa09d3e0b877.rlib" "/opt/rustwide/target/debug/deps/libtypenum-913a68e739eab4ae.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libhex-546669467d7e4a25.rlib" "/opt/rustwide/target/debug/deps/libnom-f8b6806139fcb27f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.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/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.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: 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/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.list_latest_source_map.dxu0yxra-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392" "/opt/rustwide/target/debug/examples/list_latest_source_map-0658225c0a022392.59jvhmn2ffhc0hr5.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/libfapt-cce3a473401e79c3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7dfb5d4d368f1142.rlib" "/opt/rustwide/target/debug/deps/libmailparse-2c218a898ee9d162.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-d60333772aacd166.rlib" "/opt/rustwide/target/debug/deps/libencoding-6ed8aa24ccb887c5.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-e1b390b523d7cfee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5b7b0264629b6ce3.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-e0701c516fc85402.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-c78092f37518b15a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-3d19531277b86107.rlib" "/opt/rustwide/target/debug/deps/libbase64-d552c9ebe1e5fcb2.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libdistro_keyring-b6bbaffb94901eb1.rlib" "/opt/rustwide/target/debug/deps/libgpgrv-69d8837c2d284560.rlib" "/opt/rustwide/target/debug/deps/liblibflate-4bda28534a1144f6.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-71254f802bd7c277.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-eb321e66e148cb75.rlib" "/opt/rustwide/target/debug/deps/libadler32-15d51e20465f1db9.rlib" "/opt/rustwide/target/debug/deps/libsha1-7d95e5ffcb940e45.rlib" "/opt/rustwide/target/debug/deps/libcast-abe62a55f5c4592f.rlib" "/opt/rustwide/target/debug/deps/libnum-3df517fa48bd7586.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-acf803bc02ae4754.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f36c8ba213bdd835.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-ea8deffea07ac0b4.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-f714983941584b44.rlib" "/opt/rustwide/target/debug/deps/libiowrap-09b2297b3cf5a0b7.rlib" "/opt/rustwide/target/debug/deps/libbase64-ef1b41348e3fac5a.rlib" "/opt/rustwide/target/debug/deps/libdeb_version-449e29f5602ef9c1.rlib" "/opt/rustwide/target/debug/deps/libinsideout-1e59a8931e297e11.rlib" "/opt/rustwide/target/debug/deps/libtempfile_fast-2b205f0fdf15551b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-191b5943ae3c320d.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-1d2e0389ae5079c6.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/libreqwest-ee4699df0c859087.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-0d2ce3c26f940fa8.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-10758ffa544db034.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/libhyper-9e842926b48614a0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.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/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.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/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.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/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-bf17e54ab8b008f5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-49a5eb02a1187e0b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-5554877d30d5d4fa.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-13c53006dcf917ea.rlib" "/opt/rustwide/target/debug/deps/libserde_json-71c23a823b0218a8.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libserde-dfe97cece9780227.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.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/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/libchrono-731452dcb21576f5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c98dc3dd345e27c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-69eb8eb191901d15.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsha2-6621a236c9b4b44b.rlib" "/opt/rustwide/target/debug/deps/libdigest-fa3877179444303e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1ef80561098331e0.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6aa5aa09d3e0b877.rlib" "/opt/rustwide/target/debug/deps/libtypenum-913a68e739eab4ae.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libhex-546669467d7e4a25.rlib" "/opt/rustwide/target/debug/deps/libnom-f8b6806139fcb27f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.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/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.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/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.check_all.bz2rx0i2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859" "/opt/rustwide/target/debug/examples/check_all-03bb97be4d88d859.1v836u1013uqa0c5.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/libfapt-cce3a473401e79c3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7dfb5d4d368f1142.rlib" "/opt/rustwide/target/debug/deps/libmailparse-2c218a898ee9d162.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-d60333772aacd166.rlib" "/opt/rustwide/target/debug/deps/libencoding-6ed8aa24ccb887c5.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-e1b390b523d7cfee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5b7b0264629b6ce3.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-e0701c516fc85402.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-c78092f37518b15a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-3d19531277b86107.rlib" "/opt/rustwide/target/debug/deps/libbase64-d552c9ebe1e5fcb2.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libdistro_keyring-b6bbaffb94901eb1.rlib" "/opt/rustwide/target/debug/deps/libgpgrv-69d8837c2d284560.rlib" "/opt/rustwide/target/debug/deps/liblibflate-4bda28534a1144f6.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-71254f802bd7c277.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-eb321e66e148cb75.rlib" "/opt/rustwide/target/debug/deps/libadler32-15d51e20465f1db9.rlib" "/opt/rustwide/target/debug/deps/libsha1-7d95e5ffcb940e45.rlib" "/opt/rustwide/target/debug/deps/libcast-abe62a55f5c4592f.rlib" "/opt/rustwide/target/debug/deps/libnum-3df517fa48bd7586.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-acf803bc02ae4754.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f36c8ba213bdd835.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-ea8deffea07ac0b4.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-f714983941584b44.rlib" "/opt/rustwide/target/debug/deps/libiowrap-09b2297b3cf5a0b7.rlib" "/opt/rustwide/target/debug/deps/libbase64-ef1b41348e3fac5a.rlib" "/opt/rustwide/target/debug/deps/libdeb_version-449e29f5602ef9c1.rlib" "/opt/rustwide/target/debug/deps/libinsideout-1e59a8931e297e11.rlib" "/opt/rustwide/target/debug/deps/libtempfile_fast-2b205f0fdf15551b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-191b5943ae3c320d.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-1d2e0389ae5079c6.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/libreqwest-ee4699df0c859087.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-0d2ce3c26f940fa8.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-10758ffa544db034.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/libhyper-9e842926b48614a0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.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/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.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/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.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/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-bf17e54ab8b008f5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-49a5eb02a1187e0b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-5554877d30d5d4fa.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-13c53006dcf917ea.rlib" "/opt/rustwide/target/debug/deps/libserde_json-71c23a823b0218a8.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libserde-dfe97cece9780227.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.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/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/libchrono-731452dcb21576f5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c98dc3dd345e27c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-69eb8eb191901d15.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsha2-6621a236c9b4b44b.rlib" "/opt/rustwide/target/debug/deps/libdigest-fa3877179444303e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1ef80561098331e0.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6aa5aa09d3e0b877.rlib" "/opt/rustwide/target/debug/deps/libtypenum-913a68e739eab4ae.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libhex-546669467d7e4a25.rlib" "/opt/rustwide/target/debug/deps/libnom-f8b6806139fcb27f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.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/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.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: build failed [INFO] running `Command { std: "docker" "inspect" "0eb97b365baa983a52ea1870ebb8593ae21ed8c3a3ddf382122d1b964c9d50e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eb97b365baa983a52ea1870ebb8593ae21ed8c3a3ddf382122d1b964c9d50e6", kill_on_drop: false }` [INFO] [stdout] 0eb97b365baa983a52ea1870ebb8593ae21ed8c3a3ddf382122d1b964c9d50e6