[INFO] updating cached repository https://github.com/viodentia/opal
[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] ee589a00284fe257a834c2cd35f0645108027a98
[INFO] checking viodentia/opal against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviodentia%2Fopal" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/viodentia/opal 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/viodentia/opal
[INFO] finished tweaking git repo https://github.com/viodentia/opal
[INFO] tweaked toml for git repo https://github.com/viodentia/opal written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/viodentia/opal 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] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/iron/body-parser.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/logger.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/mount.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/router.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/staticfile.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/urlencoded.git`
[INFO] [stderr]     Updating git repository `https://github.com/iron/iron`
[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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 34ffc90c3690bfb9fc340337d73adb5ca60ca8471052bcdf47c7643bf3059c4e
[INFO] running `"docker" "start" "-a" "34ffc90c3690bfb9fc340337d73adb5ca60ca8471052bcdf47c7643bf3059c4e"`
[INFO] [stderr]     Checking sequence_trie v0.3.6
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking want v0.2.0
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking uuid v0.4.0
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]     Checking tokio-buf v0.1.1
[INFO] [stderr]     Checking string v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling hyper v0.12.35
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling mime_guess v1.8.8
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking http-body v0.1.0
[INFO] [stderr]     Checking iron v0.6.1
[INFO] [stderr]     Checking persistent v0.4.0
[INFO] [stderr]     Checking mount v0.4.0
[INFO] [stderr]     Checking logger v0.4.0 (https://github.com/iron/logger.git#4df63964)
[INFO] [stderr]     Checking staticfile v0.5.0 (https://github.com/iron/staticfile.git#2bfc7fe5)
[INFO] [stderr]     Checking bodyparser v0.8.0
[INFO] [stderr]     Checking bodyparser v0.8.0 (https://github.com/iron/body-parser.git#49ae53cd)
[INFO] [stderr]     Checking urlencoded v0.6.0 (https://github.com/iron/urlencoded.git#0bed4479)
[INFO] [stderr]     Checking iron v0.6.0 (https://github.com/iron/iron#46eecad0)
[INFO] [stderr]     Checking mount v0.4.0 (https://github.com/iron/mount.git#5dbbc881)
[INFO] [stderr]     Checking router v0.7.0-pre1 (https://github.com/iron/router.git#ec2c7890)
[INFO] [stderr]     Checking opal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `application::helper::UserHelper`
[INFO] [stderr]  --> src/application/controller/user_controller.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use application::helper::UserHelper;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:14:24
[INFO] [stderr]    |
[INFO] [stderr] 14 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:35:24
[INFO] [stderr]    |
[INFO] [stderr] 35 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:38:24
[INFO] [stderr]    |
[INFO] [stderr] 38 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::router::Router`
[INFO] [stderr]  --> src/application/controller/index_controller.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use self::router::Router;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `application::router::*`
[INFO] [stderr]  --> src/application/mod.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use application::router::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `application::*`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use application::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: expected a `std::ops::Fn<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]   --> src/application/mod.rs:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |               ^^^^^^^^^^^^^ expected an `Fn<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `for<'r, 's, 't0> std::ops::Fn<(&'r mut application::iron::Request<'s, 't0>,)>` is not implemented for `application::router::router::Router`
[INFO] [stderr]    = note: required because of the requirements on the impl of `application::iron::Handler` for `application::router::router::Router`
[INFO] [stderr]    = note: required by `application::iron::Iron::<H>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]   --> src/application/mod.rs:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |               ^^^^^^^^^^^^^ expected an `FnOnce<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::FnOnce<(&mut application::iron::Request<'_, '_>,)>` is not implemented for `application::router::router::Router`
[INFO] [stderr]    = note: required because of the requirements on the impl of `application::iron::Handler` for `application::router::router::Router`
[INFO] [stderr]    = note: required by `application::iron::Iron::<H>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `http` found for struct `application::iron::Iron<application::router::router::Router>` in the current scope
[INFO] [stderr]   --> src/application/mod.rs:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |                              ^^^^ method not found in `application::iron::Iron<application::router::router::Router>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/git/checkouts/router-673170cb1868e8d8/ec2c789/src/router.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct Router {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: application::iron::Handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the method `http` exists but the following trait bounds were not satisfied:
[INFO] [stderr]            `application::router::router::Router: application::iron::Handler`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:9:9
[INFO] [stderr]    |
[INFO] [stderr] 9  |     router.get("/", IndexController::index, "index");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/index_controller.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn index(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ----------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::index_controller::IndexController::index}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 |     router.post("/users", UserController::create, "user_create");
[INFO] [stderr]    |            ^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn create(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::create}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 |     router.post("/users/login/:id", UserController::login, "user_login");
[INFO] [stderr]    |            ^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn login(req: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::login}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 |     router.get("/users/:id", UserController::read, "user_read");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn read(req: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::read}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 |     router.put("/users/:id", UserController::update, "user_update");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub fn update(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::update}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 |     router.delete("/users/:id", UserController::delete, "user_delete");
[INFO] [stderr]    |            ^^^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn delete(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::delete}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 |     router.get("/users", UserController::read_all, "user_list");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub fn read_all(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     -------------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::read_all}`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `application::helper::UserHelper`
[INFO] [stderr]  --> src/application/controller/user_controller.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use application::helper::UserHelper;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:14:24
[INFO] [stderr]    |
[INFO] [stderr] 14 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:35:24
[INFO] [stderr]    |
[INFO] [stderr] 35 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/application/controller/user_controller.rs:38:24
[INFO] [stderr]    |
[INFO] [stderr] 38 |         Ok(Response::with((iron::status::Ok)))
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::router::Router`
[INFO] [stderr]  --> src/application/controller/index_controller.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use self::router::Router;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `application::router::*`
[INFO] [stderr]  --> src/application/mod.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use application::router::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `application::*`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use application::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599, E0631.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opal`.
[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[E0277]: expected a `std::ops::Fn<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]   --> src/application/mod.rs:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |               ^^^^^^^^^^^^^ expected an `Fn<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `for<'r, 's, 't0> std::ops::Fn<(&'r mut application::iron::Request<'s, 't0>,)>` is not implemented for `application::router::router::Router`
[INFO] [stderr]    = note: required because of the requirements on the impl of `application::iron::Handler` for `application::router::router::Router`
[INFO] [stderr]    = note: required by `application::iron::Iron::<H>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]   --> src/application/mod.rs:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |               ^^^^^^^^^^^^^ expected an `FnOnce<(&mut application::iron::Request<'_, '_>,)>` closure, found `application::router::router::Router`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::FnOnce<(&mut application::iron::Request<'_, '_>,)>` is not implemented for `application::router::router::Router`
[INFO] [stderr]    = note: required because of the requirements on the impl of `application::iron::Handler` for `application::router::router::Router`
[INFO] [stderr]    = note: required by `application::iron::Iron::<H>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `http` found for struct `application::iron::Iron<application::router::router::Router>` in the current scope
[INFO] [stderr]   --> src/application/mod.rs:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Iron::new(router::all()).http("localhost:3000").unwrap();
[INFO] [stderr]    |                              ^^^^ method not found in `application::iron::Iron<application::router::router::Router>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/git/checkouts/router-673170cb1868e8d8/ec2c789/src/router.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct Router {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: application::iron::Handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the method `http` exists but the following trait bounds were not satisfied:
[INFO] [stderr]            `application::router::router::Router: application::iron::Handler`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:9:9
[INFO] [stderr]    |
[INFO] [stderr] 9  |     router.get("/", IndexController::index, "index");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/index_controller.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn index(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ----------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::index_controller::IndexController::index}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 |     router.post("/users", UserController::create, "user_create");
[INFO] [stderr]    |            ^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn create(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::create}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 |     router.post("/users/login/:id", UserController::login, "user_login");
[INFO] [stderr]    |            ^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn login(req: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::login}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 |     router.get("/users/:id", UserController::read, "user_read");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn read(req: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::read}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 |     router.put("/users/:id", UserController::update, "user_update");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub fn update(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::update}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 |     router.delete("/users/:id", UserController::delete, "user_delete");
[INFO] [stderr]    |            ^^^^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn delete(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     ------------------------------------------------------ found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::delete}`
[INFO] [stderr] 
[INFO] [stderr] error[E0631]: type mismatch in function arguments
[INFO] [stderr]   --> src/application/router.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 |     router.get("/users", UserController::read_all, "user_list");
[INFO] [stderr]    |            ^^^ expected signature of `for<'r> fn(&'r mut iron::request::Request) -> _`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/application/controller/user_controller.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub fn read_all(_: &mut Request) -> IronResult<Response> {
[INFO] [stderr]    |     -------------------------------------------------------- found signature of `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `iron::middleware::Handler` for `for<'r, 's, 't0> fn(&'r mut application::iron::Request<'s, 't0>) -> std::result::Result<application::iron::Response, application::iron::IronError> {application::controller::user_controller::UserController::read_all}`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599, E0631.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "34ffc90c3690bfb9fc340337d73adb5ca60ca8471052bcdf47c7643bf3059c4e"`
[INFO] running `"docker" "rm" "-f" "34ffc90c3690bfb9fc340337d73adb5ca60ca8471052bcdf47c7643bf3059c4e"`
[INFO] [stdout] 34ffc90c3690bfb9fc340337d73adb5ca60ca8471052bcdf47c7643bf3059c4e
