Nov 28 03:05:28.810 INFO checking jose-ramirez/microservice-rs against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 03:05:28.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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"` Nov 28 03:05:28.998 INFO [stdout] a62642f3f0cf15191d4df295e3b3aa966da1164e57f7fb77a45c7285dd6c370f Nov 28 03:05:29.000 INFO running `"docker" "start" "-a" "a62642f3f0cf15191d4df295e3b3aa966da1164e57f7fb77a45c7285dd6c370f"` Nov 28 03:05:29.412 INFO [stderr] usermod: no changes Nov 28 03:05:29.652 INFO [stderr] Compiling proc-macro2 v0.4.18 Nov 28 03:05:29.655 INFO [stderr] Checking memchr v2.0.2 Nov 28 03:05:29.656 INFO [stderr] Checking thread_local v0.3.6 Nov 28 03:05:29.676 INFO [stderr] Checking serde_json v1.0.13 Nov 28 03:05:29.677 INFO [stderr] Checking backtrace-sys v0.1.24 Nov 28 03:05:29.677 INFO [stderr] Compiling diesel_derives v1.2.0 Nov 28 03:05:29.677 INFO [stderr] Checking hyper v0.11.25 Nov 28 03:05:30.153 INFO [stderr] Checking backtrace v0.3.9 Nov 28 03:05:30.197 INFO [stderr] Checking aho-corasick v0.6.8 Nov 28 03:05:31.224 INFO [stderr] Checking regex v1.0.5 Nov 28 03:05:31.224 INFO [stderr] Checking regex v0.2.10 Nov 28 03:05:43.004 INFO [stderr] Checking env_logger v0.5.6 Nov 28 03:05:44.048 INFO [stderr] Compiling quote v0.6.8 Nov 28 03:05:46.520 INFO [stderr] Checking diesel v1.2.2 Nov 28 03:05:49.654 INFO [stderr] Compiling syn v0.14.9 Nov 28 03:06:09.400 INFO [stderr] Compiling synstructure v0.9.0 Nov 28 03:06:16.736 INFO [stderr] Compiling failure_derive v0.1.2 Nov 28 03:06:22.000 INFO [stderr] Checking failure v0.1.2 Nov 28 03:06:22.208 INFO [stderr] Checking dotenv v0.13.0 Nov 28 03:06:28.953 INFO [stderr] Checking microservice-rs v0.1.0 (/source) Nov 28 03:06:32.124 INFO [stderr] warning: cannot find type `Message` in this scope Nov 28 03:06:32.124 INFO [stderr] --> src/models.rs:3:10 Nov 28 03:06:32.124 INFO [stderr] | Nov 28 03:06:32.124 INFO [stderr] 3 | #[derive(Queryable, Serialize, Debug)] Nov 28 03:06:32.124 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.124 INFO [stderr] | Nov 28 03:06:32.124 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 03:06:32.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.124 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.124 INFO [stderr] Nov 28 03:06:32.124 INFO [stderr] warning: cannot find type `messages` in this scope Nov 28 03:06:32.124 INFO [stderr] --> src/models.rs:11:10 Nov 28 03:06:32.124 INFO [stderr] | Nov 28 03:06:32.124 INFO [stderr] 11 | #[derive(Insertable, Debug)] Nov 28 03:06:32.124 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.125 INFO [stderr] | Nov 28 03:06:32.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.125 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.125 INFO [stderr] Nov 28 03:06:32.125 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 28 03:06:32.125 INFO [stderr] --> src/models.rs:11:10 Nov 28 03:06:32.125 INFO [stderr] | Nov 28 03:06:32.125 INFO [stderr] 11 | #[derive(Insertable, Debug)] Nov 28 03:06:32.125 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.125 INFO [stderr] | Nov 28 03:06:32.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.125 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.125 INFO [stderr] Nov 28 03:06:32.129 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 03:06:32.129 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 03:06:32.129 INFO [stderr] | Nov 28 03:06:32.129 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 03:06:32.129 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.130 INFO [stderr] | Nov 28 03:06:32.130 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.131 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.131 INFO [stderr] Nov 28 03:06:32.131 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 03:06:32.132 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.132 INFO [stderr] | Nov 28 03:06:32.132 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.132 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.132 INFO [stderr] | Nov 28 03:06:32.133 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.133 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.134 INFO [stderr] Nov 28 03:06:32.134 INFO [stderr] warning: cannot find type `username` in this scope Nov 28 03:06:32.134 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.134 INFO [stderr] | Nov 28 03:06:32.134 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.135 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.135 INFO [stderr] | Nov 28 03:06:32.135 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.135 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.135 INFO [stderr] Nov 28 03:06:32.135 INFO [stderr] warning: cannot find type `message` in this scope Nov 28 03:06:32.135 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.135 INFO [stderr] | Nov 28 03:06:32.135 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.135 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.135 INFO [stderr] | Nov 28 03:06:32.135 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.135 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.135 INFO [stderr] Nov 28 03:06:32.135 INFO [stderr] warning: cannot find type `_timestamp` in this scope Nov 28 03:06:32.135 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.135 INFO [stderr] | Nov 28 03:06:32.135 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.135 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.135 INFO [stderr] | Nov 28 03:06:32.135 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.135 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.135 INFO [stderr] Nov 28 03:06:32.880 INFO [stderr] warning: cannot find type `Message` in this scope Nov 28 03:06:32.880 INFO [stderr] --> src/models.rs:3:10 Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] 3 | #[derive(Queryable, Serialize, Debug)] Nov 28 03:06:32.880 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 03:06:32.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.880 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.880 INFO [stderr] Nov 28 03:06:32.880 INFO [stderr] warning: cannot find type `messages` in this scope Nov 28 03:06:32.880 INFO [stderr] --> src/models.rs:11:10 Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] 11 | #[derive(Insertable, Debug)] Nov 28 03:06:32.880 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.880 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.880 INFO [stderr] Nov 28 03:06:32.880 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 28 03:06:32.880 INFO [stderr] --> src/models.rs:11:10 Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] 11 | #[derive(Insertable, Debug)] Nov 28 03:06:32.880 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.880 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.880 INFO [stderr] Nov 28 03:06:32.880 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 03:06:32.880 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 03:06:32.880 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.880 INFO [stderr] | Nov 28 03:06:32.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.880 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.880 INFO [stderr] Nov 28 03:06:32.880 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 03:06:32.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.881 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.881 INFO [stderr] Nov 28 03:06:32.881 INFO [stderr] warning: cannot find type `username` in this scope Nov 28 03:06:32.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.881 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.881 INFO [stderr] Nov 28 03:06:32.881 INFO [stderr] warning: cannot find type `message` in this scope Nov 28 03:06:32.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.881 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.881 INFO [stderr] Nov 28 03:06:32.881 INFO [stderr] warning: cannot find type `_timestamp` in this scope Nov 28 03:06:32.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 03:06:32.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 03:06:32.881 INFO [stderr] | Nov 28 03:06:32.881 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 03:06:32.881 INFO [stderr] = note: for more information, see issue #50504 Nov 28 03:06:32.881 INFO [stderr] Nov 28 03:06:33.028 INFO [stderr] warning: unused variable: `time_range` Nov 28 03:06:33.028 INFO [stderr] --> src/db_utils.rs:24:17 Nov 28 03:06:33.028 INFO [stderr] | Nov 28 03:06:33.028 INFO [stderr] 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Nov 28 03:06:33.028 INFO [stderr] | ^^^^^^^^^^ help: consider using `_time_range` instead Nov 28 03:06:33.028 INFO [stderr] | Nov 28 03:06:33.028 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 28 03:06:33.028 INFO [stderr] Nov 28 03:06:33.028 INFO [stderr] warning: unused variable: `db_connection` Nov 28 03:06:33.028 INFO [stderr] --> src/db_utils.rs:24:40 Nov 28 03:06:33.028 INFO [stderr] | Nov 28 03:06:33.028 INFO [stderr] 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Nov 28 03:06:33.028 INFO [stderr] | ^^^^^^^^^^^^^ help: consider using `_db_connection` instead Nov 28 03:06:33.028 INFO [stderr] Nov 28 03:06:33.028 INFO [stderr] warning: unused variable: `result` Nov 28 03:06:33.028 INFO [stderr] --> src/db_utils.rs:43:9 Nov 28 03:06:33.028 INFO [stderr] | Nov 28 03:06:33.028 INFO [stderr] 43 | let result = insert_into(messages::table) Nov 28 03:06:33.028 INFO [stderr] | ^^^^^^ help: consider using `_result` instead Nov 28 03:06:33.028 INFO [stderr] Nov 28 03:06:33.352 INFO [stderr] warning: unused variable: `time_range` Nov 28 03:06:33.352 INFO [stderr] --> src/db_utils.rs:24:17 Nov 28 03:06:33.352 INFO [stderr] | Nov 28 03:06:33.352 INFO [stderr] 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Nov 28 03:06:33.352 INFO [stderr] | ^^^^^^^^^^ help: consider using `_time_range` instead Nov 28 03:06:33.352 INFO [stderr] | Nov 28 03:06:33.352 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 28 03:06:33.352 INFO [stderr] Nov 28 03:06:33.352 INFO [stderr] warning: unused variable: `db_connection` Nov 28 03:06:33.352 INFO [stderr] --> src/db_utils.rs:24:40 Nov 28 03:06:33.352 INFO [stderr] | Nov 28 03:06:33.352 INFO [stderr] 24 | pub fn query_db(time_range: TimeRange, db_connection: &MysqlConnection) -> Option> { Nov 28 03:06:33.352 INFO [stderr] | ^^^^^^^^^^^^^ help: consider using `_db_connection` instead Nov 28 03:06:33.352 INFO [stderr] Nov 28 03:06:33.352 INFO [stderr] warning: unused variable: `result` Nov 28 03:06:33.352 INFO [stderr] --> src/db_utils.rs:43:9 Nov 28 03:06:33.352 INFO [stderr] | Nov 28 03:06:33.352 INFO [stderr] 43 | let result = insert_into(messages::table) Nov 28 03:06:33.352 INFO [stderr] | ^^^^^^ help: consider using `_result` instead Nov 28 03:06:33.352 INFO [stderr] Nov 28 03:06:33.496 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Nov 28 03:06:33.512 INFO [stderr] su: No module specific data is present Nov 28 03:06:34.601 INFO running `"docker" "inspect" "a62642f3f0cf15191d4df295e3b3aa966da1164e57f7fb77a45c7285dd6c370f"` Nov 28 03:06:34.882 INFO running `"docker" "rm" "-f" "a62642f3f0cf15191d4df295e3b3aa966da1164e57f7fb77a45c7285dd6c370f"` Nov 28 03:06:35.208 INFO [stdout] a62642f3f0cf15191d4df295e3b3aa966da1164e57f7fb77a45c7285dd6c370f