Nov 28 04:45:56.109 INFO checking goriunov/rust-test against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 04:45:56.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 04:45:56.496 INFO [stdout] f8d9db3e570d6e90c64b7c4f8345728b98533276cdd00b3103a8d1ccbc9ee5bb Nov 28 04:45:56.502 INFO running `"docker" "start" "-a" "f8d9db3e570d6e90c64b7c4f8345728b98533276cdd00b3103a8d1ccbc9ee5bb"` Nov 28 04:45:57.276 INFO [stderr] usermod: no changes Nov 28 04:45:57.488 INFO [stderr] Checking r2d2 v0.8.3 Nov 28 04:45:57.494 INFO [stderr] Checking tokio-threadpool v0.1.8 Nov 28 04:45:57.494 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 28 04:45:58.511 INFO [stderr] Checking diesel v1.3.3 Nov 28 04:45:59.809 INFO [stderr] Checking tokio-uds v0.2.3 Nov 28 04:45:59.809 INFO [stderr] Checking tokio-udp v0.1.2 Nov 28 04:45:59.809 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 28 04:46:00.465 INFO [stderr] Checking tokio-fs v0.1.4 Nov 28 04:46:02.036 INFO [stderr] Checking tokio v0.1.11 Nov 28 04:46:03.874 INFO [stderr] Checking hyper v0.12.13 Nov 28 04:46:40.581 INFO [stderr] Checking vouc v0.1.0 (/source) Nov 28 04:46:43.144 INFO [stderr] warning: cannot find type `Post` in this scope Nov 28 04:46:43.145 INFO [stderr] --> src/models.rs:3:10 Nov 28 04:46:43.145 INFO [stderr] | Nov 28 04:46:43.145 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Nov 28 04:46:43.145 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.146 INFO [stderr] | Nov 28 04:46:43.146 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 04:46:43.146 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! Nov 28 04:46:43.146 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.147 INFO [stderr] Nov 28 04:46:43.147 INFO [stderr] warning: cannot find type `posts` in this scope Nov 28 04:46:43.147 INFO [stderr] --> src/models.rs:11:10 Nov 28 04:46:43.147 INFO [stderr] | Nov 28 04:46:43.148 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 28 04:46:43.148 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.148 INFO [stderr] | Nov 28 04:46:43.149 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! Nov 28 04:46:43.149 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.149 INFO [stderr] Nov 28 04:46:43.149 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 28 04:46:43.150 INFO [stderr] --> src/models.rs:11:10 Nov 28 04:46:43.150 INFO [stderr] | Nov 28 04:46:43.150 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 28 04:46:43.150 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.150 INFO [stderr] | Nov 28 04:46:43.151 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! Nov 28 04:46:43.151 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.151 INFO [stderr] Nov 28 04:46:43.151 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 04:46:43.152 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 04:46:43.152 INFO [stderr] | Nov 28 04:46:43.153 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 04:46:43.153 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 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! Nov 28 04:46:43.153 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.153 INFO [stderr] Nov 28 04:46:43.153 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 04:46:43.153 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.153 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 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! Nov 28 04:46:43.153 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.153 INFO [stderr] Nov 28 04:46:43.153 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 04:46:43.153 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.153 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 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! Nov 28 04:46:43.153 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.153 INFO [stderr] Nov 28 04:46:43.153 INFO [stderr] warning: cannot find type `body` in this scope Nov 28 04:46:43.153 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.153 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.153 INFO [stderr] | Nov 28 04:46:43.153 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! Nov 28 04:46:43.153 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.153 INFO [stderr] Nov 28 04:46:43.153 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 04:46:43.154 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.154 INFO [stderr] | Nov 28 04:46:43.154 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.154 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.154 INFO [stderr] | Nov 28 04:46:43.154 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! Nov 28 04:46:43.154 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.154 INFO [stderr] Nov 28 04:46:43.536 INFO [stderr] warning: cannot find type `Post` in this scope Nov 28 04:46:43.537 INFO [stderr] --> src/models.rs:3:10 Nov 28 04:46:43.537 INFO [stderr] | Nov 28 04:46:43.537 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Nov 28 04:46:43.537 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.538 INFO [stderr] | Nov 28 04:46:43.538 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 04:46:43.538 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! Nov 28 04:46:43.539 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.539 INFO [stderr] Nov 28 04:46:43.539 INFO [stderr] warning: cannot find type `posts` in this scope Nov 28 04:46:43.539 INFO [stderr] --> src/models.rs:11:10 Nov 28 04:46:43.539 INFO [stderr] | Nov 28 04:46:43.540 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 28 04:46:43.540 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.540 INFO [stderr] | Nov 28 04:46:43.540 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! Nov 28 04:46:43.541 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.541 INFO [stderr] Nov 28 04:46:43.541 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 28 04:46:43.542 INFO [stderr] --> src/models.rs:11:10 Nov 28 04:46:43.542 INFO [stderr] | Nov 28 04:46:43.542 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 28 04:46:43.543 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.543 INFO [stderr] | Nov 28 04:46:43.543 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! Nov 28 04:46:43.543 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.544 INFO [stderr] Nov 28 04:46:43.548 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 04:46:43.548 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 04:46:43.549 INFO [stderr] | Nov 28 04:46:43.549 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 04:46:43.549 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.549 INFO [stderr] | Nov 28 04:46:43.550 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! Nov 28 04:46:43.550 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.550 INFO [stderr] Nov 28 04:46:43.551 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 04:46:43.551 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.551 INFO [stderr] | Nov 28 04:46:43.551 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.552 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.552 INFO [stderr] | Nov 28 04:46:43.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! Nov 28 04:46:43.552 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.553 INFO [stderr] Nov 28 04:46:43.553 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 04:46:43.553 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.553 INFO [stderr] | Nov 28 04:46:43.554 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.554 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.554 INFO [stderr] | Nov 28 04:46:43.554 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! Nov 28 04:46:43.555 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.555 INFO [stderr] Nov 28 04:46:43.555 INFO [stderr] warning: cannot find type `body` in this scope Nov 28 04:46:43.555 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.556 INFO [stderr] | Nov 28 04:46:43.556 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.588 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.592 INFO [stderr] | Nov 28 04:46:43.592 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! Nov 28 04:46:43.592 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.592 INFO [stderr] Nov 28 04:46:43.592 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 04:46:43.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 04:46:43.592 INFO [stderr] | Nov 28 04:46:43.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 04:46:43.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 04:46:43.592 INFO [stderr] | Nov 28 04:46:43.592 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! Nov 28 04:46:43.592 INFO [stderr] = note: for more information, see issue #50504 Nov 28 04:46:43.592 INFO [stderr] Nov 28 04:46:43.928 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.63s Nov 28 04:46:43.940 INFO [stderr] su: No module specific data is present Nov 28 04:46:44.638 INFO running `"docker" "inspect" "f8d9db3e570d6e90c64b7c4f8345728b98533276cdd00b3103a8d1ccbc9ee5bb"` Nov 28 04:46:45.080 INFO running `"docker" "rm" "-f" "f8d9db3e570d6e90c64b7c4f8345728b98533276cdd00b3103a8d1ccbc9ee5bb"` Nov 28 04:46:45.364 INFO [stdout] f8d9db3e570d6e90c64b7c4f8345728b98533276cdd00b3103a8d1ccbc9ee5bb