Dec 19 16:25:27.885 INFO checking goriunov/rust-test against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 16:25:27.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-2/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/goriunov/rust-test:/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 16:25:28.304 INFO [stdout] add86d6c5eba8cb0b90c43358d87727c834167e2a8ea44f4f440c74e4d045532 Dec 19 16:25:28.310 INFO running `"docker" "start" "-a" "add86d6c5eba8cb0b90c43358d87727c834167e2a8ea44f4f440c74e4d045532"` Dec 19 16:25:29.684 INFO [stderr] Checking r2d2 v0.8.3 Dec 19 16:25:29.700 INFO [stderr] Checking tokio-threadpool v0.1.8 Dec 19 16:25:29.700 INFO [stderr] Checking tokio-reactor v0.1.6 Dec 19 16:25:30.314 INFO [stderr] Checking diesel v1.3.3 Dec 19 16:25:31.381 INFO [stderr] Checking tokio-uds v0.2.3 Dec 19 16:25:31.381 INFO [stderr] Checking tokio-udp v0.1.2 Dec 19 16:25:31.381 INFO [stderr] Checking tokio-tcp v0.1.2 Dec 19 16:25:32.164 INFO [stderr] Checking tokio-fs v0.1.4 Dec 19 16:25:33.441 INFO [stderr] Checking tokio v0.1.11 Dec 19 16:25:34.560 INFO [stderr] Checking hyper v0.12.13 Dec 19 16:26:07.041 INFO [stderr] Checking vouc v0.1.0 (/opt/crater/workdir) Dec 19 16:26:07.992 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 16:26:07.992 INFO [stderr] --> src/models.rs:3:10 Dec 19 16:26:07.992 INFO [stderr] | Dec 19 16:26:07.992 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 19 16:26:07.992 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.992 INFO [stderr] | Dec 19 16:26:07.992 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 16:26:07.992 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 19 16:26:07.992 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.992 INFO [stderr] Dec 19 16:26:07.992 INFO [stderr] warning: cannot find type `posts` in this scope Dec 19 16:26:07.992 INFO [stderr] --> src/models.rs:11:10 Dec 19 16:26:07.992 INFO [stderr] | Dec 19 16:26:07.992 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 19 16:26:07.992 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.992 INFO [stderr] | Dec 19 16:26:07.992 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 19 16:26:07.992 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.992 INFO [stderr] Dec 19 16:26:07.992 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 19 16:26:07.992 INFO [stderr] --> src/models.rs:11:10 Dec 19 16:26:07.992 INFO [stderr] | Dec 19 16:26:07.992 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 19 16:26:07.992 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:07.993 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 16:26:07.993 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 16:26:07.993 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:07.993 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 16:26:07.993 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:07.993 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:07.993 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 16:26:07.993 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:07.993 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:07.993 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 16:26:07.993 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:07.993 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:07.993 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 16:26:07.993 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:07.993 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:07.993 INFO [stderr] | Dec 19 16:26:07.993 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 19 16:26:07.993 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:07.993 INFO [stderr] Dec 19 16:26:08.025 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 16:26:08.025 INFO [stderr] --> src/models.rs:3:10 Dec 19 16:26:08.025 INFO [stderr] | Dec 19 16:26:08.025 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 19 16:26:08.026 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.026 INFO [stderr] | Dec 19 16:26:08.026 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 16:26:08.026 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 19 16:26:08.026 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.027 INFO [stderr] Dec 19 16:26:08.027 INFO [stderr] warning: cannot find type `posts` in this scope Dec 19 16:26:08.027 INFO [stderr] --> src/models.rs:11:10 Dec 19 16:26:08.027 INFO [stderr] | Dec 19 16:26:08.027 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 19 16:26:08.027 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.027 INFO [stderr] | Dec 19 16:26:08.027 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 19 16:26:08.027 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.027 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 19 16:26:08.032 INFO [stderr] --> src/models.rs:11:10 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 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 19 16:26:08.032 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.032 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 16:26:08.032 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 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 19 16:26:08.032 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.032 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 16:26:08.032 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 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 19 16:26:08.032 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.032 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 16:26:08.032 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 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 19 16:26:08.032 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.032 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 16:26:08.032 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 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 19 16:26:08.032 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.032 INFO [stderr] Dec 19 16:26:08.032 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 16:26:08.032 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 16:26:08.032 INFO [stderr] | Dec 19 16:26:08.032 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 16:26:08.032 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 16:26:08.033 INFO [stderr] | Dec 19 16:26:08.033 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 19 16:26:08.033 INFO [stderr] = note: for more information, see issue #50504 Dec 19 16:26:08.033 INFO [stderr] Dec 19 16:26:08.507 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.02s Dec 19 16:26:09.122 INFO running `"docker" "inspect" "add86d6c5eba8cb0b90c43358d87727c834167e2a8ea44f4f440c74e4d045532"` Dec 19 16:26:09.206 INFO running `"docker" "rm" "-f" "add86d6c5eba8cb0b90c43358d87727c834167e2a8ea44f4f440c74e4d045532"` Dec 19 16:26:09.380 INFO [stdout] add86d6c5eba8cb0b90c43358d87727c834167e2a8ea44f4f440c74e4d045532