[INFO] fetching crate collie-auth 0.1.0... [INFO] testing collie-auth-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate collie-auth 0.1.0 into /workspace/builds/worker-6-tc1/source [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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate collie-auth 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 271 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding rusqlite v0.31.0 (available: v0.37.0) [INFO] [stderr] Adding sea-query-rusqlite v0.6.0 (available: v0.7.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sea-query-rusqlite v0.6.0 [INFO] [stderr] Downloaded collie-core v0.1.0 [INFO] [stderr] Downloaded sea-query v0.31.1 [INFO] [stderr] Downloaded sea-query v0.32.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34251103273d9fe0663fa8503c22f5cd4dddd0d53492cff811bcec7ef3f28de7 [INFO] running `Command { std: "docker" "start" "-a" "34251103273d9fe0663fa8503c22f5cd4dddd0d53492cff811bcec7ef3f28de7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34251103273d9fe0663fa8503c22f5cd4dddd0d53492cff811bcec7ef3f28de7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34251103273d9fe0663fa8503c22f5cd4dddd0d53492cff811bcec7ef3f28de7", kill_on_drop: false }` [INFO] [stdout] 34251103273d9fe0663fa8503c22f5cd4dddd0d53492cff811bcec7ef3f28de7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a580ca71bf57b376b97c967a95d885b5d91d8092b092e4981d1a41027ee0c22 [INFO] running `Command { std: "docker" "start" "-a" "0a580ca71bf57b376b97c967a95d885b5d91d8092b092e4981d1a41027ee0c22", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling dtoa v1.0.10 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling inherent v1.0.12 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling time-macros v0.2.23 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling servo_arc v0.3.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling ego-tree v0.6.3 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling sea-query-derive v0.4.3 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling time v0.3.42 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling sea-query v0.32.7 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling selectors v0.25.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling cssparser v0.31.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling diligent-date-parser v0.1.5 [INFO] [stderr] Compiling sea-query v0.31.1 [INFO] [stderr] Compiling rusqlite v0.31.0 [INFO] [stderr] Compiling atom_syndication v0.12.7 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling rss v2.0.12 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling sea-query-rusqlite v0.6.0 [INFO] [stderr] Compiling scraper v0.18.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling collie-core v0.1.0 [INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/collie-core-0.1.0/src/repository/feed.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | Utc::now().into(), [INFO] [stdout] | ^^^^ the trait `From>` is not implemented for `sea_query::Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [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>` [INFO] [stdout] `sea_query::Value` implements `From>` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] and 11 others [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [INFO] [stdout] = note: required for `sea_query::SimpleExpr` to implement `From>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [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-1949cf8c6b5b557f/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 sea_query::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-1949cf8c6b5b557f/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 sea_query::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-1949cf8c6b5b557f/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 sea_query::SelectStatement` [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/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>` is not implemented for `sea_query::Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [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>` [INFO] [stdout] `sea_query::Value` implements `From>` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] and 11 others [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [INFO] [stdout] = note: required for `sea_query::SimpleExpr` to implement `From>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [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-1949cf8c6b5b557f/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 sea_query::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-1949cf8c6b5b557f/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 sea_query::DeleteStatement` [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sea_query::Value: From>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/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>` is not implemented for `sea_query::Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [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>` [INFO] [stdout] `sea_query::Value` implements `From>` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] `sea_query::Value` implements `From` [INFO] [stdout] and 11 others [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [INFO] [stdout] = note: required for `sea_query::SimpleExpr` to implement `From>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `chrono::DateTime` to implement `Into` [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-1949cf8c6b5b557f/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 sea_query::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-1949cf8c6b5b557f/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 `sea_query::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-1949cf8c6b5b557f/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 `sea_query::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-1949cf8c6b5b557f/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 sea_query::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-1949cf8c6b5b557f/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 `sea_query::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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0a580ca71bf57b376b97c967a95d885b5d91d8092b092e4981d1a41027ee0c22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a580ca71bf57b376b97c967a95d885b5d91d8092b092e4981d1a41027ee0c22", kill_on_drop: false }` [INFO] [stdout] 0a580ca71bf57b376b97c967a95d885b5d91d8092b092e4981d1a41027ee0c22