Dec 13 18:13:06.700 INFO testing goriunov/rust-test against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 18:13:06.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 13 18:13:07.356 INFO [stdout] 71a93f952854aabeeb0e37038d95089aaaf8d1c5c88988833551f48c198a699b Dec 13 18:13:07.358 INFO running `"docker" "start" "-a" "71a93f952854aabeeb0e37038d95089aaaf8d1c5c88988833551f48c198a699b"` Dec 13 18:13:08.483 INFO [stderr] usermod: no changes Dec 13 18:13:08.839 INFO [stderr] Compiling r2d2 v0.8.3 Dec 13 18:13:08.863 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 13 18:13:08.863 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 13 18:13:10.899 INFO [stderr] Compiling diesel v1.3.3 Dec 13 18:13:16.283 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 13 18:13:16.475 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 13 18:13:16.615 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 13 18:13:16.751 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 13 18:13:21.939 INFO [stderr] Compiling tokio v0.1.11 Dec 13 18:13:25.518 INFO [stderr] Compiling hyper v0.12.13 Dec 13 18:13:58.887 INFO [stderr] Compiling vouc v0.1.0 (/source) Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `Post` in this scope Dec 13 18:14:01.110 INFO [stderr] --> src/models.rs:3:10 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 18:14:01.110 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 13 18:14:01.110 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.110 INFO [stderr] Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `posts` in this scope Dec 13 18:14:01.110 INFO [stderr] --> src/models.rs:11:10 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 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 13 18:14:01.110 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.110 INFO [stderr] Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 13 18:14:01.110 INFO [stderr] --> src/models.rs:11:10 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 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 13 18:14:01.110 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.110 INFO [stderr] Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 18:14:01.110 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 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 13 18:14:01.110 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.110 INFO [stderr] Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 18:14:01.110 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 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 13 18:14:01.110 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.110 INFO [stderr] Dec 13 18:14:01.110 INFO [stderr] warning: cannot find type `title` in this scope Dec 13 18:14:01.110 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.110 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:01.110 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.110 INFO [stderr] | Dec 13 18:14:01.111 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 13 18:14:01.111 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.111 INFO [stderr] Dec 13 18:14:01.111 INFO [stderr] warning: cannot find type `body` in this scope Dec 13 18:14:01.111 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:01.111 INFO [stderr] | Dec 13 18:14:01.111 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:01.111 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.111 INFO [stderr] | Dec 13 18:14:01.111 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 13 18:14:01.111 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.111 INFO [stderr] Dec 13 18:14:01.111 INFO [stderr] warning: cannot find type `published` in this scope Dec 13 18:14:01.111 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:01.111 INFO [stderr] | Dec 13 18:14:01.111 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:01.111 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:01.111 INFO [stderr] | Dec 13 18:14:01.111 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 13 18:14:01.111 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:01.111 INFO [stderr] Dec 13 18:14:06.826 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.31s Dec 13 18:14:06.839 INFO [stderr] su: No module specific data is present Dec 13 18:14:07.337 INFO running `"docker" "inspect" "71a93f952854aabeeb0e37038d95089aaaf8d1c5c88988833551f48c198a699b"` Dec 13 18:14:07.525 INFO running `"docker" "rm" "-f" "71a93f952854aabeeb0e37038d95089aaaf8d1c5c88988833551f48c198a699b"` Dec 13 18:14:07.629 INFO [stdout] 71a93f952854aabeeb0e37038d95089aaaf8d1c5c88988833551f48c198a699b Dec 13 18:14:07.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen --no-run" "-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"` Dec 13 18:14:07.881 INFO [stdout] bb2af7abbd7f0c1e8ed7a1f8bf98b83a04641c1b13e4068f8b9a3c83f4096876 Dec 13 18:14:07.882 INFO running `"docker" "start" "-a" "bb2af7abbd7f0c1e8ed7a1f8bf98b83a04641c1b13e4068f8b9a3c83f4096876"` Dec 13 18:14:08.327 INFO [stderr] usermod: no changes Dec 13 18:14:08.472 INFO [stderr] Compiling vouc v0.1.0 (/source) Dec 13 18:14:10.551 INFO [stderr] warning: cannot find type `Post` in this scope Dec 13 18:14:10.551 INFO [stderr] --> src/models.rs:3:10 Dec 13 18:14:10.551 INFO [stderr] | Dec 13 18:14:10.551 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 13 18:14:10.551 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.551 INFO [stderr] | Dec 13 18:14:10.551 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 18:14:10.551 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 13 18:14:10.551 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.551 INFO [stderr] Dec 13 18:14:10.551 INFO [stderr] warning: cannot find type `posts` in this scope Dec 13 18:14:10.551 INFO [stderr] --> src/models.rs:11:10 Dec 13 18:14:10.551 INFO [stderr] | Dec 13 18:14:10.551 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 13 18:14:10.551 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 13 18:14:10.552 INFO [stderr] --> src/models.rs:11:10 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 18:14:10.552 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 18:14:10.552 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `title` in this scope Dec 13 18:14:10.552 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `body` in this scope Dec 13 18:14:10.552 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:10.552 INFO [stderr] warning: cannot find type `published` in this scope Dec 13 18:14:10.552 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 18:14:10.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 18:14:10.552 INFO [stderr] | Dec 13 18:14:10.552 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 13 18:14:10.552 INFO [stderr] = note: for more information, see issue #50504 Dec 13 18:14:10.552 INFO [stderr] Dec 13 18:14:11.137 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.79s Dec 13 18:14:11.148 INFO [stderr] su: No module specific data is present Dec 13 18:14:11.469 INFO running `"docker" "inspect" "bb2af7abbd7f0c1e8ed7a1f8bf98b83a04641c1b13e4068f8b9a3c83f4096876"` Dec 13 18:14:11.600 INFO running `"docker" "rm" "-f" "bb2af7abbd7f0c1e8ed7a1f8bf98b83a04641c1b13e4068f8b9a3c83f4096876"` Dec 13 18:14:11.760 INFO [stdout] bb2af7abbd7f0c1e8ed7a1f8bf98b83a04641c1b13e4068f8b9a3c83f4096876 Dec 13 18:14:11.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen" "-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"` Dec 13 18:14:11.964 INFO [stdout] 5b35ad816ef03ab2cfc9547419716f7a0834e2c1dedf84aa3cc82712b0993cd6 Dec 13 18:14:11.966 INFO running `"docker" "start" "-a" "5b35ad816ef03ab2cfc9547419716f7a0834e2c1dedf84aa3cc82712b0993cd6"` Dec 13 18:14:12.349 INFO [stderr] usermod: no changes Dec 13 18:14:12.511 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Dec 13 18:14:12.525 INFO [stderr] Running /target/debug/deps/vouc-74231f65fe9aa5fd Dec 13 18:14:12.527 INFO [stdout] Dec 13 18:14:12.527 INFO [stdout] running 0 tests Dec 13 18:14:12.527 INFO [stdout] Dec 13 18:14:12.527 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 18:14:12.527 INFO [stdout] Dec 13 18:14:12.529 INFO [stderr] su: No module specific data is present Dec 13 18:14:12.923 INFO running `"docker" "inspect" "5b35ad816ef03ab2cfc9547419716f7a0834e2c1dedf84aa3cc82712b0993cd6"` Dec 13 18:14:13.243 INFO running `"docker" "rm" "-f" "5b35ad816ef03ab2cfc9547419716f7a0834e2c1dedf84aa3cc82712b0993cd6"` Dec 13 18:14:13.574 INFO [stdout] 5b35ad816ef03ab2cfc9547419716f7a0834e2c1dedf84aa3cc82712b0993cd6