[INFO] updating cached repository Vergeer/cs-iron [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Vergeer/cs-iron [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Vergeer/cs-iron" "work/ex/beta-1.38-1/sources/1.37.0/gh/Vergeer/cs-iron"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Vergeer/cs-iron'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Vergeer/cs-iron" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Vergeer/cs-iron"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Vergeer/cs-iron'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1ff9cd46792f3f87a9e5bfec7c307b11e9173908 [INFO] sha for GitHub repo Vergeer/cs-iron: 1ff9cd46792f3f87a9e5bfec7c307b11e9173908 [INFO] validating manifest of Vergeer/cs-iron on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Vergeer/cs-iron on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Vergeer/cs-iron [INFO] finished frobbing Vergeer/cs-iron [INFO] frobbed toml for Vergeer/cs-iron written to work/ex/beta-1.38-1/sources/1.37.0/gh/Vergeer/cs-iron/Cargo.toml [INFO] started frobbing Vergeer/cs-iron [INFO] finished frobbing Vergeer/cs-iron [INFO] frobbed toml for Vergeer/cs-iron written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Vergeer/cs-iron/Cargo.toml [INFO] crate Vergeer/cs-iron already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Vergeer/cs-iron/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Vergeer/cs-iron against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Vergeer/cs-iron:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ef35d3dc596a3b0ec27b54c4b7a93a0e04b0de7a63932c9d9f154a489fbe5e95 [INFO] running `"docker" "start" "-a" "ef35d3dc596a3b0ec27b54c4b7a93a0e04b0de7a63932c9d9f154a489fbe5e95"` [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling ssmtp v1.0.1 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling handlebars v2.0.1 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling mount v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling handlebars-iron v0.28.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling staticfile v0.5.0 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling cs-iron v1.0.0 (/opt/crater/workdir) [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:99:12 [INFO] [stderr] | [INFO] [stderr] 99 | router.get("/", index).get("/contact", contact).post("/confirmation", confirmation ).get("/about", about); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | router.get("/", index).get("/contact", contact).post("/confirmation", confirmation ).get("/about", about); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:99:53 [INFO] [stderr] | [INFO] [stderr] 99 | router.get("/", index).get("/contact", contact).post("/confirmation", confirmation ).get("/about", about); [INFO] [stderr] | ^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:99:90 [INFO] [stderr] | [INFO] [stderr] 99 | router.get("/", index).get("/contact", contact).post("/confirmation", confirmation ).get("/about", about); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:104:22 [INFO] [stderr] | [INFO] [stderr] 104 | chain.link_after(HandlebarsEngine::new("./views/", ".html")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/main.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | res.set_mut(Template::new("index", data)).set_mut(status::Ok); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::collections::BTreeMap` [INFO] [stderr] = note: required by `handlebars_iron::Template::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/main.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | res.set_mut(Template::new("contact", data)).set_mut(status::Ok); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::collections::BTreeMap` [INFO] [stderr] = note: required by `handlebars_iron::Template::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/main.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | res.set_mut(Template::new("confirmation", data)).set_mut(status::Ok); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::collections::BTreeMap` [INFO] [stderr] = note: required by `handlebars_iron::Template::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/main.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | res.set_mut(Template::new("about", data)).set_mut(status::Ok); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::collections::BTreeMap` [INFO] [stderr] = note: required by `handlebars_iron::Template::new` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `cs-iron`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ef35d3dc596a3b0ec27b54c4b7a93a0e04b0de7a63932c9d9f154a489fbe5e95"` [INFO] running `"docker" "rm" "-f" "ef35d3dc596a3b0ec27b54c4b7a93a0e04b0de7a63932c9d9f154a489fbe5e95"` [INFO] [stdout] ef35d3dc596a3b0ec27b54c4b7a93a0e04b0de7a63932c9d9f154a489fbe5e95