Oct 27 02:42:38.808 INFO checking jose-ramirez/microservice-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:42:38.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:42:39.197 INFO blam! 3be665a26dba48df06fe2d557bfe28e9aa1576b2f1c837c9242ab5bb8eeb62eb Oct 27 02:42:39.205 INFO running `"docker" "start" "-a" "3be665a26dba48df06fe2d557bfe28e9aa1576b2f1c837c9242ab5bb8eeb62eb"` Oct 27 02:42:40.112 INFO kablam! usermod: no changes Oct 27 02:42:40.399 INFO kablam! Compiling proc-macro2 v0.4.18 Oct 27 02:42:40.399 INFO kablam! Checking thread_local v0.3.6 Oct 27 02:42:40.404 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 27 02:42:40.404 INFO kablam! Checking serde_json v1.0.13 Oct 27 02:42:40.404 INFO kablam! Compiling syn v0.12.15 Oct 27 02:42:40.404 INFO kablam! Checking backtrace v0.3.9 Oct 27 02:42:41.135 INFO kablam! Checking regex v1.0.5 Oct 27 02:42:41.135 INFO kablam! Checking regex v0.2.10 Oct 27 02:42:45.722 INFO kablam! Checking env_logger v0.5.6 Oct 27 02:42:49.987 INFO kablam! Compiling quote v0.6.8 Oct 27 02:42:53.343 INFO kablam! Compiling syn v0.14.9 Oct 27 02:43:01.903 INFO kablam! Compiling diesel_derives v1.2.0 Oct 27 02:43:11.719 INFO kablam! Compiling synstructure v0.9.0 Oct 27 02:43:12.002 INFO kablam! Checking diesel v1.2.2 Oct 27 02:43:17.163 INFO kablam! Compiling failure_derive v0.1.2 Oct 27 02:43:22.023 INFO kablam! Checking failure v0.1.2 Oct 27 02:43:22.378 INFO kablam! Checking dotenv v0.13.0 Oct 27 02:43:39.470 INFO kablam! Checking microservice-rs v0.1.0 (/source) Oct 27 02:43:43.359 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 02:43:43.359 INFO kablam! --> src/models.rs:3:10 Oct 27 02:43:43.359 INFO kablam! | Oct 27 02:43:43.359 INFO kablam! 3 | #[derive(Queryable, Serialize, Debug)] Oct 27 02:43:43.359 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.359 INFO kablam! | Oct 27 02:43:43.359 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 02:43:43.359 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 02:43:43.359 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.359 INFO kablam! Oct 27 02:43:43.359 INFO kablam! warning: cannot find type `messages` in this scope Oct 27 02:43:43.359 INFO kablam! --> src/models.rs:11:10 Oct 27 02:43:43.359 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 11 | #[derive(Insertable, Debug)] Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 27 02:43:43.360 INFO kablam! --> src/models.rs:11:10 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 11 | #[derive(Insertable, Debug)] Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `table` in this scope Oct 27 02:43:43.360 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `id` in this scope Oct 27 02:43:43.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `username` in this scope Oct 27 02:43:43.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `message` in this scope Oct 27 02:43:43.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.360 INFO kablam! warning: cannot find type `_timestamp` in this scope Oct 27 02:43:43.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.360 INFO kablam! | Oct 27 02:43:43.360 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 02:43:43.360 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.360 INFO kablam! Oct 27 02:43:43.495 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 02:43:43.495 INFO kablam! --> src/models.rs:3:10 Oct 27 02:43:43.496 INFO kablam! | Oct 27 02:43:43.496 INFO kablam! 3 | #[derive(Queryable, Serialize, Debug)] Oct 27 02:43:43.496 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.496 INFO kablam! | Oct 27 02:43:43.497 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 02:43:43.497 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 02:43:43.497 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.497 INFO kablam! Oct 27 02:43:43.497 INFO kablam! warning: cannot find type `messages` in this scope Oct 27 02:43:43.497 INFO kablam! --> src/models.rs:11:10 Oct 27 02:43:43.497 INFO kablam! | Oct 27 02:43:43.497 INFO kablam! 11 | #[derive(Insertable, Debug)] Oct 27 02:43:43.497 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.497 INFO kablam! | Oct 27 02:43:43.497 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 02:43:43.497 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.497 INFO kablam! Oct 27 02:43:43.497 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 27 02:43:43.497 INFO kablam! --> src/models.rs:11:10 Oct 27 02:43:43.497 INFO kablam! | Oct 27 02:43:43.497 INFO kablam! 11 | #[derive(Insertable, Debug)] Oct 27 02:43:43.497 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.497 INFO kablam! | Oct 27 02:43:43.497 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 02:43:43.497 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.497 INFO kablam! Oct 27 02:43:43.497 INFO kablam! warning: cannot find type `table` in this scope Oct 27 02:43:43.497 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 02:43:43.497 INFO kablam! | Oct 27 02:43:43.498 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 02:43:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.498 INFO kablam! | Oct 27 02:43:43.498 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 02:43:43.498 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.498 INFO kablam! Oct 27 02:43:43.498 INFO kablam! warning: cannot find type `id` in this scope Oct 27 02:43:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.498 INFO kablam! | Oct 27 02:43:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.498 INFO kablam! | Oct 27 02:43:43.498 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 02:43:43.498 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.498 INFO kablam! Oct 27 02:43:43.498 INFO kablam! warning: cannot find type `username` in this scope Oct 27 02:43:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.498 INFO kablam! | Oct 27 02:43:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.498 INFO kablam! | Oct 27 02:43:43.498 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 02:43:43.498 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.498 INFO kablam! Oct 27 02:43:43.499 INFO kablam! warning: cannot find type `message` in this scope Oct 27 02:43:43.499 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.499 INFO kablam! | Oct 27 02:43:43.499 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.499 INFO kablam! | Oct 27 02:43:43.499 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 02:43:43.499 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.499 INFO kablam! Oct 27 02:43:43.499 INFO kablam! warning: cannot find type `_timestamp` in this scope Oct 27 02:43:43.499 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:43:43.499 INFO kablam! | Oct 27 02:43:43.499 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:43:43.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:43:43.499 INFO kablam! | Oct 27 02:43:43.499 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 02:43:43.499 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:43:43.499 INFO kablam! Oct 27 02:43:43.839 INFO kablam! warning: unused variable: `time_range` Oct 27 02:43:43.839 INFO kablam! --> src/db_utils.rs:24:17 Oct 27 02:43:43.839 INFO kablam! | Oct 27 02:43:43.839 INFO kablam! 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Oct 27 02:43:43.839 INFO kablam! | ^^^^^^^^^^ help: consider using `_time_range` instead Oct 27 02:43:43.847 INFO kablam! | Oct 27 02:43:43.847 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:43:43.847 INFO kablam! Oct 27 02:43:43.847 INFO kablam! warning: unused variable: `db_connection` Oct 27 02:43:43.847 INFO kablam! --> src/db_utils.rs:24:40 Oct 27 02:43:43.847 INFO kablam! | Oct 27 02:43:43.847 INFO kablam! 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Oct 27 02:43:43.847 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_db_connection` instead Oct 27 02:43:43.847 INFO kablam! Oct 27 02:43:43.847 INFO kablam! warning: unused variable: `result` Oct 27 02:43:43.847 INFO kablam! --> src/db_utils.rs:43:9 Oct 27 02:43:43.847 INFO kablam! | Oct 27 02:43:43.847 INFO kablam! 43 | let result = insert_into(messages::table) Oct 27 02:43:43.847 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:43:43.847 INFO kablam! Oct 27 02:43:44.096 INFO kablam! warning: unused variable: `time_range` Oct 27 02:43:44.097 INFO kablam! --> src/db_utils.rs:24:17 Oct 27 02:43:44.097 INFO kablam! | Oct 27 02:43:44.098 INFO kablam! 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Oct 27 02:43:44.098 INFO kablam! | ^^^^^^^^^^ help: consider using `_time_range` instead Oct 27 02:43:44.098 INFO kablam! | Oct 27 02:43:44.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:43:44.099 INFO kablam! Oct 27 02:43:44.100 INFO kablam! warning: unused variable: `db_connection` Oct 27 02:43:44.100 INFO kablam! --> src/db_utils.rs:24:40 Oct 27 02:43:44.101 INFO kablam! | Oct 27 02:43:44.101 INFO kablam! 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Oct 27 02:43:44.101 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_db_connection` instead Oct 27 02:43:44.102 INFO kablam! Oct 27 02:43:44.102 INFO kablam! warning: unused variable: `result` Oct 27 02:43:44.102 INFO kablam! --> src/db_utils.rs:43:9 Oct 27 02:43:44.102 INFO kablam! | Oct 27 02:43:44.102 INFO kablam! 43 | let result = insert_into(messages::table) Oct 27 02:43:44.102 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:43:44.107 INFO kablam! Oct 27 02:43:44.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 27 02:43:44.238 INFO kablam! su: No module specific data is present Oct 27 02:43:44.856 INFO running `"docker" "rm" "-f" "3be665a26dba48df06fe2d557bfe28e9aa1576b2f1c837c9242ab5bb8eeb62eb"` Oct 27 02:43:45.135 INFO blam! 3be665a26dba48df06fe2d557bfe28e9aa1576b2f1c837c9242ab5bb8eeb62eb