[INFO] fetching crate collie-auth 0.1.0...
[INFO] checking collie-auth-0.1.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate collie-auth 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate collie-auth 0.1.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate collie-auth 0.1.0
[INFO] finished tweaking crates.io crate collie-auth 0.1.0
[INFO] tweaked toml for crates.io crate collie-auth 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 250 packages to latest compatible versions
[INFO] [stderr]       Adding rusqlite v0.31.0 (available: v0.32.1)
[INFO] [stderr]       Adding sea-query-rusqlite v0.6.0 (available: v0.7.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5934d1a84f1ec1eb3be4cbc6c9dfa624a0d7b78365e804a551d61fb8996d1f8a
[INFO] running `Command { std: "docker" "start" "-a" "5934d1a84f1ec1eb3be4cbc6c9dfa624a0d7b78365e804a551d61fb8996d1f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5934d1a84f1ec1eb3be4cbc6c9dfa624a0d7b78365e804a551d61fb8996d1f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5934d1a84f1ec1eb3be4cbc6c9dfa624a0d7b78365e804a551d61fb8996d1f8a", kill_on_drop: false }`
[INFO] [stdout] 5934d1a84f1ec1eb3be4cbc6c9dfa624a0d7b78365e804a551d61fb8996d1f8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8936752755fe37639c8e85ca59f17e8d26324f271cbce4765077a9a9b3be0cc1
[INFO] running `Command { std: "docker" "start" "-a" "8936752755fe37639c8e85ca59f17e8d26324f271cbce4765077a9a9b3be0cc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking quick-xml v0.37.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking servo_arc v0.3.0
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking ego-tree v0.6.3
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking diligent-date-parser v0.1.5
[INFO] [stderr]     Checking sea-query v0.31.1
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling sea-query-derive v0.4.2
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking sea-query v0.32.0
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking cssparser v0.31.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking atom_syndication v0.12.5
[INFO] [stderr]     Checking sea-query-rusqlite v0.6.0
[INFO] [stderr]     Checking rss v2.0.11
[INFO] [stderr]     Checking jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking scraper v0.18.1
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking collie-core v0.1.0
[INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From<chrono::DateTime<Utc>>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |             Utc::now().into(),
[INFO] [stdout]    |                        ^^^^ the trait `From<chrono::DateTime<Utc>>` is not implemented for `sea_query::Value`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              `sea_query::Value` implements `From<&[u8]>`
[INFO] [stdout]              `sea_query::Value` implements `From<&std::string::String>`
[INFO] [stdout]              `sea_query::Value` implements `From<&str>`
[INFO] [stdout]              `sea_query::Value` implements `From<Cow<'_, str>>`
[INFO] [stdout]              `sea_query::Value` implements `From<Vec<u8>>`
[INFO] [stdout]              `sea_query::Value` implements `From<bool>`
[INFO] [stdout]              `sea_query::Value` implements `From<char>`
[INFO] [stdout]              `sea_query::Value` implements `From<f32>`
[INFO] [stdout]            and 11 others
[INFO] [stdout]    = note: required for `chrono::DateTime<Utc>` to implement `Into<sea_query::Value>`
[INFO] [stdout]    = note: required for `sea_query::SimpleExpr` to implement `From<chrono::DateTime<Utc>>`
[INFO] [stdout]    = note: 1 redundant requirement hidden
[INFO] [stdout]    = note: required for `chrono::DateTime<Utc>` to implement `Into<sea_query::SimpleExpr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::InsertStatement` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 13 |       let (sql, values) = Query::insert()
[INFO] [stdout]    |  _________________________-
[INFO] [stdout] 14 | |         .into_table(Feeds::Table)
[INFO] [stdout] 15 | |         .columns([
[INFO] [stdout] 16 | |             Feeds::Title,
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         ])
[INFO] [stdout] 27 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `&mut InsertStatement`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::SelectStatement` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 34 |       let (sql, values) = Query::select()
[INFO] [stdout]    |  _________________________-
[INFO] [stdout] 35 | |         .columns([
[INFO] [stdout] 36 | |             Feeds::Id,
[INFO] [stdout] 37 | |             Feeds::Title,
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | |         .from(Feeds::Table)
[INFO] [stdout] 44 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `&mut SelectStatement`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::SelectStatement` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:66:10
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let (sql, values) = Query::select()
[INFO] [stdout]    |  _________________________-
[INFO] [stdout] 55 | |         .columns([
[INFO] [stdout] 56 | |             Feeds::Id,
[INFO] [stdout] 57 | |             Feeds::Title,
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | |         .limit(1)
[INFO] [stdout] 66 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `&mut SelectStatement`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From<chrono::DateTime<FixedOffset>>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:91:49
[INFO] [stdout]    |
[INFO] [stdout] 91 |         vals.push((Feeds::CheckedAt, checked_at.into()));
[INFO] [stdout]    |                                                 ^^^^ the trait `From<chrono::DateTime<FixedOffset>>` is not implemented for `sea_query::Value`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              `sea_query::Value` implements `From<&[u8]>`
[INFO] [stdout]              `sea_query::Value` implements `From<&std::string::String>`
[INFO] [stdout]              `sea_query::Value` implements `From<&str>`
[INFO] [stdout]              `sea_query::Value` implements `From<Cow<'_, str>>`
[INFO] [stdout]              `sea_query::Value` implements `From<Vec<u8>>`
[INFO] [stdout]              `sea_query::Value` implements `From<bool>`
[INFO] [stdout]              `sea_query::Value` implements `From<char>`
[INFO] [stdout]              `sea_query::Value` implements `From<f32>`
[INFO] [stdout]            and 11 others
[INFO] [stdout]    = note: required for `chrono::DateTime<FixedOffset>` to implement `Into<sea_query::Value>`
[INFO] [stdout]    = note: required for `sea_query::SimpleExpr` to implement `From<chrono::DateTime<FixedOffset>>`
[INFO] [stdout]    = note: 1 redundant requirement hidden
[INFO] [stdout]    = note: required for `chrono::DateTime<FixedOffset>` to implement `Into<sea_query::SimpleExpr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::UpdateStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 98  |       let (sql, values) = Query::update()
[INFO] [stdout]     |  _________________________-
[INFO] [stdout] 99  | |         .table(Feeds::Table)
[INFO] [stdout] 100 | |         .values(vals)
[INFO] [stdout] 101 | |         .and_where(Expr::col(Feeds::Id).eq(arg.id))
[INFO] [stdout] 102 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^ method not found in `&mut UpdateStatement`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::DeleteStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/feed.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 109 |       let (sql, values) = Query::delete()
[INFO] [stdout]     |  _________________________-
[INFO] [stdout] 110 | |         .from_table(Feeds::Table)
[INFO] [stdout] 111 | |         .and_where(Expr::col(Feeds::Id).eq(id))
[INFO] [stdout] 112 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^ method not found in `&mut DeleteStatement`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From<chrono::DateTime<FixedOffset>>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |             arg.published_at.into(),
[INFO] [stdout]    |                              ^^^^ the trait `From<chrono::DateTime<FixedOffset>>` is not implemented for `sea_query::Value`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              `sea_query::Value` implements `From<&[u8]>`
[INFO] [stdout]              `sea_query::Value` implements `From<&std::string::String>`
[INFO] [stdout]              `sea_query::Value` implements `From<&str>`
[INFO] [stdout]              `sea_query::Value` implements `From<Cow<'_, str>>`
[INFO] [stdout]              `sea_query::Value` implements `From<Vec<u8>>`
[INFO] [stdout]              `sea_query::Value` implements `From<bool>`
[INFO] [stdout]              `sea_query::Value` implements `From<char>`
[INFO] [stdout]              `sea_query::Value` implements `From<f32>`
[INFO] [stdout]            and 11 others
[INFO] [stdout]    = note: required for `chrono::DateTime<FixedOffset>` to implement `Into<sea_query::Value>`
[INFO] [stdout]    = note: required for `sea_query::SimpleExpr` to implement `From<chrono::DateTime<FixedOffset>>`
[INFO] [stdout]    = note: 1 redundant requirement hidden
[INFO] [stdout]    = note: required for `chrono::DateTime<FixedOffset>` to implement `Into<sea_query::SimpleExpr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::InsertStatement` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let (sql, values) = Query::insert()
[INFO] [stdout]    |  _________________________-
[INFO] [stdout] 15 | |         .into_table(Items::Table)
[INFO] [stdout] 16 | |         .columns([
[INFO] [stdout] 17 | |             Items::Fingerprint,
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | |         ])
[INFO] [stdout] 36 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `&mut InsertStatement`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for struct `sea_query::SelectStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:121:31
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let (sql, values) = query.build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ method not found in `SelectStatement`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for struct `sea_query::SelectStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let (sql, values) = query.build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ method not found in `SelectStatement`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for mutable reference `&mut sea_query::UpdateStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 169 |       let (sql, values) = Query::update()
[INFO] [stdout]     |  _________________________-
[INFO] [stdout] 170 | |         .table(Items::Table)
[INFO] [stdout] 171 | |         .values(vals)
[INFO] [stdout] 172 | |         .and_where(Expr::col(Items::Id).eq(arg.id))
[INFO] [stdout] 173 | |         .build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^ method not found in `&mut UpdateStatement`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build_rusqlite` found for struct `sea_query::UpdateStatement` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/collie-core-0.1.0/src/repository/item.rs:211:31
[INFO] [stdout]     |
[INFO] [stdout] 211 |     let (sql, values) = query.build_rusqlite(SqliteQueryBuilder);
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ method not found in `UpdateStatement`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `collie-core` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "8936752755fe37639c8e85ca59f17e8d26324f271cbce4765077a9a9b3be0cc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8936752755fe37639c8e85ca59f17e8d26324f271cbce4765077a9a9b3be0cc1", kill_on_drop: false }`
[INFO] [stdout] 8936752755fe37639c8e85ca59f17e8d26324f271cbce4765077a9a9b3be0cc1
