Dec 17 19:09:21.677 INFO checking munckymagik/actix-todo against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 19:09:21.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/munckymagik/actix-todo:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 19:09:22.017 INFO [stdout] d37e4ddc6f22e7c97362bd34f7110a4efc713caf7370b5dffa4075189f7115fb Dec 17 19:09:22.020 INFO running `"docker" "start" "-a" "d37e4ddc6f22e7c97362bd34f7110a4efc713caf7370b5dffa4075189f7115fb"` Dec 17 19:09:23.448 INFO [stderr] Checking futures v0.1.22 Dec 17 19:09:23.456 INFO [stderr] Checking unidecode v0.3.0 Dec 17 19:09:23.468 INFO [stderr] Compiling ring v0.13.2 Dec 17 19:09:23.476 INFO [stderr] Checking rand v0.5.5 Dec 17 19:09:23.480 INFO [stderr] Checking crossbeam-epoch v0.5.2 Dec 17 19:09:23.480 INFO [stderr] Checking r2d2 v0.8.2 Dec 17 19:09:23.480 INFO [stderr] Checking http v0.1.10 Dec 17 19:09:23.480 INFO [stderr] Checking parking_lot_core v0.2.14 Dec 17 19:09:25.964 INFO [stderr] Checking serde_json v1.0.22 Dec 17 19:09:28.380 INFO [stderr] Compiling pest_derive v1.0.7 Dec 17 19:09:28.397 INFO [stderr] Compiling syn v0.14.4 Dec 17 19:09:30.192 INFO [stderr] Checking flate2 v1.0.2 Dec 17 19:09:32.599 INFO [stderr] Checking serde_urlencoded v0.5.3 Dec 17 19:09:34.700 INFO [stderr] Checking parking_lot v0.6.3 Dec 17 19:09:40.030 INFO [stderr] Checking slug v0.1.3 Dec 17 19:09:40.930 INFO [stderr] Checking diesel v1.3.2 Dec 17 19:09:40.937 INFO [stderr] Checking crossbeam-channel v0.2.4 Dec 17 19:09:41.210 INFO [stderr] Checking tokio-executor v0.1.2 Dec 17 19:09:41.261 INFO [stderr] Checking tokio-io v0.1.7 Dec 17 19:09:41.272 INFO [stderr] Checking futures-cpupool v0.1.8 Dec 17 19:09:43.228 INFO [stderr] Checking tokio-threadpool v0.1.5 Dec 17 19:09:43.229 INFO [stderr] Checking tokio-timer v0.2.4 Dec 17 19:09:43.741 INFO [stderr] Checking tera v0.11.8 Dec 17 19:09:45.916 INFO [stderr] Checking tokio-codec v0.1.0 Dec 17 19:09:45.916 INFO [stderr] Checking tokio-reactor v0.1.2 Dec 17 19:09:45.916 INFO [stderr] Checking h2 v0.1.10 Dec 17 19:09:47.777 INFO [stderr] Checking tokio-fs v0.1.1 Dec 17 19:09:49.417 INFO [stderr] Checking tokio-udp v0.1.1 Dec 17 19:09:49.417 INFO [stderr] Checking tokio-tcp v0.1.0 Dec 17 19:09:50.110 INFO [stderr] Checking tokio-signal v0.2.4 Dec 17 19:09:52.093 INFO [stderr] Checking tokio v0.1.7 Dec 17 19:09:52.093 INFO [stderr] Checking trust-dns-proto v0.4.0 Dec 17 19:09:54.795 INFO [stderr] Checking cookie v0.11.0 Dec 17 19:10:03.269 INFO [stderr] Checking trust-dns-resolver v0.9.1 Dec 17 19:10:24.614 INFO [stderr] Compiling synstructure v0.9.0 Dec 17 19:10:24.621 INFO [stderr] Compiling actix_derive v0.3.0 Dec 17 19:10:24.623 INFO [stderr] Compiling serde_derive v1.0.70 Dec 17 19:10:38.309 INFO [stderr] Compiling failure_derive v0.1.2 Dec 17 19:10:42.222 INFO [stderr] Checking failure v0.1.2 Dec 17 19:10:43.139 INFO [stderr] Checking actix v0.7.3 Dec 17 19:10:43.139 INFO [stderr] Checking dotenv v0.13.0 Dec 17 19:10:53.675 INFO [stderr] Checking actix-web v0.7.4 Dec 17 19:11:16.309 INFO [stderr] Checking actix-todo v0.1.0 (/opt/crater/workdir) Dec 17 19:11:17.872 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 17 19:11:17.872 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:17.872 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `NewTask` in this scope Dec 17 19:11:17.873 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 17 19:11:17.873 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `Task` in this scope Dec 17 19:11:17.873 INFO [stderr] --> src/model.rs:15:17 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 15 | #[derive(Debug, Queryable, Serialize)] Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `table` in this scope Dec 17 19:11:17.873 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `id` in this scope Dec 17 19:11:17.873 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `description` in this scope Dec 17 19:11:17.873 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:17.873 INFO [stderr] warning: cannot find type `completed` in this scope Dec 17 19:11:17.873 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:17.873 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:17.873 INFO [stderr] | Dec 17 19:11:17.873 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! Dec 17 19:11:17.873 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:17.873 INFO [stderr] Dec 17 19:11:18.180 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 17 19:11:18.180 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:18.180 INFO [stderr] | Dec 17 19:11:18.180 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:18.180 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.180 INFO [stderr] | Dec 17 19:11:18.180 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 19:11:18.180 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! Dec 17 19:11:18.180 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.180 INFO [stderr] Dec 17 19:11:18.180 INFO [stderr] warning: cannot find type `NewTask` in this scope Dec 17 19:11:18.180 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:18.180 INFO [stderr] | Dec 17 19:11:18.180 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:18.180 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.180 INFO [stderr] | Dec 17 19:11:18.180 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! Dec 17 19:11:18.180 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.180 INFO [stderr] Dec 17 19:11:18.180 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 17 19:11:18.180 INFO [stderr] --> src/model.rs:9:17 Dec 17 19:11:18.180 INFO [stderr] | Dec 17 19:11:18.180 INFO [stderr] 9 | #[derive(Debug, Insertable)] Dec 17 19:11:18.181 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 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! Dec 17 19:11:18.181 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.181 INFO [stderr] Dec 17 19:11:18.181 INFO [stderr] warning: cannot find type `Task` in this scope Dec 17 19:11:18.181 INFO [stderr] --> src/model.rs:15:17 Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 INFO [stderr] 15 | #[derive(Debug, Queryable, Serialize)] Dec 17 19:11:18.181 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 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! Dec 17 19:11:18.181 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.181 INFO [stderr] Dec 17 19:11:18.181 INFO [stderr] warning: cannot find type `table` in this scope Dec 17 19:11:18.181 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 17 19:11:18.181 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 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! Dec 17 19:11:18.181 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.181 INFO [stderr] Dec 17 19:11:18.181 INFO [stderr] warning: cannot find type `id` in this scope Dec 17 19:11:18.181 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:18.181 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.181 INFO [stderr] | Dec 17 19:11:18.181 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! Dec 17 19:11:18.181 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.182 INFO [stderr] Dec 17 19:11:18.182 INFO [stderr] warning: cannot find type `description` in this scope Dec 17 19:11:18.182 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:18.182 INFO [stderr] | Dec 17 19:11:18.182 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:18.182 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.182 INFO [stderr] | Dec 17 19:11:18.182 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! Dec 17 19:11:18.182 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.182 INFO [stderr] Dec 17 19:11:18.184 INFO [stderr] warning: cannot find type `completed` in this scope Dec 17 19:11:18.184 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 19:11:18.184 INFO [stderr] | Dec 17 19:11:18.184 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 19:11:18.184 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 19:11:18.184 INFO [stderr] | Dec 17 19:11:18.184 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! Dec 17 19:11:18.184 INFO [stderr] = note: for more information, see issue #50504 Dec 17 19:11:18.184 INFO [stderr] Dec 17 19:11:18.906 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Dec 17 19:11:19.547 INFO running `"docker" "inspect" "d37e4ddc6f22e7c97362bd34f7110a4efc713caf7370b5dffa4075189f7115fb"` Dec 17 19:11:19.896 INFO running `"docker" "rm" "-f" "d37e4ddc6f22e7c97362bd34f7110a4efc713caf7370b5dffa4075189f7115fb"` Dec 17 19:11:20.184 INFO [stdout] d37e4ddc6f22e7c97362bd34f7110a4efc713caf7370b5dffa4075189f7115fb