Nov 04 09:02:53.068 INFO checking ceciliacsilva/rust_todo against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 09:02:53.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-0/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-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 04 09:02:53.316 INFO blam! 68570da34527f4cc6adc3eafd0d30b4198515d1c3e375698ae5d29610f7570a9 Nov 04 09:02:53.317 INFO running `"docker" "start" "-a" "68570da34527f4cc6adc3eafd0d30b4198515d1c3e375698ae5d29610f7570a9"` Nov 04 09:02:53.890 INFO kablam! usermod: no changes Nov 04 09:02:54.183 INFO kablam! Checking todo_app v0.1.0 (/source) Nov 04 09:02:58.898 INFO kablam! warning: cannot find type `table` in this scope Nov 04 09:02:58.899 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 09:02:58.899 INFO kablam! | Nov 04 09:02:58.900 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 09:02:58.901 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.901 INFO kablam! | Nov 04 09:02:58.902 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 09:02:58.903 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! Nov 04 09:02:58.903 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.904 INFO kablam! Nov 04 09:02:58.904 INFO kablam! warning: cannot find type `table` in this scope Nov 04 09:02:58.905 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 09:02:58.906 INFO kablam! | Nov 04 09:02:58.906 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 09:02:58.907 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.907 INFO kablam! | Nov 04 09:02:58.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! Nov 04 09:02:58.909 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.909 INFO kablam! Nov 04 09:02:58.909 INFO kablam! warning: cannot find type `id` in this scope Nov 04 09:02:58.909 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:58.909 INFO kablam! | Nov 04 09:02:58.909 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:58.909 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.909 INFO kablam! | Nov 04 09:02:58.909 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! Nov 04 09:02:58.909 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.909 INFO kablam! Nov 04 09:02:58.909 INFO kablam! warning: cannot find type `text` in this scope Nov 04 09:02:58.909 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:58.909 INFO kablam! | Nov 04 09:02:58.915 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:58.915 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 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! Nov 04 09:02:58.915 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.915 INFO kablam! Nov 04 09:02:58.915 INFO kablam! warning: cannot find type `completed` in this scope Nov 04 09:02:58.915 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:58.915 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 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! Nov 04 09:02:58.915 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.915 INFO kablam! Nov 04 09:02:58.915 INFO kablam! warning: cannot find type `Todo` in this scope Nov 04 09:02:58.915 INFO kablam! --> src/models.rs:8:35 Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 INFO kablam! 8 | #[derive(Serialize, Debug, Clone, Queryable)] Nov 04 09:02:58.915 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 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! Nov 04 09:02:58.915 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.915 INFO kablam! Nov 04 09:02:58.915 INFO kablam! warning: cannot find type `todos` in this scope Nov 04 09:02:58.915 INFO kablam! --> src/models.rs:15:34 Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 INFO kablam! 15 | #[derive(Serialize, Deserialize, Insertable)] Nov 04 09:02:58.915 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 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! Nov 04 09:02:58.915 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.915 INFO kablam! Nov 04 09:02:58.915 INFO kablam! warning: cannot find type `NewTodo` in this scope Nov 04 09:02:58.915 INFO kablam! --> src/models.rs:15:34 Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 INFO kablam! 15 | #[derive(Serialize, Deserialize, Insertable)] Nov 04 09:02:58.915 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:58.915 INFO kablam! | Nov 04 09:02:58.915 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! Nov 04 09:02:58.915 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:58.915 INFO kablam! Nov 04 09:02:59.020 INFO kablam! warning: cannot find type `table` in this scope Nov 04 09:02:59.020 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 09:02:59.020 INFO kablam! | Nov 04 09:02:59.020 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 09:02:59.020 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.020 INFO kablam! | Nov 04 09:02:59.023 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 09:02:59.023 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! Nov 04 09:02:59.023 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.023 INFO kablam! Nov 04 09:02:59.023 INFO kablam! warning: cannot find type `table` in this scope Nov 04 09:02:59.023 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 09:02:59.023 INFO kablam! | Nov 04 09:02:59.023 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 09:02:59.023 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.023 INFO kablam! | Nov 04 09:02:59.023 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! Nov 04 09:02:59.031 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.031 INFO kablam! Nov 04 09:02:59.031 INFO kablam! warning: cannot find type `id` in this scope Nov 04 09:02:59.031 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:59.031 INFO kablam! | Nov 04 09:02:59.031 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:59.031 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.031 INFO kablam! | Nov 04 09:02:59.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! Nov 04 09:02:59.031 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.031 INFO kablam! Nov 04 09:02:59.032 INFO kablam! warning: cannot find type `text` in this scope Nov 04 09:02:59.032 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:59.032 INFO kablam! | Nov 04 09:02:59.032 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:59.032 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.032 INFO kablam! | Nov 04 09:02:59.032 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! Nov 04 09:02:59.032 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.032 INFO kablam! Nov 04 09:02:59.033 INFO kablam! warning: cannot find type `completed` in this scope Nov 04 09:02:59.033 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 09:02:59.033 INFO kablam! | Nov 04 09:02:59.033 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 09:02:59.033 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.033 INFO kablam! | Nov 04 09:02:59.033 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! Nov 04 09:02:59.033 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.033 INFO kablam! Nov 04 09:02:59.034 INFO kablam! warning: cannot find type `Todo` in this scope Nov 04 09:02:59.034 INFO kablam! --> src/models.rs:8:35 Nov 04 09:02:59.034 INFO kablam! | Nov 04 09:02:59.034 INFO kablam! 8 | #[derive(Serialize, Debug, Clone, Queryable)] Nov 04 09:02:59.034 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.034 INFO kablam! | Nov 04 09:02:59.034 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! Nov 04 09:02:59.034 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.034 INFO kablam! Nov 04 09:02:59.034 INFO kablam! warning: cannot find type `todos` in this scope Nov 04 09:02:59.034 INFO kablam! --> src/models.rs:15:34 Nov 04 09:02:59.034 INFO kablam! | Nov 04 09:02:59.034 INFO kablam! 15 | #[derive(Serialize, Deserialize, Insertable)] Nov 04 09:02:59.034 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.034 INFO kablam! | Nov 04 09:02:59.034 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! Nov 04 09:02:59.034 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.034 INFO kablam! Nov 04 09:02:59.034 INFO kablam! warning: cannot find type `NewTodo` in this scope Nov 04 09:02:59.034 INFO kablam! --> src/models.rs:15:34 Nov 04 09:02:59.034 INFO kablam! | Nov 04 09:02:59.035 INFO kablam! 15 | #[derive(Serialize, Deserialize, Insertable)] Nov 04 09:02:59.035 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 09:02:59.035 INFO kablam! | Nov 04 09:02:59.035 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! Nov 04 09:02:59.035 INFO kablam! = note: for more information, see issue #50504 Nov 04 09:02:59.035 INFO kablam! Nov 04 09:02:59.530 INFO kablam! warning: unused variable: `status` Nov 04 09:02:59.531 INFO kablam! --> src/routes.rs:21:9 Nov 04 09:02:59.531 INFO kablam! | Nov 04 09:02:59.531 INFO kablam! 21 | let status = Todo::insert_todos(&conn, new_todo.into_inner()).expect("error"); Nov 04 09:02:59.531 INFO kablam! | ^^^^^^ help: consider using `_status` instead Nov 04 09:02:59.531 INFO kablam! | Nov 04 09:02:59.531 INFO kablam! = note: #[warn(unused_variables)] on by default Nov 04 09:02:59.531 INFO kablam! Nov 04 09:02:59.531 INFO kablam! warning: unused variable: `todos` Nov 04 09:02:59.531 INFO kablam! --> src/routes.rs:23:9 Nov 04 09:02:59.531 INFO kablam! | Nov 04 09:02:59.531 INFO kablam! 23 | let todos = Todo::get_todos(&conn).expect("error"); Nov 04 09:02:59.531 INFO kablam! | ^^^^^ help: consider using `_todos` instead Nov 04 09:02:59.531 INFO kablam! Nov 04 09:02:59.531 INFO kablam! warning: unused variable: `text` Nov 04 09:02:59.531 INFO kablam! --> src/models.rs:73:13 Nov 04 09:02:59.531 INFO kablam! | Nov 04 09:02:59.531 INFO kablam! 73 | text, Nov 04 09:02:59.531 INFO kablam! | ^^^^ help: try ignoring the field: `text: _` Nov 04 09:02:59.531 INFO kablam! Nov 04 09:02:59.538 INFO kablam! warning: unused variable: `status` Nov 04 09:02:59.539 INFO kablam! --> src/routes.rs:21:9 Nov 04 09:02:59.540 INFO kablam! | Nov 04 09:02:59.540 INFO kablam! 21 | let status = Todo::insert_todos(&conn, new_todo.into_inner()).expect("error"); Nov 04 09:02:59.541 INFO kablam! | ^^^^^^ help: consider using `_status` instead Nov 04 09:02:59.541 INFO kablam! | Nov 04 09:02:59.542 INFO kablam! = note: #[warn(unused_variables)] on by default Nov 04 09:02:59.543 INFO kablam! Nov 04 09:02:59.543 INFO kablam! warning: unused variable: `todos` Nov 04 09:02:59.544 INFO kablam! --> src/routes.rs:23:9 Nov 04 09:02:59.544 INFO kablam! | Nov 04 09:02:59.545 INFO kablam! 23 | let todos = Todo::get_todos(&conn).expect("error"); Nov 04 09:02:59.546 INFO kablam! | ^^^^^ help: consider using `_todos` instead Nov 04 09:02:59.546 INFO kablam! Nov 04 09:02:59.547 INFO kablam! warning: unused variable: `text` Nov 04 09:02:59.548 INFO kablam! --> src/models.rs:73:13 Nov 04 09:02:59.549 INFO kablam! | Nov 04 09:02:59.549 INFO kablam! 73 | text, Nov 04 09:02:59.550 INFO kablam! | ^^^^ help: try ignoring the field: `text: _` Nov 04 09:02:59.550 INFO kablam! Nov 04 09:02:59.721 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 04 09:02:59.721 INFO kablam! --> src/main.rs:1:57 Nov 04 09:02:59.721 INFO kablam! | Nov 04 09:02:59.721 INFO kablam! 1 | #![feature(plugin, custom_derive, const_fn, decl_macro, attr_literals)] Nov 04 09:02:59.721 INFO kablam! | ^^^^^^^^^^^^^ Nov 04 09:02:59.721 INFO kablam! | Nov 04 09:02:59.727 INFO kablam! = note: #[warn(stable_features)] on by default Nov 04 09:02:59.727 INFO kablam! Nov 04 09:02:59.739 INFO kablam! warning: variable `newTodo` should have a snake case name such as `new_todo` Nov 04 09:02:59.739 INFO kablam! --> src/models.rs:35:46 Nov 04 09:02:59.739 INFO kablam! | Nov 04 09:02:59.739 INFO kablam! 35 | pub fn insert_todos(conn: &PgConnection, newTodo: NewTodo) -> Result { Nov 04 09:02:59.739 INFO kablam! | ^^^^^^^ Nov 04 09:02:59.739 INFO kablam! | Nov 04 09:02:59.739 INFO kablam! = note: #[warn(non_snake_case)] on by default Nov 04 09:02:59.739 INFO kablam! Nov 04 09:02:59.815 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 04 09:02:59.815 INFO kablam! --> src/main.rs:1:57 Nov 04 09:02:59.815 INFO kablam! | Nov 04 09:02:59.815 INFO kablam! 1 | #![feature(plugin, custom_derive, const_fn, decl_macro, attr_literals)] Nov 04 09:02:59.815 INFO kablam! | ^^^^^^^^^^^^^ Nov 04 09:02:59.815 INFO kablam! | Nov 04 09:02:59.815 INFO kablam! = note: #[warn(stable_features)] on by default Nov 04 09:02:59.815 INFO kablam! Nov 04 09:02:59.835 INFO kablam! warning: variable `newTodo` should have a snake case name such as `new_todo` Nov 04 09:02:59.835 INFO kablam! --> src/models.rs:35:46 Nov 04 09:02:59.835 INFO kablam! | Nov 04 09:02:59.835 INFO kablam! 35 | pub fn insert_todos(conn: &PgConnection, newTodo: NewTodo) -> Result { Nov 04 09:02:59.835 INFO kablam! | ^^^^^^^ Nov 04 09:02:59.835 INFO kablam! | Nov 04 09:02:59.835 INFO kablam! = note: #[warn(non_snake_case)] on by default Nov 04 09:02:59.835 INFO kablam! Nov 04 09:02:59.893 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.99s Nov 04 09:02:59.910 INFO kablam! su: No module specific data is present Nov 04 09:03:01.083 INFO running `"docker" "rm" "-f" "68570da34527f4cc6adc3eafd0d30b4198515d1c3e375698ae5d29610f7570a9"` Nov 04 09:03:01.443 INFO blam! 68570da34527f4cc6adc3eafd0d30b4198515d1c3e375698ae5d29610f7570a9