Nov 16 18:38:37.881 INFO testing n3phtys/molecule-dev against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 18:38:37.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:38:38.137 INFO [stdout] bdd7eea62453c4595f5a22bac318f94cc4f09ee18c9e48065134597e65899227 Nov 16 18:38:38.145 INFO running `"docker" "start" "-a" "bdd7eea62453c4595f5a22bac318f94cc4f09ee18c9e48065134597e65899227"` Nov 16 18:38:38.686 INFO [stderr] usermod: no changes Nov 16 18:38:38.821 INFO [stderr] Compiling serde v1.0.64 Nov 16 18:38:38.822 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 16 18:38:38.831 INFO [stderr] Compiling diesel v0.16.0 Nov 16 18:38:38.831 INFO [stderr] Compiling syn v0.11.11 Nov 16 18:38:38.831 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 16 18:38:38.831 INFO [stderr] Compiling error-chain v0.10.0 Nov 16 18:38:55.375 INFO [stderr] Compiling diesel v1.3.0 Nov 16 18:38:56.987 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 16 18:39:04.395 INFO [stderr] Compiling dotenv v0.10.1 Nov 16 18:39:09.935 INFO [stderr] Compiling serde_json v1.0.19 Nov 16 18:39:15.438 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 16 18:39:36.669 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 16 18:39:38.407 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 16 18:39:41.914 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 16 18:39:42.391 INFO [stderr] Compiling molecule v0.1.0 (/source) Nov 16 18:39:43.863 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 18:39:43.863 INFO [stderr] --> src/lib.rs:4:1 Nov 16 18:39:43.863 INFO [stderr] | Nov 16 18:39:43.864 INFO [stderr] 4 | #[macro_use] Nov 16 18:39:43.864 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 18:39:43.864 INFO [stderr] | Nov 16 18:39:43.865 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:39:43.865 INFO [stderr] Nov 16 18:39:43.865 INFO [stderr] warning: cannot find type `posts` in this scope Nov 16 18:39:43.866 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:39:43.866 INFO [stderr] | Nov 16 18:39:43.866 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:39:43.867 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.867 INFO [stderr] | Nov 16 18:39:43.867 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:39:43.867 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.867 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.867 INFO [stderr] Nov 16 18:39:43.867 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 16 18:39:43.867 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:39:43.869 INFO [stderr] | Nov 16 18:39:43.869 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:39:43.869 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.869 INFO [stderr] | Nov 16 18:39:43.869 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.869 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.869 INFO [stderr] Nov 16 18:39:43.869 INFO [stderr] warning: cannot find type `posts` in this scope Nov 16 18:39:43.869 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:39:43.869 INFO [stderr] | Nov 16 18:39:43.869 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:39:43.869 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.869 INFO [stderr] | Nov 16 18:39:43.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.871 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.871 INFO [stderr] Nov 16 18:39:43.872 INFO [stderr] warning: cannot find type `Post` in this scope Nov 16 18:39:43.872 INFO [stderr] --> src/database/models.rs:10:10 Nov 16 18:39:43.872 INFO [stderr] | Nov 16 18:39:43.872 INFO [stderr] 10 | #[derive(Queryable)] Nov 16 18:39:43.872 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.872 INFO [stderr] | Nov 16 18:39:43.872 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.872 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.872 INFO [stderr] Nov 16 18:39:43.872 INFO [stderr] warning: cannot find type `users` in this scope Nov 16 18:39:43.872 INFO [stderr] --> src/database/models.rs:18:10 Nov 16 18:39:43.872 INFO [stderr] | Nov 16 18:39:43.872 INFO [stderr] 18 | #[derive(Insertable)] Nov 16 18:39:43.872 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.872 INFO [stderr] | Nov 16 18:39:43.872 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.872 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.872 INFO [stderr] Nov 16 18:39:43.872 INFO [stderr] warning: cannot find type `NewUser` in this scope Nov 16 18:39:43.876 INFO [stderr] --> src/database/models.rs:18:10 Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] 18 | #[derive(Insertable)] Nov 16 18:39:43.876 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.876 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.876 INFO [stderr] Nov 16 18:39:43.876 INFO [stderr] warning: cannot find type `User` in this scope Nov 16 18:39:43.876 INFO [stderr] --> src/database/models.rs:25:10 Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:39:43.876 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.876 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.876 INFO [stderr] Nov 16 18:39:43.876 INFO [stderr] warning: cannot find type `User` in this scope Nov 16 18:39:43.876 INFO [stderr] --> src/database/models.rs:25:21 Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:39:43.876 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.876 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.876 INFO [stderr] Nov 16 18:39:43.876 INFO [stderr] warning: cannot find type `users` in this scope Nov 16 18:39:43.876 INFO [stderr] --> src/database/models.rs:25:21 Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:39:43.876 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.876 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.876 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.876 INFO [stderr] Nov 16 18:39:43.876 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:39:43.876 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:39:43.876 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `post_id` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `friendly_url` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `publish_date` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `expiration_date` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.883 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.883 INFO [stderr] Nov 16 18:39:43.883 INFO [stderr] warning: cannot find type `structure_id` in this scope Nov 16 18:39:43.883 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.883 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.883 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.883 INFO [stderr] | Nov 16 18:39:43.884 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.884 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.884 INFO [stderr] Nov 16 18:39:43.884 INFO [stderr] warning: cannot find type `content` in this scope Nov 16 18:39:43.884 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.884 INFO [stderr] | Nov 16 18:39:43.884 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.884 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.884 INFO [stderr] | Nov 16 18:39:43.884 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.884 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.884 INFO [stderr] Nov 16 18:39:43.885 INFO [stderr] warning: cannot find type `folder_id` in this scope Nov 16 18:39:43.885 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.885 INFO [stderr] | Nov 16 18:39:43.886 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.886 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.886 INFO [stderr] | Nov 16 18:39:43.887 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.887 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.887 INFO [stderr] Nov 16 18:39:43.888 INFO [stderr] warning: cannot find type `is_trash` in this scope Nov 16 18:39:43.888 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.888 INFO [stderr] | Nov 16 18:39:43.888 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.889 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.889 INFO [stderr] | Nov 16 18:39:43.889 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.889 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.890 INFO [stderr] Nov 16 18:39:43.890 INFO [stderr] warning: cannot find type `is_draft` in this scope Nov 16 18:39:43.890 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.891 INFO [stderr] | Nov 16 18:39:43.891 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.891 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.892 INFO [stderr] | Nov 16 18:39:43.892 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.892 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.892 INFO [stderr] Nov 16 18:39:43.893 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 16 18:39:43.893 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.894 INFO [stderr] | Nov 16 18:39:43.894 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.894 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.894 INFO [stderr] | Nov 16 18:39:43.894 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `modified_date` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `create_user_id` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `modified_user_id` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `site_id` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `file_hotlink_url` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.899 INFO [stderr] | Nov 16 18:39:43.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.899 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.899 INFO [stderr] Nov 16 18:39:43.899 INFO [stderr] warning: cannot find type `file_title` in this scope Nov 16 18:39:43.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.900 INFO [stderr] | Nov 16 18:39:43.900 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.900 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.900 INFO [stderr] | Nov 16 18:39:43.900 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.900 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.900 INFO [stderr] Nov 16 18:39:43.901 INFO [stderr] warning: cannot find type `file_id` in this scope Nov 16 18:39:43.901 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.901 INFO [stderr] | Nov 16 18:39:43.901 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.901 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.901 INFO [stderr] | Nov 16 18:39:43.901 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.901 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.901 INFO [stderr] Nov 16 18:39:43.902 INFO [stderr] warning: cannot find type `file_type_id` in this scope Nov 16 18:39:43.902 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.902 INFO [stderr] | Nov 16 18:39:43.902 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.902 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.902 INFO [stderr] | Nov 16 18:39:43.903 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.903 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.903 INFO [stderr] Nov 16 18:39:43.904 INFO [stderr] warning: cannot find type `page_id` in this scope Nov 16 18:39:43.904 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.904 INFO [stderr] | Nov 16 18:39:43.904 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.904 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.904 INFO [stderr] | Nov 16 18:39:43.905 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.905 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.905 INFO [stderr] Nov 16 18:39:43.906 INFO [stderr] warning: cannot find type `parent_page_id` in this scope Nov 16 18:39:43.906 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.906 INFO [stderr] | Nov 16 18:39:43.906 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.906 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.906 INFO [stderr] | Nov 16 18:39:43.906 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.906 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.906 INFO [stderr] Nov 16 18:39:43.907 INFO [stderr] warning: cannot find type `additional_javascript` in this scope Nov 16 18:39:43.907 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.907 INFO [stderr] | Nov 16 18:39:43.907 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.907 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.907 INFO [stderr] | Nov 16 18:39:43.907 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.907 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.907 INFO [stderr] Nov 16 18:39:43.908 INFO [stderr] warning: cannot find type `additional_css` in this scope Nov 16 18:39:43.908 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.908 INFO [stderr] | Nov 16 18:39:43.908 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.908 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.908 INFO [stderr] | Nov 16 18:39:43.908 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.908 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.908 INFO [stderr] Nov 16 18:39:43.909 INFO [stderr] warning: cannot find type `portlet_id` in this scope Nov 16 18:39:43.909 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.909 INFO [stderr] | Nov 16 18:39:43.909 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.909 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.909 INFO [stderr] | Nov 16 18:39:43.909 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.909 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.910 INFO [stderr] Nov 16 18:39:43.910 INFO [stderr] warning: cannot find type `page_internal_path` in this scope Nov 16 18:39:43.910 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.910 INFO [stderr] | Nov 16 18:39:43.910 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.910 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.910 INFO [stderr] | Nov 16 18:39:43.910 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.910 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.910 INFO [stderr] Nov 16 18:39:43.911 INFO [stderr] warning: cannot find type `portlet_type` in this scope Nov 16 18:39:43.911 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.911 INFO [stderr] | Nov 16 18:39:43.911 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.911 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.911 INFO [stderr] | Nov 16 18:39:43.911 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.911 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.911 INFO [stderr] Nov 16 18:39:43.912 INFO [stderr] warning: cannot find type `config` in this scope Nov 16 18:39:43.912 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.912 INFO [stderr] | Nov 16 18:39:43.912 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.912 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.912 INFO [stderr] | Nov 16 18:39:43.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.912 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.912 INFO [stderr] Nov 16 18:39:43.913 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:39:43.913 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.913 INFO [stderr] | Nov 16 18:39:43.913 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.913 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.913 INFO [stderr] | Nov 16 18:39:43.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.914 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.914 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.919 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.919 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.919 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.919 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `parent_site_id` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.919 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.919 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `theme_id` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.919 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.919 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `jsonStructure` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.919 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.919 INFO [stderr] Nov 16 18:39:43.919 INFO [stderr] warning: cannot find type `parent_structure_id` in this scope Nov 16 18:39:43.919 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.919 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.919 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.919 INFO [stderr] | Nov 16 18:39:43.920 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.920 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.920 INFO [stderr] Nov 16 18:39:43.922 INFO [stderr] warning: cannot find type `template_id` in this scope Nov 16 18:39:43.922 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.922 INFO [stderr] | Nov 16 18:39:43.922 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.922 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.922 INFO [stderr] | Nov 16 18:39:43.922 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.922 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.923 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.927 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `screen_name` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.927 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.927 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.927 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `anrede` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.927 INFO [stderr] Nov 16 18:39:43.927 INFO [stderr] warning: cannot find type `geburtstag` in this scope Nov 16 18:39:43.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.927 INFO [stderr] | Nov 16 18:39:43.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.927 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.928 INFO [stderr] Nov 16 18:39:43.928 INFO [stderr] warning: cannot find type `email` in this scope Nov 16 18:39:43.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.928 INFO [stderr] | Nov 16 18:39:43.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.928 INFO [stderr] | Nov 16 18:39:43.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.928 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.928 INFO [stderr] Nov 16 18:39:43.929 INFO [stderr] warning: cannot find type `portrait` in this scope Nov 16 18:39:43.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.929 INFO [stderr] | Nov 16 18:39:43.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.929 INFO [stderr] | Nov 16 18:39:43.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.929 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.929 INFO [stderr] Nov 16 18:39:43.929 INFO [stderr] warning: cannot find type `original_site_id` in this scope Nov 16 18:39:43.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.929 INFO [stderr] | Nov 16 18:39:43.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.929 INFO [stderr] | Nov 16 18:39:43.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.929 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.929 INFO [stderr] Nov 16 18:39:43.931 INFO [stderr] warning: cannot find type `vocabulary_id` in this scope Nov 16 18:39:43.931 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.931 INFO [stderr] | Nov 16 18:39:43.931 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.931 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.931 INFO [stderr] | Nov 16 18:39:43.931 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.931 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.931 INFO [stderr] Nov 16 18:39:43.931 INFO [stderr] warning: cannot find type `vocabulary_entry_id` in this scope Nov 16 18:39:43.931 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.931 INFO [stderr] | Nov 16 18:39:43.931 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.931 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.931 INFO [stderr] | Nov 16 18:39:43.931 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.931 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.931 INFO [stderr] Nov 16 18:39:43.935 INFO [stderr] warning: cannot find type `parent_vocabulary_entry_id` in this scope Nov 16 18:39:43.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:39:43.935 INFO [stderr] | Nov 16 18:39:43.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:39:43.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:39:43.935 INFO [stderr] | Nov 16 18:39:43.935 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:39:43.935 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:39:43.935 INFO [stderr] Nov 16 18:39:43.939 INFO [stderr] warning: unused import: `dotenv::dotenv` Nov 16 18:39:43.939 INFO [stderr] --> src/database/user.rs:4:5 Nov 16 18:39:43.939 INFO [stderr] | Nov 16 18:39:43.939 INFO [stderr] 4 | use dotenv::dotenv; Nov 16 18:39:43.939 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:39:43.939 INFO [stderr] Nov 16 18:39:43.939 INFO [stderr] warning: unused import: `std::env` Nov 16 18:39:43.939 INFO [stderr] --> src/database/user.rs:7:5 Nov 16 18:39:43.939 INFO [stderr] | Nov 16 18:39:43.939 INFO [stderr] 7 | use std::env; Nov 16 18:39:43.939 INFO [stderr] | ^^^^^^^^ Nov 16 18:39:43.939 INFO [stderr] Nov 16 18:39:43.939 INFO [stderr] warning: unused import: `database::models::*` Nov 16 18:39:43.939 INFO [stderr] --> src/database/mod.rs:14:5 Nov 16 18:39:43.939 INFO [stderr] | Nov 16 18:39:43.939 INFO [stderr] 14 | use database::models::*; Nov 16 18:39:43.939 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:43.939 INFO [stderr] Nov 16 18:39:43.939 INFO [stderr] warning: unused import: `std` Nov 16 18:39:43.939 INFO [stderr] --> src/database/mod.rs:17:5 Nov 16 18:39:43.939 INFO [stderr] | Nov 16 18:39:43.939 INFO [stderr] 17 | use std; Nov 16 18:39:43.939 INFO [stderr] | ^^^ Nov 16 18:39:43.939 INFO [stderr] Nov 16 18:39:43.939 INFO [stderr] warning: unused import: `schema::users::dsl::*` Nov 16 18:39:43.939 INFO [stderr] --> src/database/mod.rs:20:5 Nov 16 18:39:43.939 INFO [stderr] | Nov 16 18:39:43.939 INFO [stderr] 20 | use schema::users::dsl::*; Nov 16 18:39:43.939 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:43.939 INFO [stderr] Nov 16 18:39:45.687 INFO [stderr] warning: unused variable: `n` Nov 16 18:39:45.687 INFO [stderr] --> src/database/user.rs:32:12 Nov 16 18:39:45.687 INFO [stderr] | Nov 16 18:39:45.687 INFO [stderr] 32 | Ok(n) => users.order(user_id.desc()).first::(conn), Nov 16 18:39:45.687 INFO [stderr] | ^ help: consider using `_n` instead Nov 16 18:39:45.687 INFO [stderr] | Nov 16 18:39:45.687 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 18:39:45.687 INFO [stderr] Nov 16 18:39:46.107 INFO [stderr] warning: structure field `dbConnection` should have a snake case name such as `db_connection` Nov 16 18:39:46.107 INFO [stderr] --> src/common/mod.rs:14:5 Nov 16 18:39:46.107 INFO [stderr] | Nov 16 18:39:46.108 INFO [stderr] 14 | pub dbConnection: SqliteConnection, Nov 16 18:39:46.108 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:46.108 INFO [stderr] | Nov 16 18:39:46.108 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 18:39:46.108 INFO [stderr] Nov 16 18:39:52.025 INFO [stderr] warning: unused import: `molecule::database::models::*` Nov 16 18:39:52.025 INFO [stderr] --> src/bin/write_post.rs:6:5 Nov 16 18:39:52.025 INFO [stderr] | Nov 16 18:39:52.025 INFO [stderr] 6 | use molecule::database::models::*; Nov 16 18:39:52.025 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:52.038 INFO [stderr] | Nov 16 18:39:52.039 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:39:52.039 INFO [stderr] Nov 16 18:39:52.334 INFO [stderr] warning: unused import: `self::molecule::database::*` Nov 16 18:39:52.334 INFO [stderr] --> src/bin/delete_posts.rs:5:5 Nov 16 18:39:52.334 INFO [stderr] | Nov 16 18:39:52.334 INFO [stderr] 5 | use self::molecule::database::*; Nov 16 18:39:52.334 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:52.334 INFO [stderr] | Nov 16 18:39:52.334 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:39:52.334 INFO [stderr] Nov 16 18:39:52.989 INFO [stderr] warning: unused import: `self::molecule::database::models::Post` Nov 16 18:39:52.994 INFO [stderr] --> src/bin/publish_posts.rs:6:5 Nov 16 18:39:52.994 INFO [stderr] | Nov 16 18:39:52.994 INFO [stderr] 6 | use self::molecule::database::models::Post; Nov 16 18:39:52.994 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:39:52.994 INFO [stderr] | Nov 16 18:39:52.994 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:39:52.994 INFO [stderr] Nov 16 18:39:57.651 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Nov 16 18:39:57.660 INFO [stderr] su: No module specific data is present Nov 16 18:39:58.525 INFO running `"docker" "inspect" "bdd7eea62453c4595f5a22bac318f94cc4f09ee18c9e48065134597e65899227"` Nov 16 18:39:58.841 INFO running `"docker" "rm" "-f" "bdd7eea62453c4595f5a22bac318f94cc4f09ee18c9e48065134597e65899227"` Nov 16 18:39:59.142 INFO [stdout] bdd7eea62453c4595f5a22bac318f94cc4f09ee18c9e48065134597e65899227 Nov 16 18:39:59.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:39:59.570 INFO [stdout] 0af7c8f2d79ff450ec3bb17d01eda45bd982ca80c3566ebc8767d65054a2341e Nov 16 18:39:59.575 INFO running `"docker" "start" "-a" "0af7c8f2d79ff450ec3bb17d01eda45bd982ca80c3566ebc8767d65054a2341e"` Nov 16 18:40:00.643 INFO [stderr] usermod: no changes Nov 16 18:40:00.811 INFO [stderr] Compiling molecule v0.1.0 (/source) Nov 16 18:40:05.035 INFO [stderr] warning: unused import: `self::molecule::database::*` Nov 16 18:40:05.035 INFO [stderr] --> src/bin/delete_posts.rs:5:5 Nov 16 18:40:05.035 INFO [stderr] | Nov 16 18:40:05.035 INFO [stderr] 5 | use self::molecule::database::*; Nov 16 18:40:05.035 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:05.035 INFO [stderr] | Nov 16 18:40:05.035 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:40:05.035 INFO [stderr] Nov 16 18:40:05.612 INFO [stderr] warning: unused import: `self::molecule::database::models::Post` Nov 16 18:40:05.612 INFO [stderr] --> src/bin/publish_posts.rs:6:5 Nov 16 18:40:05.612 INFO [stderr] | Nov 16 18:40:05.612 INFO [stderr] 6 | use self::molecule::database::models::Post; Nov 16 18:40:05.612 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:05.612 INFO [stderr] | Nov 16 18:40:05.612 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:40:05.612 INFO [stderr] Nov 16 18:40:05.835 INFO [stderr] warning: unused import: `molecule::database::models::*` Nov 16 18:40:05.835 INFO [stderr] --> src/bin/write_post.rs:6:5 Nov 16 18:40:05.835 INFO [stderr] | Nov 16 18:40:05.835 INFO [stderr] 6 | use molecule::database::models::*; Nov 16 18:40:05.835 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:05.835 INFO [stderr] | Nov 16 18:40:05.835 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:40:05.835 INFO [stderr] Nov 16 18:40:07.317 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 18:40:07.317 INFO [stderr] --> src/lib.rs:4:1 Nov 16 18:40:07.317 INFO [stderr] | Nov 16 18:40:07.318 INFO [stderr] 4 | #[macro_use] Nov 16 18:40:07.318 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 18:40:07.318 INFO [stderr] | Nov 16 18:40:07.318 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:40:07.318 INFO [stderr] Nov 16 18:40:07.318 INFO [stderr] warning: cannot find type `posts` in this scope Nov 16 18:40:07.318 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:40:07.318 INFO [stderr] | Nov 16 18:40:07.318 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:40:07.318 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.318 INFO [stderr] | Nov 16 18:40:07.318 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:40:07.318 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.318 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.318 INFO [stderr] Nov 16 18:40:07.318 INFO [stderr] warning: cannot find type `NewPost` in this scope Nov 16 18:40:07.318 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:40:07.318 INFO [stderr] | Nov 16 18:40:07.318 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:40:07.318 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.318 INFO [stderr] | Nov 16 18:40:07.320 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.320 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.320 INFO [stderr] Nov 16 18:40:07.320 INFO [stderr] warning: cannot find type `posts` in this scope Nov 16 18:40:07.320 INFO [stderr] --> src/database/models.rs:3:10 Nov 16 18:40:07.320 INFO [stderr] | Nov 16 18:40:07.320 INFO [stderr] 3 | #[derive(Insertable)] Nov 16 18:40:07.320 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.320 INFO [stderr] | Nov 16 18:40:07.320 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.320 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.320 INFO [stderr] Nov 16 18:40:07.320 INFO [stderr] warning: cannot find type `Post` in this scope Nov 16 18:40:07.320 INFO [stderr] --> src/database/models.rs:10:10 Nov 16 18:40:07.320 INFO [stderr] | Nov 16 18:40:07.320 INFO [stderr] 10 | #[derive(Queryable)] Nov 16 18:40:07.320 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.321 INFO [stderr] | Nov 16 18:40:07.321 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.321 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.321 INFO [stderr] Nov 16 18:40:07.321 INFO [stderr] warning: cannot find type `users` in this scope Nov 16 18:40:07.321 INFO [stderr] --> src/database/models.rs:18:10 Nov 16 18:40:07.321 INFO [stderr] | Nov 16 18:40:07.321 INFO [stderr] 18 | #[derive(Insertable)] Nov 16 18:40:07.321 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.321 INFO [stderr] | Nov 16 18:40:07.321 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.321 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.321 INFO [stderr] Nov 16 18:40:07.321 INFO [stderr] warning: cannot find type `NewUser` in this scope Nov 16 18:40:07.321 INFO [stderr] --> src/database/models.rs:18:10 Nov 16 18:40:07.321 INFO [stderr] | Nov 16 18:40:07.321 INFO [stderr] 18 | #[derive(Insertable)] Nov 16 18:40:07.321 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.321 INFO [stderr] | Nov 16 18:40:07.321 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.321 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.321 INFO [stderr] Nov 16 18:40:07.322 INFO [stderr] warning: cannot find type `User` in this scope Nov 16 18:40:07.322 INFO [stderr] --> src/database/models.rs:25:10 Nov 16 18:40:07.322 INFO [stderr] | Nov 16 18:40:07.322 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:40:07.322 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.322 INFO [stderr] | Nov 16 18:40:07.322 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.322 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.322 INFO [stderr] Nov 16 18:40:07.322 INFO [stderr] warning: cannot find type `User` in this scope Nov 16 18:40:07.322 INFO [stderr] --> src/database/models.rs:25:21 Nov 16 18:40:07.322 INFO [stderr] | Nov 16 18:40:07.322 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:40:07.322 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.322 INFO [stderr] | Nov 16 18:40:07.322 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.322 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.322 INFO [stderr] Nov 16 18:40:07.322 INFO [stderr] warning: cannot find type `users` in this scope Nov 16 18:40:07.322 INFO [stderr] --> src/database/models.rs:25:21 Nov 16 18:40:07.322 INFO [stderr] | Nov 16 18:40:07.323 INFO [stderr] 25 | #[derive(Queryable, AsChangeset)] Nov 16 18:40:07.323 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.323 INFO [stderr] | Nov 16 18:40:07.323 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.323 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.323 INFO [stderr] Nov 16 18:40:07.323 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:40:07.323 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:40:07.323 INFO [stderr] | Nov 16 18:40:07.323 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:40:07.323 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.323 INFO [stderr] | Nov 16 18:40:07.323 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.323 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.323 INFO [stderr] Nov 16 18:40:07.323 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:40:07.323 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.323 INFO [stderr] | Nov 16 18:40:07.323 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.323 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.324 INFO [stderr] | Nov 16 18:40:07.324 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.324 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.324 INFO [stderr] Nov 16 18:40:07.324 INFO [stderr] warning: cannot find type `post_id` in this scope Nov 16 18:40:07.324 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.324 INFO [stderr] | Nov 16 18:40:07.324 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.324 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.324 INFO [stderr] | Nov 16 18:40:07.324 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.324 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.324 INFO [stderr] Nov 16 18:40:07.324 INFO [stderr] warning: cannot find type `friendly_url` in this scope Nov 16 18:40:07.324 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.324 INFO [stderr] | Nov 16 18:40:07.324 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.324 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.324 INFO [stderr] | Nov 16 18:40:07.324 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.324 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.324 INFO [stderr] Nov 16 18:40:07.327 INFO [stderr] warning: cannot find type `publish_date` in this scope Nov 16 18:40:07.327 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.327 INFO [stderr] | Nov 16 18:40:07.327 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.327 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.327 INFO [stderr] | Nov 16 18:40:07.327 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.327 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.327 INFO [stderr] Nov 16 18:40:07.327 INFO [stderr] warning: cannot find type `expiration_date` in this scope Nov 16 18:40:07.327 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.327 INFO [stderr] | Nov 16 18:40:07.327 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.327 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.327 INFO [stderr] | Nov 16 18:40:07.328 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.328 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.328 INFO [stderr] Nov 16 18:40:07.328 INFO [stderr] warning: cannot find type `structure_id` in this scope Nov 16 18:40:07.328 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.328 INFO [stderr] | Nov 16 18:40:07.328 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.328 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.328 INFO [stderr] | Nov 16 18:40:07.328 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.328 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.328 INFO [stderr] Nov 16 18:40:07.328 INFO [stderr] warning: cannot find type `content` in this scope Nov 16 18:40:07.328 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.328 INFO [stderr] | Nov 16 18:40:07.328 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.328 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.328 INFO [stderr] | Nov 16 18:40:07.328 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.328 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.328 INFO [stderr] Nov 16 18:40:07.328 INFO [stderr] warning: cannot find type `folder_id` in this scope Nov 16 18:40:07.328 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.328 INFO [stderr] | Nov 16 18:40:07.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.329 INFO [stderr] | Nov 16 18:40:07.329 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.329 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.329 INFO [stderr] Nov 16 18:40:07.329 INFO [stderr] warning: cannot find type `is_trash` in this scope Nov 16 18:40:07.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.329 INFO [stderr] | Nov 16 18:40:07.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.329 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.329 INFO [stderr] | Nov 16 18:40:07.329 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.329 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.329 INFO [stderr] Nov 16 18:40:07.329 INFO [stderr] warning: cannot find type `is_draft` in this scope Nov 16 18:40:07.329 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.329 INFO [stderr] | Nov 16 18:40:07.329 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.330 INFO [stderr] | Nov 16 18:40:07.330 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.330 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.330 INFO [stderr] Nov 16 18:40:07.330 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 16 18:40:07.330 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.330 INFO [stderr] | Nov 16 18:40:07.330 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.330 INFO [stderr] | Nov 16 18:40:07.330 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.330 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.330 INFO [stderr] Nov 16 18:40:07.330 INFO [stderr] warning: cannot find type `modified_date` in this scope Nov 16 18:40:07.330 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.330 INFO [stderr] | Nov 16 18:40:07.330 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.331 INFO [stderr] | Nov 16 18:40:07.331 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.331 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.331 INFO [stderr] Nov 16 18:40:07.331 INFO [stderr] warning: cannot find type `create_user_id` in this scope Nov 16 18:40:07.331 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.331 INFO [stderr] | Nov 16 18:40:07.331 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.331 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.331 INFO [stderr] | Nov 16 18:40:07.331 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.332 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.332 INFO [stderr] Nov 16 18:40:07.332 INFO [stderr] warning: cannot find type `modified_user_id` in this scope Nov 16 18:40:07.332 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.332 INFO [stderr] | Nov 16 18:40:07.333 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.333 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.333 INFO [stderr] | Nov 16 18:40:07.334 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.334 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.335 INFO [stderr] Nov 16 18:40:07.335 INFO [stderr] warning: cannot find type `site_id` in this scope Nov 16 18:40:07.335 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.335 INFO [stderr] | Nov 16 18:40:07.336 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.336 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.336 INFO [stderr] | Nov 16 18:40:07.337 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.337 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.337 INFO [stderr] Nov 16 18:40:07.337 INFO [stderr] warning: cannot find type `file_hotlink_url` in this scope Nov 16 18:40:07.338 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.338 INFO [stderr] | Nov 16 18:40:07.338 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.339 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.339 INFO [stderr] | Nov 16 18:40:07.339 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.339 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.340 INFO [stderr] Nov 16 18:40:07.340 INFO [stderr] warning: cannot find type `file_title` in this scope Nov 16 18:40:07.340 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.340 INFO [stderr] | Nov 16 18:40:07.341 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.341 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.341 INFO [stderr] | Nov 16 18:40:07.342 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.342 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.342 INFO [stderr] Nov 16 18:40:07.342 INFO [stderr] warning: cannot find type `file_id` in this scope Nov 16 18:40:07.343 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.343 INFO [stderr] | Nov 16 18:40:07.343 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.344 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.344 INFO [stderr] | Nov 16 18:40:07.344 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.345 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.345 INFO [stderr] Nov 16 18:40:07.345 INFO [stderr] warning: cannot find type `file_type_id` in this scope Nov 16 18:40:07.346 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.346 INFO [stderr] | Nov 16 18:40:07.346 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.351 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.351 INFO [stderr] | Nov 16 18:40:07.351 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.352 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.352 INFO [stderr] Nov 16 18:40:07.352 INFO [stderr] warning: cannot find type `page_id` in this scope Nov 16 18:40:07.353 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.353 INFO [stderr] | Nov 16 18:40:07.353 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.353 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.354 INFO [stderr] | Nov 16 18:40:07.354 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.354 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.355 INFO [stderr] Nov 16 18:40:07.355 INFO [stderr] warning: cannot find type `parent_page_id` in this scope Nov 16 18:40:07.355 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.355 INFO [stderr] | Nov 16 18:40:07.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.356 INFO [stderr] | Nov 16 18:40:07.356 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.357 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.357 INFO [stderr] Nov 16 18:40:07.357 INFO [stderr] warning: cannot find type `additional_javascript` in this scope Nov 16 18:40:07.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.358 INFO [stderr] | Nov 16 18:40:07.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.359 INFO [stderr] | Nov 16 18:40:07.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.359 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.360 INFO [stderr] Nov 16 18:40:07.360 INFO [stderr] warning: cannot find type `additional_css` in this scope Nov 16 18:40:07.360 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.361 INFO [stderr] | Nov 16 18:40:07.361 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.361 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.361 INFO [stderr] | Nov 16 18:40:07.362 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.362 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.362 INFO [stderr] Nov 16 18:40:07.363 INFO [stderr] warning: cannot find type `portlet_id` in this scope Nov 16 18:40:07.363 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.363 INFO [stderr] | Nov 16 18:40:07.363 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.364 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.364 INFO [stderr] | Nov 16 18:40:07.364 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.364 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.365 INFO [stderr] Nov 16 18:40:07.365 INFO [stderr] warning: cannot find type `page_internal_path` in this scope Nov 16 18:40:07.365 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.365 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.365 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.365 INFO [stderr] Nov 16 18:40:07.365 INFO [stderr] warning: cannot find type `portlet_type` in this scope Nov 16 18:40:07.365 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.365 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.365 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.365 INFO [stderr] Nov 16 18:40:07.365 INFO [stderr] warning: cannot find type `config` in this scope Nov 16 18:40:07.365 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.365 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.365 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.365 INFO [stderr] Nov 16 18:40:07.365 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:40:07.365 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.365 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.365 INFO [stderr] | Nov 16 18:40:07.365 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `parent_site_id` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `theme_id` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `jsonStructure` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `parent_structure_id` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `template_id` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `screen_name` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.366 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.366 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.366 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.366 INFO [stderr] Nov 16 18:40:07.366 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 16 18:40:07.366 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.366 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `anrede` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `geburtstag` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `email` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `portrait` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `original_site_id` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `vocabulary_id` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `vocabulary_entry_id` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.367 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.367 INFO [stderr] | Nov 16 18:40:07.367 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.367 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.367 INFO [stderr] Nov 16 18:40:07.367 INFO [stderr] warning: cannot find type `parent_vocabulary_entry_id` in this scope Nov 16 18:40:07.367 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:40:07.368 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:07.368 INFO [stderr] warning: unused import: `dotenv::dotenv` Nov 16 18:40:07.368 INFO [stderr] --> src/database/user.rs:4:5 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 4 | use dotenv::dotenv; Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:07.368 INFO [stderr] warning: unused import: `std::env` Nov 16 18:40:07.368 INFO [stderr] --> src/database/user.rs:7:5 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 7 | use std::env; Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^^ Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:07.368 INFO [stderr] warning: unused import: `diesel::*` Nov 16 18:40:07.368 INFO [stderr] --> src/database/user.rs:74:9 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 74 | use diesel::*; Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^^^ Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:07.368 INFO [stderr] warning: unused import: `database::models::*` Nov 16 18:40:07.368 INFO [stderr] --> src/database/mod.rs:14:5 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 14 | use database::models::*; Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:07.368 INFO [stderr] warning: unused import: `schema::users::dsl::*` Nov 16 18:40:07.368 INFO [stderr] --> src/database/mod.rs:20:5 Nov 16 18:40:07.368 INFO [stderr] | Nov 16 18:40:07.368 INFO [stderr] 20 | use schema::users::dsl::*; Nov 16 18:40:07.368 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:07.368 INFO [stderr] Nov 16 18:40:08.979 INFO [stderr] warning: unused variable: `n` Nov 16 18:40:08.979 INFO [stderr] --> src/database/user.rs:32:12 Nov 16 18:40:08.979 INFO [stderr] | Nov 16 18:40:08.979 INFO [stderr] 32 | Ok(n) => users.order(user_id.desc()).first::(conn), Nov 16 18:40:08.979 INFO [stderr] | ^ help: consider using `_n` instead Nov 16 18:40:08.979 INFO [stderr] | Nov 16 18:40:08.979 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 18:40:08.979 INFO [stderr] Nov 16 18:40:08.983 INFO [stderr] warning: unused variable: `number_of_users` Nov 16 18:40:08.983 INFO [stderr] --> src/database/user.rs:77:9 Nov 16 18:40:08.983 INFO [stderr] | Nov 16 18:40:08.983 INFO [stderr] 77 | let number_of_users = create_user(&conn, site_id, name).expect("should create user"); Nov 16 18:40:08.983 INFO [stderr] | ^^^^^^^^^^^^^^^ help: consider using `_number_of_users` instead Nov 16 18:40:08.983 INFO [stderr] Nov 16 18:40:09.487 INFO [stderr] warning: structure field `dbConnection` should have a snake case name such as `db_connection` Nov 16 18:40:09.487 INFO [stderr] --> src/common/mod.rs:14:5 Nov 16 18:40:09.487 INFO [stderr] | Nov 16 18:40:09.487 INFO [stderr] 14 | pub dbConnection: SqliteConnection, Nov 16 18:40:09.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:09.487 INFO [stderr] | Nov 16 18:40:09.487 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 18:40:09.487 INFO [stderr] Nov 16 18:40:09.531 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 18:40:09.532 INFO [stderr] --> src/database/mod.rs:57:5 Nov 16 18:40:09.532 INFO [stderr] | Nov 16 18:40:09.532 INFO [stderr] 57 | embedded_migrations::run_with_output(&conn, &mut std::io::stdout()); Nov 16 18:40:09.533 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 18:40:09.533 INFO [stderr] | Nov 16 18:40:09.533 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 16 18:40:09.534 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 18:40:09.534 INFO [stderr] Nov 16 18:40:12.400 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.73s Nov 16 18:40:12.410 INFO [stderr] su: No module specific data is present Nov 16 18:40:13.273 INFO running `"docker" "inspect" "0af7c8f2d79ff450ec3bb17d01eda45bd982ca80c3566ebc8767d65054a2341e"` Nov 16 18:40:13.613 INFO running `"docker" "rm" "-f" "0af7c8f2d79ff450ec3bb17d01eda45bd982ca80c3566ebc8767d65054a2341e"` Nov 16 18:40:13.939 INFO [stdout] 0af7c8f2d79ff450ec3bb17d01eda45bd982ca80c3566ebc8767d65054a2341e Nov 16 18:40:13.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:40:14.391 INFO [stdout] 2babb17fee25691b32bfc486ead1e24482531a52ced8dd94363ea11fced5c3d6 Nov 16 18:40:14.395 INFO running `"docker" "start" "-a" "2babb17fee25691b32bfc486ead1e24482531a52ced8dd94363ea11fced5c3d6"` Nov 16 18:40:15.699 INFO [stderr] usermod: no changes Nov 16 18:40:15.873 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s Nov 16 18:40:15.899 INFO [stderr] Running /target/debug/deps/molecule-99c3fc360485301e Nov 16 18:40:15.911 INFO [stdout] Nov 16 18:40:15.911 INFO [stdout] running 2 tests Nov 16 18:40:15.911 INFO [stdout] Running migration 20180525191918 Nov 16 18:40:15.911 INFO [stdout] test database::user::create_two_users ... ok Nov 16 18:40:15.911 INFO [stdout] Running migration 20180525191918 Nov 16 18:40:15.913 INFO [stdout] test database::user::create_one_user_and_delete ... ok Nov 16 18:40:15.913 INFO [stdout] Nov 16 18:40:15.913 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.913 INFO [stdout] Nov 16 18:40:15.916 INFO [stderr] Running /target/debug/deps/delete_posts-882717d8bf289e14 Nov 16 18:40:15.917 INFO [stdout] Nov 16 18:40:15.918 INFO [stdout] running 0 tests Nov 16 18:40:15.920 INFO [stdout] Nov 16 18:40:15.920 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.920 INFO [stdout] Nov 16 18:40:15.928 INFO [stderr] Running /target/debug/deps/publish_posts-d6f5b800ae710cd5 Nov 16 18:40:15.939 INFO [stdout] Nov 16 18:40:15.939 INFO [stdout] running 0 tests Nov 16 18:40:15.939 INFO [stdout] Nov 16 18:40:15.940 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.940 INFO [stdout] Nov 16 18:40:15.945 INFO [stdout] Nov 16 18:40:15.945 INFO [stderr] Running /target/debug/deps/show_posts-9b7d9cbe60bd9b55 Nov 16 18:40:15.946 INFO [stdout] running 0 tests Nov 16 18:40:15.946 INFO [stderr] Running /target/debug/deps/show_users-ee6d670797f25390 Nov 16 18:40:15.946 INFO [stdout] Nov 16 18:40:15.947 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.947 INFO [stdout] Nov 16 18:40:15.954 INFO [stdout] Nov 16 18:40:15.955 INFO [stdout] running 0 tests Nov 16 18:40:15.955 INFO [stdout] Nov 16 18:40:15.955 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.956 INFO [stdout] Nov 16 18:40:15.957 INFO [stderr] Running /target/debug/deps/write_post-b3b5d5ddeed60b9e Nov 16 18:40:15.974 INFO [stdout] Nov 16 18:40:15.975 INFO [stdout] running 0 tests Nov 16 18:40:15.975 INFO [stdout] Nov 16 18:40:15.976 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:15.976 INFO [stdout] Nov 16 18:40:15.977 INFO [stderr] Doc-tests molecule Nov 16 18:40:18.111 INFO [stdout] Nov 16 18:40:18.111 INFO [stdout] running 0 tests Nov 16 18:40:18.111 INFO [stdout] Nov 16 18:40:18.111 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:40:18.111 INFO [stdout] Nov 16 18:40:18.123 INFO [stderr] su: No module specific data is present Nov 16 18:40:18.889 INFO running `"docker" "inspect" "2babb17fee25691b32bfc486ead1e24482531a52ced8dd94363ea11fced5c3d6"` Nov 16 18:40:19.099 INFO running `"docker" "rm" "-f" "2babb17fee25691b32bfc486ead1e24482531a52ced8dd94363ea11fced5c3d6"` Nov 16 18:40:19.570 INFO [stdout] 2babb17fee25691b32bfc486ead1e24482531a52ced8dd94363ea11fced5c3d6