[INFO] fetching crate multipart 0.17.0... [INFO] testing multipart-0.17.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate multipart 0.17.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate multipart 0.17.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 multipart 0.17.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate multipart 0.17.0 [INFO] tweaked toml for crates.io crate multipart 0.17.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate multipart 0.17.0 already has a lockfile, it will not be regenerated [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] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/src/bin/read_file.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5747a77fd1dcb0b6b9c3728e341f5eb60016c75e6aadb93af6f26139f48b87ce [INFO] running `Command { std: "docker" "start" "-a" "5747a77fd1dcb0b6b9c3728e341f5eb60016c75e6aadb93af6f26139f48b87ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5747a77fd1dcb0b6b9c3728e341f5eb60016c75e6aadb93af6f26139f48b87ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5747a77fd1dcb0b6b9c3728e341f5eb60016c75e6aadb93af6f26139f48b87ce", kill_on_drop: false }` [INFO] [stdout] 5747a77fd1dcb0b6b9c3728e341f5eb60016c75e6aadb93af6f26139f48b87ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] bb305566995d380e269313841c970dd847265215d65635dfdeb3230a3d163960 [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" "bb305566995d380e269313841c970dd847265215d65635dfdeb3230a3d163960", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/read_file.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling getrandom v0.1.8 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling multipart v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/server/save.rs:667:42 [INFO] [stdout] | [INFO] [stdout] 667 | occupied.into_mut().push({ SavedField { headers, data }}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:536:1 [INFO] [stdout] | [INFO] [stdout] 536 | / quick_error! { [INFO] [stdout] 537 | | #[derive(Debug)] [INFO] [stdout] 538 | | enum ParseHeaderError { [INFO] [stdout] 539 | | /// The `Content-Disposition` header was not found [INFO] [stdout] ... | [INFO] [stdout] 569 | | } [INFO] [stdout] 570 | | } [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 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/client/lazy.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:541:41 [INFO] [stdout] | [INFO] [stdout] 541 | display(x) -> ("{}:\n{}", x.description(), headers) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:545:44 [INFO] [stdout] | [INFO] [stdout] 545 | display(x) -> ("{}: {}: {}", x.description(), reason, cause) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:551:40 [INFO] [stdout] | [INFO] [stdout] 551 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:557:46 [INFO] [stdout] | [INFO] [stdout] 557 | display(this) -> ("{}: {}", this.description(), cont_type) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:565:40 [INFO] [stdout] | [INFO] [stdout] 565 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "bb305566995d380e269313841c970dd847265215d65635dfdeb3230a3d163960", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb305566995d380e269313841c970dd847265215d65635dfdeb3230a3d163960", kill_on_drop: false }` [INFO] [stdout] bb305566995d380e269313841c970dd847265215d65635dfdeb3230a3d163960 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 365fad0da411a65fb4b21cb18d969977b60baa8265b5dae3b9094562113aa5e2 [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" "365fad0da411a65fb4b21cb18d969977b60baa8265b5dae3b9094562113aa5e2", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/read_file.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/server/save.rs:667:42 [INFO] [stdout] | [INFO] [stdout] 667 | occupied.into_mut().push({ SavedField { headers, data }}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:536:1 [INFO] [stdout] | [INFO] [stdout] 536 | / quick_error! { [INFO] [stdout] 537 | | #[derive(Debug)] [INFO] [stdout] 538 | | enum ParseHeaderError { [INFO] [stdout] 539 | | /// The `Content-Disposition` header was not found [INFO] [stdout] ... | [INFO] [stdout] 569 | | } [INFO] [stdout] 570 | | } [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 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/client/lazy.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:541:41 [INFO] [stdout] | [INFO] [stdout] 541 | display(x) -> ("{}:\n{}", x.description(), headers) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:545:44 [INFO] [stdout] | [INFO] [stdout] 545 | display(x) -> ("{}: {}: {}", x.description(), reason, cause) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:551:40 [INFO] [stdout] | [INFO] [stdout] 551 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:557:46 [INFO] [stdout] | [INFO] [stdout] 557 | display(this) -> ("{}: {}", this.description(), cont_type) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:565:40 [INFO] [stdout] | [INFO] [stdout] 565 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling multipart v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/server/save.rs:667:42 [INFO] [stdout] | [INFO] [stdout] 667 | occupied.into_mut().push({ SavedField { headers, data }}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:536:1 [INFO] [stdout] | [INFO] [stdout] 536 | / quick_error! { [INFO] [stdout] 537 | | #[derive(Debug)] [INFO] [stdout] 538 | | enum ParseHeaderError { [INFO] [stdout] 539 | | /// The `Content-Disposition` header was not found [INFO] [stdout] ... | [INFO] [stdout] 569 | | } [INFO] [stdout] 570 | | } [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 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/client/lazy.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:541:41 [INFO] [stdout] | [INFO] [stdout] 541 | display(x) -> ("{}:\n{}", x.description(), headers) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:545:44 [INFO] [stdout] | [INFO] [stdout] 545 | display(x) -> ("{}: {}: {}", x.description(), reason, cause) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:551:40 [INFO] [stdout] | [INFO] [stdout] 551 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:557:46 [INFO] [stdout] | [INFO] [stdout] 557 | display(this) -> ("{}: {}", this.description(), cont_type) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server/field.rs:565:40 [INFO] [stdout] | [INFO] [stdout] 565 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `multipart`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name multipart src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test --cfg 'feature="buf_redux"' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="httparse"' --cfg 'feature="hyper"' --cfg 'feature="iron"' --cfg 'feature="mock"' --cfg 'feature="nickel"' --cfg 'feature="quick-error"' --cfg 'feature="safemem"' --cfg 'feature="server"' --cfg 'feature="tiny_http"' --cfg 'feature="twoway"' -C metadata=56a99ef085ba9b35 -C extra-filename=-56a99ef085ba9b35 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern buf_redux=/opt/rustwide/target/debug/deps/libbuf_redux-55b0244a2b4858e7.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-53b32ada846e152c.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-710108cc81997018.rlib --extern iron=/opt/rustwide/target/debug/deps/libiron-2a383ed9d081769d.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-e89bc881fcb0d0a5.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-de8dd3fdaaab2265.rlib --extern nickel=/opt/rustwide/target/debug/deps/libnickel-e1031b7d7f3c7299.rlib --extern quick_error=/opt/rustwide/target/debug/deps/libquick_error-d9bca13dadd46f6f.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2c3d47ce285f3915.rlib --extern safemem=/opt/rustwide/target/debug/deps/libsafemem-81ad7a81fb6f98a3.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-669ace6bc5341ec1.rlib --extern tiny_http=/opt/rustwide/target/debug/deps/libtiny_http-78e394fdb9c85e3a.rlib --extern twoway=/opt/rustwide/target/debug/deps/libtwoway-be3fa187a89fdb1a.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.iron.bst5u2w6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5" "/opt/rustwide/target/debug/examples/iron-4c7a9e49b181abe5.3u4u2gmfkw6l2dfg.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/libenv_logger-53b32ada846e152c.rlib" "/opt/rustwide/target/debug/deps/libatty-d568ec0243dcd672.rlib" "/opt/rustwide/target/debug/deps/libhumantime-3d331d8740af061f.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-4ebfa29e0dc70440.rlib" "/opt/rustwide/target/debug/deps/libmultipart-4bce8ee3919c5d1f.rlib" "/opt/rustwide/target/debug/deps/libnickel-e1031b7d7f3c7299.rlib" "/opt/rustwide/target/debug/deps/libgroupable-d6b5cc24405580bf.rlib" "/opt/rustwide/target/debug/deps/libmustache-e1ff87c20103c563.rlib" "/opt/rustwide/target/debug/deps/libregex-ebae78a8b43a22cc.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4dc17577f5037816.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f848ff6d24785c7f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e1765fdfcc1fafd3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-31d8d9bde8bd8f78.rlib" "/opt/rustwide/target/debug/deps/libryu-e5c8a885413ea107.rlib" "/opt/rustwide/target/debug/deps/libitoa-d09b03244d96d381.rlib" "/opt/rustwide/target/debug/deps/libserde-e84c46c5ed6bbffa.rlib" "/opt/rustwide/target/debug/deps/libtwoway-be3fa187a89fdb1a.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-55b0244a2b4858e7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f5df7e1daa7d76d6.rlib" "/opt/rustwide/target/debug/deps/libtiny_http-78e394fdb9c85e3a.rlib" "/opt/rustwide/target/debug/deps/libchrono-d5eaf8b4923ca784.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c9fd40a6bf73c95a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fa7c0a675509a36a.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-f2d1416c5af17bb6.rlib" "/opt/rustwide/target/debug/deps/libascii-59978859e69285fb.rlib" "/opt/rustwide/target/debug/deps/libiron-2a383ed9d081769d.rlib" "/opt/rustwide/target/debug/deps/libmodifier-837c443f71d69959.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4f12c2e369feecbc.rlib" "/opt/rustwide/target/debug/deps/libphf-763342f66c9207d9.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-fd9041298cb6c07b.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-1bc02ae021f668a4.rlib" "/opt/rustwide/target/debug/deps/libplugin-4768894150091156.rlib" "/opt/rustwide/target/debug/deps/libtypemap-b07c363a49879a85.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-2034556ddf0be1d8.rlib" "/opt/rustwide/target/debug/deps/libhyper-710108cc81997018.rlib" "/opt/rustwide/target/debug/deps/libmime-fb1aeef33e68ffcb.rlib" "/opt/rustwide/target/debug/deps/liblog-34b68c04964c5e69.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-061f4e1bd63283ed.rlib" "/opt/rustwide/target/debug/deps/libtypeable-4fd57d22a0a5b0f3.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-23d5d05a75452684.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4d71a1342b5c59b1.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libunicase-90ddb66be292285e.rlib" "/opt/rustwide/target/debug/deps/liburl-2be6bbfcc6520445.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-43fbf9c3de5f049c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-964b476264f7c907.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2786763282e3ede7.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libtime-b0bfa79f688a6854.rlib" "/opt/rustwide/target/debug/deps/libbase64-5e2c7b82439020af.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-920ed6a70714d423.rlib" "/opt/rustwide/target/debug/deps/libsafemem-81ad7a81fb6f98a3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-d9bca13dadd46f6f.rlib" "/opt/rustwide/target/debug/deps/libtempfile-669ace6bc5341ec1.rlib" "/opt/rustwide/target/debug/deps/librand-d8d9417f1332418f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aefa9f3819b739e2.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-6c4fd612f496f7ab.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-59339ee69927f33d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-aa458f9196325be2.rlib" "/opt/rustwide/target/debug/deps/librand_core-067355f47358b943.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4a661670dc91f4b8.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-71a8a69f23812c7e.rlib" "/opt/rustwide/target/debug/deps/librand-2c3d47ce285f3915.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-d166eaf1f31e436d.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-8756578e279e7221.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f2e4f141a70472cc.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-165b2de10ae2f2ca.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-1bde7cb07bd26099.rlib" "/opt/rustwide/target/debug/deps/librand_core-e70617dc38f2822c.rlib" "/opt/rustwide/target/debug/deps/librand_os-abbba5492d1674f3.rlib" "/opt/rustwide/target/debug/deps/liblibc-e56a0d52c58e583c.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-6b8e0f085492fe34.rlib" "/opt/rustwide/target/debug/deps/librand_core-803546ca06a2d189.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-de8dd3fdaaab2265.rlib" "/opt/rustwide/target/debug/deps/libunicase-d2cc8a34fe230404.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/liblog-e89bc881fcb0d0a5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dc9c1f3ab4e75cf1.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" "-lutil" "-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/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.hyper_server.3y998eb0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f" "/opt/rustwide/target/debug/examples/hyper_server-578dace03417194f.54yhp4mur5d82iil.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/libmultipart-4bce8ee3919c5d1f.rlib" "/opt/rustwide/target/debug/deps/libnickel-e1031b7d7f3c7299.rlib" "/opt/rustwide/target/debug/deps/libgroupable-d6b5cc24405580bf.rlib" "/opt/rustwide/target/debug/deps/libmustache-e1ff87c20103c563.rlib" "/opt/rustwide/target/debug/deps/libregex-ebae78a8b43a22cc.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4dc17577f5037816.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f848ff6d24785c7f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e1765fdfcc1fafd3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-31d8d9bde8bd8f78.rlib" "/opt/rustwide/target/debug/deps/libryu-e5c8a885413ea107.rlib" "/opt/rustwide/target/debug/deps/libitoa-d09b03244d96d381.rlib" "/opt/rustwide/target/debug/deps/libserde-e84c46c5ed6bbffa.rlib" "/opt/rustwide/target/debug/deps/libtwoway-be3fa187a89fdb1a.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-55b0244a2b4858e7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f5df7e1daa7d76d6.rlib" "/opt/rustwide/target/debug/deps/libtiny_http-78e394fdb9c85e3a.rlib" "/opt/rustwide/target/debug/deps/libchrono-d5eaf8b4923ca784.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c9fd40a6bf73c95a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fa7c0a675509a36a.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-f2d1416c5af17bb6.rlib" "/opt/rustwide/target/debug/deps/libascii-59978859e69285fb.rlib" "/opt/rustwide/target/debug/deps/libiron-2a383ed9d081769d.rlib" "/opt/rustwide/target/debug/deps/libmodifier-837c443f71d69959.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4f12c2e369feecbc.rlib" "/opt/rustwide/target/debug/deps/libphf-763342f66c9207d9.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-fd9041298cb6c07b.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-1bc02ae021f668a4.rlib" "/opt/rustwide/target/debug/deps/libplugin-4768894150091156.rlib" "/opt/rustwide/target/debug/deps/libtypemap-b07c363a49879a85.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-2034556ddf0be1d8.rlib" "/opt/rustwide/target/debug/deps/libquick_error-d9bca13dadd46f6f.rlib" "/opt/rustwide/target/debug/deps/libtempfile-669ace6bc5341ec1.rlib" "/opt/rustwide/target/debug/deps/librand-d8d9417f1332418f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aefa9f3819b739e2.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-6c4fd612f496f7ab.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-59339ee69927f33d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-aa458f9196325be2.rlib" "/opt/rustwide/target/debug/deps/librand_core-067355f47358b943.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4a661670dc91f4b8.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-71a8a69f23812c7e.rlib" "/opt/rustwide/target/debug/deps/librand-2c3d47ce285f3915.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-d166eaf1f31e436d.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-8756578e279e7221.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f2e4f141a70472cc.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-165b2de10ae2f2ca.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-1bde7cb07bd26099.rlib" "/opt/rustwide/target/debug/deps/librand_core-e70617dc38f2822c.rlib" "/opt/rustwide/target/debug/deps/librand_os-abbba5492d1674f3.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-6b8e0f085492fe34.rlib" "/opt/rustwide/target/debug/deps/librand_core-803546ca06a2d189.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-de8dd3fdaaab2265.rlib" "/opt/rustwide/target/debug/deps/libunicase-d2cc8a34fe230404.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libhyper-710108cc81997018.rlib" "/opt/rustwide/target/debug/deps/libmime-fb1aeef33e68ffcb.rlib" "/opt/rustwide/target/debug/deps/liblog-34b68c04964c5e69.rlib" "/opt/rustwide/target/debug/deps/liblog-e89bc881fcb0d0a5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dc9c1f3ab4e75cf1.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-061f4e1bd63283ed.rlib" "/opt/rustwide/target/debug/deps/libtypeable-4fd57d22a0a5b0f3.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-23d5d05a75452684.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4d71a1342b5c59b1.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libunicase-90ddb66be292285e.rlib" "/opt/rustwide/target/debug/deps/liburl-2be6bbfcc6520445.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-43fbf9c3de5f049c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-964b476264f7c907.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2786763282e3ede7.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libtime-b0bfa79f688a6854.rlib" "/opt/rustwide/target/debug/deps/liblibc-e56a0d52c58e583c.rlib" "/opt/rustwide/target/debug/deps/libbase64-5e2c7b82439020af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-81ad7a81fb6f98a3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-920ed6a70714d423.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" "-lutil" "-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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "365fad0da411a65fb4b21cb18d969977b60baa8265b5dae3b9094562113aa5e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "365fad0da411a65fb4b21cb18d969977b60baa8265b5dae3b9094562113aa5e2", kill_on_drop: false }` [INFO] [stdout] 365fad0da411a65fb4b21cb18d969977b60baa8265b5dae3b9094562113aa5e2