[INFO] crate qiniu-multipart 0.16.2 is already in cache [INFO] checking qiniu-multipart-0.16.2 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate qiniu-multipart 0.16.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate qiniu-multipart 0.16.2 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate qiniu-multipart 0.16.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate qiniu-multipart 0.16.2 [INFO] tweaked toml for crates.io crate qiniu-multipart 0.16.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate qiniu-multipart 0.16.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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-0/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 `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 688cb4f4f7be469b6d3a5ce99021aae5082d5f4edcc94fdd5777725920c8dadf [INFO] running `"docker" "start" "-a" "688cb4f4f7be469b6d3a5ce99021aae5082d5f4edcc94fdd5777725920c8dadf"` [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] Checking groupable v0.2.0 [INFO] [stderr] Checking ascii v0.8.7 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking nickel v0.11.0 [INFO] [stderr] Checking qiniu-multipart v0.16.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / quick_error! { [INFO] [stderr] 537 | | #[derive(Debug)] [INFO] [stderr] 538 | | enum ParseHeaderError { [INFO] [stderr] 539 | | /// The `Content-Disposition` header was not found [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / quick_error! { [INFO] [stderr] 537 | | #[derive(Debug)] [INFO] [stderr] 538 | | enum ParseHeaderError { [INFO] [stderr] 539 | | /// The `Content-Disposition` header was not found [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/lazy.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | self.error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/lazy.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | self.error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:541:41 [INFO] [stderr] | [INFO] [stderr] 541 | display(x) -> ("{}:\n{}", x.description(), headers) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:545:44 [INFO] [stderr] | [INFO] [stderr] 545 | display(x) -> ("{}: {}: {}", x.description(), reason, cause) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:551:40 [INFO] [stderr] | [INFO] [stderr] 551 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:557:46 [INFO] [stderr] | [INFO] [stderr] 557 | display(this) -> ("{}: {}", this.description(), cont_type) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:565:40 [INFO] [stderr] | [INFO] [stderr] 565 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:541:41 [INFO] [stderr] | [INFO] [stderr] 541 | display(x) -> ("{}:\n{}", x.description(), headers) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:545:44 [INFO] [stderr] | [INFO] [stderr] 545 | display(x) -> ("{}: {}: {}", x.description(), reason, cause) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:551:40 [INFO] [stderr] | [INFO] [stderr] 551 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:557:46 [INFO] [stderr] | [INFO] [stderr] 557 | display(this) -> ("{}: {}", this.description(), cont_type) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server/field.rs:565:40 [INFO] [stderr] | [INFO] [stderr] 565 | display(x) -> ("{}: {}", x.description(), err) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.31s [INFO] running `"docker" "inspect" "688cb4f4f7be469b6d3a5ce99021aae5082d5f4edcc94fdd5777725920c8dadf"` [INFO] running `"docker" "rm" "-f" "688cb4f4f7be469b6d3a5ce99021aae5082d5f4edcc94fdd5777725920c8dadf"` [INFO] [stdout] 688cb4f4f7be469b6d3a5ce99021aae5082d5f4edcc94fdd5777725920c8dadf