[INFO] crate thruster 0.7.3 is already in cache [INFO] extracting crate thruster 0.7.3 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/thruster/0.7.3 [INFO] extracting crate thruster 0.7.3 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/thruster/0.7.3 [INFO] validating manifest of thruster-0.7.3 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thruster-0.7.3 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing thruster-0.7.3 [INFO] removed 1 missing examples [INFO] finished frobbing thruster-0.7.3 [INFO] frobbed toml for thruster-0.7.3 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/thruster/0.7.3/Cargo.toml [INFO] started frobbing thruster-0.7.3 [INFO] removed 1 missing examples [INFO] finished frobbing thruster-0.7.3 [INFO] frobbed toml for thruster-0.7.3 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/thruster/0.7.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking thruster-0.7.3 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-5/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/thruster/0.7.3:/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=forbid" "-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" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7f1d0f1ef07e3107b2880cc54381a1361993aaabefa19ba966e7d27e78b29741 [INFO] running `"docker" "start" "-a" "7f1d0f1ef07e3107b2880cc54381a1361993aaabefa19ba966e7d27e78b29741"` [INFO] [stderr] Checking templatify v0.2.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking r2d2 v0.8.4 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking thruster-core v0.7.3 [INFO] [stderr] Checking thruster-middleware v0.7.3 [INFO] [stderr] Compiling thruster-proc v0.7.3 [INFO] [stderr] Checking thruster-context v0.7.3 [INFO] [stderr] Checking thruster-app v0.7.3 [INFO] [stderr] Checking thruster-server v0.7.3 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking thruster v0.7.3 (/opt/crater/workdir) [INFO] [stderr] error[E0463]: can't find crate for `bytes` [INFO] [stderr] --> benches/app.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate bytes; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/hello_world/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | app.get("/json", middleware![Ctx => json]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/hello_world/main.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/hello_world/main.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | app.post("/post-plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/hello_world/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | app.get("/*", middleware![Ctx => not_found_404]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/most_basic.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | app.use_middleware("/", middleware![Ctx => profiling]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/most_basic.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/cookies/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/cookies/main.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | app.get("*", middleware![Ctx => redirect]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | app.get("/json", middleware![Ctx => json]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | app.get("/json", middleware![Ctx => json]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | app.get("/json", middleware![Ctx => json]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | app.get("/json", middleware![Ctx => json]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | app.post("/post-plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | app.post("/post-plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | app.post("/post-plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | app.post("/post-plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | app.get("/*", middleware![Ctx => not_found_404]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | app.get("/*", middleware![Ctx => not_found_404]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hello_world/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | app.get("/*", middleware![Ctx => not_found_404]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hello_world/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | app.get("/*", middleware![Ctx => not_found_404]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/cookies/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/cookies/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/cookies/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/cookies/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/cookies/main.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | app.get("*", middleware![Ctx => redirect]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/cookies/main.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | app.get("*", middleware![Ctx => redirect]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/cookies/main.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | app.get("*", middleware![Ctx => redirect]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/cookies/main.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | app.get("*", middleware![Ctx => redirect]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/hyper_most_basic.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hyper_most_basic.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hyper_most_basic.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/hyper_most_basic.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/hyper_most_basic.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/query_params.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | app.use_middleware("/", middleware![Ctx => query_params]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/query_params.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] | [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/multicontext.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | app.get("/hello", middleware![BasicContext => log, Ctx => goodbye]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/query_params.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | app.use_middleware("/", middleware![Ctx => query_params]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/query_params.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | app.use_middleware("/", middleware![Ctx => query_params]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/query_params.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | app.use_middleware("/", middleware![Ctx => query_params]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/query_params.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | app.use_middleware("/", middleware![Ctx => query_params]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/query_params.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/query_params.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: the `map` method cannot be invoked on a trait object [INFO] [stderr] --> examples/query_params.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use crate::futures_legacy::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `dyn futures_legacy::Future + std::marker::Send` cannot be known at compilation time [INFO] [stderr] --> examples/query_params.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | app.get("/plaintext", middleware![Ctx => plaintext]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `dyn futures_legacy::Future + std::marker::Send` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::boxed::Box::::new` [INFO] [stderr] = note: this error 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] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `thruster`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7f1d0f1ef07e3107b2880cc54381a1361993aaabefa19ba966e7d27e78b29741"` [INFO] running `"docker" "rm" "-f" "7f1d0f1ef07e3107b2880cc54381a1361993aaabefa19ba966e7d27e78b29741"` [INFO] [stdout] 7f1d0f1ef07e3107b2880cc54381a1361993aaabefa19ba966e7d27e78b29741