[INFO] fetching crate metamorphose 0.4.2... [INFO] testing metamorphose-0.4.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate metamorphose 0.4.2 into /workspace/builds/worker-33/source [INFO] validating manifest of crates.io crate metamorphose 0.4.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate metamorphose 0.4.2 [INFO] finished tweaking crates.io crate metamorphose 0.4.2 [INFO] tweaked toml for crates.io crate metamorphose 0.4.2 written to /workspace/builds/worker-33/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2b2744365fb9b1b460b94f6ebe1677fc7b860722452d2c18ab310bc1353f129 [INFO] running `Command { std: "docker" "start" "-a" "a2b2744365fb9b1b460b94f6ebe1677fc7b860722452d2c18ab310bc1353f129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2b2744365fb9b1b460b94f6ebe1677fc7b860722452d2c18ab310bc1353f129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2b2744365fb9b1b460b94f6ebe1677fc7b860722452d2c18ab310bc1353f129", kill_on_drop: false }` [INFO] [stdout] a2b2744365fb9b1b460b94f6ebe1677fc7b860722452d2c18ab310bc1353f129 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f78959ebf13ffefd9d9c0ac46a835f97825ff8964a33e6c2a8123591903fc7dc [INFO] running `Command { std: "docker" "start" "-a" "f78959ebf13ffefd9d9c0ac46a835f97825ff8964a33e6c2a8123591903fc7dc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling metamorphose v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 296 | let _ = &fields.push(new_field); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.85s [INFO] running `Command { std: "docker" "inspect" "f78959ebf13ffefd9d9c0ac46a835f97825ff8964a33e6c2a8123591903fc7dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f78959ebf13ffefd9d9c0ac46a835f97825ff8964a33e6c2a8123591903fc7dc", kill_on_drop: false }` [INFO] [stdout] f78959ebf13ffefd9d9c0ac46a835f97825ff8964a33e6c2a8123591903fc7dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 339db9376996c53dda024db165f841e6a625e1e83e6eb74619d6d1e5bb0a910f [INFO] running `Command { std: "docker" "start" "-a" "339db9376996c53dda024db165f841e6a625e1e83e6eb74619d6d1e5bb0a910f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling metamorphose v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 296 | let _ = &fields.push(new_field); [INFO] [stdout] | +++++++ [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:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | &fields.push(new_field); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 296 | let _ = &fields.push(new_field); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "339db9376996c53dda024db165f841e6a625e1e83e6eb74619d6d1e5bb0a910f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "339db9376996c53dda024db165f841e6a625e1e83e6eb74619d6d1e5bb0a910f", kill_on_drop: false }` [INFO] [stdout] 339db9376996c53dda024db165f841e6a625e1e83e6eb74619d6d1e5bb0a910f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3285a5a53f212c8e437e30679f87470461e74b13a40f55f6160f980e32fecde0 [INFO] running `Command { std: "docker" "start" "-a" "3285a5a53f212c8e437e30679f87470461e74b13a40f55f6160f980e32fecde0", kill_on_drop: false }` [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | &fields.push(new_field); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 296 | let _ = &fields.push(new_field); [INFO] [stderr] | +++++++ [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-1d25269adb9ef487) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/regex_clear_field_type.rs (/opt/rustwide/target/debug/deps/regex_clear_field_type-152627a254275132) [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] [stdout] [INFO] [stdout] running 1 test [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.00s [INFO] [stdout] [INFO] [stderr] Doc-tests metamorphose [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Model (line 26) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Model (line 26) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `settings` in the crate root [INFO] [stdout] --> src/lib.rs:32: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:32: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:27: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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:37: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 - Model (line 26) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "3285a5a53f212c8e437e30679f87470461e74b13a40f55f6160f980e32fecde0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3285a5a53f212c8e437e30679f87470461e74b13a40f55f6160f980e32fecde0", kill_on_drop: false }` [INFO] [stdout] 3285a5a53f212c8e437e30679f87470461e74b13a40f55f6160f980e32fecde0