[INFO] cloning repository https://github.com/ni-ms/sea-orm-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ni-ms/sea-orm-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fni-ms%2Fsea-orm-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fni-ms%2Fsea-orm-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 080fedd8dc83ad3b1cde776ef5e3421f15451cda [INFO] checking ni-ms/sea-orm-demo against try#446cb600aa4837dd6c513f14fa0d25a909b177d7 for pr-149195 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fni-ms%2Fsea-orm-demo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ni-ms/sea-orm-demo [INFO] finished tweaking git repo https://github.com/ni-ms/sea-orm-demo [INFO] tweaked toml for git repo https://github.com/ni-ms/sea-orm-demo written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ni-ms/sea-orm-demo on toolchain 446cb600aa4837dd6c513f14fa0d25a909b177d7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ni-ms/sea-orm-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-ordinalize-derive v4.3.1 [INFO] [stderr] Downloaded sea-orm-cli v1.0.0-rc.5 [INFO] [stderr] Downloaded sea-orm-macros v1.0.0-rc.5 [INFO] [stderr] Downloaded enum-ordinalize v4.3.0 [INFO] [stderr] Downloaded sea-orm-macros v0.12.15 [INFO] [stderr] Downloaded educe v0.5.11 [INFO] [stderr] Downloaded sea-query v0.31.0-rc.7 [INFO] [stderr] Downloaded sea-orm v1.0.0-rc.5 [INFO] [stderr] Downloaded sea-orm-migration v1.0.0-rc.5 [INFO] [stderr] Downloaded sea-orm v0.12.15 [INFO] [stderr] Downloaded sea-schema v0.15.0-rc.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ba4c391ae8894eb7d2dc66514414b349801da243f9fddd289da8686237cfea0 [INFO] running `Command { std: "docker" "start" "-a" "3ba4c391ae8894eb7d2dc66514414b349801da243f9fddd289da8686237cfea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ba4c391ae8894eb7d2dc66514414b349801da243f9fddd289da8686237cfea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ba4c391ae8894eb7d2dc66514414b349801da243f9fddd289da8686237cfea0", kill_on_drop: false }` [INFO] [stdout] 3ba4c391ae8894eb7d2dc66514414b349801da243f9fddd289da8686237cfea0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a66d973abe83a808c9b018991782fd1f5cd00dee5aebf850a14d539cf66b9b4 [INFO] running `Command { std: "docker" "start" "-a" "5a66d973abe83a808c9b018991782fd1f5cd00dee5aebf850a14d539cf66b9b4", kill_on_drop: false }` [INFO] [stderr] Checking value-bag v1.9.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking litemap v0.7.3 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking ordered-float v3.9.2 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Checking sqlformat v0.2.4 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking async-executor v1.12.0 [INFO] [stderr] Checking clap_builder v4.5.7 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking io-lifetimes v1.0.11 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking strum v0.26.2 [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking bigdecimal v0.3.1 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling sea-schema-derive v0.2.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerovec-derive v0.10.2 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling inherent v1.0.11 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling clap_derive v4.5.5 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Checking async-stream v0.3.5 [INFO] [stderr] Compiling sea-orm-macros v1.0.0-rc.5 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Compiling sea-orm-macros v0.12.15 [INFO] [stderr] Compiling educe v0.5.11 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking thiserror v1.0.61 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling sea-query-derive v0.4.1 [INFO] [stderr] Checking zerofrom v0.1.4 [INFO] [stderr] Checking ouroboros v0.17.2 [INFO] [stderr] Checking polling v3.7.2 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking yoke v0.7.4 [INFO] [stderr] Checking async-io v2.3.3 [INFO] [stderr] Checking sea-query v0.31.0-rc.7 [INFO] [stderr] Checking zerovec v0.10.2 [INFO] [stderr] Checking async-global-executor v2.4.1 [INFO] [stderr] Checking clap v4.5.7 [INFO] [stderr] Checking async-std v1.12.0 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking serde v1.0.203 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking sea-schema v0.15.0-rc.6 [INFO] [stderr] Checking icu_properties v1.5.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking serde_json v1.0.117 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking idna v1.0.0 [INFO] [stderr] Checking url v2.5.1 [INFO] [stderr] Checking sea-orm-cli v1.0.0-rc.5 [INFO] [stderr] Checking sea-orm v1.0.0-rc.5 [INFO] [stderr] Checking sqlx-core v0.7.4 [INFO] [stderr] Checking sea-query v0.30.7 [INFO] [stderr] Checking sqlx-sqlite v0.7.4 [INFO] [stderr] Checking sea-orm-migration v1.0.0-rc.5 [INFO] [stderr] Checking sqlx v0.7.4 [INFO] [stderr] Checking sea-query-binder v0.5.0 [INFO] [stderr] Checking sea-orm v0.12.15 [INFO] [stderr] Checking sea-orm-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `entities` [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod entities; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `entities`, create file "src/entities.rs" or "src/entities/mod.rs" [INFO] [stdout] = note: if there is a `mod entities` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `entities` [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod entities; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `entities`, create file "src/entities.rs" or "src/entities/mod.rs" [INFO] [stdout] = note: if there is a `mod entities` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | .filter(bakery::Column::Name.eq("Sad Bakery")) [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 + use sea_orm_migration::seaql_migrations::Column; [INFO] [stdout] | [INFO] [stdout] help: if you import `Column`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 54 - .filter(bakery::Column::Name.eq("Sad Bakery")) [INFO] [stdout] 54 + .filter(Column::Name.eq("Sad Bakery")) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `*` [INFO] [stdout] --> src/main.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use entities::{prelude::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | let res = Bakery::insert(happy_bakery).exec(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Chef` [INFO] [stdout] --> src/main.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Chef::insert(john).exec(db).await?; [INFO] [stdout] | ^^^^ use of undeclared type `Chef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:45:40 [INFO] [stdout] | [INFO] [stdout] 45 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:49:45 [INFO] [stdout] | [INFO] [stdout] 49 | let sad_bakery: Option = Bakery::find_by_id(1).one(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | let sad_bakery: Option = Bakery::find() [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:72:40 [INFO] [stdout] | [INFO] [stdout] 72 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | let bakery_res = Bakery::insert(la_boulangerie).exec(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Chef` [INFO] [stdout] --> src/main.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | Chef::insert(chef).exec(db).await?; [INFO] [stdout] | ^^^^ use of undeclared type `Chef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let happy_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | let john = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | let sad_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | let john = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | let chef = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | let sad_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:49:28 [INFO] [stdout] | [INFO] [stdout] 49 | let sad_bakery: Option = Bakery::find_by_id(1).one(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | let la_boulangerie = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | let sad_bakery: Option = Bakery::find() [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sea-orm-tutorial` (bin "sea-orm-tutorial" test) due to 21 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | .filter(bakery::Column::Name.eq("Sad Bakery")) [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 + use sea_orm_migration::seaql_migrations::Column; [INFO] [stdout] | [INFO] [stdout] help: if you import `Column`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 54 - .filter(bakery::Column::Name.eq("Sad Bakery")) [INFO] [stdout] 54 + .filter(Column::Name.eq("Sad Bakery")) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `*` [INFO] [stdout] --> src/main.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use entities::{prelude::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | let res = Bakery::insert(happy_bakery).exec(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Chef` [INFO] [stdout] --> src/main.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Chef::insert(john).exec(db).await?; [INFO] [stdout] | ^^^^ use of undeclared type `Chef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:45:40 [INFO] [stdout] | [INFO] [stdout] 45 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:49:45 [INFO] [stdout] | [INFO] [stdout] 49 | let sad_bakery: Option = Bakery::find_by_id(1).one(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | let sad_bakery: Option = Bakery::find() [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:72:40 [INFO] [stdout] | [INFO] [stdout] 72 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bakery` [INFO] [stdout] --> src/main.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | let bakery_res = Bakery::insert(la_boulangerie).exec(db).await?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Bakery` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Chef` [INFO] [stdout] --> src/main.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | Chef::insert(chef).exec(db).await?; [INFO] [stdout] | ^^^^ use of undeclared type `Chef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let happy_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | let john = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | let sad_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | let john = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chef` [INFO] [stdout] --> src/main.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | let chef = chef::ActiveModel { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `chef` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `chef`, use `cargo add chef` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | let sad_bakery = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:49:28 [INFO] [stdout] | [INFO] [stdout] 49 | let sad_bakery: Option = Bakery::find_by_id(1).one(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | let la_boulangerie = bakery::ActiveModel { [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | let sad_bakery: Option = Bakery::find() [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bakery` [INFO] [stdout] --> src/main.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let bakeries: Vec = Bakery::find().all(db).await?; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `bakery` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bakery`, use `cargo add bakery` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sea-orm-tutorial` (bin "sea-orm-tutorial") due to 21 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "5a66d973abe83a808c9b018991782fd1f5cd00dee5aebf850a14d539cf66b9b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a66d973abe83a808c9b018991782fd1f5cd00dee5aebf850a14d539cf66b9b4", kill_on_drop: false }` [INFO] [stdout] 5a66d973abe83a808c9b018991782fd1f5cd00dee5aebf850a14d539cf66b9b4