[INFO] fetching crate multipart 0.18.0... [INFO] testing multipart-0.18.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate multipart 0.18.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate multipart 0.18.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate multipart 0.18.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate multipart 0.18.0 [INFO] tweaked toml for crates.io crate multipart 0.18.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate multipart 0.18.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--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-1/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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 370ae188533fd06bb1ec49491a5f031ce1117fa8a0b2387f36024f4d5bb3cde4 [INFO] running `Command { std: "docker" "start" "-a" "370ae188533fd06bb1ec49491a5f031ce1117fa8a0b2387f36024f4d5bb3cde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "370ae188533fd06bb1ec49491a5f031ce1117fa8a0b2387f36024f4d5bb3cde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "370ae188533fd06bb1ec49491a5f031ce1117fa8a0b2387f36024f4d5bb3cde4", kill_on_drop: false }` [INFO] [stdout] 370ae188533fd06bb1ec49491a5f031ce1117fa8a0b2387f36024f4d5bb3cde4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aafc9feb26a74e499debaca9b8f37c5f0fdadbcd3b8603db9290df98887a1941 [INFO] running `Command { std: "docker" "start" "-a" "aafc9feb26a74e499debaca9b8f37c5f0fdadbcd3b8603db9290df98887a1941", 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 libc v0.2.95 [INFO] [stderr] Compiling autocfg v0.1.5 [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 lazy_static v1.3.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling mime v0.2.6 [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 phf_shared v0.7.24 [INFO] [stderr] Compiling base64 v0.9.3 [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 getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling tempfile v3.1.0 [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 tiny_http v0.6.2 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling multipart v0.18.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 associated function `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 the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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 associated function `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 associated function `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 associated function `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 associated function `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 31.90s [INFO] running `Command { std: "docker" "inspect" "aafc9feb26a74e499debaca9b8f37c5f0fdadbcd3b8603db9290df98887a1941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aafc9feb26a74e499debaca9b8f37c5f0fdadbcd3b8603db9290df98887a1941", kill_on_drop: false }` [INFO] [stdout] aafc9feb26a74e499debaca9b8f37c5f0fdadbcd3b8603db9290df98887a1941 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f10f59215d6f7e468c5db03eba1ffc763ce6c9396639b8f44a8d7be8446048e [INFO] running `Command { std: "docker" "start" "-a" "4f10f59215d6f7e468c5db03eba1ffc763ce6c9396639b8f44a8d7be8446048e", 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 associated function `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 the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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 associated function `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 associated function `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 associated function `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 associated function `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.18.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 associated function `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 the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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 associated function `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 associated function `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 associated function `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 associated function `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`; 8 warnings emitted [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 -C embed-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=488111725ca6a6c2 -C extra-filename=-488111725ca6a6c2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern buf_redux=/opt/rustwide/target/debug/deps/libbuf_redux-c572368d3b048067.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-3f6fbab15f8248a9.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-bddf136980e817ef.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-b2fbfdd0f51511f9.rlib --extern iron=/opt/rustwide/target/debug/deps/libiron-cdbe76665058fb5e.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-a8cd36dd25e0131d.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-81c0a547976aedd9.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-1bd0621ab956273f.rlib --extern nickel=/opt/rustwide/target/debug/deps/libnickel-2bd87ddd10e3a41b.rlib --extern quick_error=/opt/rustwide/target/debug/deps/libquick_error-8af1626c14a64d49.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-362203abfda278ea.rlib --extern safemem=/opt/rustwide/target/debug/deps/libsafemem-45601fd40f02d316.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f852fff88995c071.rlib --extern tiny_http=/opt/rustwide/target/debug/deps/libtiny_http-7f3cf9dcdb56f558.rlib --extern twoway=/opt/rustwide/target/debug/deps/libtwoway-05cce3871ff8a254.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 status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.hyper_client.71c1e5ec-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635.gt8tbme5znlfeq1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmultipart-b062ed491eb6941e.rlib" "/opt/rustwide/target/debug/deps/libnickel-2bd87ddd10e3a41b.rlib" "/opt/rustwide/target/debug/deps/libgroupable-5b9aa83c3f9d6d47.rlib" "/opt/rustwide/target/debug/deps/libmustache-0f17188a120830fb.rlib" "/opt/rustwide/target/debug/deps/libregex-c9f2443631032cb0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-705212da65e28c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-e8807c2bbfca6e70.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e3a98836e3e43eff.rlib" "/opt/rustwide/target/debug/deps/libserde_json-898650cf29c94ef2.rlib" "/opt/rustwide/target/debug/deps/libryu-9ecc84efc5ffeda2.rlib" "/opt/rustwide/target/debug/deps/libitoa-41951a538d0a7733.rlib" "/opt/rustwide/target/debug/deps/libserde-bae87d1cd24086fd.rlib" "/opt/rustwide/target/debug/deps/libtwoway-05cce3871ff8a254.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-c572368d3b048067.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5087c462549b9d46.rlib" "/opt/rustwide/target/debug/deps/libtiny_http-7f3cf9dcdb56f558.rlib" "/opt/rustwide/target/debug/deps/libchrono-83855edd791a9b42.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c373189045468be.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e1870112faf1af79.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-66a6cef5e05732f9.rlib" "/opt/rustwide/target/debug/deps/libascii-8bb4b3bab71a98e6.rlib" "/opt/rustwide/target/debug/deps/libiron-cdbe76665058fb5e.rlib" "/opt/rustwide/target/debug/deps/libmodifier-afc384a5eba98018.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-b9635a0f843e877d.rlib" "/opt/rustwide/target/debug/deps/libphf-2965947d1f68d16d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-300786fef63ab222.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-c65310b90ba688a5.rlib" "/opt/rustwide/target/debug/deps/libplugin-9710501802cea3f7.rlib" "/opt/rustwide/target/debug/deps/libtypemap-4551cc97c9215e3e.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-2447200673ff8f6f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-8af1626c14a64d49.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f852fff88995c071.rlib" "/opt/rustwide/target/debug/deps/librand-b1a9ff2ca6dbf94a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b771356f1afbdfd0.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-493f0ea9cf780061.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-78eca0dc9fe0cbfa.rlib" "/opt/rustwide/target/debug/deps/librand_core-a294b6bb77606490.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-e188db5b088537ae.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-5dd006254a81b447.rlib" "/opt/rustwide/target/debug/deps/librand-362203abfda278ea.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-14d7b3209d4765b4.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-d2a229fbbae0f5f8.rlib" "/opt/rustwide/target/debug/deps/librand_core-f4b4fbfbd0199aae.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-97fc84c692e982a5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1bd0621ab956273f.rlib" "/opt/rustwide/target/debug/deps/libunicase-110db66c7c7006f8.rlib" "/opt/rustwide/target/debug/deps/libmime-81c0a547976aedd9.rlib" "/opt/rustwide/target/debug/deps/libhyper-b2fbfdd0f51511f9.rlib" "/opt/rustwide/target/debug/deps/libmime-029e1dc3290b7c4b.rlib" "/opt/rustwide/target/debug/deps/liblog-4a58f20a93de028c.rlib" "/opt/rustwide/target/debug/deps/liblog-a8cd36dd25e0131d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff427bfb30b70e1e.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-5bc979fa4d844ccd.rlib" "/opt/rustwide/target/debug/deps/libtypeable-de6bb559a502f535.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-af3347aa991ef25a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f30519b767aa81db.rlib" "/opt/rustwide/target/debug/deps/libhttparse-bddf136980e817ef.rlib" "/opt/rustwide/target/debug/deps/libunicase-a774ffa4bd248fc6.rlib" "/opt/rustwide/target/debug/deps/liburl-7c7a75441fd7a03d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-704ce0efd41c512b.rlib" "/opt/rustwide/target/debug/deps/libidna-7727b9af472bc567.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-9612038aa2625be0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-886ba6059a2f3ec9.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-0287523dbc01ccb7.rlib" "/opt/rustwide/target/debug/deps/libmatches-201b4dfb49094b2f.rlib" "/opt/rustwide/target/debug/deps/libtime-bc40c5a70bbb6338.rlib" "/opt/rustwide/target/debug/deps/liblibc-6fb6615b9d00daf8.rlib" "/opt/rustwide/target/debug/deps/libbase64-e5cb481fe1ed92e3.rlib" "/opt/rustwide/target/debug/deps/libsafemem-45601fd40f02d316.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c5f792632ea8cd22.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/hyper_client-431ea07685f77635" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [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" "4f10f59215d6f7e468c5db03eba1ffc763ce6c9396639b8f44a8d7be8446048e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f10f59215d6f7e468c5db03eba1ffc763ce6c9396639b8f44a8d7be8446048e", kill_on_drop: false }` [INFO] [stdout] 4f10f59215d6f7e468c5db03eba1ffc763ce6c9396639b8f44a8d7be8446048e