Nov 30 02:21:41.692 INFO checking goriunov/rust-test against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 02:21:41.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 30 02:21:41.911 INFO [stdout] 438e2a30ce1308a96959a308d88e7ee4c36b3436a25ec1d9c98bd8a2a1819ab7 Nov 30 02:21:41.914 INFO running `"docker" "start" "-a" "438e2a30ce1308a96959a308d88e7ee4c36b3436a25ec1d9c98bd8a2a1819ab7"` Nov 30 02:21:42.575 INFO [stderr] usermod: no changes Nov 30 02:21:42.784 INFO [stderr] Checking r2d2 v0.8.3 Nov 30 02:21:42.784 INFO [stderr] Checking h2 v0.1.13 Nov 30 02:21:43.652 INFO [stderr] Checking diesel v1.3.3 Nov 30 02:21:48.130 INFO [stderr] Checking hyper v0.12.13 Nov 30 02:22:21.816 INFO [stderr] Checking vouc v0.1.0 (/source) Nov 30 02:22:24.392 INFO [stderr] warning: cannot find type `Post` in this scope Nov 30 02:22:24.393 INFO [stderr] --> src/models.rs:3:10 Nov 30 02:22:24.393 INFO [stderr] | Nov 30 02:22:24.393 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Nov 30 02:22:24.393 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.393 INFO [stderr] | Nov 30 02:22:24.393 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 02:22:24.393 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 30 02:22:24.393 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.393 INFO [stderr] Nov 30 02:22:24.393 INFO [stderr] warning: cannot find type `posts` in this scope Nov 30 02:22:24.393 INFO [stderr] --> src/models.rs:11:10 Nov 30 02:22:24.393 INFO [stderr] | Nov 30 02:22:24.393 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 30 02:22:24.393 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.393 INFO [stderr] | Nov 30 02:22:24.393 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 30 02:22:24.393 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.393 INFO [stderr] Nov 30 02:22:24.393 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 30 02:22:24.393 INFO [stderr] --> src/models.rs:11:10 Nov 30 02:22:24.393 INFO [stderr] | Nov 30 02:22:24.393 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.394 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 02:22:24.394 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.394 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 02:22:24.394 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.394 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 02:22:24.394 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.394 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 02:22:24.394 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.394 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 02:22:24.394 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.394 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.394 INFO [stderr] | Nov 30 02:22:24.394 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 30 02:22:24.394 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.394 INFO [stderr] Nov 30 02:22:24.402 INFO [stderr] warning: cannot find type `Post` in this scope Nov 30 02:22:24.403 INFO [stderr] --> src/models.rs:3:10 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Nov 30 02:22:24.403 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 02:22:24.403 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 30 02:22:24.403 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.403 INFO [stderr] Nov 30 02:22:24.403 INFO [stderr] warning: cannot find type `posts` in this scope Nov 30 02:22:24.403 INFO [stderr] --> src/models.rs:11:10 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 30 02:22:24.403 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 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 30 02:22:24.403 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.403 INFO [stderr] Nov 30 02:22:24.403 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 30 02:22:24.403 INFO [stderr] --> src/models.rs:11:10 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Nov 30 02:22:24.403 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 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 30 02:22:24.403 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.403 INFO [stderr] Nov 30 02:22:24.403 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 02:22:24.403 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 02:22:24.403 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 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 30 02:22:24.403 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.403 INFO [stderr] Nov 30 02:22:24.403 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 02:22:24.403 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.403 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.403 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 30 02:22:24.403 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.403 INFO [stderr] Nov 30 02:22:24.403 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 02:22:24.403 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.403 INFO [stderr] | Nov 30 02:22:24.404 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.404 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.404 INFO [stderr] | Nov 30 02:22:24.404 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 30 02:22:24.404 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.404 INFO [stderr] Nov 30 02:22:24.404 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 02:22:24.404 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.404 INFO [stderr] | Nov 30 02:22:24.404 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.404 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.404 INFO [stderr] | Nov 30 02:22:24.404 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 30 02:22:24.404 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.404 INFO [stderr] Nov 30 02:22:24.404 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 02:22:24.404 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 02:22:24.404 INFO [stderr] | Nov 30 02:22:24.404 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 02:22:24.404 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 02:22:24.404 INFO [stderr] | Nov 30 02:22:24.404 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 30 02:22:24.404 INFO [stderr] = note: for more information, see issue #50504 Nov 30 02:22:24.404 INFO [stderr] Nov 30 02:22:24.801 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.20s Nov 30 02:22:24.812 INFO [stderr] su: No module specific data is present Nov 30 02:22:25.658 INFO running `"docker" "inspect" "438e2a30ce1308a96959a308d88e7ee4c36b3436a25ec1d9c98bd8a2a1819ab7"` Nov 30 02:22:25.887 INFO running `"docker" "rm" "-f" "438e2a30ce1308a96959a308d88e7ee4c36b3436a25ec1d9c98bd8a2a1819ab7"` Nov 30 02:22:26.250 INFO [stdout] 438e2a30ce1308a96959a308d88e7ee4c36b3436a25ec1d9c98bd8a2a1819ab7