[INFO] updating cached repository https://github.com/Vergeer/cs-nickel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] cfe804eb3a52184b6d5881a68094f1a3173bd71a [INFO] testing Vergeer/cs-nickel against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FVergeer%2Fcs-nickel" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Vergeer/cs-nickel on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Vergeer/cs-nickel [INFO] finished tweaking git repo https://github.com/Vergeer/cs-nickel [INFO] tweaked toml for git repo https://github.com/Vergeer/cs-nickel written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Vergeer/cs-nickel already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] d0ccde9892e38295ebd4eea30fbcd695784e510a832b86f394a536bd1f901f13 [INFO] running `"docker" "start" "-a" "d0ccde9892e38295ebd4eea30fbcd695784e510a832b86f394a536bd1f901f13"` [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling nickel-template v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `hyper::header::Connection` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use hyper::header::Connection; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Connection` in `header` [INFO] [stderr] [INFO] [stderr] warning: unused import: `FaviconHandler` [INFO] [stderr] --> src/main.rs:3:54 [INFO] [stderr] | [INFO] [stderr] 3 | use nickel::{Nickel, HttpRouter, StaticFilesHandler, FaviconHandler}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::Client` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::Client; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | server.get("/", middleware! { |req, mut res| [INFO] [stderr] | _____________________^ [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | let mut data = HashMap::<&str, &str>::new(); [INFO] [stderr] 22 | | data.insert("tab-title","Verge | Web Development, Design, and SEO Company In Tucson"); [INFO] [stderr] ... | [INFO] [stderr] 27 | | return res.render("views/index.hbs", &data); [INFO] [stderr] 28 | | }); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | server.get("/contact", middleware! { |req, mut res| [INFO] [stderr] | ____________________________^ [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | let mut data = HashMap::new(); [INFO] [stderr] 34 | | data.insert("tab-title","Contact Us | Web Development, Design, and SEO Company In Tucson"); [INFO] [stderr] ... | [INFO] [stderr] 40 | | return res.render("views/contact.hbs", &data) [INFO] [stderr] 41 | | }); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | server.get("/about", middleware!{ |req, res| [INFO] [stderr] | __________________________^ [INFO] [stderr] 60 | | [INFO] [stderr] 61 | | let mut data = HashMap::new(); [INFO] [stderr] 62 | | data.insert("tab-title","About"); [INFO] [stderr] ... | [INFO] [stderr] 65 | | return res.render("views/about.hbs", &data); [INFO] [stderr] 66 | | }); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `nickel-template`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d0ccde9892e38295ebd4eea30fbcd695784e510a832b86f394a536bd1f901f13"` [INFO] running `"docker" "rm" "-f" "d0ccde9892e38295ebd4eea30fbcd695784e510a832b86f394a536bd1f901f13"` [INFO] [stdout] d0ccde9892e38295ebd4eea30fbcd695784e510a832b86f394a536bd1f901f13