Oct 31 17:16:13.734 INFO checking zabio3/base-rest-app against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:16:13.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 17:16:14.192 INFO blam! b43de247da8057f29420167af652e4501277aa40f61a657a831ed34a24ec60f8 Oct 31 17:16:14.204 INFO running `"docker" "start" "-a" "b43de247da8057f29420167af652e4501277aa40f61a657a831ed34a24ec60f8"` Oct 31 17:16:15.704 INFO kablam! usermod: no changes Oct 31 17:16:15.908 INFO kablam! Checking cfg-if v0.1.3 Oct 31 17:16:15.908 INFO kablam! Compiling pkg-config v0.3.11 Oct 31 17:16:15.920 INFO kablam! Compiling version_check v0.1.3 Oct 31 17:16:15.928 INFO kablam! Checking unicode-normalization v0.1.7 Oct 31 17:16:15.928 INFO kablam! Checking httparse v1.2.4 Oct 31 17:16:15.928 INFO kablam! Checking groupable v0.2.0 Oct 31 17:16:15.936 INFO kablam! Checking itoa v0.4.1 Oct 31 17:16:15.936 INFO kablam! Checking memchr v2.0.1 Oct 31 17:16:16.372 INFO kablam! Checking num_cpus v1.8.0 Oct 31 17:16:16.968 INFO kablam! Checking scheduled-thread-pool v0.2.0 Oct 31 17:16:17.261 INFO kablam! Checking base64 v0.6.0 Oct 31 17:16:19.369 INFO kablam! Checking log v0.4.2 Oct 31 17:16:19.370 INFO kablam! Checking aho-corasick v0.6.4 Oct 31 17:16:19.370 INFO kablam! Checking plugin v0.2.6 Oct 31 17:16:19.393 INFO kablam! Checking serde_json v1.0.20 Oct 31 17:16:19.481 INFO kablam! Compiling diesel_derives v1.3.0 Oct 31 17:16:20.136 INFO kablam! Compiling unicase v1.4.2 Oct 31 17:16:22.954 INFO kablam! Checking log v0.3.9 Oct 31 17:16:22.961 INFO kablam! Checking r2d2 v0.8.2 Oct 31 17:16:25.072 INFO kablam! Checking regex v0.2.11 Oct 31 17:16:25.184 INFO kablam! Checking mime v0.2.6 Oct 31 17:16:25.318 INFO kablam! Checking mustache v0.8.2 Oct 31 17:16:25.769 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 31 17:16:36.085 INFO kablam! Checking dotenv v0.9.0 Oct 31 17:16:40.979 INFO kablam! Checking diesel v1.3.0 Oct 31 17:17:23.849 INFO kablam! Checking idna v0.1.4 Oct 31 17:17:24.560 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 31 17:17:26.180 INFO kablam! Checking url v1.7.0 Oct 31 17:17:27.748 INFO kablam! Checking hyper v0.10.13 Oct 31 17:17:31.932 INFO kablam! Checking nickel v0.10.1 Oct 31 17:17:33.958 INFO kablam! Checking base-rest-app v0.1.0 (/source) Oct 31 17:17:34.732 INFO kablam! warning: unused import: `MiddlewareResult` Oct 31 17:17:34.732 INFO kablam! --> src/controller/mod.rs:2:35 Oct 31 17:17:34.732 INFO kablam! | Oct 31 17:17:34.732 INFO kablam! 2 | use nickel::{Nickel, HttpRouter, MiddlewareResult}; Oct 31 17:17:34.732 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 17:17:34.732 INFO kablam! | Oct 31 17:17:34.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:17:34.732 INFO kablam! Oct 31 17:17:34.732 INFO kablam! warning: unused import: `db` Oct 31 17:17:34.732 INFO kablam! --> src/controller/account.rs:3:5 Oct 31 17:17:34.732 INFO kablam! | Oct 31 17:17:34.732 INFO kablam! 3 | use db; Oct 31 17:17:34.733 INFO kablam! | ^^ Oct 31 17:17:34.733 INFO kablam! Oct 31 17:17:34.733 INFO kablam! warning: unused import: `enable_cors` Oct 31 17:17:34.733 INFO kablam! --> src/controller/mod.rs:9:29 Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! 9 | use templates :: header :: {enable_cors}; Oct 31 17:17:34.733 INFO kablam! | ^^^^^^^^^^^ Oct 31 17:17:34.733 INFO kablam! Oct 31 17:17:34.733 INFO kablam! warning: cannot find type `table` in this scope Oct 31 17:17:34.733 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 17:17:34.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 31 17:17:34.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.733 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.733 INFO kablam! Oct 31 17:17:34.733 INFO kablam! warning: cannot find type `table` in this scope Oct 31 17:17:34.733 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 17:17:34.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.733 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.733 INFO kablam! Oct 31 17:17:34.733 INFO kablam! warning: cannot find type `id` in this scope Oct 31 17:17:34.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.733 INFO kablam! | Oct 31 17:17:34.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.733 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.733 INFO kablam! Oct 31 17:17:34.736 INFO kablam! warning: cannot find type `name` in this scope Oct 31 17:17:34.736 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.736 INFO kablam! | Oct 31 17:17:34.736 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.736 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.736 INFO kablam! | Oct 31 17:17:34.736 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.736 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.736 INFO kablam! Oct 31 17:17:34.736 INFO kablam! warning: cannot find type `email` in this scope Oct 31 17:17:34.737 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.737 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: cannot find type `status` in this scope Oct 31 17:17:34.737 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.737 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: unused import: `serde_json` Oct 31 17:17:34.737 INFO kablam! --> src/db/models/account.rs:1:5 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 1 | use serde_json; Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^^^^ Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: cannot find type `Account` in this scope Oct 31 17:17:34.737 INFO kablam! --> src/db/models/account.rs:7:34 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 7 | #[derive(Serialize, Deserialize, Queryable)] Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.737 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: cannot find type `account` in this scope Oct 31 17:17:34.737 INFO kablam! --> src/db/models/account.rs:16:10 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 16 | #[derive(Insertable)] Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.737 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: cannot find type `NewAccount` in this scope Oct 31 17:17:34.737 INFO kablam! --> src/db/models/account.rs:16:10 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 16 | #[derive(Insertable)] Oct 31 17:17:34.737 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.737 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: unused import: `nickel` Oct 31 17:17:34.737 INFO kablam! --> src/templates/header.rs:1:5 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 1 | use nickel; Oct 31 17:17:34.737 INFO kablam! | ^^^^^^ Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.737 INFO kablam! warning: unused import: `Nickel` Oct 31 17:17:34.737 INFO kablam! --> src/main.rs:19:14 Oct 31 17:17:34.737 INFO kablam! | Oct 31 17:17:34.737 INFO kablam! 19 | use nickel::{Nickel}; Oct 31 17:17:34.737 INFO kablam! | ^^^^^^ Oct 31 17:17:34.737 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: unused import: `MiddlewareResult` Oct 31 17:17:34.763 INFO kablam! --> src/controller/mod.rs:2:35 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 2 | use nickel::{Nickel, HttpRouter, MiddlewareResult}; Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: unused import: `db` Oct 31 17:17:34.763 INFO kablam! --> src/controller/account.rs:3:5 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 3 | use db; Oct 31 17:17:34.763 INFO kablam! | ^^ Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: unused import: `enable_cors` Oct 31 17:17:34.763 INFO kablam! --> src/controller/mod.rs:9:29 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 9 | use templates :: header :: {enable_cors}; Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^^^^^ Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: cannot find type `table` in this scope Oct 31 17:17:34.763 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 31 17:17:34.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.763 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: cannot find type `table` in this scope Oct 31 17:17:34.763 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.763 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: cannot find type `id` in this scope Oct 31 17:17:34.763 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.763 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: cannot find type `name` in this scope Oct 31 17:17:34.763 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.763 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.763 INFO kablam! | Oct 31 17:17:34.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.763 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.763 INFO kablam! Oct 31 17:17:34.763 INFO kablam! warning: cannot find type `email` in this scope Oct 31 17:17:34.763 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.764 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: cannot find type `status` in this scope Oct 31 17:17:34.764 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.764 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: unused import: `serde_json` Oct 31 17:17:34.764 INFO kablam! --> src/db/models/account.rs:1:5 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 1 | use serde_json; Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^^^^ Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: cannot find type `Account` in this scope Oct 31 17:17:34.764 INFO kablam! --> src/db/models/account.rs:7:34 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 7 | #[derive(Serialize, Deserialize, Queryable)] Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.764 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: cannot find type `account` in this scope Oct 31 17:17:34.764 INFO kablam! --> src/db/models/account.rs:16:10 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 16 | #[derive(Insertable)] Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.764 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: cannot find type `NewAccount` in this scope Oct 31 17:17:34.764 INFO kablam! --> src/db/models/account.rs:16:10 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 16 | #[derive(Insertable)] Oct 31 17:17:34.764 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 31 17:17:34.764 INFO kablam! = note: for more information, see issue #50504 Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: unused import: `nickel` Oct 31 17:17:34.764 INFO kablam! --> src/templates/header.rs:1:5 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 1 | use nickel; Oct 31 17:17:34.764 INFO kablam! | ^^^^^^ Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:34.764 INFO kablam! warning: unused import: `Nickel` Oct 31 17:17:34.764 INFO kablam! --> src/main.rs:19:14 Oct 31 17:17:34.764 INFO kablam! | Oct 31 17:17:34.764 INFO kablam! 19 | use nickel::{Nickel}; Oct 31 17:17:34.764 INFO kablam! | ^^^^^^ Oct 31 17:17:34.764 INFO kablam! Oct 31 17:17:35.218 INFO kablam! warning: unused variable: `database` Oct 31 17:17:35.218 INFO kablam! --> src/main.rs:45:9 Oct 31 17:17:35.218 INFO kablam! | Oct 31 17:17:35.218 INFO kablam! 45 | let database = std::env::var("DATABASE_URL").expect("DATABASE_URL must be set"); Oct 31 17:17:35.218 INFO kablam! | ^^^^^^^^ help: consider using `_database` instead Oct 31 17:17:35.218 INFO kablam! | Oct 31 17:17:35.218 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:17:35.218 INFO kablam! Oct 31 17:17:35.254 INFO kablam! warning: unused variable: `database` Oct 31 17:17:35.254 INFO kablam! --> src/main.rs:45:9 Oct 31 17:17:35.254 INFO kablam! | Oct 31 17:17:35.255 INFO kablam! 45 | let database = std::env::var("DATABASE_URL").expect("DATABASE_URL must be set"); Oct 31 17:17:35.255 INFO kablam! | ^^^^^^^^ help: consider using `_database` instead Oct 31 17:17:35.255 INFO kablam! | Oct 31 17:17:35.255 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:17:35.255 INFO kablam! Oct 31 17:17:35.330 INFO kablam! warning: type alias is never used: `SqlConnection` Oct 31 17:17:35.330 INFO kablam! --> src/db/mod.rs:4:1 Oct 31 17:17:35.330 INFO kablam! | Oct 31 17:17:35.330 INFO kablam! 4 | pub type SqlConnection = ::diesel::SqliteConnection; Oct 31 17:17:35.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:17:35.330 INFO kablam! | Oct 31 17:17:35.330 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:17:35.330 INFO kablam! Oct 31 17:17:35.387 INFO kablam! warning: type alias is never used: `SqlConnection` Oct 31 17:17:35.387 INFO kablam! --> src/db/mod.rs:4:1 Oct 31 17:17:35.387 INFO kablam! | Oct 31 17:17:35.387 INFO kablam! 4 | pub type SqlConnection = ::diesel::SqliteConnection; Oct 31 17:17:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:17:35.387 INFO kablam! | Oct 31 17:17:35.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:17:35.387 INFO kablam! Oct 31 17:17:35.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 31 17:17:35.484 INFO kablam! su: No module specific data is present Oct 31 17:17:36.548 INFO running `"docker" "rm" "-f" "b43de247da8057f29420167af652e4501277aa40f61a657a831ed34a24ec60f8"` Oct 31 17:17:36.824 INFO blam! b43de247da8057f29420167af652e4501277aa40f61a657a831ed34a24ec60f8