Dec 18 18:43:41.273 INFO checking actix-web-sql-identity-0.4.3 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 18:43:41.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/actix-web-sql-identity/0.4.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 18:43:41.454 INFO [stdout] ede06a075e687b8521cd1102b8254cd55f13035b98b67aa19d43a621829adc56 Dec 18 18:43:41.456 INFO running `"docker" "start" "-a" "ede06a075e687b8521cd1102b8254cd55f13035b98b67aa19d43a621829adc56"` Dec 18 18:43:42.922 INFO [stderr] Compiling mysqlclient-sys v0.2.3 Dec 18 18:43:42.943 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 18 18:43:42.946 INFO [stderr] Checking dotenv v0.13.0 Dec 18 18:43:42.946 INFO [stderr] Checking trust-dns-proto v0.6.1 Dec 18 18:43:53.274 INFO [stderr] Checking trust-dns-resolver v0.10.1 Dec 18 18:43:53.894 INFO [stderr] Checking diesel v1.3.3 Dec 18 18:43:56.741 INFO [stderr] Checking actix v0.7.9 Dec 18 18:44:00.388 INFO [stderr] Checking actix-net v0.2.5 Dec 18 18:44:05.308 INFO [stderr] Checking actix-web v0.7.16 Dec 18 18:44:38.307 INFO [stderr] Checking actix-web-sql-identity v0.4.3 (/opt/crater/workdir) Dec 18 18:44:44.020 INFO [stderr] warning: unused import: `SqlIdentityError` Dec 18 18:44:44.021 INFO [stderr] --> src/sql.rs:27:26 Dec 18 18:44:44.021 INFO [stderr] | Dec 18 18:44:44.021 INFO [stderr] 27 | use super::{SqlIdentity, SqlIdentityError}; Dec 18 18:44:44.022 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 18 18:44:44.022 INFO [stderr] | Dec 18 18:44:44.022 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 18:44:44.023 INFO [stderr] Dec 18 18:44:44.023 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 18:44:44.024 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 18:44:44.024 INFO [stderr] | Dec 18 18:44:44.024 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 18:44:44.024 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.025 INFO [stderr] | Dec 18 18:44:44.025 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 18:44:44.025 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 18 18:44:44.026 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.026 INFO [stderr] Dec 18 18:44:44.026 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 18:44:44.027 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 18:44:44.027 INFO [stderr] | Dec 18 18:44:44.027 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 18:44:44.027 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.028 INFO [stderr] | Dec 18 18:44:44.028 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 18 18:44:44.029 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.029 INFO [stderr] Dec 18 18:44:44.030 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 18:44:44.030 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.030 INFO [stderr] | Dec 18 18:44:44.030 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.031 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.031 INFO [stderr] | Dec 18 18:44:44.032 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 18 18:44:44.032 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.032 INFO [stderr] Dec 18 18:44:44.033 INFO [stderr] warning: cannot find type `token` in this scope Dec 18 18:44:44.033 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.033 INFO [stderr] | Dec 18 18:44:44.034 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.034 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.034 INFO [stderr] | Dec 18 18:44:44.035 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 18 18:44:44.035 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.035 INFO [stderr] Dec 18 18:44:44.036 INFO [stderr] warning: cannot find type `userid` in this scope Dec 18 18:44:44.036 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.036 INFO [stderr] | Dec 18 18:44:44.037 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.037 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.037 INFO [stderr] | Dec 18 18:44:44.038 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 18 18:44:44.038 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.038 INFO [stderr] Dec 18 18:44:44.039 INFO [stderr] warning: cannot find type `ip` in this scope Dec 18 18:44:44.039 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.040 INFO [stderr] | Dec 18 18:44:44.040 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.040 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.041 INFO [stderr] | Dec 18 18:44:44.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! Dec 18 18:44:44.041 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.042 INFO [stderr] warning: unused import: `SqlIdentityError` Dec 18 18:44:44.042 INFO [stderr] --> src/sql.rs:27:26 Dec 18 18:44:44.042 INFO [stderr] | Dec 18 18:44:44.043 INFO [stderr] 27 | use super::{SqlIdentity, SqlIdentityError}; Dec 18 18:44:44.043 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 18 18:44:44.043 INFO [stderr] | Dec 18 18:44:44.043 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 18:44:44.044 INFO [stderr] Dec 18 18:44:44.044 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 18:44:44.044 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 18:44:44.045 INFO [stderr] | Dec 18 18:44:44.045 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 18:44:44.045 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.046 INFO [stderr] | Dec 18 18:44:44.046 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 18:44:44.046 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 18 18:44:44.046 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.047 INFO [stderr] Dec 18 18:44:44.047 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 18:44:44.047 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 18:44:44.048 INFO [stderr] | Dec 18 18:44:44.048 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 18:44:44.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.048 INFO [stderr] | Dec 18 18:44:44.049 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 18 18:44:44.049 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.049 INFO [stderr] Dec 18 18:44:44.050 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 18:44:44.050 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.050 INFO [stderr] | Dec 18 18:44:44.051 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.051 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.051 INFO [stderr] | Dec 18 18:44:44.051 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 18 18:44:44.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.052 INFO [stderr] Dec 18 18:44:44.052 INFO [stderr] warning: cannot find type `token` in this scope Dec 18 18:44:44.052 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.053 INFO [stderr] | Dec 18 18:44:44.053 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.053 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.053 INFO [stderr] | Dec 18 18:44:44.054 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 18 18:44:44.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.054 INFO [stderr] Dec 18 18:44:44.054 INFO [stderr] warning: cannot find type `userid` in this scope Dec 18 18:44:44.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.054 INFO [stderr] | Dec 18 18:44:44.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.054 INFO [stderr] | Dec 18 18:44:44.054 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 18 18:44:44.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.054 INFO [stderr] Dec 18 18:44:44.054 INFO [stderr] warning: cannot find type `ip` in this scope Dec 18 18:44:44.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.054 INFO [stderr] | Dec 18 18:44:44.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.054 INFO [stderr] | Dec 18 18:44:44.054 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 18 18:44:44.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.054 INFO [stderr] Dec 18 18:44:44.054 INFO [stderr] warning: cannot find type `useragent` in this scope Dec 18 18:44:44.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.054 INFO [stderr] | Dec 18 18:44:44.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.055 INFO [stderr] | Dec 18 18:44:44.055 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 18 18:44:44.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.055 INFO [stderr] Dec 18 18:44:44.055 INFO [stderr] warning: cannot find type `created` in this scope Dec 18 18:44:44.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.055 INFO [stderr] | Dec 18 18:44:44.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.055 INFO [stderr] | Dec 18 18:44:44.055 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 18 18:44:44.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.055 INFO [stderr] Dec 18 18:44:44.055 INFO [stderr] warning: cannot find type `modified` in this scope Dec 18 18:44:44.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.055 INFO [stderr] | Dec 18 18:44:44.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.056 INFO [stderr] | Dec 18 18:44:44.056 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 18 18:44:44.056 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.056 INFO [stderr] Dec 18 18:44:44.056 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.056 INFO [stderr] --> src/sql.rs:49:17 Dec 18 18:44:44.056 INFO [stderr] | Dec 18 18:44:44.056 INFO [stderr] 49 | #[derive(Debug, Queryable)] Dec 18 18:44:44.056 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.056 INFO [stderr] | Dec 18 18:44:44.056 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 18 18:44:44.056 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.056 INFO [stderr] Dec 18 18:44:44.056 INFO [stderr] warning: cannot find type `SqlIdentityModel` in this scope Dec 18 18:44:44.056 INFO [stderr] --> src/sql.rs:49:17 Dec 18 18:44:44.056 INFO [stderr] | Dec 18 18:44:44.056 INFO [stderr] 49 | #[derive(Debug, Queryable)] Dec 18 18:44:44.056 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `UpdateIdentity` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `identities` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `identities` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `CreateIdentity` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.057 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.057 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.057 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.057 INFO [stderr] | Dec 18 18:44:44.057 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 18 18:44:44.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.057 INFO [stderr] Dec 18 18:44:44.058 INFO [stderr] Dec 18 18:44:44.058 INFO [stderr] warning: cannot find type `useragent` in this scope Dec 18 18:44:44.058 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.059 INFO [stderr] | Dec 18 18:44:44.059 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.059 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.059 INFO [stderr] | Dec 18 18:44:44.059 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 18 18:44:44.059 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.059 INFO [stderr] Dec 18 18:44:44.060 INFO [stderr] warning: cannot find type `created` in this scope Dec 18 18:44:44.060 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.060 INFO [stderr] | Dec 18 18:44:44.060 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.060 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.060 INFO [stderr] | Dec 18 18:44:44.060 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 18 18:44:44.060 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.061 INFO [stderr] Dec 18 18:44:44.061 INFO [stderr] warning: cannot find type `modified` in this scope Dec 18 18:44:44.061 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 18:44:44.061 INFO [stderr] | Dec 18 18:44:44.061 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 18:44:44.061 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.061 INFO [stderr] | Dec 18 18:44:44.062 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 18 18:44:44.062 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.062 INFO [stderr] Dec 18 18:44:44.062 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.062 INFO [stderr] --> src/sql.rs:49:17 Dec 18 18:44:44.062 INFO [stderr] | Dec 18 18:44:44.062 INFO [stderr] 49 | #[derive(Debug, Queryable)] Dec 18 18:44:44.062 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.062 INFO [stderr] | Dec 18 18:44:44.062 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 18 18:44:44.062 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.062 INFO [stderr] Dec 18 18:44:44.062 INFO [stderr] warning: cannot find type `SqlIdentityModel` in this scope Dec 18 18:44:44.062 INFO [stderr] --> src/sql.rs:49:17 Dec 18 18:44:44.062 INFO [stderr] | Dec 18 18:44:44.062 INFO [stderr] 49 | #[derive(Debug, Queryable)] Dec 18 18:44:44.063 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.063 INFO [stderr] | Dec 18 18:44:44.063 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 18 18:44:44.063 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.063 INFO [stderr] Dec 18 18:44:44.063 INFO [stderr] warning: cannot find type `UpdateIdentity` in this scope Dec 18 18:44:44.063 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.063 INFO [stderr] | Dec 18 18:44:44.063 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.063 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.063 INFO [stderr] | Dec 18 18:44:44.063 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 18 18:44:44.063 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.063 INFO [stderr] Dec 18 18:44:44.063 INFO [stderr] warning: cannot find type `identities` in this scope Dec 18 18:44:44.063 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.063 INFO [stderr] | Dec 18 18:44:44.063 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.064 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.064 INFO [stderr] | Dec 18 18:44:44.064 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 18 18:44:44.064 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.064 INFO [stderr] Dec 18 18:44:44.064 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.064 INFO [stderr] --> src/sql.rs:197:17 Dec 18 18:44:44.064 INFO [stderr] | Dec 18 18:44:44.064 INFO [stderr] 197 | #[derive(Debug, AsChangeset)] Dec 18 18:44:44.064 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.064 INFO [stderr] | Dec 18 18:44:44.064 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 18 18:44:44.064 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.064 INFO [stderr] Dec 18 18:44:44.072 INFO [stderr] warning: cannot find type `identities` in this scope Dec 18 18:44:44.072 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.072 INFO [stderr] | Dec 18 18:44:44.072 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.072 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.073 INFO [stderr] | Dec 18 18:44:44.073 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 18 18:44:44.073 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.073 INFO [stderr] Dec 18 18:44:44.073 INFO [stderr] warning: cannot find type `CreateIdentity` in this scope Dec 18 18:44:44.073 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.073 INFO [stderr] | Dec 18 18:44:44.073 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.073 INFO [stderr] | Dec 18 18:44:44.073 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 18 18:44:44.073 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.073 INFO [stderr] Dec 18 18:44:44.073 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 18 18:44:44.073 INFO [stderr] --> src/sql.rs:206:17 Dec 18 18:44:44.073 INFO [stderr] | Dec 18 18:44:44.073 INFO [stderr] 206 | #[derive(Debug, Insertable)] Dec 18 18:44:44.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 18:44:44.073 INFO [stderr] | Dec 18 18:44:44.073 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 18 18:44:44.073 INFO [stderr] = note: for more information, see issue #50504 Dec 18 18:44:44.073 INFO [stderr] Dec 18 18:44:48.288 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Dec 18 18:44:50.006 INFO running `"docker" "inspect" "ede06a075e687b8521cd1102b8254cd55f13035b98b67aa19d43a621829adc56"` Dec 18 18:44:50.386 INFO running `"docker" "rm" "-f" "ede06a075e687b8521cd1102b8254cd55f13035b98b67aa19d43a621829adc56"` Dec 18 18:44:50.732 INFO [stdout] ede06a075e687b8521cd1102b8254cd55f13035b98b67aa19d43a621829adc56