Dec 06 06:55:37.989 INFO testing andreevlex/webserver_test against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 06:55:37.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 06:55:38.462 INFO [stdout] 2a83c88008ed1ad0236bed5d199af794aabc7d6ed5b6990114adb7e4cc94dc48 Dec 06 06:55:38.470 INFO running `"docker" "start" "-a" "2a83c88008ed1ad0236bed5d199af794aabc7d6ed5b6990114adb7e4cc94dc48"` Dec 06 06:55:40.002 INFO [stderr] usermod: no changes Dec 06 06:55:40.544 INFO [stderr] Compiling url v1.7.1 Dec 06 06:55:40.544 INFO [stderr] Compiling regex v1.0.1 Dec 06 06:55:40.560 INFO [stderr] Compiling h2 v0.1.10 Dec 06 06:55:40.564 INFO [stderr] Compiling tokio-threadpool v0.1.5 Dec 06 06:55:40.566 INFO [stderr] Compiling backtrace v0.2.3 Dec 06 06:55:40.576 INFO [stderr] Compiling error-chain v0.11.0 Dec 06 06:55:40.576 INFO [stderr] Compiling diesel v1.3.2 Dec 06 06:55:40.576 INFO [stderr] Compiling failure v0.1.1 Dec 06 06:55:45.242 INFO [stderr] Compiling ring v0.12.1 Dec 06 06:55:46.249 INFO [stderr] Compiling cargo_metadata v0.5.8 Dec 06 06:55:46.321 INFO [stderr] Compiling error-chain v0.1.12 Dec 06 06:56:05.881 INFO [stderr] Compiling serde_urlencoded v0.5.2 Dec 06 06:56:05.912 INFO [stderr] Compiling tokio-fs v0.1.2 Dec 06 06:56:10.020 INFO [stderr] Compiling skeptic v0.13.3 Dec 06 06:56:10.281 INFO [stderr] Compiling env_logger v0.5.10 Dec 06 06:56:13.165 INFO [stderr] Compiling tokio v0.1.7 Dec 06 06:56:18.892 INFO [stderr] Compiling tokio-core v0.1.17 Dec 06 06:56:20.602 INFO [stderr] Compiling cookie v0.10.1 Dec 06 06:56:20.602 INFO [stderr] Compiling jsonwebtoken v4.0.1 Dec 06 06:56:23.565 INFO [stderr] Compiling actix v0.5.8 Dec 06 06:56:28.601 INFO [stderr] Compiling trust-dns-proto v0.3.3 Dec 06 06:56:28.632 INFO [stderr] Compiling tokio-signal v0.1.5 Dec 06 06:56:40.345 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Dec 06 06:57:01.720 INFO [stderr] Compiling actix-web v0.6.15 Dec 06 06:57:24.378 INFO [stderr] Compiling webserver_test v0.1.0 (/source) Dec 06 06:57:29.976 INFO [stderr] warning: cannot find type `User` in this scope Dec 06 06:57:29.977 INFO [stderr] --> src/models.rs:1:21 Dec 06 06:57:29.977 INFO [stderr] | Dec 06 06:57:29.977 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Dec 06 06:57:29.977 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.978 INFO [stderr] | Dec 06 06:57:29.978 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 06:57:29.978 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 06:57:29.978 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.979 INFO [stderr] Dec 06 06:57:29.979 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 06:57:29.979 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 06:57:29.979 INFO [stderr] | Dec 06 06:57:29.980 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 06:57:29.980 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.980 INFO [stderr] | Dec 06 06:57:29.980 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 06:57:29.981 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.981 INFO [stderr] Dec 06 06:57:29.981 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 06:57:29.981 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:29.981 INFO [stderr] | Dec 06 06:57:29.982 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:29.982 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.982 INFO [stderr] | Dec 06 06:57:29.982 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 06:57:29.983 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.983 INFO [stderr] Dec 06 06:57:29.983 INFO [stderr] warning: cannot find type `name` in this scope Dec 06 06:57:29.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:29.984 INFO [stderr] | Dec 06 06:57:29.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:29.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.984 INFO [stderr] | Dec 06 06:57:29.985 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 06:57:29.985 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.985 INFO [stderr] Dec 06 06:57:29.985 INFO [stderr] warning: cannot find type `email` in this scope Dec 06 06:57:29.985 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:29.986 INFO [stderr] | Dec 06 06:57:29.986 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:29.986 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.986 INFO [stderr] | Dec 06 06:57:29.987 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 06:57:29.987 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.987 INFO [stderr] Dec 06 06:57:29.987 INFO [stderr] warning: cannot find type `passwd` in this scope Dec 06 06:57:29.988 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:29.988 INFO [stderr] | Dec 06 06:57:29.988 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:29.988 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:29.989 INFO [stderr] | Dec 06 06:57:29.989 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 06:57:29.989 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:29.989 INFO [stderr] Dec 06 06:57:46.793 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s Dec 06 06:57:46.808 INFO [stderr] su: No module specific data is present Dec 06 06:57:47.884 INFO running `"docker" "inspect" "2a83c88008ed1ad0236bed5d199af794aabc7d6ed5b6990114adb7e4cc94dc48"` Dec 06 06:57:48.228 INFO running `"docker" "rm" "-f" "2a83c88008ed1ad0236bed5d199af794aabc7d6ed5b6990114adb7e4cc94dc48"` Dec 06 06:57:48.620 INFO [stdout] 2a83c88008ed1ad0236bed5d199af794aabc7d6ed5b6990114adb7e4cc94dc48 Dec 06 06:57:48.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 06:57:49.008 INFO [stdout] cbde047496c2ebe891d9c7358106e77850103e136dc73e28568bdc3ed8fbac2b Dec 06 06:57:49.016 INFO running `"docker" "start" "-a" "cbde047496c2ebe891d9c7358106e77850103e136dc73e28568bdc3ed8fbac2b"` Dec 06 06:57:49.888 INFO [stderr] usermod: no changes Dec 06 06:57:50.217 INFO [stderr] Compiling webserver_test v0.1.0 (/source) Dec 06 06:57:55.463 INFO [stderr] warning: cannot find type `User` in this scope Dec 06 06:57:55.463 INFO [stderr] --> src/models.rs:1:21 Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Dec 06 06:57:55.463 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 06:57:55.463 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 06:57:55.463 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.463 INFO [stderr] Dec 06 06:57:55.463 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 06:57:55.463 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 06:57:55.463 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 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 06:57:55.463 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.463 INFO [stderr] Dec 06 06:57:55.463 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 06:57:55.463 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:55.463 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 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 06:57:55.463 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.463 INFO [stderr] Dec 06 06:57:55.463 INFO [stderr] warning: cannot find type `name` in this scope Dec 06 06:57:55.463 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:55.463 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 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 06:57:55.463 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.463 INFO [stderr] Dec 06 06:57:55.463 INFO [stderr] warning: cannot find type `email` in this scope Dec 06 06:57:55.463 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:55.463 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.463 INFO [stderr] | Dec 06 06:57:55.463 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 06:57:55.464 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.464 INFO [stderr] Dec 06 06:57:55.464 INFO [stderr] warning: cannot find type `passwd` in this scope Dec 06 06:57:55.464 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 06:57:55.464 INFO [stderr] | Dec 06 06:57:55.464 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 06:57:55.464 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 06:57:55.464 INFO [stderr] | Dec 06 06:57:55.464 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 06:57:55.464 INFO [stderr] = note: for more information, see issue #50504 Dec 06 06:57:55.464 INFO [stderr] Dec 06 06:57:56.311 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.40s Dec 06 06:57:56.329 INFO [stderr] su: No module specific data is present Dec 06 06:57:56.716 INFO running `"docker" "inspect" "cbde047496c2ebe891d9c7358106e77850103e136dc73e28568bdc3ed8fbac2b"` Dec 06 06:57:56.840 INFO running `"docker" "rm" "-f" "cbde047496c2ebe891d9c7358106e77850103e136dc73e28568bdc3ed8fbac2b"` Dec 06 06:57:56.969 INFO [stdout] cbde047496c2ebe891d9c7358106e77850103e136dc73e28568bdc3ed8fbac2b Dec 06 06:57:56.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 06:57:57.217 INFO [stdout] de1b7b84c92e97425551ef5494792639fc61bc8413743991eb41ad9c950af0ed Dec 06 06:57:57.219 INFO running `"docker" "start" "-a" "de1b7b84c92e97425551ef5494792639fc61bc8413743991eb41ad9c950af0ed"` Dec 06 06:57:57.540 INFO [stderr] usermod: no changes Dec 06 06:57:57.795 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s Dec 06 06:57:57.814 INFO [stderr] Running /target/debug/deps/webserver_test-338d1147d21908bd Dec 06 06:57:57.819 INFO [stdout] Dec 06 06:57:57.819 INFO [stdout] running 0 tests Dec 06 06:57:57.819 INFO [stdout] Dec 06 06:57:57.819 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 06:57:57.819 INFO [stdout] Dec 06 06:57:57.823 INFO [stderr] su: No module specific data is present Dec 06 06:57:58.061 INFO running `"docker" "inspect" "de1b7b84c92e97425551ef5494792639fc61bc8413743991eb41ad9c950af0ed"` Dec 06 06:57:58.150 INFO running `"docker" "rm" "-f" "de1b7b84c92e97425551ef5494792639fc61bc8413743991eb41ad9c950af0ed"` Dec 06 06:57:58.234 INFO [stdout] de1b7b84c92e97425551ef5494792639fc61bc8413743991eb41ad9c950af0ed