[INFO] updating cached repository https://github.com/Harbon/CloudTask [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] 8db2edb6fbf85078145091240a90903e3507f2c0 [INFO] testing Harbon/CloudTask against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarbon%2FCloudTask" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Harbon/CloudTask on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Harbon/CloudTask [INFO] finished tweaking git repo https://github.com/Harbon/CloudTask [INFO] tweaked toml for git repo https://github.com/Harbon/CloudTask written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Harbon/CloudTask already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-11/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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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/router.git` [INFO] [stderr] Updating git repository `https://github.com/iron/iron` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 51780a42a08ec0f0ce8802d33533967d9e12e60de20038c0cfd99c5e8c4dc11a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "51780a42a08ec0f0ce8802d33533967d9e12e60de20038c0cfd99c5e8c4dc11a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling serde v0.7.15 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling router v0.7.0-pre1 (https://github.com/iron/router.git#ec2c7890) [INFO] [stderr] Compiling logger v0.4.0 (https://github.com/iron/logger.git#4df63964) [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling hyper v0.8.1 [INFO] [stderr] Compiling serde_json v0.7.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling iron v0.3.1 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling persistent v0.1.0 [INFO] [stderr] Compiling CloudTask v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: expected a `std::ops::Fn<(&mut iron::Request<'_, '_>,)>` closure, found `router::Router` [INFO] [stderr] --> src/app/mod.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | let mut chain = Chain::new(routes::init_router()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(&mut iron::Request<'_, '_>,)>` closure, found `router::Router` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/iron-0.3.1/src/middleware/mod.rs:141:19 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn new(handler: H) -> Chain { [INFO] [stderr] | ------- required by this bound in `iron::Chain::new` [INFO] [stderr] | [INFO] [stderr] = help: the trait `for<'r, 's, 't0> std::ops::Fn<(&'r mut iron::Request<'s, 't0>,)>` is not implemented for `router::Router` [INFO] [stderr] = note: required because of the requirements on the impl of `iron::Handler` for `router::Router` [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<(&mut iron::Request<'_, '_>,)>` closure, found `router::Router` [INFO] [stderr] --> src/app/mod.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | let mut chain = Chain::new(routes::init_router()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected an `FnOnce<(&mut iron::Request<'_, '_>,)>` closure, found `router::Router` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/iron-0.3.1/src/middleware/mod.rs:141:19 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn new(handler: H) -> Chain { [INFO] [stderr] | ------- required by this bound in `iron::Chain::new` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::FnOnce<(&mut iron::Request<'_, '_>,)>` is not implemented for `router::Router` [INFO] [stderr] = note: required because of the requirements on the impl of `iron::Handler` for `router::Router` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/app/routes.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | router.post("/referExpress", controllers::handle_refer_express); [INFO] [stderr] | ^^^^ --------------- --------------------------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/app/routes.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | router.post("/decodeqr", controllers::handle_decode_qr); [INFO] [stderr] | ^^^^ ----------- ----------------------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `bodyparser::Json: plugin::Plugin>` is not satisfied [INFO] [stderr] --> src/app/controllers/mod.rs:203:21 [INFO] [stderr] | [INFO] [stderr] 203 | let body = _req.get::(); [INFO] [stderr] | ^^^ the trait `plugin::Plugin>` is not implemented for `bodyparser::Json` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] >> [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `find` found for enum `serde_json::value::Value` in the current scope [INFO] [stderr] --> src/app/controllers/mod.rs:211:25 [INFO] [stderr] | [INFO] [stderr] 211 | match json_body.find("type") { [INFO] [stderr] | ^^^^ method not found in `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `find` found for enum `serde_json::value::Value` in the current scope [INFO] [stderr] --> src/app/controllers/mod.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | match json_body.find("data") { [INFO] [stderr] | ^^^^ method not found in `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `CloudTask`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "51780a42a08ec0f0ce8802d33533967d9e12e60de20038c0cfd99c5e8c4dc11a"` [INFO] running `"docker" "rm" "-f" "51780a42a08ec0f0ce8802d33533967d9e12e60de20038c0cfd99c5e8c4dc11a"` [INFO] [stdout] 51780a42a08ec0f0ce8802d33533967d9e12e60de20038c0cfd99c5e8c4dc11a