Oct 13 04:42:07.784 INFO checking FredericDesgreniers/Cold against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:42:07.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 04:42:08.254 INFO blam! 3221d22c76ceaefe61c8231159412d440ed6148250d0d480c7c7e2c948bceb1b Oct 13 04:42:08.261 INFO running `"docker" "start" "-a" "3221d22c76ceaefe61c8231159412d440ed6148250d0d480c7c7e2c948bceb1b"` Oct 13 04:42:09.664 INFO kablam! usermod: no changes Oct 13 04:42:10.309 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 13 04:42:10.312 INFO kablam! Checking dotenv v0.9.0 Oct 13 04:42:10.321 INFO kablam! Checking tera v0.11.9 Oct 13 04:42:10.341 INFO kablam! Checking dotenv v0.13.0 Oct 13 04:42:10.341 INFO kablam! Checking actix v0.7.3 Oct 13 04:42:16.404 INFO kablam! Checking diesel v1.3.2 Oct 13 04:42:26.910 INFO kablam! Checking actix-web v0.7.2 Oct 13 04:42:26.912 INFO kablam! Checking irc v0.1.0 (/source/irc) Oct 13 04:42:38.596 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:42:38.596 INFO kablam! --> irc/src/lib.rs:1:12 Oct 13 04:42:38.596 INFO kablam! | Oct 13 04:42:38.596 INFO kablam! 1 | #![feature(attr_literals)] Oct 13 04:42:38.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:42:38.596 INFO kablam! | Oct 13 04:42:38.596 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:42:38.596 INFO kablam! Oct 13 04:42:38.804 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:42:38.804 INFO kablam! --> irc/src/lib.rs:1:12 Oct 13 04:42:38.804 INFO kablam! | Oct 13 04:42:38.804 INFO kablam! 1 | #![feature(attr_literals)] Oct 13 04:42:38.804 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:42:38.828 INFO kablam! | Oct 13 04:42:38.828 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:42:38.828 INFO kablam! Oct 13 04:43:00.548 INFO kablam! Checking cold_data v0.1.0 (/source/cold_data) Oct 13 04:43:06.880 INFO kablam! warning: unused import: `Actor` Oct 13 04:43:06.881 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 13 04:43:06.881 INFO kablam! | Oct 13 04:43:06.881 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 13 04:43:06.882 INFO kablam! | ^^^^^ Oct 13 04:43:06.882 INFO kablam! | Oct 13 04:43:06.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:43:06.883 INFO kablam! Oct 13 04:43:06.883 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:43:06.884 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 13 04:43:06.884 INFO kablam! | Oct 13 04:43:06.884 INFO kablam! 10 | use std::collections::HashMap; Oct 13 04:43:06.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:06.885 INFO kablam! Oct 13 04:43:06.885 INFO kablam! warning: cannot find type `commands` in this scope Oct 13 04:43:06.886 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:06.886 INFO kablam! | Oct 13 04:43:06.886 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:06.887 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.887 INFO kablam! | Oct 13 04:43:06.887 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 04:43:06.888 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 13 04:43:06.888 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.888 INFO kablam! Oct 13 04:43:06.888 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 13 04:43:06.889 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:06.889 INFO kablam! | Oct 13 04:43:06.889 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:06.890 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.890 INFO kablam! | Oct 13 04:43:06.890 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 13 04:43:06.890 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.890 INFO kablam! Oct 13 04:43:06.891 INFO kablam! warning: cannot find type `commands` in this scope Oct 13 04:43:06.891 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:06.891 INFO kablam! | Oct 13 04:43:06.892 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:06.892 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.892 INFO kablam! | Oct 13 04:43:06.892 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 13 04:43:06.893 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.893 INFO kablam! Oct 13 04:43:06.893 INFO kablam! warning: cannot find type `Command` in this scope Oct 13 04:43:06.894 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 13 04:43:06.894 INFO kablam! | Oct 13 04:43:06.894 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 13 04:43:06.895 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.895 INFO kablam! | Oct 13 04:43:06.895 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 13 04:43:06.895 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.896 INFO kablam! Oct 13 04:43:06.896 INFO kablam! warning: cannot find type `table` in this scope Oct 13 04:43:06.896 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 04:43:06.897 INFO kablam! | Oct 13 04:43:06.904 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 04:43:06.904 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.905 INFO kablam! | Oct 13 04:43:06.905 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 13 04:43:06.905 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.906 INFO kablam! Oct 13 04:43:06.906 INFO kablam! warning: cannot find type `channel` in this scope Oct 13 04:43:06.906 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:06.907 INFO kablam! | Oct 13 04:43:06.907 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:06.907 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.907 INFO kablam! | Oct 13 04:43:06.908 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 13 04:43:06.908 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.908 INFO kablam! Oct 13 04:43:06.909 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 13 04:43:06.909 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:06.909 INFO kablam! | Oct 13 04:43:06.910 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:06.910 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.910 INFO kablam! | Oct 13 04:43:06.911 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 13 04:43:06.911 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.911 INFO kablam! Oct 13 04:43:06.911 INFO kablam! warning: cannot find type `command` in this scope Oct 13 04:43:06.912 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:06.912 INFO kablam! | Oct 13 04:43:06.912 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:06.912 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:06.912 INFO kablam! | Oct 13 04:43:06.912 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 13 04:43:06.912 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:06.912 INFO kablam! Oct 13 04:43:06.912 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 04:43:06.912 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 13 04:43:06.912 INFO kablam! | Oct 13 04:43:06.912 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 13 04:43:06.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:43:06.912 INFO kablam! | Oct 13 04:43:06.912 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:43:06.912 INFO kablam! Oct 13 04:43:07.028 INFO kablam! warning: unused import: `Actor` Oct 13 04:43:07.028 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 13 04:43:07.028 INFO kablam! | Oct 13 04:43:07.028 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 13 04:43:07.028 INFO kablam! | ^^^^^ Oct 13 04:43:07.028 INFO kablam! | Oct 13 04:43:07.028 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:43:07.028 INFO kablam! Oct 13 04:43:07.028 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:43:07.028 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 13 04:43:07.028 INFO kablam! | Oct 13 04:43:07.028 INFO kablam! 10 | use std::collections::HashMap; Oct 13 04:43:07.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:07.028 INFO kablam! Oct 13 04:43:07.028 INFO kablam! warning: cannot find type `commands` in this scope Oct 13 04:43:07.028 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:07.028 INFO kablam! | Oct 13 04:43:07.028 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:07.028 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 04:43:07.029 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 13 04:43:07.029 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.029 INFO kablam! Oct 13 04:43:07.029 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 13 04:43:07.029 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:07.029 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 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 13 04:43:07.029 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.029 INFO kablam! Oct 13 04:43:07.029 INFO kablam! warning: cannot find type `commands` in this scope Oct 13 04:43:07.029 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 13 04:43:07.029 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 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 13 04:43:07.029 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.029 INFO kablam! Oct 13 04:43:07.029 INFO kablam! warning: cannot find type `Command` in this scope Oct 13 04:43:07.029 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 13 04:43:07.029 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.029 INFO kablam! | Oct 13 04:43:07.029 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 13 04:43:07.029 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.031 INFO kablam! Oct 13 04:43:07.031 INFO kablam! warning: cannot find type `table` in this scope Oct 13 04:43:07.031 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 04:43:07.031 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 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 13 04:43:07.031 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.031 INFO kablam! Oct 13 04:43:07.031 INFO kablam! warning: cannot find type `channel` in this scope Oct 13 04:43:07.031 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:07.031 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 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 13 04:43:07.031 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.031 INFO kablam! Oct 13 04:43:07.031 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 13 04:43:07.031 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:07.031 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 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 13 04:43:07.031 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.031 INFO kablam! Oct 13 04:43:07.031 INFO kablam! warning: cannot find type `command` in this scope Oct 13 04:43:07.031 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 04:43:07.031 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 04:43:07.031 INFO kablam! | Oct 13 04:43:07.031 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 13 04:43:07.031 INFO kablam! = note: for more information, see issue #50504 Oct 13 04:43:07.031 INFO kablam! Oct 13 04:43:07.035 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 04:43:07.035 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 13 04:43:07.035 INFO kablam! | Oct 13 04:43:07.035 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 13 04:43:07.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:43:07.035 INFO kablam! | Oct 13 04:43:07.035 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:43:07.035 INFO kablam! Oct 13 04:43:07.276 INFO kablam! warning: unused import: `futures::Future` Oct 13 04:43:07.277 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 13 04:43:07.277 INFO kablam! | Oct 13 04:43:07.277 INFO kablam! 21 | use futures::Future; Oct 13 04:43:07.277 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:43:07.277 INFO kablam! Oct 13 04:43:07.305 INFO kablam! warning: unused variable: `msg` Oct 13 04:43:07.305 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 13 04:43:07.305 INFO kablam! | Oct 13 04:43:07.306 INFO kablam! 112 | msg: ListCommands, Oct 13 04:43:07.306 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 13 04:43:07.306 INFO kablam! | Oct 13 04:43:07.306 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:07.306 INFO kablam! Oct 13 04:43:07.306 INFO kablam! warning: unused variable: `ctx` Oct 13 04:43:07.306 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 13 04:43:07.306 INFO kablam! | Oct 13 04:43:07.306 INFO kablam! 113 | ctx: &mut Self::Context, Oct 13 04:43:07.306 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 13 04:43:07.306 INFO kablam! Oct 13 04:43:07.324 INFO kablam! warning: unused import: `futures::Future` Oct 13 04:43:07.324 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 13 04:43:07.324 INFO kablam! | Oct 13 04:43:07.324 INFO kablam! 21 | use futures::Future; Oct 13 04:43:07.324 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:43:07.324 INFO kablam! Oct 13 04:43:07.342 INFO kablam! warning: unused variable: `msg` Oct 13 04:43:07.342 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 13 04:43:07.342 INFO kablam! | Oct 13 04:43:07.342 INFO kablam! 112 | msg: ListCommands, Oct 13 04:43:07.342 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 13 04:43:07.342 INFO kablam! | Oct 13 04:43:07.342 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:07.342 INFO kablam! Oct 13 04:43:07.342 INFO kablam! warning: unused variable: `ctx` Oct 13 04:43:07.342 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 13 04:43:07.342 INFO kablam! | Oct 13 04:43:07.342 INFO kablam! 113 | ctx: &mut Self::Context, Oct 13 04:43:07.342 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 13 04:43:07.342 INFO kablam! Oct 13 04:43:07.364 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:43:07.364 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 13 04:43:07.364 INFO kablam! | Oct 13 04:43:07.364 INFO kablam! 1 | #![feature(attr_literals)] Oct 13 04:43:07.364 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:43:07.364 INFO kablam! | Oct 13 04:43:07.364 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:43:07.364 INFO kablam! Oct 13 04:43:07.420 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:43:07.420 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 13 04:43:07.420 INFO kablam! | Oct 13 04:43:07.420 INFO kablam! 1 | #![feature(attr_literals)] Oct 13 04:43:07.420 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:43:07.420 INFO kablam! | Oct 13 04:43:07.420 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:43:07.420 INFO kablam! Oct 13 04:43:07.436 INFO kablam! Checking web_frontend v0.1.0 (/source/web_frontend) Oct 13 04:43:19.008 INFO kablam! Checking commands v0.1.0 (/source/commands) Oct 13 04:43:31.683 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 13 04:43:31.683 INFO kablam! --> commands/src/lib.rs:11:26 Oct 13 04:43:31.684 INFO kablam! | Oct 13 04:43:31.684 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 13 04:43:31.684 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 13 04:43:31.684 INFO kablam! | Oct 13 04:43:31.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:43:31.685 INFO kablam! Oct 13 04:43:31.685 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 13 04:43:31.685 INFO kablam! --> commands/src/lib.rs:13:5 Oct 13 04:43:31.685 INFO kablam! | Oct 13 04:43:31.685 INFO kablam! 13 | use cold_data::models::Command; Oct 13 04:43:31.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:31.685 INFO kablam! Oct 13 04:43:31.909 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 13 04:43:31.910 INFO kablam! --> commands/src/lib.rs:11:26 Oct 13 04:43:31.911 INFO kablam! | Oct 13 04:43:31.911 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 13 04:43:31.912 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 13 04:43:31.912 INFO kablam! | Oct 13 04:43:31.913 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:43:31.913 INFO kablam! Oct 13 04:43:31.914 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 13 04:43:31.915 INFO kablam! --> commands/src/lib.rs:13:5 Oct 13 04:43:31.915 INFO kablam! | Oct 13 04:43:31.916 INFO kablam! 13 | use cold_data::models::Command; Oct 13 04:43:31.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:31.917 INFO kablam! Oct 13 04:43:31.958 INFO kablam! warning: unused variable: `result` Oct 13 04:43:31.959 INFO kablam! --> commands/src/lib.rs:80:29 Oct 13 04:43:31.960 INFO kablam! | Oct 13 04:43:31.960 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 13 04:43:31.961 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 13 04:43:31.962 INFO kablam! | Oct 13 04:43:31.962 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:31.963 INFO kablam! Oct 13 04:43:32.092 INFO kablam! warning: unused variable: `result` Oct 13 04:43:32.092 INFO kablam! --> commands/src/lib.rs:80:29 Oct 13 04:43:32.092 INFO kablam! | Oct 13 04:43:32.093 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 13 04:43:32.094 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 13 04:43:32.094 INFO kablam! | Oct 13 04:43:32.094 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:32.094 INFO kablam! Oct 13 04:43:32.185 INFO kablam! Checking cold v0.1.0 (/source) Oct 13 04:43:43.740 INFO kablam! warning: unused variable: `update_server` Oct 13 04:43:43.741 INFO kablam! --> src/main.rs:67:5 Oct 13 04:43:43.742 INFO kablam! | Oct 13 04:43:43.743 INFO kablam! 67 | update_server: Addr, Oct 13 04:43:43.743 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 13 04:43:43.744 INFO kablam! | Oct 13 04:43:43.745 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:43.745 INFO kablam! Oct 13 04:43:44.574 INFO kablam! warning: unused variable: `update_server` Oct 13 04:43:44.574 INFO kablam! --> src/main.rs:67:5 Oct 13 04:43:44.574 INFO kablam! | Oct 13 04:43:44.575 INFO kablam! 67 | update_server: Addr, Oct 13 04:43:44.575 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 13 04:43:44.575 INFO kablam! | Oct 13 04:43:44.576 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:44.576 INFO kablam! Oct 13 04:43:44.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 13 04:43:44.845 INFO kablam! su: No module specific data is present Oct 13 04:43:45.968 INFO running `"docker" "rm" "-f" "3221d22c76ceaefe61c8231159412d440ed6148250d0d480c7c7e2c948bceb1b"` Oct 13 04:43:46.264 INFO blam! 3221d22c76ceaefe61c8231159412d440ed6148250d0d480c7c7e2c948bceb1b