Nov 28 09:29:57.751 INFO checking andreevlex/webserver_test against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 09:29:57.751 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 09:29:58.118 INFO [stdout] 73d4f9db2f0d937f0c12352957cab8277793a3050d1711a93901a33a24f6afb6 Nov 28 09:29:58.120 INFO running `"docker" "start" "-a" "73d4f9db2f0d937f0c12352957cab8277793a3050d1711a93901a33a24f6afb6"` Nov 28 09:29:59.496 INFO [stderr] usermod: no changes Nov 28 09:30:00.016 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 28 09:30:00.033 INFO [stderr] Checking r2d2 v0.8.2 Nov 28 09:30:00.037 INFO [stderr] Compiling semver v0.9.0 Nov 28 09:30:00.037 INFO [stderr] Checking h2 v0.1.10 Nov 28 09:30:00.038 INFO [stderr] Checking tokio-threadpool v0.1.5 Nov 28 09:30:00.038 INFO [stderr] Checking serde_urlencoded v0.5.2 Nov 28 09:30:00.038 INFO [stderr] Checking env_logger v0.5.10 Nov 28 09:30:00.073 INFO [stderr] Checking error-chain v0.11.0 Nov 28 09:30:04.793 INFO [stderr] Compiling ring v0.12.1 Nov 28 09:30:07.328 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 28 09:30:07.712 INFO [stderr] Checking diesel v1.3.2 Nov 28 09:30:08.473 INFO [stderr] Checking tokio-fs v0.1.2 Nov 28 09:30:13.352 INFO [stderr] Checking tokio v0.1.7 Nov 28 09:30:19.533 INFO [stderr] Compiling skeptic v0.13.3 Nov 28 09:30:23.442 INFO [stderr] Checking tokio-core v0.1.17 Nov 28 09:30:28.818 INFO [stderr] Checking cookie v0.10.1 Nov 28 09:30:28.819 INFO [stderr] Checking jsonwebtoken v4.0.1 Nov 28 09:30:29.781 INFO [stderr] Checking trust-dns-proto v0.3.3 Nov 28 09:30:29.781 INFO [stderr] Checking tokio-signal v0.1.5 Nov 28 09:30:37.619 INFO [stderr] Compiling actix v0.5.8 Nov 28 09:30:44.240 INFO [stderr] Checking trust-dns-resolver v0.8.2 Nov 28 09:30:59.780 INFO [stderr] Checking actix-web v0.6.15 Nov 28 09:31:17.535 INFO [stderr] Checking webserver_test v0.1.0 (/source) Nov 28 09:31:28.513 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 09:31:28.514 INFO [stderr] --> src/models.rs:1:21 Nov 28 09:31:28.514 INFO [stderr] | Nov 28 09:31:28.515 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Nov 28 09:31:28.516 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.516 INFO [stderr] | Nov 28 09:31:28.517 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 09:31:28.517 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 09:31:28.518 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.519 INFO [stderr] Nov 28 09:31:28.519 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 09:31:28.520 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 09:31:28.521 INFO [stderr] | Nov 28 09:31:28.521 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 09:31:28.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.522 INFO [stderr] | Nov 28 09:31:28.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! Nov 28 09:31:28.523 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.524 INFO [stderr] Nov 28 09:31:28.525 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 09:31:28.525 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.526 INFO [stderr] | Nov 28 09:31:28.527 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.527 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.528 INFO [stderr] | Nov 28 09:31:28.528 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 09:31:28.529 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.530 INFO [stderr] Nov 28 09:31:28.531 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 09:31:28.531 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.532 INFO [stderr] | Nov 28 09:31:28.533 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.533 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.534 INFO [stderr] | Nov 28 09:31:28.535 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 09:31:28.535 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.536 INFO [stderr] Nov 28 09:31:28.537 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 09:31:28.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.538 INFO [stderr] | Nov 28 09:31:28.538 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.538 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.538 INFO [stderr] | Nov 28 09:31:28.539 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 09:31:28.539 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.539 INFO [stderr] Nov 28 09:31:28.540 INFO [stderr] warning: cannot find type `passwd` in this scope Nov 28 09:31:28.540 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.540 INFO [stderr] | Nov 28 09:31:28.540 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.540 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.540 INFO [stderr] | Nov 28 09:31:28.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 09:31:28.540 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.541 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 09:31:28.613 INFO [stderr] --> src/models.rs:1:21 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 09:31:28.613 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 09:31:28.613 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 09:31:28.613 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 09:31:28.613 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:28.613 INFO [stderr] warning: cannot find type `passwd` in this scope Nov 28 09:31:28.613 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:28.613 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:28.613 INFO [stderr] | Nov 28 09:31:28.613 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 09:31:28.613 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:28.613 INFO [stderr] Nov 28 09:31:29.843 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Nov 28 09:31:29.875 INFO [stderr] su: No module specific data is present Nov 28 09:31:31.438 INFO running `"docker" "inspect" "73d4f9db2f0d937f0c12352957cab8277793a3050d1711a93901a33a24f6afb6"` Nov 28 09:31:31.808 INFO running `"docker" "rm" "-f" "73d4f9db2f0d937f0c12352957cab8277793a3050d1711a93901a33a24f6afb6"` Nov 28 09:31:32.165 INFO [stdout] 73d4f9db2f0d937f0c12352957cab8277793a3050d1711a93901a33a24f6afb6