Dec 06 15:41:57.462 INFO testing Arekkusuva/web-sample against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 15:41:57.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 15:41:57.680 INFO [stdout] e51277632a009896062b23fe150802ed12f2171e0f5ec0b4a178e28af127fdd4 Dec 06 15:41:57.683 INFO running `"docker" "start" "-a" "e51277632a009896062b23fe150802ed12f2171e0f5ec0b4a178e28af127fdd4"` Dec 06 15:41:58.261 INFO [stderr] usermod: no changes Dec 06 15:41:58.296 INFO [stderr] warning: unused manifest key: dependencies.diesel.dotenv Dec 06 15:41:58.512 INFO [stderr] Compiling memchr v2.1.1 Dec 06 15:41:58.514 INFO [stderr] Compiling diesel v1.3.3 Dec 06 15:41:58.515 INFO [stderr] Compiling slog-term v2.4.0 Dec 06 15:41:58.515 INFO [stderr] Compiling slog-json v2.2.0 Dec 06 15:41:58.525 INFO [stderr] Compiling iron v0.6.0 Dec 06 15:42:00.896 INFO [stderr] Compiling aho-corasick v0.6.9 Dec 06 15:42:03.794 INFO [stderr] Compiling regex v1.0.6 Dec 06 15:42:04.772 INFO [stderr] Compiling persistent v0.4.0 Dec 06 15:42:04.774 INFO [stderr] Compiling iron-json-response v0.6.0 Dec 06 15:42:09.270 INFO [stderr] Compiling bodyparser v0.8.0 Dec 06 15:42:18.494 INFO [stderr] Compiling validator v0.8.0 Dec 06 15:42:21.608 INFO [stderr] Compiling validator_derive v0.8.0 Dec 06 15:42:55.872 INFO [stderr] Compiling web_sample v0.1.0 (/source) Dec 06 15:42:59.892 INFO [stderr] warning: unused import: `Handler` Dec 06 15:42:59.892 INFO [stderr] --> src/api/middlewares/sessions.rs:2:39 Dec 06 15:42:59.892 INFO [stderr] | Dec 06 15:42:59.892 INFO [stderr] 2 | use iron::{typemap, BeforeMiddleware, Handler}; Dec 06 15:42:59.892 INFO [stderr] | ^^^^^^^ Dec 06 15:42:59.892 INFO [stderr] | Dec 06 15:42:59.892 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 15:42:59.892 INFO [stderr] Dec 06 15:42:59.892 INFO [stderr] warning: unused import: `slog::Logger` Dec 06 15:42:59.892 INFO [stderr] --> src/api/middlewares/sessions.rs:3:5 Dec 06 15:42:59.892 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] 3 | use slog::Logger; Dec 06 15:42:59.893 INFO [stderr] | ^^^^^^^^^^^^ Dec 06 15:42:59.893 INFO [stderr] Dec 06 15:42:59.893 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 15:42:59.893 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 15:42:59.893 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 15:42:59.893 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 06 15:42:59.893 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:42:59.893 INFO [stderr] Dec 06 15:42:59.893 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 15:42:59.893 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 15:42:59.893 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 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 06 15:42:59.893 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:42:59.893 INFO [stderr] Dec 06 15:42:59.893 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 15:42:59.893 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 15:42:59.893 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 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 06 15:42:59.893 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:42:59.893 INFO [stderr] Dec 06 15:42:59.893 INFO [stderr] warning: cannot find type `name` in this scope Dec 06 15:42:59.893 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 15:42:59.893 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:42:59.893 INFO [stderr] | Dec 06 15:42:59.893 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 06 15:42:59.893 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:42:59.893 INFO [stderr] Dec 06 15:43:07.002 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Dec 06 15:43:07.013 INFO [stderr] su: No module specific data is present Dec 06 15:43:07.952 INFO running `"docker" "inspect" "e51277632a009896062b23fe150802ed12f2171e0f5ec0b4a178e28af127fdd4"` Dec 06 15:43:08.266 INFO running `"docker" "rm" "-f" "e51277632a009896062b23fe150802ed12f2171e0f5ec0b4a178e28af127fdd4"` Dec 06 15:43:08.620 INFO [stdout] e51277632a009896062b23fe150802ed12f2171e0f5ec0b4a178e28af127fdd4 Dec 06 15:43:08.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 15:43:09.050 INFO [stdout] ae77fe05c4946c226dc26c6a2238552e749610ca06a24568b50c32323b29066a Dec 06 15:43:09.058 INFO running `"docker" "start" "-a" "ae77fe05c4946c226dc26c6a2238552e749610ca06a24568b50c32323b29066a"` Dec 06 15:43:10.766 INFO [stderr] usermod: no changes Dec 06 15:43:10.820 INFO [stderr] warning: unused manifest key: dependencies.diesel.dotenv Dec 06 15:43:10.988 INFO [stderr] Compiling web_sample v0.1.0 (/source) Dec 06 15:43:15.228 INFO [stderr] warning: unused import: `Handler` Dec 06 15:43:15.229 INFO [stderr] --> src/api/middlewares/sessions.rs:2:39 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 2 | use iron::{typemap, BeforeMiddleware, Handler}; Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^ Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:15.229 INFO [stderr] warning: unused import: `slog::Logger` Dec 06 15:43:15.229 INFO [stderr] --> src/api/middlewares/sessions.rs:3:5 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 3 | use slog::Logger; Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^^^^^^ Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:15.229 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 15:43:15.229 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 15:43:15.229 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 06 15:43:15.229 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:15.229 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 15:43:15.229 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 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 06 15:43:15.229 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:15.229 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 15:43:15.229 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 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 06 15:43:15.229 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:15.229 INFO [stderr] warning: cannot find type `name` in this scope Dec 06 15:43:15.229 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 15:43:15.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 15:43:15.229 INFO [stderr] | Dec 06 15:43:15.229 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 06 15:43:15.229 INFO [stderr] = note: for more information, see issue #50504 Dec 06 15:43:15.229 INFO [stderr] Dec 06 15:43:16.009 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.22s Dec 06 15:43:16.026 INFO [stderr] su: No module specific data is present Dec 06 15:43:16.912 INFO running `"docker" "inspect" "ae77fe05c4946c226dc26c6a2238552e749610ca06a24568b50c32323b29066a"` Dec 06 15:43:17.170 INFO running `"docker" "rm" "-f" "ae77fe05c4946c226dc26c6a2238552e749610ca06a24568b50c32323b29066a"` Dec 06 15:43:17.432 INFO [stdout] ae77fe05c4946c226dc26c6a2238552e749610ca06a24568b50c32323b29066a Dec 06 15:43:17.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 15:43:18.006 INFO [stdout] bace186c9a9d39876d81506deed5c4c36a5b7c7414c0f7d8999b457043500bd8 Dec 06 15:43:18.008 INFO running `"docker" "start" "-a" "bace186c9a9d39876d81506deed5c4c36a5b7c7414c0f7d8999b457043500bd8"` Dec 06 15:43:19.260 INFO [stderr] usermod: no changes Dec 06 15:43:19.312 INFO [stderr] warning: unused manifest key: dependencies.diesel.dotenv Dec 06 15:43:19.512 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Dec 06 15:43:19.524 INFO [stderr] Running /target/debug/deps/web_sample-2924d71f1ab6c253 Dec 06 15:43:19.536 INFO [stderr] su: No module specific data is present Dec 06 15:43:19.536 INFO [stdout] Dec 06 15:43:19.536 INFO [stdout] running 0 tests Dec 06 15:43:19.536 INFO [stdout] Dec 06 15:43:19.536 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 15:43:19.536 INFO [stdout] Dec 06 15:43:20.232 INFO running `"docker" "inspect" "bace186c9a9d39876d81506deed5c4c36a5b7c7414c0f7d8999b457043500bd8"` Dec 06 15:43:20.568 INFO running `"docker" "rm" "-f" "bace186c9a9d39876d81506deed5c4c36a5b7c7414c0f7d8999b457043500bd8"` Dec 06 15:43:20.930 INFO [stdout] bace186c9a9d39876d81506deed5c4c36a5b7c7414c0f7d8999b457043500bd8