[INFO] updating cached repository https://github.com/FungusHumungus/nickelboogy [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] dc96e90b53bb0d2efcf129a74bb1645653c96e70 [INFO] checking FungusHumungus/nickelboogy against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFungusHumungus%2Fnickelboogy" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FungusHumungus/nickelboogy on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/FungusHumungus/nickelboogy [INFO] finished tweaking git repo https://github.com/FungusHumungus/nickelboogy [INFO] tweaked toml for git repo https://github.com/FungusHumungus/nickelboogy written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/FungusHumungus/nickelboogy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "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] 99a815ac2a92473ba10e2a461755a2f3136ac754694d057fb71c3afae45359ad [INFO] running `"docker" "start" "-a" "99a815ac2a92473ba10e2a461755a2f3136ac754694d057fb71c3afae45359ad"` [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking argon2rs v0.2.5 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking nickel v0.11.0 [INFO] [stderr] Checking nickelboogy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | / middleware! { |_req, res| { [INFO] [stderr] 90 | | let data: HashMap = HashMap::new(); [INFO] [stderr] 91 | | return res.render("templates/login.tpl", &data); [INFO] [stderr] 92 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | / middleware! { |req, mut res| { [INFO] [stderr] 98 | | let form = req.form_body().unwrap(); [INFO] [stderr] 99 | | [INFO] [stderr] 100 | | let username = form.get("username"); [INFO] [stderr] ... | [INFO] [stderr] 116 | | return res.render("templates/loginfail.tpl", &data); [INFO] [stderr] 117 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | / middleware! { |_req, res| { [INFO] [stderr] 123 | | let data: HashMap = HashMap::new(); [INFO] [stderr] 124 | | return res.render("templates/register.tpl", &data); [INFO] [stderr] 125 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | / middleware! { |req, res| { [INFO] [stderr] 150 | | [INFO] [stderr] 151 | | let sessions = SESSIONS.read().unwrap(); [INFO] [stderr] 152 | | [INFO] [stderr] ... | [INFO] [stderr] 159 | | return res.render("templates/main.tpl", &data); [INFO] [stderr] 160 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `nickelboogy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | / middleware! { |_req, res| { [INFO] [stderr] 90 | | let data: HashMap = HashMap::new(); [INFO] [stderr] 91 | | return res.render("templates/login.tpl", &data); [INFO] [stderr] 92 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | / middleware! { |req, mut res| { [INFO] [stderr] 98 | | let form = req.form_body().unwrap(); [INFO] [stderr] 99 | | [INFO] [stderr] 100 | | let username = form.get("username"); [INFO] [stderr] ... | [INFO] [stderr] 116 | | return res.render("templates/loginfail.tpl", &data); [INFO] [stderr] 117 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | / middleware! { |_req, res| { [INFO] [stderr] 123 | | let data: HashMap = HashMap::new(); [INFO] [stderr] 124 | | return res.render("templates/register.tpl", &data); [INFO] [stderr] 125 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0277]: the trait bound `!: nickel::Responder<()>` is not satisfied [INFO] [stderr] --> src/main.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | / middleware! { |req, res| { [INFO] [stderr] 150 | | [INFO] [stderr] 151 | | let sessions = SESSIONS.read().unwrap(); [INFO] [stderr] 152 | | [INFO] [stderr] ... | [INFO] [stderr] 159 | | return res.render("templates/main.tpl", &data); [INFO] [stderr] 160 | | }}, [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________the trait `nickel::Responder<()>` is not implemented for `!` [INFO] [stderr] | required by this bound in `main::restrict` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: this error 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[E0308]: mismatched types [INFO] [stderr] --> src/database.rs:51:30 [INFO] [stderr] | [INFO] [stderr] 51 | ... "user".to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `&str`, found struct `std::string::String` [INFO] [stderr] | help: consider borrowing here: `&"user".to_string()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/database.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | ... "amazingpassword".to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `&str`, found struct `std::string::String` [INFO] [stderr] | help: consider borrowing here: `&"amazingpassword".to_string()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/database.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | ... "user".to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `&str`, found struct `std::string::String` [INFO] [stderr] | help: consider borrowing here: `&"user".to_string()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/database.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | ... "terrible_password".to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `&str`, found struct `std::string::String` [INFO] [stderr] | help: consider borrowing here: `&"terrible_password".to_string()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `nickelboogy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99a815ac2a92473ba10e2a461755a2f3136ac754694d057fb71c3afae45359ad"` [INFO] running `"docker" "rm" "-f" "99a815ac2a92473ba10e2a461755a2f3136ac754694d057fb71c3afae45359ad"` [INFO] [stdout] 99a815ac2a92473ba10e2a461755a2f3136ac754694d057fb71c3afae45359ad