[INFO] crate serv 0.2.0 is already in cache [INFO] extracting crate serv 0.2.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/serv/0.2.0 [INFO] extracting crate serv 0.2.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/serv/0.2.0 [INFO] validating manifest of serv-0.2.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of serv-0.2.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing serv-0.2.0 [INFO] finished frobbing serv-0.2.0 [INFO] frobbed toml for serv-0.2.0 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/serv/0.2.0/Cargo.toml [INFO] started frobbing serv-0.2.0 [INFO] finished frobbing serv-0.2.0 [INFO] frobbed toml for serv-0.2.0 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/serv/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking serv-0.2.0 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-5/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/serv/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9119c612258dd81b8d2e8fda1769f980644662e8a3bd9466b6c8b4ce01871b0 [INFO] running `"docker" "start" "-a" "b9119c612258dd81b8d2e8fda1769f980644662e8a3bd9466b6c8b4ce01871b0"` [INFO] [stderr] Checking serde_qs v0.4.6 [INFO] [stderr] Checking serv v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] --> examples/counter.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>`, the trait `std::marker::Send` is not implemented for `std::rc::Rc` [INFO] [stderr] = note: required because it appears within the type `serv::Server` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>` [INFO] [stderr] = note: required because it appears within the type `futures::future::Either, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::Connection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::State, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::NewSvcExec, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0277]: `(dyn futures::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] --> examples/counter.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `(dyn futures::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn futures::Future, Error = hyper::Error> + 'static)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn futures::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn futures::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2StreamState, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2Stream, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::H2Exec, Error = hyper::Error> + 'static)>, hyper::Body>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map_err` found for type `hyper::Server` in the current scope [INFO] [stderr] --> examples/counter.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | .map_err(|e| eprintln!("failed to serve: {:?}", e)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map_err` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut hyper::Server : futures::Future` [INFO] [stderr] `hyper::Server : futures::Future` [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::rt::Future` [INFO] [stderr] --> examples/counter.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use hyper::rt::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] --> examples/hello_async.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>`, the trait `std::marker::Send` is not implemented for `std::rc::Rc` [INFO] [stderr] = note: required because it appears within the type `serv::Server` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>` [INFO] [stderr] = note: required because it appears within the type `tokio::prelude::future::Either, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::Connection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::State, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::NewSvcExec, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0277]: `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] --> examples/hello_async.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2StreamState, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2Stream, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::H2Exec, Error = hyper::Error> + 'static)>, hyper::Body>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error: Could not compile `serv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] --> examples/error.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>`, the trait `std::marker::Send` is not implemented for `std::rc::Rc` [INFO] [stderr] = note: required because it appears within the type `serv::Server` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>` [INFO] [stderr] = note: required because it appears within the type `tokio::prelude::future::Either, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::Connection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::State, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::NewSvcExec, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0277]: `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] --> examples/error.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2StreamState, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2Stream, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::H2Exec, Error = hyper::Error> + 'static)>, hyper::Body>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map_err` found for type `hyper::Server` in the current scope [INFO] [stderr] --> examples/hello_async.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | .map_err(|e| eprintln!("failed to serve: {:?}", e)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map_err` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut hyper::Server : hyper::rt::Future` [INFO] [stderr] `hyper::Server : hyper::rt::Future` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `serv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `map_err` found for type `hyper::Server` in the current scope [INFO] [stderr] --> examples/error.rs:54:10 [INFO] [stderr] | [INFO] [stderr] 54 | .map_err(|e| eprintln!("failed to serve: {:?}", e)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map_err` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut hyper::Server : hyper::rt::Future` [INFO] [stderr] `hyper::Server : hyper::rt::Future` [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::rt::Future` [INFO] [stderr] --> examples/error.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::rt::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `serv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] --> examples/hello.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `std::rc::Rc` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>`, the trait `std::marker::Send` is not implemented for `std::rc::Rc` [INFO] [stderr] = note: required because it appears within the type `serv::Server` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>` [INFO] [stderr] = note: required because it appears within the type `tokio::prelude::future::Either, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option, hyper::Body, hyper::server::conn::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server, serv::Server, hyper::Body, hyper::common::exec::Exec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::Connection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::State, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because it appears within the type `hyper::server::conn::spawn_all::NewSvcTask, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::NewSvcExec, serv::Server, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0277]: `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] --> examples/hello.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | .serve(move || Ok::<_, hyper::Error>(server.clone())) [INFO] [stderr] | ^^^^^ `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn hyper::rt::Future, Error = hyper::Error> + 'static)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn hyper::rt::Future, Error = hyper::Error> + 'static)>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2StreamState, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because it appears within the type `hyper::proto::h2::server::H2Stream, Error = hyper::Error> + 'static)>, hyper::Body>` [INFO] [stderr] = note: required because of the requirements on the impl of `hyper::common::exec::H2Exec, Error = hyper::Error> + 'static)>, hyper::Body>` for `hyper::common::exec::Exec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map_err` found for type `hyper::Server` in the current scope [INFO] [stderr] --> examples/hello.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | .map_err(|e| eprintln!("failed to serve: {:?}", e)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map_err` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut hyper::Server : hyper::rt::Future` [INFO] [stderr] `hyper::Server : hyper::rt::Future` [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::rt::Future` [INFO] [stderr] --> examples/hello.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use hyper::rt::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `serv`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b9119c612258dd81b8d2e8fda1769f980644662e8a3bd9466b6c8b4ce01871b0"` [INFO] running `"docker" "rm" "-f" "b9119c612258dd81b8d2e8fda1769f980644662e8a3bd9466b6c8b4ce01871b0"` [INFO] [stdout] b9119c612258dd81b8d2e8fda1769f980644662e8a3bd9466b6c8b4ce01871b0