[INFO] crate openapi-context 0.1.0 is already in cache [INFO] testing openapi-context-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate openapi-context 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate openapi-context 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate openapi-context 0.1.0 [INFO] finished tweaking crates.io crate openapi-context 0.1.0 [INFO] tweaked toml for crates.io crate openapi-context 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 351ca10cf38f49bc3ecaa1fedf5567c2c74ad501355a2594417e2f2dd302ea64 [INFO] running `"docker" "start" "-a" "351ca10cf38f49bc3ecaa1fedf5567c2c74ad501355a2594417e2f2dd302ea64"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling openapi-context v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.69s [INFO] running `"docker" "inspect" "351ca10cf38f49bc3ecaa1fedf5567c2c74ad501355a2594417e2f2dd302ea64"` [INFO] running `"docker" "rm" "-f" "351ca10cf38f49bc3ecaa1fedf5567c2c74ad501355a2594417e2f2dd302ea64"` [INFO] [stdout] 351ca10cf38f49bc3ecaa1fedf5567c2c74ad501355a2594417e2f2dd302ea64 [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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e99e476651c1cf093e8a7db028b366f75c17d35576cc52bdfa5a3e423f904e3e [INFO] running `"docker" "start" "-a" "e99e476651c1cf093e8a7db028b366f75c17d35576cc52bdfa5a3e423f904e3e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling openapi-context v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `use_item_1_owned` [INFO] [stderr] --> src/context.rs:534:8 [INFO] [stderr] | [INFO] [stderr] 534 | fn use_item_1_owned(_: ContextItem1) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `use_item_2` [INFO] [stderr] --> src/context.rs:535:8 [INFO] [stderr] | [INFO] [stderr] 535 | fn use_item_2(_: &ContextItem2) {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `use_item_3_owned` [INFO] [stderr] --> src/context.rs:536:8 [INFO] [stderr] | [INFO] [stderr] 536 | fn use_item_3_owned(_: ContextItem3) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.12s [INFO] running `"docker" "inspect" "e99e476651c1cf093e8a7db028b366f75c17d35576cc52bdfa5a3e423f904e3e"` [INFO] running `"docker" "rm" "-f" "e99e476651c1cf093e8a7db028b366f75c17d35576cc52bdfa5a3e423f904e3e"` [INFO] [stdout] e99e476651c1cf093e8a7db028b366f75c17d35576cc52bdfa5a3e423f904e3e [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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99ef724c2413063aee60196e2a395def4589a95985e3e6162c633faada12d0e9 [INFO] running `"docker" "start" "-a" "99ef724c2413063aee60196e2a395def4589a95985e3e6162c633faada12d0e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: function is never used: `use_item_1_owned` [INFO] [stderr] --> src/context.rs:534:8 [INFO] [stderr] | [INFO] [stderr] 534 | fn use_item_1_owned(_: ContextItem1) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `use_item_2` [INFO] [stderr] --> src/context.rs:535:8 [INFO] [stderr] | [INFO] [stderr] 535 | fn use_item_2(_: &ContextItem2) {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `use_item_3_owned` [INFO] [stderr] --> src/context.rs:536:8 [INFO] [stderr] | [INFO] [stderr] 536 | fn use_item_3_owned(_: ContextItem3) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/openapi_context-e0f03e7702995f5c [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test nullable_format::serde_tests::object_optionalnullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::string_nullable_value ... ok [INFO] [stdout] test request_parser::context_tests::test_macros ... ok [INFO] [stdout] test nullable_format::serde_tests::string_optionalnullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::object_nullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::null_nullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::missing_optionalnullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::null_optionalnullable_value ... ok [INFO] [stdout] test nullable_format::serde_tests::missing_nullable_value ... ok [INFO] [stderr] Doc-tests openapi-context [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test src/drop_context.rs - drop_context::DropContextMakeService (line 22) ... ignored [INFO] [stdout] test src/context.rs - context::Pop (line 59) ... FAILED [INFO] [stdout] test src/context.rs - context::Push (line 115) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::and_then (line 404) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::as_mut (line 108) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::map (line 247) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::expect (line 141) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::as_ref (line 87) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::and (line 370) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable<&'a T>::cloned (line 509) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::expect (line 148) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::is_present (line 35) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::is_null (line 56) ... FAILED [INFO] [stdout] test src/context.rs - context::Has (line 17) ... FAILED [INFO] [stdout] test src/context.rs - make_context_ty (line 399) ... ok [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::map_or (line 269) ... FAILED [INFO] [stdout] test src/context.rs - make_context (line 433) ... ok [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::map_or_else (line 291) ... FAILED [INFO] [stdout] test src/context.rs - new_context_type (line 181) ... ok [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::or (line 427) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::unwrap (line 183) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::ok_or (line 319) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::or_else (line 459) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::take (line 486) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::unwrap (line 176) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::ok_or_else (line 345) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::unwrap_or (line 201) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::unwrap_or_default (line 532) ... FAILED [INFO] [stdout] test src/nullable_format.rs - nullable_format::Nullable::unwrap_or_else (line 219) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/context.rs - context::Pop (line 59) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `swagger` [INFO] [stdout] --> src/context.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate swagger; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/context.rs - context::Push (line 115) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `swagger` [INFO] [stdout] --> src/context.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate swagger; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::and_then (line 404) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:405:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::as_mut (line 108) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:109:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::map (line 247) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:248:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::expect (line 141) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:142:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::as_ref (line 87) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::and (line 370) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:371:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable<&'a T>::cloned (line 509) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:510:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::expect (line 148) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:149:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::is_present (line 35) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::is_null (line 56) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/context.rs - context::Has (line 17) stdout ---- [INFO] [stdout] error[E0437]: type `ReqBody` is not a member of trait `hyper::service::Service` [INFO] [stdout] --> src/context.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 18 | type ReqBody = ContextualPayload; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `hyper::service::Service` [INFO] [stdout] [INFO] [stdout] error[E0437]: type `ResBody` is not a member of trait `hyper::service::Service` [INFO] [stdout] --> src/context.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 19 | type ResBody = hyper::Body; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `hyper::service::Service` [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stdout] --> src/context.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 15 | impl hyper::service::Service for MyService [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/context.rs:33:51 [INFO] [stdout] | [INFO] [stdout] 18 | type ReqBody = ContextualPayload; [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `ResBody` not found for `Self` [INFO] [stdout] --> src/context.rs:36:61 [INFO] [stdout] | [INFO] [stdout] 21 | type Future = Box, Error=Self::Error>>; [INFO] [stdout] | ^^^^^^^ associated type `ResBody` not found [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Item` not found for `core::future::future::Future` [INFO] [stdout] --> src/context.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 21 | type Future = Box, Error=Self::Error>>; [INFO] [stdout] | ^^^^ associated type `Item` not found [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `core::future::future::Future` [INFO] [stdout] --> src/context.rs:36:71 [INFO] [stdout] | [INFO] [stdout] 21 | type Future = Box, Error=Self::Error>>; [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] error[E0191]: the value of the associated type `Output` (from trait `core::future::future::Future`) must be specified [INFO] [stdout] --> src/context.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 21 | type Future = Box, Error=Self::Error>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: specify the associated type: `Future, Error=Self::Error, Output = Type>` [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `ReqBody` not found for `Self` [INFO] [stdout] --> src/context.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 22 | fn call(&mut self, req : hyper::Request) -> Self::Future { [INFO] [stdout] | ^^^^^^^ associated type `ReqBody` not found [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0191, E0220, E0437. [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::map_or (line 269) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:270:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::map_or_else (line 291) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:292:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::or (line 427) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:428:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::unwrap (line 183) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:184:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::ok_or (line 319) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:320:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::or_else (line 459) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:460:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::take (line 486) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:487:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::unwrap (line 176) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:177:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::ok_or_else (line 345) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:346:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::unwrap_or (line 201) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:202:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::unwrap_or_default (line 532) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:533:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nullable_format.rs - nullable_format::Nullable::unwrap_or_else (line 219) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `swagger` [INFO] [stdout] --> src/nullable_format.rs:220:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::swagger::Nullable; [INFO] [stdout] | ^^^^^^^ could not find `swagger` in `{{root}}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/context.rs - context::Has (line 17) [INFO] [stdout] src/context.rs - context::Pop (line 59) [INFO] [stdout] src/context.rs - context::Push (line 115) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable<&'a T>::cloned (line 509) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::and (line 370) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::and_then (line 404) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::as_mut (line 108) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::as_ref (line 87) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::expect (line 141) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::expect (line 148) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::is_null (line 56) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::is_present (line 35) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::map (line 247) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::map_or (line 269) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::map_or_else (line 291) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::ok_or (line 319) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::ok_or_else (line 345) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::or (line 427) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::or_else (line 459) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::take (line 486) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::unwrap (line 176) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::unwrap (line 183) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::unwrap_or (line 201) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::unwrap_or_default (line 532) [INFO] [stdout] src/nullable_format.rs - nullable_format::Nullable::unwrap_or_else (line 219) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 25 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "99ef724c2413063aee60196e2a395def4589a95985e3e6162c633faada12d0e9"` [INFO] running `"docker" "rm" "-f" "99ef724c2413063aee60196e2a395def4589a95985e3e6162c633faada12d0e9"` [INFO] [stdout] 99ef724c2413063aee60196e2a395def4589a95985e3e6162c633faada12d0e9