Oct 21 21:33:30.511 INFO checking FredericDesgreniers/Cold against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:33:30.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 21:33:31.032 INFO blam! 1332b99c7b72f05e42b7cc0ab1644b02ae67e30e705413df235606402885fde9 Oct 21 21:33:31.040 INFO running `"docker" "start" "-a" "1332b99c7b72f05e42b7cc0ab1644b02ae67e30e705413df235606402885fde9"` Oct 21 21:33:32.272 INFO kablam! usermod: no changes Oct 21 21:33:32.772 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 21 21:33:32.788 INFO kablam! Checking h2 v0.1.10 Oct 21 21:33:32.788 INFO kablam! Checking dotenv v0.9.0 Oct 21 21:33:32.788 INFO kablam! Checking cookie v0.11.0 Oct 21 21:33:32.788 INFO kablam! Checking tokio-signal v0.2.1 Oct 21 21:33:32.788 INFO kablam! Checking tera v0.11.9 Oct 21 21:33:32.788 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 21 21:33:32.788 INFO kablam! Checking dotenv v0.13.0 Oct 21 21:33:41.766 INFO kablam! Checking diesel v1.3.2 Oct 21 21:33:45.113 INFO kablam! Checking trust-dns-resolver v0.9.0 Oct 21 21:33:50.802 INFO kablam! Checking actix v0.7.3 Oct 21 21:33:56.642 INFO kablam! Checking actix-web v0.7.2 Oct 21 21:33:56.642 INFO kablam! Checking irc v0.1.0 (/source/irc) Oct 21 21:34:05.148 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 21:34:05.148 INFO kablam! --> irc/src/lib.rs:1:12 Oct 21 21:34:05.148 INFO kablam! | Oct 21 21:34:05.148 INFO kablam! 1 | #![feature(attr_literals)] Oct 21 21:34:05.148 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:34:05.155 INFO kablam! | Oct 21 21:34:05.155 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 21:34:05.155 INFO kablam! Oct 21 21:34:07.412 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 21:34:07.412 INFO kablam! --> irc/src/lib.rs:1:12 Oct 21 21:34:07.412 INFO kablam! | Oct 21 21:34:07.412 INFO kablam! 1 | #![feature(attr_literals)] Oct 21 21:34:07.412 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:34:07.412 INFO kablam! | Oct 21 21:34:07.412 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 21:34:07.412 INFO kablam! Oct 21 21:34:21.696 INFO kablam! Checking cold_data v0.1.0 (/source/cold_data) Oct 21 21:34:28.580 INFO kablam! warning: unused import: `Actor` Oct 21 21:34:28.580 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 21 21:34:28.580 INFO kablam! | ^^^^^ Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:34:28.580 INFO kablam! Oct 21 21:34:28.580 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 21:34:28.580 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! 10 | use std::collections::HashMap; Oct 21 21:34:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:34:28.580 INFO kablam! Oct 21 21:34:28.580 INFO kablam! warning: cannot find type `commands` in this scope Oct 21 21:34:28.580 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:28.580 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 21:34:28.580 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 21 21:34:28.580 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.580 INFO kablam! Oct 21 21:34:28.580 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 21 21:34:28.580 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:28.580 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 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 21 21:34:28.580 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.580 INFO kablam! Oct 21 21:34:28.580 INFO kablam! warning: cannot find type `commands` in this scope Oct 21 21:34:28.580 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:28.580 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.580 INFO kablam! | Oct 21 21:34:28.580 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 21 21:34:28.580 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.580 INFO kablam! Oct 21 21:34:28.604 INFO kablam! warning: cannot find type `Command` in this scope Oct 21 21:34:28.604 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 21 21:34:28.605 INFO kablam! | Oct 21 21:34:28.605 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 21 21:34:28.605 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.605 INFO kablam! | Oct 21 21:34:28.605 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 21 21:34:28.605 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.605 INFO kablam! Oct 21 21:34:28.606 INFO kablam! warning: cannot find type `table` in this scope Oct 21 21:34:28.606 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 21:34:28.606 INFO kablam! | Oct 21 21:34:28.606 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 21:34:28.606 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.606 INFO kablam! | Oct 21 21:34:28.606 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 21 21:34:28.606 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.607 INFO kablam! Oct 21 21:34:28.607 INFO kablam! warning: cannot find type `channel` in this scope Oct 21 21:34:28.607 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:28.607 INFO kablam! | Oct 21 21:34:28.607 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:28.607 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.607 INFO kablam! | Oct 21 21:34:28.608 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 21 21:34:28.608 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.608 INFO kablam! Oct 21 21:34:28.608 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 21 21:34:28.608 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:28.608 INFO kablam! | Oct 21 21:34:28.608 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:28.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.609 INFO kablam! | Oct 21 21:34:28.609 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 21 21:34:28.609 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.609 INFO kablam! Oct 21 21:34:28.609 INFO kablam! warning: cannot find type `command` in this scope Oct 21 21:34:28.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:28.610 INFO kablam! | Oct 21 21:34:28.610 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:28.610 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:28.610 INFO kablam! | Oct 21 21:34:28.610 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 21 21:34:28.610 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:28.610 INFO kablam! Oct 21 21:34:28.610 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 21:34:28.611 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 21 21:34:28.611 INFO kablam! | Oct 21 21:34:28.611 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 21 21:34:28.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:34:28.611 INFO kablam! | Oct 21 21:34:28.611 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:34:28.611 INFO kablam! Oct 21 21:34:29.052 INFO kablam! warning: unused import: `futures::Future` Oct 21 21:34:29.052 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 21 21:34:29.052 INFO kablam! | Oct 21 21:34:29.052 INFO kablam! 21 | use futures::Future; Oct 21 21:34:29.052 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 21:34:29.052 INFO kablam! Oct 21 21:34:29.068 INFO kablam! warning: unused variable: `msg` Oct 21 21:34:29.068 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 21 21:34:29.068 INFO kablam! | Oct 21 21:34:29.068 INFO kablam! 112 | msg: ListCommands, Oct 21 21:34:29.068 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 21:34:29.068 INFO kablam! | Oct 21 21:34:29.068 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:29.068 INFO kablam! Oct 21 21:34:29.068 INFO kablam! warning: unused variable: `ctx` Oct 21 21:34:29.068 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 21 21:34:29.068 INFO kablam! | Oct 21 21:34:29.068 INFO kablam! 113 | ctx: &mut Self::Context, Oct 21 21:34:29.068 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 21 21:34:29.068 INFO kablam! Oct 21 21:34:29.116 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 21:34:29.116 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 21 21:34:29.116 INFO kablam! | Oct 21 21:34:29.116 INFO kablam! 1 | #![feature(attr_literals)] Oct 21 21:34:29.116 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:34:29.116 INFO kablam! | Oct 21 21:34:29.116 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 21:34:29.116 INFO kablam! Oct 21 21:34:29.221 INFO kablam! Checking web_frontend v0.1.0 (/source/web_frontend) Oct 21 21:34:29.285 INFO kablam! warning: unused import: `Actor` Oct 21 21:34:29.285 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 21 21:34:29.285 INFO kablam! | Oct 21 21:34:29.285 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 21 21:34:29.285 INFO kablam! | ^^^^^ Oct 21 21:34:29.285 INFO kablam! | Oct 21 21:34:29.285 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:34:29.285 INFO kablam! Oct 21 21:34:29.285 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 21:34:29.285 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 21 21:34:29.285 INFO kablam! | Oct 21 21:34:29.285 INFO kablam! 10 | use std::collections::HashMap; Oct 21 21:34:29.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:34:29.285 INFO kablam! Oct 21 21:34:29.285 INFO kablam! warning: cannot find type `commands` in this scope Oct 21 21:34:29.285 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:29.285 INFO kablam! | Oct 21 21:34:29.286 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:29.286 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.286 INFO kablam! | Oct 21 21:34:29.286 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 21:34:29.286 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 21 21:34:29.286 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.286 INFO kablam! Oct 21 21:34:29.286 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 21 21:34:29.286 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:29.286 INFO kablam! | Oct 21 21:34:29.286 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:29.286 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.286 INFO kablam! | Oct 21 21:34:29.292 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 21 21:34:29.292 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.292 INFO kablam! Oct 21 21:34:29.292 INFO kablam! warning: cannot find type `commands` in this scope Oct 21 21:34:29.292 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 21 21:34:29.292 INFO kablam! | Oct 21 21:34:29.292 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 21 21:34:29.292 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.292 INFO kablam! | Oct 21 21:34:29.292 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 21 21:34:29.292 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.292 INFO kablam! Oct 21 21:34:29.300 INFO kablam! warning: cannot find type `Command` in this scope Oct 21 21:34:29.300 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 21 21:34:29.300 INFO kablam! | Oct 21 21:34:29.300 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 21 21:34:29.300 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.300 INFO kablam! | Oct 21 21:34:29.300 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 21 21:34:29.300 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.300 INFO kablam! Oct 21 21:34:29.300 INFO kablam! warning: cannot find type `table` in this scope Oct 21 21:34:29.300 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 21:34:29.300 INFO kablam! | Oct 21 21:34:29.300 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 21:34:29.300 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.300 INFO kablam! | Oct 21 21:34:29.300 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 21 21:34:29.300 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.300 INFO kablam! Oct 21 21:34:29.300 INFO kablam! warning: cannot find type `channel` in this scope Oct 21 21:34:29.300 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:29.300 INFO kablam! | Oct 21 21:34:29.300 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:29.300 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.301 INFO kablam! | Oct 21 21:34:29.308 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 21 21:34:29.308 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.308 INFO kablam! Oct 21 21:34:29.308 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 21 21:34:29.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:29.308 INFO kablam! | Oct 21 21:34:29.308 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:29.308 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.308 INFO kablam! | Oct 21 21:34:29.308 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 21 21:34:29.308 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.308 INFO kablam! Oct 21 21:34:29.308 INFO kablam! warning: cannot find type `command` in this scope Oct 21 21:34:29.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 21:34:29.308 INFO kablam! | Oct 21 21:34:29.308 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 21:34:29.308 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:34:29.308 INFO kablam! | Oct 21 21:34:29.308 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 21 21:34:29.308 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:34:29.308 INFO kablam! Oct 21 21:34:29.308 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 21:34:29.308 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 21 21:34:29.309 INFO kablam! | Oct 21 21:34:29.309 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 21 21:34:29.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:34:29.309 INFO kablam! | Oct 21 21:34:29.309 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:34:29.309 INFO kablam! Oct 21 21:34:30.024 INFO kablam! warning: unused import: `futures::Future` Oct 21 21:34:30.024 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 21 21:34:30.024 INFO kablam! | Oct 21 21:34:30.024 INFO kablam! 21 | use futures::Future; Oct 21 21:34:30.024 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 21:34:30.024 INFO kablam! Oct 21 21:34:30.060 INFO kablam! warning: unused variable: `msg` Oct 21 21:34:30.060 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 21 21:34:30.060 INFO kablam! | Oct 21 21:34:30.060 INFO kablam! 112 | msg: ListCommands, Oct 21 21:34:30.060 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 21:34:30.060 INFO kablam! | Oct 21 21:34:30.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:30.060 INFO kablam! Oct 21 21:34:30.060 INFO kablam! warning: unused variable: `ctx` Oct 21 21:34:30.060 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 21 21:34:30.060 INFO kablam! | Oct 21 21:34:30.060 INFO kablam! 113 | ctx: &mut Self::Context, Oct 21 21:34:30.060 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 21 21:34:30.060 INFO kablam! Oct 21 21:34:30.232 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 21:34:30.232 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 21 21:34:30.232 INFO kablam! | Oct 21 21:34:30.232 INFO kablam! 1 | #![feature(attr_literals)] Oct 21 21:34:30.232 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:34:30.232 INFO kablam! | Oct 21 21:34:30.232 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 21:34:30.234 INFO kablam! Oct 21 21:34:41.784 INFO kablam! Checking commands v0.1.0 (/source/commands) Oct 21 21:34:49.748 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 21 21:34:49.748 INFO kablam! --> commands/src/lib.rs:11:26 Oct 21 21:34:49.748 INFO kablam! | Oct 21 21:34:49.748 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 21 21:34:49.748 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 21 21:34:49.748 INFO kablam! | Oct 21 21:34:49.748 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:34:49.748 INFO kablam! Oct 21 21:34:49.748 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 21 21:34:49.748 INFO kablam! --> commands/src/lib.rs:13:5 Oct 21 21:34:49.748 INFO kablam! | Oct 21 21:34:49.748 INFO kablam! 13 | use cold_data::models::Command; Oct 21 21:34:49.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:34:49.748 INFO kablam! Oct 21 21:34:49.886 INFO kablam! warning: unused variable: `result` Oct 21 21:34:49.893 INFO kablam! --> commands/src/lib.rs:80:29 Oct 21 21:34:49.893 INFO kablam! | Oct 21 21:34:49.893 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 21 21:34:49.893 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 21 21:34:49.894 INFO kablam! | Oct 21 21:34:49.894 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:49.894 INFO kablam! Oct 21 21:34:50.069 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 21 21:34:50.069 INFO kablam! --> commands/src/lib.rs:11:26 Oct 21 21:34:50.070 INFO kablam! | Oct 21 21:34:50.070 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 21 21:34:50.070 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 21 21:34:50.071 INFO kablam! | Oct 21 21:34:50.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:34:50.072 INFO kablam! Oct 21 21:34:50.072 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 21 21:34:50.074 INFO kablam! --> commands/src/lib.rs:13:5 Oct 21 21:34:50.075 INFO kablam! | Oct 21 21:34:50.075 INFO kablam! 13 | use cold_data::models::Command; Oct 21 21:34:50.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:34:50.076 INFO kablam! Oct 21 21:34:50.228 INFO kablam! warning: unused variable: `result` Oct 21 21:34:50.228 INFO kablam! --> commands/src/lib.rs:80:29 Oct 21 21:34:50.228 INFO kablam! | Oct 21 21:34:50.228 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 21 21:34:50.228 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 21 21:34:50.228 INFO kablam! | Oct 21 21:34:50.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:50.228 INFO kablam! Oct 21 21:34:50.300 INFO kablam! Checking cold v0.1.0 (/source) Oct 21 21:34:59.356 INFO kablam! warning: unused variable: `update_server` Oct 21 21:34:59.356 INFO kablam! --> src/main.rs:67:5 Oct 21 21:34:59.356 INFO kablam! | Oct 21 21:34:59.356 INFO kablam! 67 | update_server: Addr, Oct 21 21:34:59.356 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 21 21:34:59.356 INFO kablam! | Oct 21 21:34:59.356 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:59.356 INFO kablam! Oct 21 21:34:59.844 INFO kablam! warning: unused variable: `update_server` Oct 21 21:34:59.844 INFO kablam! --> src/main.rs:67:5 Oct 21 21:34:59.844 INFO kablam! | Oct 21 21:34:59.844 INFO kablam! 67 | update_server: Addr, Oct 21 21:34:59.844 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 21 21:34:59.844 INFO kablam! | Oct 21 21:34:59.844 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:34:59.844 INFO kablam! Oct 21 21:35:00.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 21 21:35:00.022 INFO kablam! su: No module specific data is present Oct 21 21:35:00.569 INFO running `"docker" "rm" "-f" "1332b99c7b72f05e42b7cc0ab1644b02ae67e30e705413df235606402885fde9"` Oct 21 21:35:00.781 INFO blam! 1332b99c7b72f05e42b7cc0ab1644b02ae67e30e705413df235606402885fde9