[INFO] crate ilp 0.2.1 is already in cache [INFO] extracting crate ilp 0.2.1 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/ilp/0.2.1 [INFO] extracting crate ilp 0.2.1 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/ilp/0.2.1 [INFO] validating manifest of ilp-0.2.1 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ilp-0.2.1 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ilp-0.2.1 [INFO] finished frobbing ilp-0.2.1 [INFO] frobbed toml for ilp-0.2.1 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/ilp/0.2.1/Cargo.toml [INFO] started frobbing ilp-0.2.1 [INFO] finished frobbing ilp-0.2.1 [INFO] frobbed toml for ilp-0.2.1 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/ilp/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ilp-0.2.1 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-4/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/ilp/0.2.1:/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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1af839ad9500448ac7e7425ef36c81bb1553618cbe25ab67238e7b08a78eb239 [INFO] running `"docker" "start" "-a" "1af839ad9500448ac7e7425ef36c81bb1553618cbe25ab67238e7b08a78eb239"` [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Checking stream-cancel v0.4.4 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking hyper v0.12.24 [INFO] [stderr] Checking tokio-dns-unofficial v0.3.1 [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking tokio-tungstenite v0.6.0 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.10 [INFO] [stderr] Checking ilp v0.2.1 (/opt/crater/workdir) [INFO] [stderr] error[E0275]: overflow evaluating the requirement `h2::proto::streams::buffer::Slot: std::marker::Send` [INFO] [stderr] --> src/main.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | tokio::run(run); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#![recursion_limit="128"]` attribute to your crate [INFO] [stderr] = note: required because it appears within the type `slab::Entry>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique>>` [INFO] [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec>>` [INFO] [stderr] = note: required because it appears within the type `std::vec::Vec>>` [INFO] [stderr] = note: required because it appears within the type `slab::Slab>` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::buffer::Buffer` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::recv::Recv` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::Actions` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::Inner` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::OpaqueStreamRef` [INFO] [stderr] = note: required because it appears within the type `h2::share::ReleaseCapacity` [INFO] [stderr] = note: required because it appears within the type `h2::share::RecvStream` [INFO] [stderr] = note: required because it appears within the type `hyper::body::body::Kind` [INFO] [stderr] = note: required because it appears within the type `hyper::body::body::Body` [INFO] [stderr] = note: required because it appears within the type `http::request::Request` [INFO] [stderr] = note: required because it appears within the type `(http::request::Request, hyper::client::dispatch::Callback, http::response::Response>)` [INFO] [stderr] = note: required because it appears within the type `std::option::Option<(http::request::Request, hyper::client::dispatch::Callback, http::response::Response>)>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::dispatch::Envelope, http::response::Response>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `futures::sync::mpsc::Inner, http::response::Response>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc, http::response::Response>>>` [INFO] [stderr] = note: required because it appears within the type `futures::sync::mpsc::Sender, http::response::Response>>` [INFO] [stderr] = note: required because it appears within the type `futures::sync::mpsc::UnboundedSender, http::response::Response>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::dispatch::Sender, http::response::Response>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::conn::SendRequest` [INFO] [stderr] = note: required because it appears within the type `hyper::client::PoolTx` [INFO] [stderr] = note: required because it appears within the type `hyper::client::PoolClient` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::Idle>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique>>` [INFO] [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec>>` [INFO] [stderr] = note: required because it appears within the type `std::vec::Vec>>` [INFO] [stderr] = note: required because it appears within the type `(std::sync::Arc, std::vec::Vec>>)` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData<(std::sync::Arc, std::vec::Vec>>)>` [INFO] [stderr] = note: required because it appears within the type `std::collections::hash::table::RawTable, std::vec::Vec>>>` [INFO] [stderr] = note: required because it appears within the type `std::collections::HashMap, std::vec::Vec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::PoolInner>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option>>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::Pool>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::Client` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::ClientRef` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::PendingRequest` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::PendingInner` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::Pending` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::MapErr` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::MapErr, [closure@DefId(11/1:98 ~ ilp[1f71]::spsp[0]::query[0]::{{closure}}[1])]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, futures::MapErr, [closure@DefId(11/1:98 ~ ilp[1f71]::spsp[0]::query[0]::{{closure}}[1])]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain ilp::spsp::Error {ilp::spsp::Error::StreamError}>, [closure@DefId(11/1:102 ~ ilp[1f71]::spsp[0]::connect_async[0]::{{closure}}[0]) 0:ilp::plugin::btp::ClientPlugin]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen ilp::spsp::Error {ilp::spsp::Error::StreamError}>, [closure@DefId(11/1:102 ~ ilp[1f71]::spsp[0]::connect_async[0]::{{closure}}[0]) 0:ilp::plugin::btp::ClientPlugin]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, [closure@DefId(11/1:106 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[0]) 0:u64]>, futures::AndThen, [closure@DefId(11/1:108 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[0])]>, std::result::Result, [closure@DefId(11/1:109 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[1]) 0:u64]>, [closure@DefId(11/1:107 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]) 0:ilp::stream::DataMoneyStream, 1:ilp::stream::Connection]>, [closure@DefId(11/1:105 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]) 0:u64]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, [closure@DefId(11/1:106 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[0]) 0:u64]>, futures::AndThen, [closure@DefId(11/1:108 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[0])]>, std::result::Result, [closure@DefId(11/1:109 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[1]) 0:u64]>, [closure@DefId(11/1:107 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]) 0:ilp::stream::DataMoneyStream, 1:ilp::stream::Connection]>, [closure@DefId(11/1:105 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]) 0:u64]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::MapErr` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::Done<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>, [closure@src/main.rs:97:21: 108:10 receiver:_, amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>, [closure@src/main.rs:97:21: 108:10 receiver:_, amount:_]>` [INFO] [stderr] = note: required by `tokio::run` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0275`. [INFO] [stderr] error: Could not compile `ilp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0275]: overflow evaluating the requirement `h2::proto::streams::buffer::Slot: std::marker::Send` [INFO] [stderr] --> src/main.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | tokio::run(run); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#![recursion_limit="128"]` attribute to your crate [INFO] [stderr] = note: required because it appears within the type `slab::Entry>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique>>` [INFO] [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec>>` [INFO] [stderr] = note: required because it appears within the type `std::vec::Vec>>` [INFO] [stderr] = note: required because it appears within the type `slab::Slab>` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::buffer::Buffer` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::recv::Recv` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::Actions` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::Inner` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>` [INFO] [stderr] = note: required because it appears within the type `h2::proto::streams::streams::OpaqueStreamRef` [INFO] [stderr] = note: required because it appears within the type `h2::share::ReleaseCapacity` [INFO] [stderr] = note: required because it appears within the type `h2::share::RecvStream` [INFO] [stderr] = note: required because it appears within the type `hyper::body::body::Kind` [INFO] [stderr] = note: required because it appears within the type `hyper::body::body::Body` [INFO] [stderr] = note: required because it appears within the type `http::request::Request` [INFO] [stderr] = note: required because it appears within the type `(http::request::Request, hyper::client::dispatch::Callback, http::response::Response>)` [INFO] [stderr] = note: required because it appears within the type `std::option::Option<(http::request::Request, hyper::client::dispatch::Callback, http::response::Response>)>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::dispatch::Envelope, http::response::Response>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `futures::sync::mpsc::Inner, http::response::Response>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc, http::response::Response>>>` [INFO] [stderr] = note: required because it appears within the type `futures::sync::mpsc::Sender, http::response::Response>>` [INFO] [stderr] = note: required because it appears within the type `futures::sync::mpsc::UnboundedSender, http::response::Response>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::dispatch::Sender, http::response::Response>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::conn::SendRequest` [INFO] [stderr] = note: required because it appears within the type `hyper::client::PoolTx` [INFO] [stderr] = note: required because it appears within the type `hyper::client::PoolClient` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::Idle>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique>>` [INFO] [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec>>` [INFO] [stderr] = note: required because it appears within the type `std::vec::Vec>>` [INFO] [stderr] = note: required because it appears within the type `(std::sync::Arc, std::vec::Vec>>)` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData<(std::sync::Arc, std::vec::Vec>>)>` [INFO] [stderr] = note: required because it appears within the type `std::collections::hash::table::RawTable, std::vec::Vec>>>` [INFO] [stderr] = note: required because it appears within the type `std::collections::HashMap, std::vec::Vec>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::PoolInner>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>>>` [INFO] [stderr] = note: required because it appears within the type `std::option::Option>>>>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::pool::Pool>` [INFO] [stderr] = note: required because it appears within the type `hyper::client::Client` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::ClientRef` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::PendingRequest` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::PendingInner` [INFO] [stderr] = note: required because it appears within the type `reqwest::async_impl::client::Pending` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::MapErr` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::MapErr, [closure@DefId(11/1:98 ~ ilp[1f71]::spsp[0]::query[0]::{{closure}}[1])]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, futures::MapErr, [closure@DefId(11/1:98 ~ ilp[1f71]::spsp[0]::query[0]::{{closure}}[1])]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain ilp::spsp::Error {ilp::spsp::Error::StreamError}>, [closure@DefId(11/1:102 ~ ilp[1f71]::spsp[0]::connect_async[0]::{{closure}}[0]) 0:ilp::plugin::btp::ClientPlugin]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen ilp::spsp::Error {ilp::spsp::Error::StreamError}>, [closure@DefId(11/1:102 ~ ilp[1f71]::spsp[0]::connect_async[0]::{{closure}}[0]) 0:ilp::plugin::btp::ClientPlugin]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, [closure@DefId(11/1:106 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[0]) 0:u64]>, futures::AndThen, [closure@DefId(11/1:108 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[0])]>, std::result::Result, [closure@DefId(11/1:109 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[1]) 0:u64]>, [closure@DefId(11/1:107 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]) 0:ilp::stream::DataMoneyStream, 1:ilp::stream::Connection]>, [closure@DefId(11/1:105 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]) 0:u64]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, [closure@DefId(11/1:106 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[0]) 0:u64]>, futures::AndThen, [closure@DefId(11/1:108 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[0])]>, std::result::Result, [closure@DefId(11/1:109 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]::{{closure}}[1]) 0:u64]>, [closure@DefId(11/1:107 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]::{{closure}}[1]) 0:ilp::stream::DataMoneyStream, 1:ilp::stream::Connection]>, [closure@DefId(11/1:105 ~ ilp[1f71]::spsp[0]::pay[0]::{{closure}}[0]) 0:u64]>` [INFO] [stderr] = note: required because it appears within the type `impl futures::Future` [INFO] [stderr] = note: required because it appears within the type `futures::MapErr` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::Done<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::future::chain::Chain, futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>, [closure@src/main.rs:97:21: 108:10 receiver:_, amount:_]>` [INFO] [stderr] = note: required because it appears within the type `futures::AndThen, futures::AndThen, std::result::Result<(), ()>, [closure@src/main.rs:101:29: 107:18 amount:_]>, [closure@src/main.rs:97:21: 108:10 receiver:_, amount:_]>` [INFO] [stderr] = note: required by `tokio::run` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0275`. [INFO] [stderr] error: Could not compile `ilp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1af839ad9500448ac7e7425ef36c81bb1553618cbe25ab67238e7b08a78eb239"` [INFO] running `"docker" "rm" "-f" "1af839ad9500448ac7e7425ef36c81bb1553618cbe25ab67238e7b08a78eb239"` [INFO] [stdout] 1af839ad9500448ac7e7425ef36c81bb1553618cbe25ab67238e7b08a78eb239