[INFO] crate qiniu-multipart 0.16.2 is already in cache
[INFO] checking qiniu-multipart-0.16.2 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate qiniu-multipart 0.16.2 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate qiniu-multipart 0.16.2 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-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 `"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=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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] d39ba11433578a5c1fe1987b852c157774845a9a732faa6a61ddd20c9e44e389
[INFO] running `"docker" "start" "-a" "d39ba11433578a5c1fe1987b852c157774845a9a732faa6a61ddd20c9e44e389"`
[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 unicase v2.5.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking phf_shared v0.7.24
[INFO] [stderr]     Checking mustache v0.9.0
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking env_logger v0.5.13
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking phf v0.7.24
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling mime_guess v2.0.1
[INFO] [stderr]     Checking tiny_http v0.6.2
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking nickel v0.11.0
[INFO] [stderr]    Compiling mime_guess v1.8.7
[INFO] [stderr]     Checking iron v0.6.1
[INFO] [stderr]     Checking qiniu-multipart v0.16.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/server/save.rs:667:42
[INFO] [stderr]     |
[INFO] [stderr] 667 |                 occupied.into_mut().push({ SavedField { headers, data }});
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_braces)]` on by default
[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 (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/server/save.rs:667:42
[INFO] [stderr]     |
[INFO] [stderr] 667 |                 occupied.into_mut().push({ SavedField { headers, data }});
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_braces)]` on by default
[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 (in Nightly builds, run with -Z 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 27.73s
[INFO] running `"docker" "inspect" "d39ba11433578a5c1fe1987b852c157774845a9a732faa6a61ddd20c9e44e389"`
[INFO] running `"docker" "rm" "-f" "d39ba11433578a5c1fe1987b852c157774845a9a732faa6a61ddd20c9e44e389"`
[INFO] [stdout] d39ba11433578a5c1fe1987b852c157774845a9a732faa6a61ddd20c9e44e389
