[INFO] crate roa-router 0.5.0-rc is already in cache
[INFO] checking roa-router-0.5.0-rc against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate roa-router 0.5.0-rc into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate roa-router 0.5.0-rc on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate roa-router 0.5.0-rc
[INFO] finished tweaking crates.io crate roa-router 0.5.0-rc
[INFO] tweaked toml for crates.io crate roa-router 0.5.0-rc written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3e08dce6e75b7939cb9c83c9468566605c88fa00a140ddf1154077f5d9a3d957
[INFO] running `"docker" "start" "-a" "3e08dce6e75b7939cb9c83c9468566605c88fa00a140ddf1154077f5d9a3d957"`
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking async-compression v0.3.2
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling test-case v1.0.0
[INFO] [stderr]     Checking native-tls v0.2.4
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking cookie_store v0.10.0
[INFO] [stderr]     Checking pretty_env_logger v0.3.1
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking roa-core v0.5.0
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking reqwest v0.10.4
[INFO] [stderr]     Checking roa-tcp v0.5.0-rc
[INFO] [stderr]     Checking roa-router v0.5.0-rc (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `incoming::WrapStream<async_std::net::tcp::stream::TcpStream>: futures_io::if_std::AsyncRead` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/roa-tcp-0.5.0-rc/src/listen.rs:61:30
[INFO] [stderr]    |
[INFO] [stderr] 61 |         Ok((local_addr, self.accept(incoming)))
[INFO] [stderr]    |                              ^^^^^^ the trait `futures_io::if_std::AsyncRead` is not implemented for `incoming::WrapStream<async_std::net::tcp::stream::TcpStream>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `incoming::WrapStream<async_std::net::tcp::stream::TcpStream>: futures_io::if_std::AsyncWrite` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/roa-tcp-0.5.0-rc/src/listen.rs:61:30
[INFO] [stderr]    |
[INFO] [stderr] 61 |         Ok((local_addr, self.accept(incoming)))
[INFO] [stderr]    |                              ^^^^^^ the trait `futures_io::if_std::AsyncWrite` is not implemented for `incoming::WrapStream<async_std::net::tcp::stream::TcpStream>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `roa-tcp`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `roa_core::Error`
[INFO] [stderr]   --> src/lib.rs:69:64
[INFO] [stderr]    |
[INFO] [stderr] 69 |     async_trait, throw, Boxed, Context, Endpoint, EndpointExt, Error, Middleware,
[INFO] [stderr]    |                                                                ^^^^^ no `Error` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/lib.rs:273:30
[INFO] [stderr]     |
[INFO] [stderr] 273 |               standardize_path(&percent_decode_str(uri.path()).decode_utf8().map_err(
[INFO] [stderr]     |  ______________________________^
[INFO] [stderr] 274 | |                 |err| {
[INFO] [stderr] 275 | |                     Error::new(
[INFO] [stderr] 276 | |                         StatusCode::BAD_REQUEST,
[INFO] [stderr] ...   |
[INFO] [stderr] 284 | |                 },
[INFO] [stderr] 285 | |             )?);
[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 `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: all local variables must have a statically known size
[INFO] [stderr]     = help: unsized locals are gated as an unstable feature
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `roa-router`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "3e08dce6e75b7939cb9c83c9468566605c88fa00a140ddf1154077f5d9a3d957"`
[INFO] running `"docker" "rm" "-f" "3e08dce6e75b7939cb9c83c9468566605c88fa00a140ddf1154077f5d9a3d957"`
[INFO] [stdout] 3e08dce6e75b7939cb9c83c9468566605c88fa00a140ddf1154077f5d9a3d957
