[INFO] fetching crate metamorphose 0.2.59... [INFO] testing metamorphose-0.2.59 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate metamorphose 0.2.59 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate metamorphose 0.2.59 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate metamorphose 0.2.59 [INFO] finished tweaking crates.io crate metamorphose 0.2.59 [INFO] tweaked toml for crates.io crate metamorphose 0.2.59 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 75b7b885a2ab763ed0c29248c2aa5ceac69b13a46b85841f7e744d72e5426653 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "75b7b885a2ab763ed0c29248c2aa5ceac69b13a46b85841f7e744d72e5426653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "75b7b885a2ab763ed0c29248c2aa5ceac69b13a46b85841f7e744d72e5426653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75b7b885a2ab763ed0c29248c2aa5ceac69b13a46b85841f7e744d72e5426653", kill_on_drop: false }` [INFO] [stdout] 75b7b885a2ab763ed0c29248c2aa5ceac69b13a46b85841f7e744d72e5426653 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feddbc3fe2726f0d3fa64d84c57adc07f842337cb5d07d9b2451db5d3ffe9cd3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "feddbc3fe2726f0d3fa64d84c57adc07f842337cb5d07d9b2451db5d3ffe9cd3", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling metamorphose v0.2.59 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.11s [INFO] running `Command { std: "docker" "inspect" "feddbc3fe2726f0d3fa64d84c57adc07f842337cb5d07d9b2451db5d3ffe9cd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feddbc3fe2726f0d3fa64d84c57adc07f842337cb5d07d9b2451db5d3ffe9cd3", kill_on_drop: false }` [INFO] [stdout] feddbc3fe2726f0d3fa64d84c57adc07f842337cb5d07d9b2451db5d3ffe9cd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2aeafd32f323893e6a46164460a747a5491c1f9b851ba59bbaf768dd1625e83f [INFO] running `Command { std: "docker" "start" "-a" "2aeafd32f323893e6a46164460a747a5491c1f9b851ba59bbaf768dd1625e83f", kill_on_drop: false }` [INFO] [stderr] Compiling metamorphose v0.2.59 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.68s [INFO] running `Command { std: "docker" "inspect" "2aeafd32f323893e6a46164460a747a5491c1f9b851ba59bbaf768dd1625e83f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2aeafd32f323893e6a46164460a747a5491c1f9b851ba59bbaf768dd1625e83f", kill_on_drop: false }` [INFO] [stdout] 2aeafd32f323893e6a46164460a747a5491c1f9b851ba59bbaf768dd1625e83f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8da5065680597da465278af97dd347abc8e20fbf1ccf4997bfd0fb3f91fadb82 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8da5065680597da465278af97dd347abc8e20fbf1ccf4997bfd0fb3f91fadb82", kill_on_drop: false }` [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:297:13 [INFO] [stderr] | [INFO] [stderr] 297 | &fields.push(new_field); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `metamorphose` (lib) generated 1 warning [INFO] [stderr] warning: `metamorphose` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/metamorphose-2dfd26ec5e5cc600) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/regex_clear_field_type.rs (/opt/rustwide/target/debug/deps/regex_clear_field_type-25c53682d1490668) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests metamorphose [INFO] [stdout] test regex_clear_field_type ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - Form (line 728) ... FAILED [INFO] [stdout] test src/lib.rs - Model (line 27) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Form (line 728) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `mango_orm` [INFO] [stdout] --> src/lib.rs:729:5 [INFO] [stdout] | [INFO] [stdout] 4 | use mango_orm::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `mango_orm` [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToForm` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SERVICE_NAME` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UNIQUE_PROJECT_KEY` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Widget` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TransMapWidgets` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `CachingForm` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ValidationForm` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AdditionalValidation` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HtmlControls` in this scope [INFO] [stdout] --> src/lib.rs:733:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[Form] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Form` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Model (line 27) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `settings` in the crate root [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::settings::{ [INFO] [stdout] | ^^^^^^^^ could not find `settings` in the crate root [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::settings` [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::settings::{ [INFO] [stdout] | ^^^^^^^^ could not find `settings` in the crate root [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mango_orm` [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 4 | use mango_orm::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `mango_orm` [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToModel` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SERVICE_NAME` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Meta` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 | use syn::Meta; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DATABASE_NAME` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DB_CLIENT_NAME` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DB_QUERY_DOCS_LIMIT` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Widget` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TransMapWidgets` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `CachingModel` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ValidationModel` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `QCommon` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `QPaladins` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HtmlControls` in this scope [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 14 | / #[Model( [INFO] [stdout] 15 | | is_del_docs = false, [INFO] [stdout] 16 | | is_use_add_valid = true, [INFO] [stdout] 17 | | ignore_fields = "confirm_password" [INFO] [stdout] 18 | | )] [INFO] [stdout] | |__^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - Form (line 728) [INFO] [stdout] src/lib.rs - Model (line 27) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "8da5065680597da465278af97dd347abc8e20fbf1ccf4997bfd0fb3f91fadb82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8da5065680597da465278af97dd347abc8e20fbf1ccf4997bfd0fb3f91fadb82", kill_on_drop: false }` [INFO] [stdout] 8da5065680597da465278af97dd347abc8e20fbf1ccf4997bfd0fb3f91fadb82