Nov 02 18:14:01.706 INFO checking andreevlex/webserver_test against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 02 18:14:01.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-2/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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 02 18:14:02.103 INFO blam! 1abd5f2fc0f485389fab942c97ddaca6bce37000fb3dcc9c51000846aa710207 Nov 02 18:14:02.124 INFO running `"docker" "start" "-a" "1abd5f2fc0f485389fab942c97ddaca6bce37000fb3dcc9c51000846aa710207"` Nov 02 18:14:03.521 INFO kablam! usermod: no changes Nov 02 18:14:03.998 INFO kablam! Compiling actix-web v0.6.15 Nov 02 18:14:03.998 INFO kablam! Compiling libsqlite3-sys v0.9.1 Nov 02 18:14:03.998 INFO kablam! Checking r2d2 v0.8.2 Nov 02 18:14:04.015 INFO kablam! Compiling backtrace-sys v0.1.23 Nov 02 18:14:04.015 INFO kablam! Checking brotli-sys v0.3.2 Nov 02 18:14:04.015 INFO kablam! Compiling semver v0.9.0 Nov 02 18:14:04.015 INFO kablam! Checking h2 v0.1.10 Nov 02 18:14:04.015 INFO kablam! Checking flate2 v1.0.1 Nov 02 18:14:05.992 INFO kablam! Compiling diesel_derives v1.3.0 Nov 02 18:14:06.216 INFO kablam! Checking serde_urlencoded v0.5.2 Nov 02 18:14:06.306 INFO kablam! Checking error-chain v0.11.0 Nov 02 18:14:07.062 INFO kablam! Checking brotli2 v0.3.2 Nov 02 18:14:07.429 INFO kablam! Compiling backtrace v0.3.9 Nov 02 18:14:12.328 INFO kablam! Checking failure v0.1.1 Nov 02 18:14:12.989 INFO kablam! Compiling ring v0.12.1 Nov 02 18:14:13.002 INFO kablam! Checking tokio-core v0.1.17 Nov 02 18:14:17.585 INFO kablam! Compiling cargo_metadata v0.5.8 Nov 02 18:14:25.145 INFO kablam! Checking trust-dns-proto v0.3.3 Nov 02 18:14:25.145 INFO kablam! Checking tokio-signal v0.1.5 Nov 02 18:14:35.152 INFO kablam! Compiling skeptic v0.13.3 Nov 02 18:14:42.024 INFO kablam! Checking cookie v0.10.1 Nov 02 18:14:42.024 INFO kablam! Checking jsonwebtoken v4.0.1 Nov 02 18:14:42.064 INFO kablam! Checking diesel v1.3.2 Nov 02 18:14:44.752 INFO kablam! Checking trust-dns-resolver v0.8.2 Nov 02 18:14:51.126 INFO kablam! Compiling actix v0.5.8 Nov 02 18:15:35.012 INFO kablam! Checking webserver_test v0.1.0 (/source) Nov 02 18:15:43.073 INFO kablam! warning: cannot find type `User` in this scope Nov 02 18:15:43.073 INFO kablam! --> src/models.rs:1:21 Nov 02 18:15:43.073 INFO kablam! | Nov 02 18:15:43.085 INFO kablam! 1 | #[derive(Serialize, Queryable)] Nov 02 18:15:43.085 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.085 INFO kablam! | Nov 02 18:15:43.085 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 18:15:43.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.085 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.086 INFO kablam! Nov 02 18:15:43.086 INFO kablam! warning: cannot find type `table` in this scope Nov 02 18:15:43.086 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 18:15:43.086 INFO kablam! | Nov 02 18:15:43.086 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 18:15:43.086 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.086 INFO kablam! | Nov 02 18:15:43.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.087 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.087 INFO kablam! Nov 02 18:15:43.087 INFO kablam! warning: cannot find type `id` in this scope Nov 02 18:15:43.087 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.087 INFO kablam! | Nov 02 18:15:43.087 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.087 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.088 INFO kablam! | Nov 02 18:15:43.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.088 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.088 INFO kablam! Nov 02 18:15:43.088 INFO kablam! warning: cannot find type `name` in this scope Nov 02 18:15:43.088 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.089 INFO kablam! | Nov 02 18:15:43.089 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.089 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.089 INFO kablam! | Nov 02 18:15:43.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.090 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.090 INFO kablam! Nov 02 18:15:43.090 INFO kablam! warning: cannot find type `email` in this scope Nov 02 18:15:43.090 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.090 INFO kablam! | Nov 02 18:15:43.090 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.091 INFO kablam! | Nov 02 18:15:43.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.091 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.096 INFO kablam! Nov 02 18:15:43.096 INFO kablam! warning: cannot find type `passwd` in this scope Nov 02 18:15:43.096 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.097 INFO kablam! | Nov 02 18:15:43.097 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.097 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.097 INFO kablam! | Nov 02 18:15:43.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.097 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.097 INFO kablam! Nov 02 18:15:43.905 INFO kablam! warning: cannot find type `User` in this scope Nov 02 18:15:43.905 INFO kablam! --> src/models.rs:1:21 Nov 02 18:15:43.905 INFO kablam! | Nov 02 18:15:43.906 INFO kablam! 1 | #[derive(Serialize, Queryable)] Nov 02 18:15:43.906 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.906 INFO kablam! | Nov 02 18:15:43.907 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 18:15:43.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.907 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.908 INFO kablam! Nov 02 18:15:43.908 INFO kablam! warning: cannot find type `table` in this scope Nov 02 18:15:43.909 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 18:15:43.909 INFO kablam! | Nov 02 18:15:43.909 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 18:15:43.910 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.910 INFO kablam! | Nov 02 18:15:43.910 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.911 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.911 INFO kablam! Nov 02 18:15:43.911 INFO kablam! warning: cannot find type `id` in this scope Nov 02 18:15:43.912 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.916 INFO kablam! | Nov 02 18:15:43.917 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.917 INFO kablam! | Nov 02 18:15:43.917 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.918 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.918 INFO kablam! Nov 02 18:15:43.918 INFO kablam! warning: cannot find type `name` in this scope Nov 02 18:15:43.919 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.919 INFO kablam! | Nov 02 18:15:43.919 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.920 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.920 INFO kablam! | Nov 02 18:15:43.920 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.921 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.921 INFO kablam! Nov 02 18:15:43.921 INFO kablam! warning: cannot find type `email` in this scope Nov 02 18:15:43.922 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.922 INFO kablam! | Nov 02 18:15:43.922 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.923 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.928 INFO kablam! | Nov 02 18:15:43.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.929 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.929 INFO kablam! Nov 02 18:15:43.930 INFO kablam! warning: cannot find type `passwd` in this scope Nov 02 18:15:43.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 18:15:43.930 INFO kablam! | Nov 02 18:15:43.931 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 18:15:43.931 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 18:15:43.931 INFO kablam! | Nov 02 18:15:43.931 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 18:15:43.932 INFO kablam! = note: for more information, see issue #50504 Nov 02 18:15:43.932 INFO kablam! Nov 02 18:15:44.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Nov 02 18:15:44.970 INFO kablam! su: No module specific data is present Nov 02 18:15:45.917 INFO running `"docker" "rm" "-f" "1abd5f2fc0f485389fab942c97ddaca6bce37000fb3dcc9c51000846aa710207"` Nov 02 18:15:46.216 INFO blam! 1abd5f2fc0f485389fab942c97ddaca6bce37000fb3dcc9c51000846aa710207