[INFO] crate httpd 0.1.4 is already in cache [INFO] extracting crate httpd 0.1.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/httpd/0.1.4 [INFO] extracting crate httpd 0.1.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/httpd/0.1.4 [INFO] validating manifest of httpd-0.1.4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of httpd-0.1.4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing httpd-0.1.4 [INFO] finished frobbing httpd-0.1.4 [INFO] frobbed toml for httpd-0.1.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/httpd/0.1.4/Cargo.toml [INFO] started frobbing httpd-0.1.4 [INFO] finished frobbing httpd-0.1.4 [INFO] frobbed toml for httpd-0.1.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/httpd/0.1.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing httpd-0.1.4 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/httpd/0.1.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 63fdaab0cb21603ab3dc63b6475fa7b75f38ba1a3bc8578e9d1f770762944e17 [INFO] running `"docker" "start" "-a" "63fdaab0cb21603ab3dc63b6475fa7b75f38ba1a3bc8578e9d1f770762944e17"` [INFO] [stderr] Compiling slog v1.7.1 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling hyper-openssl v0.2.7 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling slog-extra v0.1.2 [INFO] [stderr] Compiling slog-serde v1.0.0-alpha9 [INFO] [stderr] Compiling slog-scope v0.2.2 [INFO] [stderr] Compiling aws-sdk-rust v0.1.42 [INFO] [stderr] Compiling slog-stream v1.2.1 [INFO] [stderr] Compiling slog-json v1.2.1 [INFO] [stderr] Compiling slog-term v1.5.0 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling httpd v0.1.4 (/opt/crater/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] 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] | ^^^^^^^^ [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" "63fdaab0cb21603ab3dc63b6475fa7b75f38ba1a3bc8578e9d1f770762944e17"` [INFO] running `"docker" "rm" "-f" "63fdaab0cb21603ab3dc63b6475fa7b75f38ba1a3bc8578e9d1f770762944e17"` [INFO] [stdout] 63fdaab0cb21603ab3dc63b6475fa7b75f38ba1a3bc8578e9d1f770762944e17