Oct 27 11:49:09.709 INFO checking FredericDesgreniers/Cold against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:49:09.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 11:49:10.039 INFO blam! b2313b4695462ab65c1686ed1cafcc16a4b3b7a8b0195791a4f3918f7dc9a291 Oct 27 11:49:10.071 INFO running `"docker" "start" "-a" "b2313b4695462ab65c1686ed1cafcc16a4b3b7a8b0195791a4f3918f7dc9a291"` Oct 27 11:49:11.375 INFO kablam! usermod: no changes Oct 27 11:49:11.838 INFO kablam! Compiling actix-web v0.7.2 Oct 27 11:49:11.847 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 27 11:49:11.862 INFO kablam! Checking cookie v0.11.0 Oct 27 11:49:11.862 INFO kablam! Checking tera v0.11.9 Oct 27 11:49:11.862 INFO kablam! Checking dotenv v0.13.0 Oct 27 11:49:11.867 INFO kablam! Checking actix v0.7.3 Oct 27 11:49:19.852 INFO kablam! Checking diesel v1.3.2 Oct 27 11:49:29.514 INFO kablam! Checking irc v0.1.0 (/source/irc) Oct 27 11:49:38.831 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 11:49:38.832 INFO kablam! --> irc/src/lib.rs:1:12 Oct 27 11:49:38.832 INFO kablam! | Oct 27 11:49:38.832 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:49:38.832 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:49:38.833 INFO kablam! | Oct 27 11:49:38.833 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:49:38.833 INFO kablam! Oct 27 11:49:38.867 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 11:49:38.867 INFO kablam! --> irc/src/lib.rs:1:12 Oct 27 11:49:38.868 INFO kablam! | Oct 27 11:49:38.868 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:49:38.868 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:49:38.868 INFO kablam! | Oct 27 11:49:38.869 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:49:38.869 INFO kablam! Oct 27 11:50:00.283 INFO kablam! Checking cold_data v0.1.0 (/source/cold_data) Oct 27 11:50:06.839 INFO kablam! warning: unused import: `Actor` Oct 27 11:50:06.839 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 27 11:50:06.839 INFO kablam! | ^^^^^ Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:06.839 INFO kablam! Oct 27 11:50:06.839 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:50:06.839 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:50:06.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:06.839 INFO kablam! Oct 27 11:50:06.839 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:06.839 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:06.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:50:06.839 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 27 11:50:06.839 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.839 INFO kablam! Oct 27 11:50:06.839 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 27 11:50:06.839 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:06.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 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 27 11:50:06.839 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.839 INFO kablam! Oct 27 11:50:06.839 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:06.839 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:06.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.839 INFO kablam! | Oct 27 11:50:06.839 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 27 11:50:06.839 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.839 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: cannot find type `Command` in this scope Oct 27 11:50:06.849 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 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 27 11:50:06.849 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:50:06.849 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 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 27 11:50:06.849 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: cannot find type `channel` in this scope Oct 27 11:50:06.849 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 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 27 11:50:06.849 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 27 11:50:06.849 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 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 27 11:50:06.849 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: cannot find type `command` in this scope Oct 27 11:50:06.849 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 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 27 11:50:06.849 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:06.849 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 11:50:06.849 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 27 11:50:06.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:50:06.849 INFO kablam! | Oct 27 11:50:06.849 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:06.849 INFO kablam! Oct 27 11:50:07.423 INFO kablam! warning: unused import: `futures::Future` Oct 27 11:50:07.423 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 27 11:50:07.423 INFO kablam! | Oct 27 11:50:07.423 INFO kablam! 21 | use futures::Future; Oct 27 11:50:07.423 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:50:07.423 INFO kablam! Oct 27 11:50:07.467 INFO kablam! warning: unused variable: `msg` Oct 27 11:50:07.467 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 27 11:50:07.467 INFO kablam! | Oct 27 11:50:07.467 INFO kablam! 112 | msg: ListCommands, Oct 27 11:50:07.467 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 11:50:07.467 INFO kablam! | Oct 27 11:50:07.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:07.467 INFO kablam! Oct 27 11:50:07.467 INFO kablam! warning: unused variable: `ctx` Oct 27 11:50:07.467 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 27 11:50:07.467 INFO kablam! | Oct 27 11:50:07.467 INFO kablam! 113 | ctx: &mut Self::Context, Oct 27 11:50:07.467 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 27 11:50:07.467 INFO kablam! Oct 27 11:50:07.583 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 11:50:07.583 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 27 11:50:07.583 INFO kablam! | Oct 27 11:50:07.583 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:07.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:07.583 INFO kablam! | Oct 27 11:50:07.583 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:07.583 INFO kablam! Oct 27 11:50:07.739 INFO kablam! warning: unused import: `Actor` Oct 27 11:50:07.739 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 27 11:50:07.739 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 27 11:50:07.740 INFO kablam! | ^^^^^ Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:07.740 INFO kablam! Oct 27 11:50:07.740 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:50:07.740 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:50:07.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:07.740 INFO kablam! Oct 27 11:50:07.740 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:07.740 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:07.740 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:50:07.740 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 27 11:50:07.740 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.740 INFO kablam! Oct 27 11:50:07.740 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 27 11:50:07.740 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:07.740 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 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 27 11:50:07.740 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.740 INFO kablam! Oct 27 11:50:07.740 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:07.740 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:07.740 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.740 INFO kablam! | Oct 27 11:50:07.740 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 27 11:50:07.740 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.740 INFO kablam! Oct 27 11:50:07.741 INFO kablam! warning: cannot find type `Command` in this scope Oct 27 11:50:07.741 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 27 11:50:07.741 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 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 27 11:50:07.741 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.741 INFO kablam! Oct 27 11:50:07.741 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:50:07.741 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:50:07.741 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 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 27 11:50:07.741 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.741 INFO kablam! Oct 27 11:50:07.741 INFO kablam! warning: cannot find type `channel` in this scope Oct 27 11:50:07.741 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:07.741 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 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 27 11:50:07.741 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.741 INFO kablam! Oct 27 11:50:07.741 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 27 11:50:07.741 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:07.741 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.741 INFO kablam! | Oct 27 11:50:07.741 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 27 11:50:07.741 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.741 INFO kablam! Oct 27 11:50:07.742 INFO kablam! warning: cannot find type `command` in this scope Oct 27 11:50:07.742 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:07.742 INFO kablam! | Oct 27 11:50:07.742 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:07.742 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:07.742 INFO kablam! | Oct 27 11:50:07.742 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 27 11:50:07.742 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:07.742 INFO kablam! Oct 27 11:50:07.742 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 11:50:07.742 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 27 11:50:07.742 INFO kablam! | Oct 27 11:50:07.742 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 27 11:50:07.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:50:07.742 INFO kablam! | Oct 27 11:50:07.742 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:07.742 INFO kablam! Oct 27 11:50:07.987 INFO kablam! warning: unused import: `futures::Future` Oct 27 11:50:07.987 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 27 11:50:07.987 INFO kablam! | Oct 27 11:50:07.987 INFO kablam! 21 | use futures::Future; Oct 27 11:50:07.987 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:50:07.987 INFO kablam! Oct 27 11:50:07.997 INFO kablam! warning: unused variable: `msg` Oct 27 11:50:07.997 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 27 11:50:07.997 INFO kablam! | Oct 27 11:50:07.997 INFO kablam! 112 | msg: ListCommands, Oct 27 11:50:07.997 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 11:50:07.997 INFO kablam! | Oct 27 11:50:07.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:07.997 INFO kablam! Oct 27 11:50:07.997 INFO kablam! warning: unused variable: `ctx` Oct 27 11:50:07.997 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 27 11:50:07.997 INFO kablam! | Oct 27 11:50:07.997 INFO kablam! 113 | ctx: &mut Self::Context, Oct 27 11:50:07.997 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 27 11:50:07.997 INFO kablam! Oct 27 11:50:08.043 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 11:50:08.043 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 27 11:50:08.043 INFO kablam! | Oct 27 11:50:08.043 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:08.043 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:08.043 INFO kablam! | Oct 27 11:50:08.043 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:08.043 INFO kablam! Oct 27 11:50:08.139 INFO kablam! Checking web_frontend v0.1.0 (/source/web_frontend) Oct 27 11:50:20.630 INFO kablam! Checking commands v0.1.0 (/source/commands) Oct 27 11:50:32.259 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 27 11:50:32.259 INFO kablam! --> commands/src/lib.rs:11:26 Oct 27 11:50:32.259 INFO kablam! | Oct 27 11:50:32.259 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 27 11:50:32.259 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 27 11:50:32.259 INFO kablam! | Oct 27 11:50:32.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:32.259 INFO kablam! Oct 27 11:50:32.259 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 27 11:50:32.259 INFO kablam! --> commands/src/lib.rs:13:5 Oct 27 11:50:32.259 INFO kablam! | Oct 27 11:50:32.259 INFO kablam! 13 | use cold_data::models::Command; Oct 27 11:50:32.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:32.259 INFO kablam! Oct 27 11:50:32.504 INFO kablam! warning: unused variable: `result` Oct 27 11:50:32.505 INFO kablam! --> commands/src/lib.rs:80:29 Oct 27 11:50:32.505 INFO kablam! | Oct 27 11:50:32.505 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 27 11:50:32.505 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 11:50:32.505 INFO kablam! | Oct 27 11:50:32.505 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:32.505 INFO kablam! Oct 27 11:50:32.938 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 27 11:50:32.938 INFO kablam! --> commands/src/lib.rs:11:26 Oct 27 11:50:32.938 INFO kablam! | Oct 27 11:50:32.938 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 27 11:50:32.938 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 27 11:50:32.938 INFO kablam! | Oct 27 11:50:32.938 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:32.938 INFO kablam! Oct 27 11:50:32.938 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 27 11:50:32.938 INFO kablam! --> commands/src/lib.rs:13:5 Oct 27 11:50:32.938 INFO kablam! | Oct 27 11:50:32.939 INFO kablam! 13 | use cold_data::models::Command; Oct 27 11:50:32.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:32.939 INFO kablam! Oct 27 11:50:33.061 INFO kablam! warning: unused variable: `result` Oct 27 11:50:33.062 INFO kablam! --> commands/src/lib.rs:80:29 Oct 27 11:50:33.062 INFO kablam! | Oct 27 11:50:33.062 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 27 11:50:33.062 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 11:50:33.062 INFO kablam! | Oct 27 11:50:33.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:33.063 INFO kablam! Oct 27 11:50:33.167 INFO kablam! Checking cold v0.1.0 (/source) Oct 27 11:50:45.311 INFO kablam! warning: unused variable: `update_server` Oct 27 11:50:45.312 INFO kablam! --> src/main.rs:67:5 Oct 27 11:50:45.312 INFO kablam! | Oct 27 11:50:45.313 INFO kablam! 67 | update_server: Addr, Oct 27 11:50:45.314 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 27 11:50:45.314 INFO kablam! | Oct 27 11:50:45.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:45.315 INFO kablam! Oct 27 11:50:45.371 INFO kablam! warning: unused variable: `update_server` Oct 27 11:50:45.371 INFO kablam! --> src/main.rs:67:5 Oct 27 11:50:45.372 INFO kablam! | Oct 27 11:50:45.372 INFO kablam! 67 | update_server: Addr, Oct 27 11:50:45.373 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 27 11:50:45.373 INFO kablam! | Oct 27 11:50:45.373 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:45.373 INFO kablam! Oct 27 11:50:45.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 27 11:50:45.671 INFO kablam! su: No module specific data is present Oct 27 11:50:47.047 INFO running `"docker" "rm" "-f" "b2313b4695462ab65c1686ed1cafcc16a4b3b7a8b0195791a4f3918f7dc9a291"` Oct 27 11:50:47.315 INFO blam! b2313b4695462ab65c1686ed1cafcc16a4b3b7a8b0195791a4f3918f7dc9a291