[INFO] fetching crate io_deser 0.6.0...
[INFO] testing io_deser-0.6.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate io_deser 0.6.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate io_deser 0.6.0
[INFO] finished tweaking crates.io crate io_deser 0.6.0
[INFO] tweaked toml for crates.io crate io_deser 0.6.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate io_deser 0.6.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d30bfd4e6ef3fc52754043abcbd71b939de0016b6503e63b7b8699791943043
[INFO] running `Command { std: "docker" "start" "-a" "6d30bfd4e6ef3fc52754043abcbd71b939de0016b6503e63b7b8699791943043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d30bfd4e6ef3fc52754043abcbd71b939de0016b6503e63b7b8699791943043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d30bfd4e6ef3fc52754043abcbd71b939de0016b6503e63b7b8699791943043", kill_on_drop: false }`
[INFO] [stdout] 6d30bfd4e6ef3fc52754043abcbd71b939de0016b6503e63b7b8699791943043
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 53a283f8e24fa1b09a5229a0c66ac80765de6e58195c16bdd8afde081f73426b
[INFO] running `Command { std: "docker" "start" "-a" "53a283f8e24fa1b09a5229a0c66ac80765de6e58195c16bdd8afde081f73426b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling io_deser v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enum_type/mod.rs:277:38
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes> {
[INFO] [stdout]     |                                      ^^^^^^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fields_processing.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType, TokenStream) {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType<'_>, TokenStream) {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
[INFO] running `Command { std: "docker" "inspect" "53a283f8e24fa1b09a5229a0c66ac80765de6e58195c16bdd8afde081f73426b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53a283f8e24fa1b09a5229a0c66ac80765de6e58195c16bdd8afde081f73426b", kill_on_drop: false }`
[INFO] [stdout] 53a283f8e24fa1b09a5229a0c66ac80765de6e58195c16bdd8afde081f73426b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 4ede14976347ba19f5f1f2ef708557281400af4d5ed9da99d601ff1b696e0c8a
[INFO] running `Command { std: "docker" "start" "-a" "4ede14976347ba19f5f1f2ef708557281400af4d5ed9da99d601ff1b696e0c8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling io_deser v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enum_type/mod.rs:277:38
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes> {
[INFO] [stdout]     |                                      ^^^^^^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fields_processing.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType, TokenStream) {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType<'_>, TokenStream) {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enum_type/mod.rs:277:38
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes> {
[INFO] [stdout]     |                                      ^^^^^^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fields_processing.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType, TokenStream) {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType<'_>, TokenStream) {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "4ede14976347ba19f5f1f2ef708557281400af4d5ed9da99d601ff1b696e0c8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ede14976347ba19f5f1f2ef708557281400af4d5ed9da99d601ff1b696e0c8a", kill_on_drop: false }`
[INFO] [stdout] 4ede14976347ba19f5f1f2ef708557281400af4d5ed9da99d601ff1b696e0c8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] fb2da318c0a2b39ce5a090d45448256cb2469d741b29c02be7ce420ceb1b9182
[INFO] running `Command { std: "docker" "start" "-a" "fb2da318c0a2b39ce5a090d45448256cb2469d741b29c02be7ce420ceb1b9182", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/enum_type/mod.rs:277:38
[INFO] [stderr]     |
[INFO] [stderr] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes> {
[INFO] [stderr]     |                                      ^^^^^^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 277 | pub(crate) fn create_from_enum(data: &DataEnum) -> Vec<EnumTypes<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/fields_processing.rs:12:46
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType, TokenStream) {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                              |
[INFO] [stderr]    |                                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub(crate) fn create_fields_from_data(input: &DeriveInput) -> (ReturnType<'_>, TokenStream) {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `io_deser` (lib) generated 2 warnings (run `cargo fix --lib -p io_deser` to apply 2 suggestions)
[INFO] [stderr] warning: `io_deser` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/io_deser/285bcdf44e640543/deps/io_deser-285bcdf44e640543)
[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]    Doc-tests io_deser
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - opis_derive_macro (line 33) ... FAILED
[INFO] [stdout] test src/lib.rs - opis_derive_macro (line 51) ... FAILED
[INFO] [stdout] test src/lib.rs - opis_derive_macro (line 70) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - opis_derive_macro (line 33) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `iodeser`
[INFO] [stdout]   --> src/lib.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use iodeser::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `iodeser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 | use io_deser::*;
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `IoDeSer` in this scope
[INFO] [stdout]   --> src/lib.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(IoDeSer)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 33 + use io_deser::IoDeSer;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - opis_derive_macro (line 51) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `iodeser`
[INFO] [stdout]   --> src/lib.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use iodeser::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `iodeser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 52 | use io_deser::*;
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `IoDeSer` in this scope
[INFO] [stdout]   --> src/lib.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[derive(IoDeSer)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 51 + use io_deser::IoDeSer;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_allow` in this scope
[INFO] [stdout]   --> src/lib.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[io_allow]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `io_allow` is an attribute that can be used by the derive macro `IoDeSer`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_ignore` in this scope
[INFO] [stdout]   --> src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 |     #[io_ignore]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 57 -     #[io_ignore]
[INFO] [stdout] 57 +     #[ignore]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - opis_derive_macro (line 70) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `iodeser`
[INFO] [stdout]   --> src/lib.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | use iodeser::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `iodeser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 71 | use io_deser::*;
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `IoDeSer` in this scope
[INFO] [stdout]   --> src/lib.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[derive(IoDeSer)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 70 + use io_deser::IoDeSer;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_name` in this scope
[INFO] [stdout]   --> src/lib.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[io_name("key")] #[io_order(2)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `io_name` is an attribute that can be used by the derive macro `IoDeSer`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_order` in this scope
[INFO] [stdout]   --> src/lib.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[io_name("key")] #[io_order(2)]
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `io_order` is an attribute that can be used by the derive macro `IoDeSer`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_name` in this scope
[INFO] [stdout]   --> src/lib.rs:76:7
[INFO] [stdout]    |
[INFO] [stdout] 76 |     #[io_name("website")] #[io_order(1)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `io_name` is an attribute that can be used by the derive macro `IoDeSer`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `io_order` in this scope
[INFO] [stdout]   --> src/lib.rs:76:29
[INFO] [stdout]    |
[INFO] [stdout] 76 |     #[io_name("website")] #[io_order(1)]
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `io_order` is an attribute that can be used by the derive macro `IoDeSer`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - opis_derive_macro (line 33)
[INFO] [stdout]     src/lib.rs - opis_derive_macro (line 51)
[INFO] [stdout]     src/lib.rs - opis_derive_macro (line 70)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fb2da318c0a2b39ce5a090d45448256cb2469d741b29c02be7ce420ceb1b9182", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb2da318c0a2b39ce5a090d45448256cb2469d741b29c02be7ce420ceb1b9182", kill_on_drop: false }`
[INFO] [stdout] fb2da318c0a2b39ce5a090d45448256cb2469d741b29c02be7ce420ceb1b9182
