Dec 05 22:25:50.024 INFO testing goriunov/rust-test against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 22:25:50.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 22:25:50.372 INFO [stdout] 8a0c7b5240e1bdedf4b3979504b75d5cbfe2bcae9a569b5f843315bdef67044c Dec 05 22:25:50.376 INFO running `"docker" "start" "-a" "8a0c7b5240e1bdedf4b3979504b75d5cbfe2bcae9a569b5f843315bdef67044c"` Dec 05 22:25:51.677 INFO [stderr] usermod: no changes Dec 05 22:25:51.984 INFO [stderr] Compiling r2d2 v0.8.3 Dec 05 22:25:52.636 INFO [stderr] Compiling diesel v1.3.3 Dec 05 22:26:27.560 INFO [stderr] Compiling vouc v0.1.0 (/source) Dec 05 22:26:30.328 INFO [stderr] warning: cannot find type `Post` in this scope Dec 05 22:26:30.328 INFO [stderr] --> src/models.rs:3:10 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `posts` in this scope Dec 05 22:26:30.329 INFO [stderr] --> src/models.rs:11:10 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 05 22:26:30.329 INFO [stderr] --> src/models.rs:11:10 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 22:26:30.329 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 22:26:30.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `title` in this scope Dec 05 22:26:30.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `body` in this scope Dec 05 22:26:30.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:30.329 INFO [stderr] warning: cannot find type `published` in this scope Dec 05 22:26:30.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:30.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:30.329 INFO [stderr] | Dec 05 22:26:30.329 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 05 22:26:30.329 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:30.329 INFO [stderr] Dec 05 22:26:36.460 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.74s Dec 05 22:26:36.472 INFO [stderr] su: No module specific data is present Dec 05 22:26:37.298 INFO running `"docker" "inspect" "8a0c7b5240e1bdedf4b3979504b75d5cbfe2bcae9a569b5f843315bdef67044c"` Dec 05 22:26:37.510 INFO running `"docker" "rm" "-f" "8a0c7b5240e1bdedf4b3979504b75d5cbfe2bcae9a569b5f843315bdef67044c"` Dec 05 22:26:37.684 INFO [stdout] 8a0c7b5240e1bdedf4b3979504b75d5cbfe2bcae9a569b5f843315bdef67044c Dec 05 22:26:37.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 22:26:38.119 INFO [stdout] 317d29a094ad8c100de9b25edbf51ae9015f5abafa4ef42082a82dba72b8ca7b Dec 05 22:26:38.122 INFO running `"docker" "start" "-a" "317d29a094ad8c100de9b25edbf51ae9015f5abafa4ef42082a82dba72b8ca7b"` Dec 05 22:26:38.499 INFO [stderr] usermod: no changes Dec 05 22:26:38.600 INFO [stderr] Compiling vouc v0.1.0 (/source) Dec 05 22:26:40.513 INFO [stderr] warning: cannot find type `Post` in this scope Dec 05 22:26:40.513 INFO [stderr] --> src/models.rs:3:10 Dec 05 22:26:40.513 INFO [stderr] | Dec 05 22:26:40.514 INFO [stderr] 3 | #[derive(Queryable, Clone, Debug)] Dec 05 22:26:40.514 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.514 INFO [stderr] | Dec 05 22:26:40.515 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 22:26:40.515 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 05 22:26:40.515 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.515 INFO [stderr] Dec 05 22:26:40.516 INFO [stderr] warning: cannot find type `posts` in this scope Dec 05 22:26:40.516 INFO [stderr] --> src/models.rs:11:10 Dec 05 22:26:40.516 INFO [stderr] | Dec 05 22:26:40.517 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 05 22:26:40.517 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.517 INFO [stderr] | Dec 05 22:26:40.518 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 05 22:26:40.518 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.518 INFO [stderr] Dec 05 22:26:40.519 INFO [stderr] warning: cannot find type `NewPost` in this scope Dec 05 22:26:40.519 INFO [stderr] --> src/models.rs:11:10 Dec 05 22:26:40.519 INFO [stderr] | Dec 05 22:26:40.519 INFO [stderr] 11 | #[derive(Insertable, Clone, Debug)] Dec 05 22:26:40.520 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.520 INFO [stderr] | Dec 05 22:26:40.520 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 05 22:26:40.521 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.521 INFO [stderr] Dec 05 22:26:40.521 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 22:26:40.522 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 22:26:40.522 INFO [stderr] | Dec 05 22:26:40.522 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 22:26:40.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.523 INFO [stderr] | Dec 05 22:26:40.523 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 05 22:26:40.523 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.523 INFO [stderr] Dec 05 22:26:40.523 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 22:26:40.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:40.523 INFO [stderr] | Dec 05 22:26:40.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:40.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.523 INFO [stderr] | Dec 05 22:26:40.523 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 05 22:26:40.523 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.523 INFO [stderr] Dec 05 22:26:40.523 INFO [stderr] warning: cannot find type `title` in this scope Dec 05 22:26:40.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:40.523 INFO [stderr] | Dec 05 22:26:40.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:40.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.523 INFO [stderr] | Dec 05 22:26:40.523 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 05 22:26:40.524 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.524 INFO [stderr] Dec 05 22:26:40.524 INFO [stderr] warning: cannot find type `body` in this scope Dec 05 22:26:40.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:40.524 INFO [stderr] | Dec 05 22:26:40.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:40.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.524 INFO [stderr] | Dec 05 22:26:40.524 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 05 22:26:40.524 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.524 INFO [stderr] Dec 05 22:26:40.524 INFO [stderr] warning: cannot find type `published` in this scope Dec 05 22:26:40.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 22:26:40.524 INFO [stderr] | Dec 05 22:26:40.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 22:26:40.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 22:26:40.524 INFO [stderr] | Dec 05 22:26:40.524 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 05 22:26:40.524 INFO [stderr] = note: for more information, see issue #50504 Dec 05 22:26:40.524 INFO [stderr] Dec 05 22:26:41.165 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.65s Dec 05 22:26:41.175 INFO [stderr] su: No module specific data is present Dec 05 22:26:41.478 INFO running `"docker" "inspect" "317d29a094ad8c100de9b25edbf51ae9015f5abafa4ef42082a82dba72b8ca7b"` Dec 05 22:26:41.770 INFO running `"docker" "rm" "-f" "317d29a094ad8c100de9b25edbf51ae9015f5abafa4ef42082a82dba72b8ca7b"` Dec 05 22:26:42.172 INFO [stdout] 317d29a094ad8c100de9b25edbf51ae9015f5abafa4ef42082a82dba72b8ca7b Dec 05 22:26:42.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 22:26:42.544 INFO [stdout] 2cc4c4ac29caff92abdddba2845eeff3aa19905370f7fe731abedad70e658272 Dec 05 22:26:42.550 INFO running `"docker" "start" "-a" "2cc4c4ac29caff92abdddba2845eeff3aa19905370f7fe731abedad70e658272"` Dec 05 22:26:43.133 INFO [stderr] usermod: no changes Dec 05 22:26:43.288 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Dec 05 22:26:43.290 INFO [stderr] Running /target/debug/deps/vouc-46b747fe2c7ab8b1 Dec 05 22:26:43.297 INFO [stdout] Dec 05 22:26:43.297 INFO [stdout] running 0 tests Dec 05 22:26:43.297 INFO [stdout] Dec 05 22:26:43.297 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 22:26:43.297 INFO [stdout] Dec 05 22:26:43.300 INFO [stderr] su: No module specific data is present Dec 05 22:26:43.661 INFO running `"docker" "inspect" "2cc4c4ac29caff92abdddba2845eeff3aa19905370f7fe731abedad70e658272"` Dec 05 22:26:43.762 INFO running `"docker" "rm" "-f" "2cc4c4ac29caff92abdddba2845eeff3aa19905370f7fe731abedad70e658272"` Dec 05 22:26:43.850 INFO [stdout] 2cc4c4ac29caff92abdddba2845eeff3aa19905370f7fe731abedad70e658272