Nov 28 09:29:57.244 INFO checking andreevlex/webserver_test against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 09:29:57.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-1/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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:57.640 INFO [stdout] db28632b6319413bd3f4f150f5aa74d1dec1e567befcef84331e4292d627bc86 Nov 28 09:29:57.646 INFO running `"docker" "start" "-a" "db28632b6319413bd3f4f150f5aa74d1dec1e567befcef84331e4292d627bc86"` Nov 28 09:29:58.904 INFO [stderr] usermod: no changes Nov 28 09:29:59.405 INFO [stderr] Compiling actix-web v0.6.15 Nov 28 09:29:59.452 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 28 09:29:59.460 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 28 09:29:59.460 INFO [stderr] Compiling serde_json v1.0.22 Nov 28 09:29:59.460 INFO [stderr] Checking url v1.7.1 Nov 28 09:29:59.460 INFO [stderr] Checking h2 v0.1.10 Nov 28 09:29:59.460 INFO [stderr] Checking crossbeam-channel v0.1.3 Nov 28 09:29:59.460 INFO [stderr] Compiling backtrace v0.3.9 Nov 28 09:30:03.378 INFO [stderr] Checking tokio-threadpool v0.1.5 Nov 28 09:30:04.794 INFO [stderr] Checking backtrace v0.2.3 Nov 28 09:30:07.281 INFO [stderr] Checking env_logger v0.5.10 Nov 28 09:30:07.329 INFO [stderr] Checking error-chain v0.11.0 Nov 28 09:30:07.470 INFO [stderr] Checking error-chain v0.1.12 Nov 28 09:30:10.036 INFO [stderr] Checking failure v0.1.1 Nov 28 09:30:10.436 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 28 09:30:11.584 INFO [stderr] Checking serde_urlencoded v0.5.2 Nov 28 09:30:12.733 INFO [stderr] Compiling mime_guess v2.0.0-alpha.5 Nov 28 09:30:13.961 INFO [stderr] Checking tokio-fs v0.1.2 Nov 28 09:30:15.472 INFO [stderr] Checking diesel v1.3.2 Nov 28 09:30:16.154 INFO [stderr] Compiling rayon-core v1.4.0 Nov 28 09:30:22.198 INFO [stderr] Checking tokio v0.1.7 Nov 28 09:30:22.456 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 28 09:30:27.182 INFO [stderr] Compiling rayon v0.8.2 Nov 28 09:30:31.120 INFO [stderr] Checking tokio-core v0.1.17 Nov 28 09:30:35.532 INFO [stderr] Compiling skeptic v0.13.3 Nov 28 09:30:37.572 INFO [stderr] Compiling ring v0.12.1 Nov 28 09:30:39.206 INFO [stderr] Checking trust-dns-proto v0.3.3 Nov 28 09:30:39.207 INFO [stderr] Checking tokio-signal v0.1.5 Nov 28 09:30:52.641 INFO [stderr] Compiling actix v0.5.8 Nov 28 09:31:00.277 INFO [stderr] Checking trust-dns-resolver v0.8.2 Nov 28 09:31:04.068 INFO [stderr] Checking cookie v0.10.1 Nov 28 09:31:04.068 INFO [stderr] Checking jsonwebtoken v4.0.1 Nov 28 09:31:38.810 INFO [stderr] Checking webserver_test v0.1.0 (/source) Nov 28 09:31:49.864 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 09:31:49.864 INFO [stderr] --> src/models.rs:1:21 Nov 28 09:31:49.864 INFO [stderr] | Nov 28 09:31:49.864 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Nov 28 09:31:49.864 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.864 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.865 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 09:31:49.865 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 09:31:49.865 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.865 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 09:31:49.865 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.865 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.865 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 09:31:49.865 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.865 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.865 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 09:31:49.865 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.865 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.865 INFO [stderr] warning: cannot find type `passwd` in this scope Nov 28 09:31:49.865 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.865 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.865 INFO [stderr] | Nov 28 09:31:49.865 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:49.865 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.865 INFO [stderr] Nov 28 09:31:49.972 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 09:31:49.972 INFO [stderr] --> src/models.rs:1:21 Nov 28 09:31:49.972 INFO [stderr] | Nov 28 09:31:49.972 INFO [stderr] 1 | #[derive(Serialize, Queryable)] Nov 28 09:31:49.972 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.972 INFO [stderr] | Nov 28 09:31:49.972 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 09:31:49.972 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:49.972 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.972 INFO [stderr] Nov 28 09:31:49.973 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 09:31:49.973 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 09:31:49.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 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:49.973 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.973 INFO [stderr] Nov 28 09:31:49.973 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 09:31:49.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 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:49.973 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.973 INFO [stderr] Nov 28 09:31:49.973 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 09:31:49.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 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:49.973 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.973 INFO [stderr] Nov 28 09:31:49.973 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 09:31:49.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 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:49.973 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.973 INFO [stderr] Nov 28 09:31:49.973 INFO [stderr] warning: cannot find type `passwd` in this scope Nov 28 09:31:49.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 09:31:49.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 09:31:49.973 INFO [stderr] | Nov 28 09:31:49.973 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:49.973 INFO [stderr] = note: for more information, see issue #50504 Nov 28 09:31:49.973 INFO [stderr] Nov 28 09:31:50.863 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s Nov 28 09:31:50.883 INFO [stderr] su: No module specific data is present Nov 28 09:31:52.320 INFO running `"docker" "inspect" "db28632b6319413bd3f4f150f5aa74d1dec1e567befcef84331e4292d627bc86"` Nov 28 09:31:52.610 INFO running `"docker" "rm" "-f" "db28632b6319413bd3f4f150f5aa74d1dec1e567befcef84331e4292d627bc86"` Nov 28 09:31:52.980 INFO [stdout] db28632b6319413bd3f4f150f5aa74d1dec1e567befcef84331e4292d627bc86