[INFO] updating cached repository https://github.com/comicfans/comix-server-rust
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 3145f0fa1207440c519c409ad597de323e7adeb1
[INFO] checking comicfans/comix-server-rust against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomicfans%2Fcomix-server-rust" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/comicfans/comix-server-rust on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/comicfans/comix-server-rust
[INFO] finished tweaking git repo https://github.com/comicfans/comix-server-rust
[INFO] tweaked toml for git repo https://github.com/comicfans/comix-server-rust written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/comicfans/comix-server-rust already has a lockfile, it will not be regenerated
[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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 0d679de3dc03da358828804444b32210de593d0423ceaf3f98e865d991ea41a2
[INFO] running `"docker" "start" "-a" "0d679de3dc03da358828804444b32210de593d0423ceaf3f98e865d991ea41a2"`
[INFO] [stderr]    Compiling winapi v0.3.7
[INFO] [stderr]    Compiling syn v0.15.34
[INFO] [stderr]    Compiling magic-sys v0.2.0
[INFO] [stderr]    Compiling unarr_sys v0.1.0 (https://github.com/comicfans/unarr_sys.git#d4a14409)
[INFO] [stderr]     Checking ffi v0.0.2
[INFO] [stderr]     Checking chardet v0.2.4
[INFO] [stderr]     Checking relative-path v0.4.0
[INFO] [stderr]     Checking getopts v0.2.19
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking parking_lot_core v0.2.14
[INFO] [stderr]     Checking lru v0.1.15
[INFO] [stderr]     Checking cgmath v0.16.1
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking http v0.1.17
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]     Checking crossbeam v0.7.1
[INFO] [stderr]     Checking parking_lot v0.4.8
[INFO] [stderr]     Checking pretty-bytes v0.2.2
[INFO] [stderr]    Compiling csv-core v0.1.5
[INFO] [stderr]     Checking magic v0.12.2
[INFO] [stderr]     Checking tree_magic v0.2.1
[INFO] [stderr]    Compiling csv v1.0.7
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.14
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking h2 v0.1.18
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]    Compiling codepage-437 v0.1.0
[INFO] [stderr]     Checking winconsole v0.10.0
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.19
[INFO] [stderr]     Checking colored v1.8.0
[INFO] [stderr]     Checking simple_logger v1.2.0
[INFO] [stderr]     Checking unarr v0.1.0 (https://github.com/comicfans/unarr.rs.git#1f64737c)
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking hyper v0.12.28
[INFO] [stderr]     Checking tiff v0.2.2
[INFO] [stderr]     Checking image v0.21.1
[INFO] [stderr]     Checking archive-cache v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/fs.rs:28:36
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn write_to(&self, w: &mut Write) -> std::io::Result<String> {
[INFO] [stderr]    |                                    ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |         w: &mut Write,
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:131:57
[INFO] [stderr]     |
[INFO] [stderr] 131 |     fn direct_file_access(&self, path: &PathU8, w: &mut Write) -> std::io::Result<String> {
[INFO] [stderr]     |                                                         ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:147:17
[INFO] [stderr]     |
[INFO] [stderr] 147 |         w: &mut Write,
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/fs.rs:28:36
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn write_to(&self, w: &mut Write) -> std::io::Result<String> {
[INFO] [stderr]    |                                    ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |         w: &mut Write,
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:131:57
[INFO] [stderr]     |
[INFO] [stderr] 131 |     fn direct_file_access(&self, path: &PathU8, w: &mut Write) -> std::io::Result<String> {
[INFO] [stderr]     |                                                         ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/fs.rs:147:17
[INFO] [stderr]     |
[INFO] [stderr] 147 |         w: &mut Write,
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `*const std::ffi::c_void` cannot be sent between threads safely
[INFO] [stderr]    --> src/server.rs:141:54
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let server = Server::from_tcp(listener).unwrap().serve(new_service);
[INFO] [stderr]     |                                                      ^^^^^ `*const std::ffi::c_void` cannot be sent between threads safely
[INFO] [stderr]     |
[INFO] [stderr]     = help: within `(std::string::String, cache::unarr::ArEntry)`, the trait `std::marker::Send` is not implemented for `*const std::ffi::c_void`
[INFO] [stderr]     = note: required because it appears within the type `cache::unarr::ArEntry`
[INFO] [stderr]     = note: required because it appears within the type `(std::string::String, cache::unarr::ArEntry)`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `hashbrown::raw::RawTable<(std::string::String, cache::unarr::ArEntry)>`
[INFO] [stderr]     = note: required because it appears within the type `hashbrown::map::HashMap<std::string::String, cache::unarr::ArEntry, std::collections::hash_map::RandomState>`
[INFO] [stderr]     = note: required because it appears within the type `std::collections::HashMap<std::string::String, cache::unarr::ArEntry>`
[INFO] [stderr]     = note: required because it appears within the type `(cache::unarr::ArArchive, std::collections::HashMap<std::string::String, cache::unarr::ArEntry>, bool)`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `cache::lru::LruCache<std::path::PathBuf, (cache::unarr::ArArchive, std::collections::HashMap<std::string::String, cache::unarr::ArEntry>, bool)>`
[INFO] [stderr]     = note: required because it appears within the type `cache::ArchiveCache`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex<cache::ArchiveCache>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>`
[INFO] [stderr]     = note: required because it appears within the type `[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>]`
[INFO] [stderr]     = note: required because it appears within the type `hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>`
[INFO] [stderr]     = note: required because it appears within the type `server::futures::future::Either<hyper::proto::h1::dispatch::Dispatcher<hyper::proto::h1::dispatch::Server<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>, hyper::body::body::Body, hyper::server::tcp::addr_stream::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>>`
[INFO] [stderr]     = note: required because it appears within the type `std::option::Option<server::futures::future::Either<hyper::proto::h1::dispatch::Dispatcher<hyper::proto::h1::dispatch::Server<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>, hyper::body::body::Body, hyper::server::tcp::addr_stream::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>>>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::Connection<hyper::server::tcp::addr_stream::AddrStream, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection<hyper::server::tcp::addr_stream::AddrStream, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::exec::Exec>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::spawn_all::State<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, 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<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, 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<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `*const std::ffi::c_void` cannot be sent between threads safely
[INFO] [stderr]    --> src/server.rs:141:54
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let server = Server::from_tcp(listener).unwrap().serve(new_service);
[INFO] [stderr]     |                                                      ^^^^^ `*const std::ffi::c_void` cannot be sent between threads safely
[INFO] [stderr]     |
[INFO] [stderr]     = help: within `(std::string::String, cache::unarr::ArEntry)`, the trait `std::marker::Send` is not implemented for `*const std::ffi::c_void`
[INFO] [stderr]     = note: required because it appears within the type `cache::unarr::ArEntry`
[INFO] [stderr]     = note: required because it appears within the type `(std::string::String, cache::unarr::ArEntry)`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `hashbrown::raw::RawTable<(std::string::String, cache::unarr::ArEntry)>`
[INFO] [stderr]     = note: required because it appears within the type `hashbrown::map::HashMap<std::string::String, cache::unarr::ArEntry, std::collections::hash_map::RandomState>`
[INFO] [stderr]     = note: required because it appears within the type `std::collections::HashMap<std::string::String, cache::unarr::ArEntry>`
[INFO] [stderr]     = note: required because it appears within the type `(cache::unarr::ArArchive, std::collections::HashMap<std::string::String, cache::unarr::ArEntry>, bool)`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `cache::lru::LruCache<std::path::PathBuf, (cache::unarr::ArArchive, std::collections::HashMap<std::string::String, cache::unarr::ArEntry>, bool)>`
[INFO] [stderr]     = note: required because it appears within the type `cache::ArchiveCache`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Mutex<cache::ArchiveCache>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>`
[INFO] [stderr]     = note: required because it appears within the type `[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>]`
[INFO] [stderr]     = note: required because it appears within the type `hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>`
[INFO] [stderr]     = note: required because it appears within the type `server::futures::future::Either<hyper::proto::h1::dispatch::Dispatcher<hyper::proto::h1::dispatch::Server<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>, hyper::body::body::Body, hyper::server::tcp::addr_stream::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>>`
[INFO] [stderr]     = note: required because it appears within the type `std::option::Option<server::futures::future::Either<hyper::proto::h1::dispatch::Dispatcher<hyper::proto::h1::dispatch::Server<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>, hyper::body::body::Body, hyper::server::tcp::addr_stream::AddrStream, hyper::proto::h1::role::Server>, hyper::proto::h2::server::Server<hyper::common::io::rewind::Rewind<hyper::server::tcp::addr_stream::AddrStream>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::body::body::Body, hyper::common::exec::Exec>>>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::Connection<hyper::server::tcp::addr_stream::AddrStream, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::upgrades::UpgradeableConnection<hyper::server::tcp::addr_stream::AddrStream, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::exec::Exec>`
[INFO] [stderr]     = note: required because it appears within the type `hyper::server::conn::spawn_all::State<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, 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<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, 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<hyper::server::tcp::addr_stream::AddrStream, server::futures::Done<hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::never::Never>, hyper::service::service::ServiceFnOk<[closure@src/server.rs:91:23: 138:10 fs:std::sync::Arc<fs::Fs>, arc:std::sync::Arc<std::sync::Mutex<cache::ArchiveCache>>], hyper::body::body::Body>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` for `hyper::common::exec::Exec`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `archive-cache`.
[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: could not compile `archive-cache`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0d679de3dc03da358828804444b32210de593d0423ceaf3f98e865d991ea41a2"`
[INFO] running `"docker" "rm" "-f" "0d679de3dc03da358828804444b32210de593d0423ceaf3f98e865d991ea41a2"`
[INFO] [stdout] 0d679de3dc03da358828804444b32210de593d0423ceaf3f98e865d991ea41a2
