Nov 06 21:46:17.140 INFO checking flosse/openfairdb against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 06 21:46:17.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-6/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-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 06 21:46:17.582 INFO blam! fd41fc3ce6ec55eb8db70bbeab0269bdb0dfe90b1ca57b1cc33c3012a66a607f Nov 06 21:46:17.587 INFO running `"docker" "start" "-a" "fd41fc3ce6ec55eb8db70bbeab0269bdb0dfe90b1ca57b1cc33c3012a66a607f"` Nov 06 21:46:19.220 INFO kablam! usermod: no changes Nov 06 21:46:19.741 INFO kablam! Compiling antidote v1.0.0 Nov 06 21:46:19.765 INFO kablam! Compiling byteorder v1.2.7 Nov 06 21:46:19.777 INFO kablam! Checking ascii_utils v0.9.3 Nov 06 21:46:19.779 INFO kablam! Checking quoted_printable v0.4.0 Nov 06 21:46:19.782 INFO kablam! Compiling log v0.4.6 Nov 06 21:46:19.785 INFO kablam! Compiling isatty v0.1.9 Nov 06 21:46:19.794 INFO kablam! Checking r2d2 v0.8.2 Nov 06 21:46:22.026 INFO kablam! Compiling syn v0.11.11 Nov 06 21:46:22.116 INFO kablam! Compiling memchr v2.1.1 Nov 06 21:46:22.410 INFO kablam! Compiling libsqlite3-sys v0.9.3 Nov 06 21:46:22.492 INFO kablam! Checking fast_chemail v0.9.5 Nov 06 21:46:22.686 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Nov 06 21:46:24.155 INFO kablam! Checking pwhash v0.2.0 Nov 06 21:46:24.159 INFO kablam! Checking diesel v1.3.3 Nov 06 21:46:24.249 INFO kablam! Compiling log v0.3.9 Nov 06 21:46:24.368 INFO kablam! Checking serde v1.0.80 Nov 06 21:46:30.380 INFO kablam! Compiling base64 v0.9.3 Nov 06 21:46:30.380 INFO kablam! Compiling base64 v0.6.0 Nov 06 21:46:30.465 INFO kablam! Compiling rayon v0.7.1 Nov 06 21:46:30.774 INFO kablam! Compiling mime v0.2.6 Nov 06 21:46:42.342 INFO kablam! Checking failure v0.1.3 Nov 06 21:46:42.632 INFO kablam! Compiling hyper v0.10.15 Nov 06 21:46:43.661 INFO kablam! Checking dotenv v0.13.0 Nov 06 21:46:49.819 INFO kablam! Compiling ring v0.11.0 Nov 06 21:47:26.870 INFO kablam! Checking cookie v0.9.2 Nov 06 21:47:34.333 INFO kablam! Checking toml v0.4.8 Nov 06 21:47:34.333 INFO kablam! Checking serde_json v1.0.32 Nov 06 21:47:34.334 INFO kablam! Checking csv v1.0.2 Nov 06 21:47:49.130 INFO kablam! Checking rocket v0.3.17 Nov 06 21:48:09.690 INFO kablam! Checking rocket_contrib v0.3.17 Nov 06 21:48:31.744 INFO kablam! Compiling rocket_codegen v0.3.17 Nov 06 21:48:41.247 INFO kablam! Checking migrations_internals v1.3.0 Nov 06 21:49:01.356 INFO kablam! Compiling migrations_macros v1.3.0 Nov 06 21:49:06.070 INFO kablam! Checking diesel_migrations v1.3.0 Nov 06 21:49:06.900 INFO kablam! Checking openfairdb v0.3.9 (/source) Nov 06 21:49:15.335 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.336 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:10 Nov 06 21:49:15.336 INFO kablam! | Nov 06 21:49:15.336 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.336 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.337 INFO kablam! | Nov 06 21:49:15.337 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 21:49:15.337 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 06 21:49:15.337 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.337 INFO kablam! Nov 06 21:49:15.339 INFO kablam! warning: cannot find type `entries` in this scope Nov 06 21:49:15.339 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:21 Nov 06 21:49:15.339 INFO kablam! | Nov 06 21:49:15.339 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.339 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.339 INFO kablam! | Nov 06 21:49:15.339 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 06 21:49:15.340 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.340 INFO kablam! Nov 06 21:49:15.340 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.340 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:21 Nov 06 21:49:15.341 INFO kablam! | Nov 06 21:49:15.341 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.341 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.341 INFO kablam! | Nov 06 21:49:15.341 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 06 21:49:15.341 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.341 INFO kablam! Nov 06 21:49:15.343 INFO kablam! warning: cannot find type `Category` in this scope Nov 06 21:49:15.344 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:10 Nov 06 21:49:15.345 INFO kablam! | Nov 06 21:49:15.345 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.345 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.346 INFO kablam! | Nov 06 21:49:15.346 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 06 21:49:15.346 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.346 INFO kablam! Nov 06 21:49:15.347 INFO kablam! warning: cannot find type `categories` in this scope Nov 06 21:49:15.347 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:21 Nov 06 21:49:15.347 INFO kablam! | Nov 06 21:49:15.347 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.347 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.347 INFO kablam! | Nov 06 21:49:15.348 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 06 21:49:15.348 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.348 INFO kablam! Nov 06 21:49:15.348 INFO kablam! warning: cannot find type `Category` in this scope Nov 06 21:49:15.348 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:21 Nov 06 21:49:15.348 INFO kablam! | Nov 06 21:49:15.348 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.348 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.348 INFO kablam! | Nov 06 21:49:15.348 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 06 21:49:15.350 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.350 INFO kablam! Nov 06 21:49:15.351 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.351 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:10 Nov 06 21:49:15.351 INFO kablam! | Nov 06 21:49:15.351 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.351 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.351 INFO kablam! | Nov 06 21:49:15.353 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 06 21:49:15.353 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.353 INFO kablam! Nov 06 21:49:15.353 INFO kablam! warning: cannot find type `entry_category_relations` in this scope Nov 06 21:49:15.353 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:10 Nov 06 21:49:15.353 INFO kablam! | Nov 06 21:49:15.353 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.353 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.353 INFO kablam! | Nov 06 21:49:15.353 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 06 21:49:15.355 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.355 INFO kablam! Nov 06 21:49:15.355 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.355 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:24 Nov 06 21:49:15.355 INFO kablam! | Nov 06 21:49:15.355 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.355 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.355 INFO kablam! | Nov 06 21:49:15.355 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 06 21:49:15.355 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.355 INFO kablam! Nov 06 21:49:15.357 INFO kablam! warning: cannot find type `entry_category_relations` in this scope Nov 06 21:49:15.357 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:35 Nov 06 21:49:15.357 INFO kablam! | Nov 06 21:49:15.357 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.357 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.358 INFO kablam! | Nov 06 21:49:15.358 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 06 21:49:15.358 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.358 INFO kablam! Nov 06 21:49:15.358 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.358 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:35 Nov 06 21:49:15.358 INFO kablam! | Nov 06 21:49:15.358 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.358 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.358 INFO kablam! | Nov 06 21:49:15.358 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 06 21:49:15.358 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.358 INFO kablam! Nov 06 21:49:15.361 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.361 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:10 Nov 06 21:49:15.361 INFO kablam! | Nov 06 21:49:15.361 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.361 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.361 INFO kablam! | Nov 06 21:49:15.361 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 06 21:49:15.361 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.361 INFO kablam! Nov 06 21:49:15.361 INFO kablam! warning: cannot find type `entry_tag_relations` in this scope Nov 06 21:49:15.361 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:10 Nov 06 21:49:15.361 INFO kablam! | Nov 06 21:49:15.361 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.361 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.361 INFO kablam! | Nov 06 21:49:15.361 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 06 21:49:15.368 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.373 INFO kablam! Nov 06 21:49:15.373 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.373 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:24 Nov 06 21:49:15.373 INFO kablam! | Nov 06 21:49:15.373 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.373 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.373 INFO kablam! | Nov 06 21:49:15.373 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 06 21:49:15.373 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.373 INFO kablam! Nov 06 21:49:15.375 INFO kablam! warning: cannot find type `entry_tag_relations` in this scope Nov 06 21:49:15.375 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:35 Nov 06 21:49:15.375 INFO kablam! | Nov 06 21:49:15.375 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.375 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.375 INFO kablam! | Nov 06 21:49:15.375 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 06 21:49:15.375 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.375 INFO kablam! Nov 06 21:49:15.375 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.375 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:35 Nov 06 21:49:15.375 INFO kablam! | Nov 06 21:49:15.375 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.375 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.375 INFO kablam! | Nov 06 21:49:15.375 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 06 21:49:15.375 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.375 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `Tag` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:10 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.380 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `tags` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:21 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.380 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `Tag` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:21 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.380 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:10 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.380 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `users` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:10 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.380 INFO kablam! Nov 06 21:49:15.380 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.380 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:24 Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.380 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.380 INFO kablam! | Nov 06 21:49:15.380 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 06 21:49:15.380 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `users` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:35 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 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 06 21:49:15.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:35 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 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 06 21:49:15.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: unused import: `super::*` Nov 06 21:49:15.390 INFO kablam! --> src/core/util/parse.rs:27:9 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 27 | use super::*; Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^ Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `Comment` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:10 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 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 06 21:49:15.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `comments` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:21 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 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 06 21:49:15.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `Comment` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:21 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.390 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.390 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 06 21:49:15.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.390 INFO kablam! Nov 06 21:49:15.390 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.390 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:10 Nov 06 21:49:15.390 INFO kablam! | Nov 06 21:49:15.391 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.391 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.391 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:10 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 21:49:15.403 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 06 21:49:15.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.403 INFO kablam! Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `entries` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:21 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 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 06 21:49:15.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.403 INFO kablam! Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:3:21 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 3 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 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 06 21:49:15.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.403 INFO kablam! Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `Category` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:10 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 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 06 21:49:15.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.403 INFO kablam! Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `categories` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:21 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 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 06 21:49:15.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.403 INFO kablam! Nov 06 21:49:15.403 INFO kablam! warning: cannot find type `Category` in this scope Nov 06 21:49:15.403 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:27:21 Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 INFO kablam! 27 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.403 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.403 INFO kablam! | Nov 06 21:49:15.403 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:10 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `entry_category_relations` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:10 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:24 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `entry_category_relations` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:35 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryCategoryRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:36:35 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 36 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:10 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `entry_tag_relations` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:10 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:24 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `entry_tag_relations` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:35 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.404 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.404 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 06 21:49:15.404 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.404 INFO kablam! Nov 06 21:49:15.404 INFO kablam! warning: cannot find type `EntryTagRelation` in this scope Nov 06 21:49:15.404 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:45:35 Nov 06 21:49:15.404 INFO kablam! | Nov 06 21:49:15.405 INFO kablam! 45 | #[derive(Identifiable, Queryable, Insertable, Associations)] Nov 06 21:49:15.405 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.405 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `Tag` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:10 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `tags` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:21 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `Tag` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:54:21 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 54 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:10 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `users` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:10 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `ratings` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:21 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:21 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.419 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:24 Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.419 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! | Nov 06 21:49:15.419 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 06 21:49:15.419 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.419 INFO kablam! Nov 06 21:49:15.419 INFO kablam! warning: cannot find type `users` in this scope Nov 06 21:49:15.420 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:35 Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.420 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 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 06 21:49:15.420 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.420 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.420 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.420 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 INFO kablam! Nov 06 21:49:15.420 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 06 21:49:15.420 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.420 INFO kablam! Nov 06 21:49:15.420 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.420 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:60:35 Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 INFO kablam! 60 | #[derive(Identifiable, Queryable, Insertable)] Nov 06 21:49:15.420 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.420 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.420 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.420 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.420 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 06 21:49:15.420 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.420 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! Nov 06 21:49:15.428 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 06 21:49:15.428 INFO kablam! warning: cannot find type `ratings` in this scope Nov 06 21:49:15.428 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.428 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.428 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 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 06 21:49:15.428 INFO kablam! Nov 06 21:49:15.428 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.428 INFO kablam! Nov 06 21:49:15.428 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.428 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:10 Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.428 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 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 06 21:49:15.428 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.428 INFO kablam! Nov 06 21:49:15.428 INFO kablam! warning: cannot find type `bbox_subscriptions` in this scope Nov 06 21:49:15.428 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:21 Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.428 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 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 06 21:49:15.428 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.428 INFO kablam! Nov 06 21:49:15.428 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.428 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:21 Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.428 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 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 06 21:49:15.428 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.428 INFO kablam! warning: cannot find type `Comment` in this scope Nov 06 21:49:15.428 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:10 Nov 06 21:49:15.428 INFO kablam! | Nov 06 21:49:15.428 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.428 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `comments` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:21 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `Comment` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:71:21 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 71 | #[derive(Queryable, Insertable)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:10 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `ratings` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:21 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:21 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `Entry` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `Rating` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `ratings` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:80:33 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 80 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.429 INFO kablam! Nov 06 21:49:15.429 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.429 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:10 Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.429 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.429 INFO kablam! | Nov 06 21:49:15.429 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `bbox_subscriptions` in this scope Nov 06 21:49:15.430 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:21 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.430 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:21 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.430 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.430 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `bbox_subscriptions` in this scope Nov 06 21:49:15.430 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `table` in this scope Nov 06 21:49:15.430 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `id` in this scope Nov 06 21:49:15.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `south_west_lat` in this scope Nov 06 21:49:15.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.430 INFO kablam! warning: cannot find type `south_west_lng` in this scope Nov 06 21:49:15.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.430 INFO kablam! | Nov 06 21:49:15.430 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 06 21:49:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.430 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `north_east_lat` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `north_east_lng` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `username` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `created` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `version` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `name` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `text` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `rating_id` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `osm_node` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.431 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.431 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 06 21:49:15.431 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.431 INFO kablam! Nov 06 21:49:15.431 INFO kablam! warning: cannot find type `current` in this scope Nov 06 21:49:15.431 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.431 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `title` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `description` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `lat` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `lng` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `street` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.432 INFO kablam! Nov 06 21:49:15.432 INFO kablam! warning: cannot find type `zip` in this scope Nov 06 21:49:15.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.432 INFO kablam! | Nov 06 21:49:15.432 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 06 21:49:15.432 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `city` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `country` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `email` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `telephone` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `homepage` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.433 INFO kablam! Nov 06 21:49:15.433 INFO kablam! warning: cannot find type `license` in this scope Nov 06 21:49:15.433 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.433 INFO kablam! | Nov 06 21:49:15.433 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 06 21:49:15.433 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `image_url` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `image_link_url` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `entry_id` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `entry_version` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `category_id` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `value` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.434 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.434 INFO kablam! | Nov 06 21:49:15.434 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 06 21:49:15.434 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.434 INFO kablam! Nov 06 21:49:15.434 INFO kablam! warning: cannot find type `context` in this scope Nov 06 21:49:15.434 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `source` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `User` in this scope Nov 06 21:49:15.435 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `BboxSubscription` in this scope Nov 06 21:49:15.435 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `bbox_subscriptions` in this scope Nov 06 21:49:15.435 INFO kablam! --> src/infrastructure/db/sqlite/models.rs:93:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 93 | #[derive(Queryable, Insertable, Associations)] Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `table` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `id` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `password` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `south_west_lat` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 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 06 21:49:15.435 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.435 INFO kablam! Nov 06 21:49:15.435 INFO kablam! warning: cannot find type `email_confirmed` in this scope Nov 06 21:49:15.435 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.435 INFO kablam! | Nov 06 21:49:15.435 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.435 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `south_west_lng` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `north_east_lat` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `north_east_lng` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `username` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `created` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `version` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `name` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `text` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.436 INFO kablam! Nov 06 21:49:15.436 INFO kablam! warning: cannot find type `rating_id` in this scope Nov 06 21:49:15.436 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.436 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.436 INFO kablam! | Nov 06 21:49:15.436 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 06 21:49:15.436 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `osm_node` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `current` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `title` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `description` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `lat` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `lng` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `street` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `zip` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `city` in this scope Nov 06 21:49:15.437 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.437 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.437 INFO kablam! | Nov 06 21:49:15.437 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 06 21:49:15.437 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.437 INFO kablam! Nov 06 21:49:15.437 INFO kablam! warning: cannot find type `country` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `email` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `telephone` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `homepage` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `license` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `image_url` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.438 INFO kablam! warning: cannot find type `image_link_url` in this scope Nov 06 21:49:15.438 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.438 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.438 INFO kablam! | Nov 06 21:49:15.438 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 06 21:49:15.438 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.438 INFO kablam! Nov 06 21:49:15.452 INFO kablam! warning: cannot find type `entry_id` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `entry_version` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `category_id` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `value` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `context` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `source` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `password` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:15.453 INFO kablam! warning: cannot find type `email_confirmed` in this scope Nov 06 21:49:15.453 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 21:49:15.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 21:49:15.453 INFO kablam! | Nov 06 21:49:15.453 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 06 21:49:15.453 INFO kablam! = note: for more information, see issue #50504 Nov 06 21:49:15.453 INFO kablam! Nov 06 21:49:24.628 INFO kablam! warning: function is never used: `create_connection_pool` Nov 06 21:49:24.628 INFO kablam! --> src/ports/web/mockdb.rs:35:1 Nov 06 21:49:24.629 INFO kablam! | Nov 06 21:49:24.629 INFO kablam! 35 | pub fn create_connection_pool(_: &str) -> Result { Nov 06 21:49:24.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 21:49:24.629 INFO kablam! | Nov 06 21:49:24.629 INFO kablam! = note: #[warn(dead_code)] on by default Nov 06 21:49:24.629 INFO kablam! Nov 06 21:49:24.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3m 05s Nov 06 21:49:24.949 INFO kablam! su: No module specific data is present Nov 06 21:49:26.408 INFO running `"docker" "rm" "-f" "fd41fc3ce6ec55eb8db70bbeab0269bdb0dfe90b1ca57b1cc33c3012a66a607f"` Nov 06 21:49:26.776 INFO blam! fd41fc3ce6ec55eb8db70bbeab0269bdb0dfe90b1ca57b1cc33c3012a66a607f