[INFO] crate httpd 0.1.4 is already in cache [INFO] checking httpd-0.1.4 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate httpd 0.1.4 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate httpd 0.1.4 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate httpd 0.1.4 [INFO] finished tweaking crates.io crate httpd 0.1.4 [INFO] tweaked toml for crates.io crate httpd 0.1.4 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 54b294a509dc6cecd4568fe87e39f64f0003fc6ee6b3f8a2313c4c946c565297 [INFO] running `"docker" "start" "-a" "54b294a509dc6cecd4568fe87e39f64f0003fc6ee6b3f8a2313c4c946c565297"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking slog-serde v1.0.0-alpha9 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Checking lsio v0.1.18 [INFO] [stderr] Checking slog-json v1.2.1 [INFO] [stderr] Checking aws-sdk-rust v0.1.42 [INFO] [stderr] Checking tokio-http2 v0.1.2 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Checking httpd v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/main.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/routes.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::StatusCode`, `tokio_http2::Method` [INFO] [stderr] --> src/routes.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | use tokio_http2::{StatusCode, Method}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ no `Method` in the root [INFO] [stderr] | | [INFO] [stderr] | no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/delete.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/delete.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/get_head.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::StatusCode`, `tokio_http2::Method` [INFO] [stderr] --> src/http/get_head.rs:18:19 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::{StatusCode, Method}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ no `Method` in the root [INFO] [stderr] | | [INFO] [stderr] | no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/post.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/post.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/put.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/put.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::Body`, `tokio_http2::ContentType`, `tokio_http2::ContentLength` [INFO] [stderr] --> src/files/mod.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | use tokio_http2::{Body, ContentType, ContentLength}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `ContentLength` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `ContentType` in the root [INFO] [stderr] | no `Body` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/api/get_head.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/api/get_head.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | try!(toml.parse_into("options.ip", &mut cfg.ip)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | try!(toml.parse_into("options.port", &mut cfg.port)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | try!(toml.parse_into("outbound.endpoint", &mut cfg.endpoint)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | try!(toml.parse_into("outbound.proxy", &mut cfg.proxy)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | try!(toml.parse_into("outbound.signature", &mut cfg.signature)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `save_all` found for type `multipart::server::Multipart<_>` in the current scope [INFO] [stderr] --> src/http/post.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | match multipart.save_all() { [INFO] [stderr] | ^^^^^^^^ method not found in `multipart::server::Multipart<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: `std::vec::Vec` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/http/post.rs:121:47 [INFO] [stderr] | [INFO] [stderr] 121 | println!(r#"Field "{}": "{}""#, name, field); [INFO] [stderr] | ^^^^^ `std::vec::Vec` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `files` on type `multipart::server::Entries` [INFO] [stderr] --> src/http/post.rs:124:38 [INFO] [stderr] | [INFO] [stderr] 124 | for (name, savedfile) in entries.files { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `fields`, `save_dir` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/main.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/routes.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::StatusCode`, `tokio_http2::Method` [INFO] [stderr] --> src/routes.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | use tokio_http2::{StatusCode, Method}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ no `Method` in the root [INFO] [stderr] | | [INFO] [stderr] | no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/delete.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/delete.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/get_head.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::StatusCode`, `tokio_http2::Method` [INFO] [stderr] --> src/http/get_head.rs:18:19 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::{StatusCode, Method}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ no `Method` in the root [INFO] [stderr] | | [INFO] [stderr] | no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/post.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/post.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/http/put.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/http/put.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_http2::Body`, `tokio_http2::ContentType`, `tokio_http2::ContentLength` [INFO] [stderr] --> src/files/mod.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | use tokio_http2::{Body, ContentType, ContentLength}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `ContentLength` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `ContentType` in the root [INFO] [stderr] | no `Body` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::http` [INFO] [stderr] --> src/api/get_head.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_http2::http::{Request, Response, HttpProto}; [INFO] [stderr] | ^^^^ could not find `http` in `tokio_http2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_http2::StatusCode` [INFO] [stderr] --> src/api/get_head.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use tokio_http2::StatusCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `StatusCode` in the root [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | try!(toml.parse_into("options.ip", &mut cfg.ip)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | try!(toml.parse_into("options.port", &mut cfg.port)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | try!(toml.parse_into("outbound.endpoint", &mut cfg.endpoint)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | try!(toml.parse_into("outbound.proxy", &mut cfg.proxy)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | try!(toml.parse_into("outbound.signature", &mut cfg.signature)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `httpd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `save_all` found for type `multipart::server::Multipart<_>` in the current scope [INFO] [stderr] --> src/http/post.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | match multipart.save_all() { [INFO] [stderr] | ^^^^^^^^ method not found in `multipart::server::Multipart<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: `std::vec::Vec` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/http/post.rs:121:47 [INFO] [stderr] | [INFO] [stderr] 121 | println!(r#"Field "{}": "{}""#, name, field); [INFO] [stderr] | ^^^^^ `std::vec::Vec` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `files` on type `multipart::server::Entries` [INFO] [stderr] --> src/http/post.rs:124:38 [INFO] [stderr] | [INFO] [stderr] 124 | for (name, savedfile) in entries.files { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `fields`, `save_dir` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `httpd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "54b294a509dc6cecd4568fe87e39f64f0003fc6ee6b3f8a2313c4c946c565297"` [INFO] running `"docker" "rm" "-f" "54b294a509dc6cecd4568fe87e39f64f0003fc6ee6b3f8a2313c4c946c565297"` [INFO] [stdout] 54b294a509dc6cecd4568fe87e39f64f0003fc6ee6b3f8a2313c4c946c565297