Nov 29 19:26:44.350 INFO checking rramsden/ufeed against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 19:26:44.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 19:26:44.840 INFO [stdout] ff685e6bf9945b6e9e0f68bd50072d4efb2028c7045148b1954e0fe15e025236 Nov 29 19:26:44.846 INFO running `"docker" "start" "-a" "ff685e6bf9945b6e9e0f68bd50072d4efb2028c7045148b1954e0fe15e025236"` Nov 29 19:26:45.966 INFO [stderr] usermod: no changes Nov 29 19:26:46.344 INFO [stderr] Compiling nodrop v0.1.13 Nov 29 19:26:46.348 INFO [stderr] Compiling lazy_static v1.2.0 Nov 29 19:26:46.356 INFO [stderr] Checking crypto v0.0.2 Nov 29 19:26:46.372 INFO [stderr] Compiling rust-crypto v0.2.36 Nov 29 19:26:46.372 INFO [stderr] Compiling smallvec v0.6.6 Nov 29 19:26:46.372 INFO [stderr] Checking r2d2 v0.8.3 Nov 29 19:26:46.372 INFO [stderr] Compiling url v1.7.2 Nov 29 19:26:46.372 INFO [stderr] Compiling syn v0.15.21 Nov 29 19:26:46.968 INFO [stderr] Compiling arrayvec v0.4.7 Nov 29 19:26:47.540 INFO [stderr] Checking diesel v1.3.3 Nov 29 19:26:50.977 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 29 19:26:56.343 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 29 19:26:56.720 INFO [stderr] Compiling hyper v0.10.15 Nov 29 19:26:57.928 INFO [stderr] Compiling rayon-core v1.4.1 Nov 29 19:27:06.680 INFO [stderr] Compiling rayon v0.7.1 Nov 29 19:27:13.977 INFO [stderr] Checking jwt v0.4.0 Nov 29 19:27:14.730 INFO [stderr] Compiling ring v0.11.0 Nov 29 19:27:44.138 INFO [stderr] Compiling synstructure v0.10.1 Nov 29 19:27:44.138 INFO [stderr] Compiling serde_derive v1.0.80 Nov 29 19:27:46.962 INFO [stderr] Checking cookie v0.9.2 Nov 29 19:27:50.672 INFO [stderr] Checking rocket v0.3.17 Nov 29 19:27:59.164 INFO [stderr] Compiling failure_derive v0.1.3 Nov 29 19:28:06.288 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 29 19:28:07.484 INFO [stderr] Checking failure v0.1.3 Nov 29 19:28:07.960 INFO [stderr] Checking dotenv v0.13.0 Nov 29 19:28:26.958 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 29 19:28:43.806 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 29 19:28:44.239 INFO [stderr] Checking ufeed v0.1.0 (/source) Nov 29 19:28:45.462 INFO [stderr] error[E0433]: failed to resolve: did you mean `auth::crypto`? Nov 29 19:28:45.462 INFO [stderr] --> src/auth.rs:5:5 Nov 29 19:28:45.462 INFO [stderr] | Nov 29 19:28:45.462 INFO [stderr] 5 | use crypto::sha2::Sha256; Nov 29 19:28:45.462 INFO [stderr] | ^^^^^^ did you mean `auth::crypto`? Nov 29 19:28:45.462 INFO [stderr] Nov 29 19:28:45.484 INFO [stderr] error[E0432]: unresolved import `jwt` Nov 29 19:28:45.484 INFO [stderr] --> src/auth.rs:6:5 Nov 29 19:28:45.484 INFO [stderr] | Nov 29 19:28:45.484 INFO [stderr] 6 | use jwt::{ Nov 29 19:28:45.484 INFO [stderr] | ^^^ did you mean `self::jwt`? Nov 29 19:28:45.484 INFO [stderr] Nov 29 19:28:45.484 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha256` Nov 29 19:28:45.484 INFO [stderr] --> src/auth.rs:25:33 Nov 29 19:28:45.484 INFO [stderr] | Nov 29 19:28:45.484 INFO [stderr] 25 | token.signed(b"secret_key", Sha256::new()).ok() Nov 29 19:28:45.484 INFO [stderr] | ^^^^^^ use of undeclared type or module `Sha256` Nov 29 19:28:45.484 INFO [stderr] Nov 29 19:28:45.484 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha256` Nov 29 19:28:45.484 INFO [stderr] --> src/auth.rs:31:36 Nov 29 19:28:45.484 INFO [stderr] | Nov 29 19:28:45.485 INFO [stderr] 31 | if token.verify(b"secret_key", Sha256::new()) { Nov 29 19:28:45.485 INFO [stderr] | ^^^^^^ use of undeclared type or module `Sha256` Nov 29 19:28:45.485 INFO [stderr] Nov 29 19:28:45.512 INFO [stderr] warning: unused import: `crypto::sha2::Sha256` Nov 29 19:28:45.512 INFO [stderr] --> src/auth.rs:5:5 Nov 29 19:28:45.512 INFO [stderr] | Nov 29 19:28:45.512 INFO [stderr] 5 | use crypto::sha2::Sha256; Nov 29 19:28:45.512 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: unused import: `auth::*` Nov 29 19:28:45.513 INFO [stderr] --> src/routes.rs:7:5 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 7 | use auth::*; Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `username` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.513 INFO [stderr] warning: cannot find type `email` in this scope Nov 29 19:28:45.513 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.513 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.513 INFO [stderr] | Nov 29 19:28:45.513 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 29 19:28:45.513 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.513 INFO [stderr] Nov 29 19:28:45.534 INFO [stderr] error[E0433]: failed to resolve: did you mean `auth::crypto`? Nov 29 19:28:45.535 INFO [stderr] --> src/auth.rs:5:5 Nov 29 19:28:45.535 INFO [stderr] | Nov 29 19:28:45.535 INFO [stderr] 5 | use crypto::sha2::Sha256; Nov 29 19:28:45.535 INFO [stderr] | ^^^^^^ did you mean `auth::crypto`? Nov 29 19:28:45.535 INFO [stderr] Nov 29 19:28:45.542 INFO [stderr] error[E0432]: unresolved import `jwt` Nov 29 19:28:45.542 INFO [stderr] --> src/auth.rs:6:5 Nov 29 19:28:45.542 INFO [stderr] | Nov 29 19:28:45.542 INFO [stderr] 6 | use jwt::{ Nov 29 19:28:45.542 INFO [stderr] | ^^^ did you mean `self::jwt`? Nov 29 19:28:45.542 INFO [stderr] Nov 29 19:28:45.548 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha256` Nov 29 19:28:45.548 INFO [stderr] --> src/auth.rs:25:33 Nov 29 19:28:45.548 INFO [stderr] | Nov 29 19:28:45.548 INFO [stderr] 25 | token.signed(b"secret_key", Sha256::new()).ok() Nov 29 19:28:45.548 INFO [stderr] | ^^^^^^ use of undeclared type or module `Sha256` Nov 29 19:28:45.548 INFO [stderr] Nov 29 19:28:45.548 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha256` Nov 29 19:28:45.548 INFO [stderr] --> src/auth.rs:31:36 Nov 29 19:28:45.548 INFO [stderr] | Nov 29 19:28:45.548 INFO [stderr] 31 | if token.verify(b"secret_key", Sha256::new()) { Nov 29 19:28:45.548 INFO [stderr] | ^^^^^^ use of undeclared type or module `Sha256` Nov 29 19:28:45.548 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: unused import: `crypto::sha2::Sha256` Nov 29 19:28:45.564 INFO [stderr] --> src/auth.rs:5:5 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 5 | use crypto::sha2::Sha256; Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: unused import: `auth::*` Nov 29 19:28:45.564 INFO [stderr] --> src/routes.rs:7:5 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 7 | use auth::*; Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.564 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 29 19:28:45.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.564 INFO [stderr] | Nov 29 19:28:45.564 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 29 19:28:45.564 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.564 INFO [stderr] Nov 29 19:28:45.568 INFO [stderr] warning: cannot find type `username` in this scope Nov 29 19:28:45.568 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.568 INFO [stderr] | Nov 29 19:28:45.568 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.568 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.568 INFO [stderr] | Nov 29 19:28:45.568 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 29 19:28:45.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.568 INFO [stderr] Nov 29 19:28:45.568 INFO [stderr] warning: cannot find type `email` in this scope Nov 29 19:28:45.568 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:28:45.568 INFO [stderr] | Nov 29 19:28:45.568 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:28:45.568 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:28:45.568 INFO [stderr] | Nov 29 19:28:45.568 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 29 19:28:45.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:28:45.568 INFO [stderr] Nov 29 19:28:45.804 INFO [stderr] error[E0277]: the trait bound `(i32, std::string::String, std::string::String): diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` is not satisfied Nov 29 19:28:45.804 INFO [stderr] --> src/models.rs:25:11 Nov 29 19:28:45.804 INFO [stderr] | Nov 29 19:28:45.804 INFO [stderr] 25 | posts.load::(connection).unwrap() Nov 29 19:28:45.804 INFO [stderr] | ^^^^ the trait `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` is not implemented for `(i32, std::string::String, std::string::String)` Nov 29 19:28:45.804 INFO [stderr] | Nov 29 19:28:45.804 INFO [stderr] = help: the following implementations were found: Nov 29 19:28:45.804 INFO [stderr] <(A, B, C) as diesel::Queryable<(SA, SB, SC), __DB>> Nov 29 19:28:45.804 INFO [stderr] <(A, B, C) as diesel::Queryable, diesel::pg::Pg>> Nov 29 19:28:45.804 INFO [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` for `models::Post` Nov 29 19:28:45.804 INFO [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, models::Post>` for `schema::posts::table` Nov 29 19:28:45.804 INFO [stderr] Nov 29 19:28:45.812 INFO [stderr] error[E0277]: the trait bound `(i32, std::string::String, std::string::String): diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` is not satisfied Nov 29 19:28:45.812 INFO [stderr] --> src/models.rs:36:42 Nov 29 19:28:45.812 INFO [stderr] | Nov 29 19:28:45.812 INFO [stderr] 36 | posts::table.order(posts::id.desc()).first(connection).unwrap() Nov 29 19:28:45.812 INFO [stderr] | ^^^^^ the trait `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` is not implemented for `(i32, std::string::String, std::string::String)` Nov 29 19:28:45.812 INFO [stderr] | Nov 29 19:28:45.812 INFO [stderr] = help: the following implementations were found: Nov 29 19:28:45.812 INFO [stderr] <(A, B, C) as diesel::Queryable<(SA, SB, SC), __DB>> Nov 29 19:28:45.812 INFO [stderr] <(A, B, C) as diesel::Queryable, diesel::pg::Pg>> Nov 29 19:28:45.812 INFO [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` for `models::Post` Nov 29 19:28:45.812 INFO [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery` for `diesel::query_builder::SelectStatement>, diesel::query_builder::limit_clause::LimitClause>>` Nov 29 19:28:45.812 INFO [stderr] Nov 29 19:28:45.818 INFO [stderr] error[E0277]: the trait bound `std::string::String: rocket::request::FromRequest<'_, '_>` is not satisfied Nov 29 19:28:45.818 INFO [stderr] --> src/routes.rs:20:1 Nov 29 19:28:45.818 INFO [stderr] | Nov 29 19:28:45.818 INFO [stderr] 20 | #[get("/login")] Nov 29 19:28:45.818 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `rocket::request::FromRequest<'_, '_>` is not implemented for `std::string::String` Nov 29 19:28:45.818 INFO [stderr] | Nov 29 19:28:45.818 INFO [stderr] = note: required by `rocket::request::FromRequest::from_request` Nov 29 19:28:45.818 INFO [stderr] Nov 29 19:28:45.848 INFO [stderr] error[E0277]: the trait bound `(i32, std::string::String, std::string::String): diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` is not satisfied Nov 29 19:28:45.848 INFO [stderr] --> src/models.rs:25:11 Nov 29 19:28:45.848 INFO [stderr] | Nov 29 19:28:45.848 INFO [stderr] 25 | posts.load::(connection).unwrap() Nov 29 19:28:45.848 INFO [stderr] | ^^^^ the trait `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` is not implemented for `(i32, std::string::String, std::string::String)` Nov 29 19:28:45.848 INFO [stderr] | Nov 29 19:28:45.848 INFO [stderr] = help: the following implementations were found: Nov 29 19:28:45.848 INFO [stderr] <(A, B, C) as diesel::Queryable<(SA, SB, SC), __DB>> Nov 29 19:28:45.848 INFO [stderr] <(A, B, C) as diesel::Queryable, diesel::pg::Pg>> Nov 29 19:28:45.848 INFO [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), _>` for `models::Post` Nov 29 19:28:45.848 INFO [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, models::Post>` for `schema::posts::table` Nov 29 19:28:45.848 INFO [stderr] Nov 29 19:28:45.852 INFO [stderr] error[E0277]: the trait bound `(i32, std::string::String, std::string::String): diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` is not satisfied Nov 29 19:28:45.852 INFO [stderr] --> src/models.rs:36:42 Nov 29 19:28:45.852 INFO [stderr] | Nov 29 19:28:45.852 INFO [stderr] 36 | posts::table.order(posts::id.desc()).first(connection).unwrap() Nov 29 19:28:45.852 INFO [stderr] | ^^^^^ the trait `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` is not implemented for `(i32, std::string::String, std::string::String)` Nov 29 19:28:45.852 INFO [stderr] | Nov 29 19:28:45.852 INFO [stderr] = help: the following implementations were found: Nov 29 19:28:45.852 INFO [stderr] <(A, B, C) as diesel::Queryable<(SA, SB, SC), __DB>> Nov 29 19:28:45.852 INFO [stderr] <(A, B, C) as diesel::Queryable, diesel::pg::Pg>> Nov 29 19:28:45.852 INFO [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer), diesel::pg::Pg>` for `models::Post` Nov 29 19:28:45.852 INFO [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery` for `diesel::query_builder::SelectStatement>, diesel::query_builder::limit_clause::LimitClause>>` Nov 29 19:28:45.852 INFO [stderr] Nov 29 19:28:45.876 INFO [stderr] error[E0277]: the trait bound `std::string::String: rocket::request::FromRequest<'_, '_>` is not satisfied Nov 29 19:28:45.876 INFO [stderr] --> src/routes.rs:20:1 Nov 29 19:28:45.876 INFO [stderr] | Nov 29 19:28:45.876 INFO [stderr] 20 | #[get("/login")] Nov 29 19:28:45.876 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `rocket::request::FromRequest<'_, '_>` is not implemented for `std::string::String` Nov 29 19:28:45.876 INFO [stderr] | Nov 29 19:28:45.876 INFO [stderr] = note: required by `rocket::request::FromRequest::from_request` Nov 29 19:28:45.876 INFO [stderr] Nov 29 19:28:45.888 INFO [stderr] error: aborting due to 7 previous errors Nov 29 19:28:45.888 INFO [stderr] Nov 29 19:28:45.888 INFO [stderr] Some errors occurred: E0277, E0432, E0433. Nov 29 19:28:45.888 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 29 19:28:45.896 INFO [stderr] error: Could not compile `ufeed`. Nov 29 19:28:45.896 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 19:28:45.956 INFO [stderr] error: aborting due to 7 previous errors Nov 29 19:28:45.956 INFO [stderr] Nov 29 19:28:45.956 INFO [stderr] Some errors occurred: E0277, E0432, E0433. Nov 29 19:28:45.956 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 29 19:28:45.980 INFO [stderr] error: Could not compile `ufeed`. Nov 29 19:28:45.980 INFO [stderr] Nov 29 19:28:45.980 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 19:28:45.980 INFO [stderr] su: No module specific data is present Nov 29 19:28:46.800 INFO running `"docker" "inspect" "ff685e6bf9945b6e9e0f68bd50072d4efb2028c7045148b1954e0fe15e025236"` Nov 29 19:28:47.069 INFO running `"docker" "rm" "-f" "ff685e6bf9945b6e9e0f68bd50072d4efb2028c7045148b1954e0fe15e025236"` Nov 29 19:28:47.398 INFO [stdout] ff685e6bf9945b6e9e0f68bd50072d4efb2028c7045148b1954e0fe15e025236