Nov 16 13:45:23.552 INFO testing shaneutt/dcos-k8s-rust-skaffold-demo against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 13:45:23.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 13:45:24.045 INFO [stdout] 63fd9daae264e3435016566085a76c94e0d127fc23a06ff9ed95a822a2656605 Nov 16 13:45:24.046 INFO running `"docker" "start" "-a" "63fd9daae264e3435016566085a76c94e0d127fc23a06ff9ed95a822a2656605"` Nov 16 13:45:25.114 INFO [stderr] usermod: no changes Nov 16 13:45:25.499 INFO [stderr] Compiling yansi v0.4.0 Nov 16 13:45:25.515 INFO [stderr] Compiling pq-sys v0.4.6 Nov 16 13:45:25.515 INFO [stderr] Compiling pear v0.0.20 Nov 16 13:45:25.515 INFO [stderr] Compiling ordermap v0.2.13 Nov 16 13:45:25.515 INFO [stderr] Compiling state v0.4.1 Nov 16 13:45:25.551 INFO [stderr] Compiling base64 v0.6.0 Nov 16 13:45:25.551 INFO [stderr] Compiling mime v0.2.6 Nov 16 13:45:25.551 INFO [stderr] Compiling syn v0.13.11 Nov 16 13:45:29.931 INFO [stderr] Compiling toml v0.4.8 Nov 16 13:45:29.931 INFO [stderr] Compiling serde_json v1.0.31 Nov 16 13:45:29.931 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 16 13:45:31.275 INFO [stderr] Compiling syn v0.15.7 Nov 16 13:45:31.275 INFO [stderr] Compiling hyper v0.10.13 Nov 16 13:45:31.315 INFO [stderr] Compiling pear_codegen v0.0.20 Nov 16 13:45:31.443 INFO [stderr] Compiling rocket v0.3.17 Nov 16 13:45:34.270 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 16 13:45:36.868 INFO [stderr] Compiling failure v0.1.2 Nov 16 13:45:37.875 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 16 13:45:38.367 INFO [stderr] Compiling dotenv v0.13.0 Nov 16 13:45:40.803 INFO [stderr] Compiling rayon-core v1.4.1 Nov 16 13:46:05.743 INFO [stderr] Compiling rayon v0.7.1 Nov 16 13:46:07.675 INFO [stderr] Compiling serde_derive v1.0.79 Nov 16 13:46:10.815 INFO [stderr] Compiling ring v0.11.0 Nov 16 13:46:11.293 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 16 13:46:24.769 INFO [stderr] Compiling diesel v1.3.3 Nov 16 13:46:28.256 INFO [stderr] Compiling cookie v0.9.2 Nov 16 13:46:56.707 INFO [stderr] Compiling rocket_contrib v0.3.17 Nov 16 13:47:41.783 INFO [stderr] Compiling rust-web-demo v0.1.0 (/source) Nov 16 13:47:42.963 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:42.964 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:42.964 INFO [stderr] | Nov 16 13:47:42.965 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:42.965 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.965 INFO [stderr] | Nov 16 13:47:42.965 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 13:47:42.966 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 16 13:47:42.966 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.966 INFO [stderr] Nov 16 13:47:42.967 INFO [stderr] warning: cannot find type `EmployeeForm` in this scope Nov 16 13:47:42.967 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:42.967 INFO [stderr] | Nov 16 13:47:42.968 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:42.968 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.968 INFO [stderr] | Nov 16 13:47:42.968 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 16 13:47:42.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.969 INFO [stderr] Nov 16 13:47:42.969 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:42.969 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:42.970 INFO [stderr] | Nov 16 13:47:42.970 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:42.970 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.970 INFO [stderr] | Nov 16 13:47:42.971 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 16 13:47:42.971 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.971 INFO [stderr] Nov 16 13:47:42.971 INFO [stderr] warning: cannot find type `EmployeeForm` in this scope Nov 16 13:47:42.972 INFO [stderr] --> src/forms.rs:3:70 Nov 16 13:47:42.972 INFO [stderr] | Nov 16 13:47:42.972 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:42.973 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.973 INFO [stderr] | Nov 16 13:47:42.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 16 13:47:42.973 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.974 INFO [stderr] Nov 16 13:47:42.974 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:42.974 INFO [stderr] --> src/forms.rs:3:70 Nov 16 13:47:42.975 INFO [stderr] | Nov 16 13:47:42.975 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:42.975 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.975 INFO [stderr] | Nov 16 13:47:42.976 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 16 13:47:42.976 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.976 INFO [stderr] Nov 16 13:47:42.976 INFO [stderr] warning: cannot find type `Employee` in this scope Nov 16 13:47:42.977 INFO [stderr] --> src/models.rs:3:48 Nov 16 13:47:42.977 INFO [stderr] | Nov 16 13:47:42.977 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:42.978 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.978 INFO [stderr] | Nov 16 13:47:42.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! Nov 16 13:47:42.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.983 INFO [stderr] Nov 16 13:47:42.983 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:42.984 INFO [stderr] --> src/models.rs:3:59 Nov 16 13:47:42.984 INFO [stderr] | Nov 16 13:47:42.984 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:42.985 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.985 INFO [stderr] | Nov 16 13:47:42.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! Nov 16 13:47:42.986 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.986 INFO [stderr] Nov 16 13:47:42.986 INFO [stderr] warning: cannot find type `Employee` in this scope Nov 16 13:47:42.986 INFO [stderr] --> src/models.rs:3:59 Nov 16 13:47:42.987 INFO [stderr] | Nov 16 13:47:42.987 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:42.987 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.988 INFO [stderr] | Nov 16 13:47:42.988 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 16 13:47:42.988 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.988 INFO [stderr] Nov 16 13:47:42.989 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 13:47:42.989 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 13:47:42.989 INFO [stderr] | Nov 16 13:47:42.989 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 13:47:42.990 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.990 INFO [stderr] | Nov 16 13:47:42.990 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 16 13:47:42.991 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.991 INFO [stderr] Nov 16 13:47:42.991 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 13:47:42.991 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:42.992 INFO [stderr] | Nov 16 13:47:42.992 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:42.992 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.992 INFO [stderr] | Nov 16 13:47:42.993 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 16 13:47:42.993 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.993 INFO [stderr] Nov 16 13:47:42.994 INFO [stderr] warning: cannot find type `fname` in this scope Nov 16 13:47:42.994 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:42.994 INFO [stderr] | Nov 16 13:47:42.994 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:42.995 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.995 INFO [stderr] | Nov 16 13:47:42.995 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 16 13:47:42.996 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.996 INFO [stderr] Nov 16 13:47:42.996 INFO [stderr] warning: cannot find type `lname` in this scope Nov 16 13:47:42.996 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:42.997 INFO [stderr] | Nov 16 13:47:42.997 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:42.997 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:42.997 INFO [stderr] | Nov 16 13:47:42.998 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 16 13:47:42.998 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:42.998 INFO [stderr] Nov 16 13:47:42.999 INFO [stderr] warning: cannot find type `age` in this scope Nov 16 13:47:42.999 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:42.999 INFO [stderr] | Nov 16 13:47:42.999 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:43.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:43.000 INFO [stderr] | Nov 16 13:47:43.000 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 16 13:47:43.000 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:43.000 INFO [stderr] Nov 16 13:47:43.000 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 13:47:43.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:43.000 INFO [stderr] | Nov 16 13:47:43.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:43.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:43.000 INFO [stderr] | Nov 16 13:47:43.000 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 16 13:47:43.000 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:43.000 INFO [stderr] Nov 16 13:47:48.967 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 23s Nov 16 13:47:48.992 INFO [stderr] su: No module specific data is present Nov 16 13:47:49.719 INFO running `"docker" "inspect" "63fd9daae264e3435016566085a76c94e0d127fc23a06ff9ed95a822a2656605"` Nov 16 13:47:50.047 INFO running `"docker" "rm" "-f" "63fd9daae264e3435016566085a76c94e0d127fc23a06ff9ed95a822a2656605"` Nov 16 13:47:50.343 INFO [stdout] 63fd9daae264e3435016566085a76c94e0d127fc23a06ff9ed95a822a2656605 Nov 16 13:47:50.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 13:47:50.873 INFO [stdout] 67947b38b11bc1e721572fe864fd27365bcec54628ae79a8eaa62c235e96f95e Nov 16 13:47:50.879 INFO running `"docker" "start" "-a" "67947b38b11bc1e721572fe864fd27365bcec54628ae79a8eaa62c235e96f95e"` Nov 16 13:47:52.663 INFO [stderr] usermod: no changes Nov 16 13:47:52.907 INFO [stderr] Compiling rust-web-demo v0.1.0 (/source) Nov 16 13:47:54.038 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:54.038 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:54.038 INFO [stderr] | Nov 16 13:47:54.038 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:54.038 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 13:47:54.040 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 16 13:47:54.040 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.040 INFO [stderr] Nov 16 13:47:54.040 INFO [stderr] warning: cannot find type `EmployeeForm` in this scope Nov 16 13:47:54.040 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:54.040 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 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 16 13:47:54.040 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.040 INFO [stderr] Nov 16 13:47:54.040 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:54.040 INFO [stderr] --> src/forms.rs:3:58 Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:54.040 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 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 16 13:47:54.040 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.040 INFO [stderr] Nov 16 13:47:54.040 INFO [stderr] warning: cannot find type `EmployeeForm` in this scope Nov 16 13:47:54.040 INFO [stderr] --> src/forms.rs:3:70 Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:54.040 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.040 INFO [stderr] | Nov 16 13:47:54.040 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 16 13:47:54.040 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.040 INFO [stderr] Nov 16 13:47:54.040 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:54.041 INFO [stderr] --> src/forms.rs:3:70 Nov 16 13:47:54.041 INFO [stderr] | Nov 16 13:47:54.041 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, FromForm, Insertable, AsChangeset)] Nov 16 13:47:54.041 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.041 INFO [stderr] | Nov 16 13:47:54.041 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 16 13:47:54.041 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.041 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `Employee` in this scope Nov 16 13:47:54.047 INFO [stderr] --> src/models.rs:3:48 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.047 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `employees` in this scope Nov 16 13:47:54.047 INFO [stderr] --> src/models.rs:3:59 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.047 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `Employee` in this scope Nov 16 13:47:54.047 INFO [stderr] --> src/models.rs:3:59 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.047 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 13:47:54.047 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.047 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 13:47:54.047 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.047 INFO [stderr] Nov 16 13:47:54.047 INFO [stderr] warning: cannot find type `fname` in this scope Nov 16 13:47:54.047 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:54.047 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.047 INFO [stderr] | Nov 16 13:47:54.047 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 16 13:47:54.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.048 INFO [stderr] Nov 16 13:47:54.048 INFO [stderr] warning: cannot find type `lname` in this scope Nov 16 13:47:54.048 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:54.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 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 16 13:47:54.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.048 INFO [stderr] Nov 16 13:47:54.048 INFO [stderr] warning: cannot find type `age` in this scope Nov 16 13:47:54.048 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:54.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 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 16 13:47:54.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.048 INFO [stderr] Nov 16 13:47:54.048 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 13:47:54.048 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 13:47:54.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 13:47:54.048 INFO [stderr] | Nov 16 13:47:54.048 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 16 13:47:54.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 13:47:54.048 INFO [stderr] Nov 16 13:47:58.991 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.29s Nov 16 13:47:59.004 INFO [stderr] su: No module specific data is present Nov 16 13:48:00.217 INFO running `"docker" "inspect" "67947b38b11bc1e721572fe864fd27365bcec54628ae79a8eaa62c235e96f95e"` Nov 16 13:48:00.500 INFO running `"docker" "rm" "-f" "67947b38b11bc1e721572fe864fd27365bcec54628ae79a8eaa62c235e96f95e"` Nov 16 13:48:01.051 INFO [stdout] 67947b38b11bc1e721572fe864fd27365bcec54628ae79a8eaa62c235e96f95e Nov 16 13:48:01.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 13:48:01.433 INFO [stdout] 675750ce00d1baef9e3dece1d5e1953e73a421b765280403d348b1d3ece900ea Nov 16 13:48:01.441 INFO running `"docker" "start" "-a" "675750ce00d1baef9e3dece1d5e1953e73a421b765280403d348b1d3ece900ea"` Nov 16 13:48:03.321 INFO [stderr] usermod: no changes Nov 16 13:48:03.653 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s Nov 16 13:48:03.669 INFO [stderr] Running /target/debug/deps/rust_web_demo-575a5501b58357dc Nov 16 13:48:03.684 INFO [stdout] Nov 16 13:48:03.684 INFO [stdout] running 0 tests Nov 16 13:48:03.685 INFO [stdout] Nov 16 13:48:03.685 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 13:48:03.686 INFO [stdout] Nov 16 13:48:03.689 INFO [stderr] su: No module specific data is present Nov 16 13:48:04.998 INFO running `"docker" "inspect" "675750ce00d1baef9e3dece1d5e1953e73a421b765280403d348b1d3ece900ea"` Nov 16 13:48:05.383 INFO running `"docker" "rm" "-f" "675750ce00d1baef9e3dece1d5e1953e73a421b765280403d348b1d3ece900ea"` Nov 16 13:48:05.650 INFO [stdout] 675750ce00d1baef9e3dece1d5e1953e73a421b765280403d348b1d3ece900ea