Oct 27 11:49:09.717 INFO checking FredericDesgreniers/Cold against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:49:09.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:09.954 INFO blam! 475d7995790e6743150b5b42d53cd230fc796193ed75530fd0daf2daa8653ae6 Oct 27 11:49:09.963 INFO running `"docker" "start" "-a" "475d7995790e6743150b5b42d53cd230fc796193ed75530fd0daf2daa8653ae6"` Oct 27 11:49:10.983 INFO kablam! usermod: no changes Oct 27 11:49:11.511 INFO kablam! Compiling actix-web v0.7.2 Oct 27 11:49:11.523 INFO kablam! Checking tokio-io v0.1.7 Oct 27 11:49:11.523 INFO kablam! Checking ring v0.13.2 Oct 27 11:49:11.527 INFO kablam! Checking diesel v1.3.2 Oct 27 11:49:11.527 INFO kablam! Checking tera v0.11.9 Oct 27 11:49:11.536 INFO kablam! Checking dotenv v0.13.0 Oct 27 11:49:19.195 INFO kablam! Checking tokio-reactor v0.1.2 Oct 27 11:49:19.196 INFO kablam! Checking tokio-codec v0.1.0 Oct 27 11:49:19.196 INFO kablam! Checking tokio-fs v0.1.2 Oct 27 11:49:19.196 INFO kablam! Checking h2 v0.1.10 Oct 27 11:49:23.940 INFO kablam! Checking cookie v0.11.0 Oct 27 11:49:27.280 INFO kablam! Checking tokio-udp v0.1.1 Oct 27 11:49:27.280 INFO kablam! Checking tokio-tcp v0.1.0 Oct 27 11:49:27.280 INFO kablam! Checking tokio-signal v0.2.1 Oct 27 11:49:32.927 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 27 11:49:32.927 INFO kablam! Checking tokio v0.1.7 Oct 27 11:49:40.083 INFO kablam! Checking trust-dns-resolver v0.9.0 Oct 27 11:49:46.051 INFO kablam! Checking actix v0.7.3 Oct 27 11:49:56.927 INFO kablam! Checking irc v0.1.0 (/source/irc) Oct 27 11:50:06.163 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:06.163 INFO kablam! --> irc/src/lib.rs:1:12 Oct 27 11:50:06.163 INFO kablam! | Oct 27 11:50:06.163 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:06.163 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:06.163 INFO kablam! | Oct 27 11:50:06.163 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:06.163 INFO kablam! Oct 27 11:50:06.999 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:06.999 INFO kablam! --> irc/src/lib.rs:1:12 Oct 27 11:50:06.999 INFO kablam! | Oct 27 11:50:06.999 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:06.999 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:06.999 INFO kablam! | Oct 27 11:50:06.999 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:06.999 INFO kablam! Oct 27 11:50:12.555 INFO kablam! Checking cold_data v0.1.0 (/source/cold_data) Oct 27 11:50:24.371 INFO kablam! warning: unused import: `Actor` Oct 27 11:50:24.371 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 27 11:50:24.371 INFO kablam! | Oct 27 11:50:24.371 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 27 11:50:24.371 INFO kablam! | ^^^^^ Oct 27 11:50:24.371 INFO kablam! | Oct 27 11:50:24.371 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:24.371 INFO kablam! Oct 27 11:50:24.371 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:50:24.371 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 27 11:50:24.371 INFO kablam! | Oct 27 11:50:24.371 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:50:24.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:24.371 INFO kablam! Oct 27 11:50:24.371 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:24.371 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.371 INFO kablam! | Oct 27 11:50:24.371 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.371 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.371 INFO kablam! | Oct 27 11:50:24.371 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:50:24.371 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:24.371 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.371 INFO kablam! Oct 27 11:50:24.383 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 27 11:50:24.383 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.383 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 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:24.383 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.383 INFO kablam! Oct 27 11:50:24.383 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:24.383 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.383 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 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:24.383 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.383 INFO kablam! Oct 27 11:50:24.383 INFO kablam! warning: cannot find type `Command` in this scope Oct 27 11:50:24.383 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 27 11:50:24.383 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 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:24.383 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.383 INFO kablam! Oct 27 11:50:24.383 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:50:24.383 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:50:24.383 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.383 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:24.383 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.383 INFO kablam! Oct 27 11:50:24.383 INFO kablam! warning: cannot find type `channel` in this scope Oct 27 11:50:24.383 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.383 INFO kablam! | Oct 27 11:50:24.384 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.384 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 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:24.384 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.384 INFO kablam! Oct 27 11:50:24.384 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 27 11:50:24.384 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.384 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 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:24.384 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.384 INFO kablam! Oct 27 11:50:24.384 INFO kablam! warning: cannot find type `command` in this scope Oct 27 11:50:24.384 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.384 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 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:24.384 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.384 INFO kablam! Oct 27 11:50:24.384 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 11:50:24.384 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 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:24.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:50:24.384 INFO kablam! | Oct 27 11:50:24.384 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:24.384 INFO kablam! Oct 27 11:50:24.887 INFO kablam! warning: unused import: `futures::Future` Oct 27 11:50:24.887 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 27 11:50:24.887 INFO kablam! | Oct 27 11:50:24.887 INFO kablam! 21 | use futures::Future; Oct 27 11:50:24.887 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:50:24.887 INFO kablam! Oct 27 11:50:24.911 INFO kablam! warning: unused variable: `msg` Oct 27 11:50:24.911 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 27 11:50:24.911 INFO kablam! | Oct 27 11:50:24.911 INFO kablam! 112 | msg: ListCommands, Oct 27 11:50:24.911 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 11:50:24.911 INFO kablam! | Oct 27 11:50:24.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:24.911 INFO kablam! Oct 27 11:50:24.911 INFO kablam! warning: unused variable: `ctx` Oct 27 11:50:24.911 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 27 11:50:24.911 INFO kablam! | Oct 27 11:50:24.911 INFO kablam! 113 | ctx: &mut Self::Context, Oct 27 11:50:24.911 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 27 11:50:24.911 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: unused import: `Actor` Oct 27 11:50:24.947 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 27 11:50:24.947 INFO kablam! | ^^^^^ Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:24.947 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:50:24.947 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:50:24.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:24.947 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:24.947 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.947 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:50:24.947 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:24.947 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.947 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 27 11:50:24.947 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.947 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 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:24.947 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.947 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: cannot find type `commands` in this scope Oct 27 11:50:24.947 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 27 11:50:24.947 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.947 INFO kablam! | Oct 27 11:50:24.947 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:24.947 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.947 INFO kablam! Oct 27 11:50:24.947 INFO kablam! warning: cannot find type `Command` in this scope Oct 27 11:50:24.948 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 27 11:50:24.948 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.948 INFO kablam! Oct 27 11:50:24.948 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:50:24.948 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:50:24.948 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.948 INFO kablam! Oct 27 11:50:24.948 INFO kablam! warning: cannot find type `channel` in this scope Oct 27 11:50:24.948 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.948 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.948 INFO kablam! Oct 27 11:50:24.948 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 27 11:50:24.948 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.948 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.948 INFO kablam! Oct 27 11:50:24.948 INFO kablam! warning: cannot find type `command` in this scope Oct 27 11:50:24.948 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:50:24.948 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:50:24.948 INFO kablam! Oct 27 11:50:24.948 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 11:50:24.948 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.948 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:24.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:50:24.948 INFO kablam! | Oct 27 11:50:24.949 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:24.949 INFO kablam! Oct 27 11:50:25.027 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:25.027 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 27 11:50:25.027 INFO kablam! | Oct 27 11:50:25.027 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:25.027 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:25.027 INFO kablam! | Oct 27 11:50:25.027 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:25.027 INFO kablam! Oct 27 11:50:25.125 INFO kablam! Checking web_frontend v0.1.0 (/source/web_frontend) Oct 27 11:50:25.427 INFO kablam! warning: unused import: `futures::Future` Oct 27 11:50:25.427 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 27 11:50:25.427 INFO kablam! | Oct 27 11:50:25.427 INFO kablam! 21 | use futures::Future; Oct 27 11:50:25.427 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:50:25.427 INFO kablam! Oct 27 11:50:25.441 INFO kablam! warning: unused variable: `msg` Oct 27 11:50:25.441 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 27 11:50:25.441 INFO kablam! | Oct 27 11:50:25.441 INFO kablam! 112 | msg: ListCommands, Oct 27 11:50:25.441 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 11:50:25.443 INFO kablam! | Oct 27 11:50:25.443 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:25.443 INFO kablam! Oct 27 11:50:25.444 INFO kablam! warning: unused variable: `ctx` Oct 27 11:50:25.444 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 27 11:50:25.444 INFO kablam! | Oct 27 11:50:25.444 INFO kablam! 113 | ctx: &mut Self::Context, Oct 27 11:50:25.444 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 27 11:50:25.444 INFO kablam! Oct 27 11:50:25.557 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:25.557 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 27 11:50:25.558 INFO kablam! | Oct 27 11:50:25.559 INFO kablam! 1 | #![feature(attr_literals)] Oct 27 11:50:25.560 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:50:25.571 INFO kablam! | Oct 27 11:50:25.572 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 11:50:25.572 INFO kablam! Oct 27 11:50:38.984 INFO kablam! Checking commands v0.1.0 (/source/commands) Oct 27 11:50:50.555 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 27 11:50:50.555 INFO kablam! --> commands/src/lib.rs:11:26 Oct 27 11:50:50.555 INFO kablam! | Oct 27 11:50:50.555 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 27 11:50:50.555 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 27 11:50:50.555 INFO kablam! | Oct 27 11:50:50.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:50.555 INFO kablam! Oct 27 11:50:50.555 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 27 11:50:50.555 INFO kablam! --> commands/src/lib.rs:13:5 Oct 27 11:50:50.555 INFO kablam! | Oct 27 11:50:50.555 INFO kablam! 13 | use cold_data::models::Command; Oct 27 11:50:50.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:50.555 INFO kablam! Oct 27 11:50:50.726 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 27 11:50:50.726 INFO kablam! --> commands/src/lib.rs:11:26 Oct 27 11:50:50.726 INFO kablam! | Oct 27 11:50:50.726 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 27 11:50:50.726 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 27 11:50:50.726 INFO kablam! | Oct 27 11:50:50.727 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:50:50.728 INFO kablam! Oct 27 11:50:50.728 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 27 11:50:50.728 INFO kablam! --> commands/src/lib.rs:13:5 Oct 27 11:50:50.728 INFO kablam! | Oct 27 11:50:50.728 INFO kablam! 13 | use cold_data::models::Command; Oct 27 11:50:50.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:50:50.728 INFO kablam! Oct 27 11:50:50.883 INFO kablam! warning: unused variable: `result` Oct 27 11:50:50.883 INFO kablam! --> commands/src/lib.rs:80:29 Oct 27 11:50:50.883 INFO kablam! | Oct 27 11:50:50.883 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 27 11:50:50.883 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 11:50:50.883 INFO kablam! | Oct 27 11:50:50.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:50.883 INFO kablam! Oct 27 11:50:50.883 INFO kablam! warning: unused variable: `result` Oct 27 11:50:50.883 INFO kablam! --> commands/src/lib.rs:80:29 Oct 27 11:50:50.883 INFO kablam! | Oct 27 11:50:50.883 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 27 11:50:50.883 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 11:50:50.883 INFO kablam! | Oct 27 11:50:50.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:50:50.883 INFO kablam! Oct 27 11:50:51.071 INFO kablam! Checking cold v0.1.0 (/source) Oct 27 11:51:01.742 INFO kablam! warning: unused variable: `update_server` Oct 27 11:51:01.743 INFO kablam! --> src/main.rs:67:5 Oct 27 11:51:01.744 INFO kablam! | Oct 27 11:51:01.744 INFO kablam! 67 | update_server: Addr, Oct 27 11:51:01.744 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 27 11:51:01.751 INFO kablam! | Oct 27 11:51:01.751 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:51:01.752 INFO kablam! Oct 27 11:51:02.939 INFO kablam! warning: unused variable: `update_server` Oct 27 11:51:02.939 INFO kablam! --> src/main.rs:67:5 Oct 27 11:51:02.939 INFO kablam! | Oct 27 11:51:02.939 INFO kablam! 67 | update_server: Addr, Oct 27 11:51:02.939 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 27 11:51:02.939 INFO kablam! | Oct 27 11:51:02.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:51:02.940 INFO kablam! Oct 27 11:51:03.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 52s Oct 27 11:51:03.143 INFO kablam! su: No module specific data is present Oct 27 11:51:03.832 INFO running `"docker" "rm" "-f" "475d7995790e6743150b5b42d53cd230fc796193ed75530fd0daf2daa8653ae6"` Oct 27 11:51:04.127 INFO blam! 475d7995790e6743150b5b42d53cd230fc796193ed75530fd0daf2daa8653ae6