Nov 06 17:13:46.842 INFO checking munckymagik/actix-todo against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 06 17:13:46.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-1/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 06 17:13:47.236 INFO blam! ffd05d4d1b497ba823095a47d9813ba638e770ba98821248a30315e10372a5af Nov 06 17:13:47.244 INFO running `"docker" "start" "-a" "ffd05d4d1b497ba823095a47d9813ba638e770ba98821248a30315e10372a5af"` Nov 06 17:13:48.407 INFO kablam! usermod: no changes Nov 06 17:13:48.881 INFO kablam! Checking futures v0.1.22 Nov 06 17:13:48.886 INFO kablam! Checking socket2 v0.3.7 Nov 06 17:13:48.886 INFO kablam! Compiling ring v0.13.2 Nov 06 17:13:48.894 INFO kablam! Checking crossbeam-epoch v0.5.2 Nov 06 17:13:48.898 INFO kablam! Checking r2d2 v0.8.2 Nov 06 17:13:48.900 INFO kablam! Checking http v0.1.10 Nov 06 17:13:48.902 INFO kablam! Compiling quote v0.6.3 Nov 06 17:13:48.904 INFO kablam! Checking parking_lot_core v0.2.14 Nov 06 17:13:52.452 INFO kablam! Checking url v1.7.1 Nov 06 17:13:52.725 INFO kablam! Checking flate2 v1.0.2 Nov 06 17:13:52.813 INFO kablam! Checking parking_lot v0.6.3 Nov 06 17:13:56.357 INFO kablam! Checking error-chain v0.11.0 Nov 06 17:13:56.401 INFO kablam! Checking diesel v1.3.2 Nov 06 17:13:56.470 INFO kablam! Compiling syn v0.14.4 Nov 06 17:13:57.460 INFO kablam! Checking crossbeam-channel v0.2.4 Nov 06 17:14:02.881 INFO kablam! Checking serde_urlencoded v0.5.3 Nov 06 17:14:02.881 INFO kablam! Checking tera v0.11.8 Nov 06 17:14:04.605 INFO kablam! Checking tokio-io v0.1.7 Nov 06 17:14:04.605 INFO kablam! Checking tokio-executor v0.1.2 Nov 06 17:14:04.980 INFO kablam! Checking futures-cpupool v0.1.8 Nov 06 17:14:07.172 INFO kablam! Checking tokio-threadpool v0.1.5 Nov 06 17:14:07.172 INFO kablam! Checking tokio-timer v0.2.4 Nov 06 17:14:10.716 INFO kablam! Checking tokio-codec v0.1.0 Nov 06 17:14:10.724 INFO kablam! Checking tokio-reactor v0.1.2 Nov 06 17:14:10.724 INFO kablam! Checking h2 v0.1.10 Nov 06 17:14:12.230 INFO kablam! Checking tokio-fs v0.1.1 Nov 06 17:14:13.233 INFO kablam! Checking cookie v0.11.0 Nov 06 17:14:15.690 INFO kablam! Checking tokio-udp v0.1.1 Nov 06 17:14:15.692 INFO kablam! Checking tokio-tcp v0.1.0 Nov 06 17:14:16.234 INFO kablam! Checking tokio-signal v0.2.4 Nov 06 17:14:20.293 INFO kablam! Checking trust-dns-proto v0.4.0 Nov 06 17:14:20.295 INFO kablam! Checking tokio v0.1.7 Nov 06 17:14:33.033 INFO kablam! Checking trust-dns-resolver v0.9.1 Nov 06 17:14:50.742 INFO kablam! Compiling synstructure v0.9.0 Nov 06 17:14:50.742 INFO kablam! Compiling actix_derive v0.3.0 Nov 06 17:14:50.742 INFO kablam! Compiling serde_derive v1.0.70 Nov 06 17:15:07.812 INFO kablam! Compiling failure_derive v0.1.2 Nov 06 17:15:16.526 INFO kablam! Checking failure v0.1.2 Nov 06 17:15:18.157 INFO kablam! Checking actix v0.7.3 Nov 06 17:15:18.157 INFO kablam! Checking dotenv v0.13.0 Nov 06 17:15:35.309 INFO kablam! Checking actix-web v0.7.4 Nov 06 17:15:54.287 INFO kablam! Checking actix-todo v0.1.0 (/source) Nov 06 17:15:59.064 INFO kablam! warning: cannot find type `tasks` in this scope Nov 06 17:15:59.064 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.064 INFO kablam! | Nov 06 17:15:59.064 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.064 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 17:15:59.065 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 06 17:15:59.065 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.065 INFO kablam! Nov 06 17:15:59.065 INFO kablam! warning: cannot find type `NewTask` in this scope Nov 06 17:15:59.065 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.065 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 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 06 17:15:59.065 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.065 INFO kablam! Nov 06 17:15:59.065 INFO kablam! warning: cannot find type `tasks` in this scope Nov 06 17:15:59.065 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.065 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 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 06 17:15:59.065 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.065 INFO kablam! Nov 06 17:15:59.065 INFO kablam! warning: cannot find type `Task` in this scope Nov 06 17:15:59.065 INFO kablam! --> src/model.rs:15:17 Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 INFO kablam! 15 | #[derive(Debug, Queryable, Serialize)] Nov 06 17:15:59.065 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.065 INFO kablam! | Nov 06 17:15:59.065 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 06 17:15:59.065 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.065 INFO kablam! Nov 06 17:15:59.068 INFO kablam! warning: cannot find type `table` in this scope Nov 06 17:15:59.068 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 17:15:59.069 INFO kablam! | Nov 06 17:15:59.069 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 17:15:59.069 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.069 INFO kablam! | Nov 06 17:15:59.069 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 06 17:15:59.069 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.069 INFO kablam! Nov 06 17:15:59.069 INFO kablam! warning: cannot find type `id` in this scope Nov 06 17:15:59.069 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.069 INFO kablam! | Nov 06 17:15:59.069 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.069 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.069 INFO kablam! | Nov 06 17:15:59.069 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 06 17:15:59.070 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.070 INFO kablam! Nov 06 17:15:59.070 INFO kablam! warning: cannot find type `description` in this scope Nov 06 17:15:59.070 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.070 INFO kablam! | Nov 06 17:15:59.070 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.070 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.070 INFO kablam! | Nov 06 17:15:59.071 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 06 17:15:59.071 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.071 INFO kablam! Nov 06 17:15:59.076 INFO kablam! warning: cannot find type `completed` in this scope Nov 06 17:15:59.076 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.076 INFO kablam! | Nov 06 17:15:59.076 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.076 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.077 INFO kablam! | Nov 06 17:15:59.077 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 06 17:15:59.077 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.077 INFO kablam! Nov 06 17:15:59.245 INFO kablam! warning: cannot find type `tasks` in this scope Nov 06 17:15:59.245 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.246 INFO kablam! | Nov 06 17:15:59.246 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.246 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.246 INFO kablam! | Nov 06 17:15:59.247 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 17:15:59.247 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 06 17:15:59.247 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.247 INFO kablam! Nov 06 17:15:59.247 INFO kablam! warning: cannot find type `NewTask` in this scope Nov 06 17:15:59.248 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.248 INFO kablam! | Nov 06 17:15:59.248 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.248 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.248 INFO kablam! | Nov 06 17:15:59.248 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 06 17:15:59.248 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.248 INFO kablam! Nov 06 17:15:59.248 INFO kablam! warning: cannot find type `tasks` in this scope Nov 06 17:15:59.248 INFO kablam! --> src/model.rs:9:17 Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 INFO kablam! 9 | #[derive(Debug, Insertable)] Nov 06 17:15:59.249 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 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 06 17:15:59.249 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.249 INFO kablam! Nov 06 17:15:59.249 INFO kablam! warning: cannot find type `Task` in this scope Nov 06 17:15:59.249 INFO kablam! --> src/model.rs:15:17 Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 INFO kablam! 15 | #[derive(Debug, Queryable, Serialize)] Nov 06 17:15:59.249 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 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 06 17:15:59.249 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.249 INFO kablam! Nov 06 17:15:59.249 INFO kablam! warning: cannot find type `table` in this scope Nov 06 17:15:59.249 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 17:15:59.249 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 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 06 17:15:59.249 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.249 INFO kablam! Nov 06 17:15:59.249 INFO kablam! warning: cannot find type `id` in this scope Nov 06 17:15:59.249 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.249 INFO kablam! | Nov 06 17:15:59.249 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.250 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.250 INFO kablam! | Nov 06 17:15:59.250 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 06 17:15:59.250 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.250 INFO kablam! Nov 06 17:15:59.250 INFO kablam! warning: cannot find type `description` in this scope Nov 06 17:15:59.250 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.250 INFO kablam! | Nov 06 17:15:59.250 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.250 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.250 INFO kablam! | Nov 06 17:15:59.250 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 06 17:15:59.250 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.250 INFO kablam! Nov 06 17:15:59.250 INFO kablam! warning: cannot find type `completed` in this scope Nov 06 17:15:59.250 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 17:15:59.251 INFO kablam! | Nov 06 17:15:59.251 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 17:15:59.251 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 17:15:59.251 INFO kablam! | Nov 06 17:15:59.251 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 06 17:15:59.251 INFO kablam! = note: for more information, see issue #50504 Nov 06 17:15:59.251 INFO kablam! Nov 06 17:16:00.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 11s Nov 06 17:16:00.445 INFO kablam! su: No module specific data is present Nov 06 17:16:01.733 INFO running `"docker" "rm" "-f" "ffd05d4d1b497ba823095a47d9813ba638e770ba98821248a30315e10372a5af"` Nov 06 17:16:02.142 INFO blam! ffd05d4d1b497ba823095a47d9813ba638e770ba98821248a30315e10372a5af