[INFO] updating cached repository clementmiao/rust-website [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/clementmiao/rust-website [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/clementmiao/rust-website" "work/ex/beta-1.38-1/sources/1.37.0/gh/clementmiao/rust-website"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/clementmiao/rust-website'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/clementmiao/rust-website" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/clementmiao/rust-website"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/clementmiao/rust-website'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] efec12d253191f19e699098a0c142bd1937e2ade [INFO] sha for GitHub repo clementmiao/rust-website: efec12d253191f19e699098a0c142bd1937e2ade [INFO] validating manifest of clementmiao/rust-website 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 clementmiao/rust-website 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 clementmiao/rust-website [INFO] finished frobbing clementmiao/rust-website [INFO] frobbed toml for clementmiao/rust-website written to work/ex/beta-1.38-1/sources/1.37.0/gh/clementmiao/rust-website/Cargo.toml [INFO] started frobbing clementmiao/rust-website [INFO] finished frobbing clementmiao/rust-website [INFO] frobbed toml for clementmiao/rust-website written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/clementmiao/rust-website/Cargo.toml [INFO] crate clementmiao/rust-website 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/clementmiao/rust-website/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 clementmiao/rust-website 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-7/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/clementmiao/rust-website:/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] 59ba5a411ac88468849cfada244864d5077f0f4438d232b63e4ad84659f956c4 [INFO] running `"docker" "start" "-a" "59ba5a411ac88468849cfada244864d5077f0f4438d232b63e4ad84659f956c4"` [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling rust-website v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | server.get("/", middleware! { |_, response| [INFO] [stderr] | _____________________^ [INFO] [stderr] 14 | | let mut data = HashMap::new(); [INFO] [stderr] 15 | | data.insert("text", "Coming Soon"); [INFO] [stderr] 16 | | return response.render("assets/template.tpl", &data); [INFO] [stderr] 17 | | }); [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | server.listen(host_addr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.82s [INFO] running `"docker" "inspect" "59ba5a411ac88468849cfada244864d5077f0f4438d232b63e4ad84659f956c4"` [INFO] running `"docker" "rm" "-f" "59ba5a411ac88468849cfada244864d5077f0f4438d232b63e4ad84659f956c4"` [INFO] [stdout] 59ba5a411ac88468849cfada244864d5077f0f4438d232b63e4ad84659f956c4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/clementmiao/rust-website:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 7194de724b44a32f7a96781137ea354d315294f591a51726ee968479255ce653 [INFO] running `"docker" "start" "-a" "7194de724b44a32f7a96781137ea354d315294f591a51726ee968479255ce653"` [INFO] [stderr] Compiling rust-website v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | server.get("/", middleware! { |_, response| [INFO] [stderr] | _____________________^ [INFO] [stderr] 14 | | let mut data = HashMap::new(); [INFO] [stderr] 15 | | data.insert("text", "Coming Soon"); [INFO] [stderr] 16 | | return response.render("assets/template.tpl", &data); [INFO] [stderr] 17 | | }); [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | server.listen(host_addr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "7194de724b44a32f7a96781137ea354d315294f591a51726ee968479255ce653"` [INFO] running `"docker" "rm" "-f" "7194de724b44a32f7a96781137ea354d315294f591a51726ee968479255ce653"` [INFO] [stdout] 7194de724b44a32f7a96781137ea354d315294f591a51726ee968479255ce653 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/clementmiao/rust-website:/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" "test" "--frozen"` [INFO] [stdout] d1fb2ceabccd40f0c588b740bee9b9cc5c04a7be23791ee24b776387c0006c79 [INFO] running `"docker" "start" "-a" "d1fb2ceabccd40f0c588b740bee9b9cc5c04a7be23791ee24b776387c0006c79"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_website-aa682e43fbac4ac3 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d1fb2ceabccd40f0c588b740bee9b9cc5c04a7be23791ee24b776387c0006c79"` [INFO] running `"docker" "rm" "-f" "d1fb2ceabccd40f0c588b740bee9b9cc5c04a7be23791ee24b776387c0006c79"` [INFO] [stdout] d1fb2ceabccd40f0c588b740bee9b9cc5c04a7be23791ee24b776387c0006c79