[INFO] fetching crate minicbor 0.24.0...
[INFO] testing minicbor-0.24.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate minicbor 0.24.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate minicbor 0.24.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate minicbor 0.24.0
[INFO] finished tweaking crates.io crate minicbor 0.24.0
[INFO] tweaked toml for crates.io crate minicbor 0.24.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate minicbor 0.24.0 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b2949fffa2584a18611d180d6ca2d6355732173425c1cb593d37ec029836539
[INFO] running `Command { std: "docker" "start" "-a" "3b2949fffa2584a18611d180d6ca2d6355732173425c1cb593d37ec029836539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b2949fffa2584a18611d180d6ca2d6355732173425c1cb593d37ec029836539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b2949fffa2584a18611d180d6ca2d6355732173425c1cb593d37ec029836539", kill_on_drop: false }`
[INFO] [stdout] 3b2949fffa2584a18611d180d6ca2d6355732173425c1cb593d37ec029836539
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca356447f7f4f206ffee9a0c4ebebff07a6ad5f1a91c3c9246f4599b7e009004
[INFO] running `Command { std: "docker" "start" "-a" "ca356447f7f4f206ffee9a0c4ebebff07a6ad5f1a91c3c9246f4599b7e009004", kill_on_drop: false }`
[INFO] [stderr]    Compiling minicbor v0.24.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:348:11
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:361:7
[INFO] [stdout]     |
[INFO] [stdout] 361 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:575:21
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:595:7
[INFO] [stdout]     |
[INFO] [stdout] 595 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:608:7
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "ca356447f7f4f206ffee9a0c4ebebff07a6ad5f1a91c3c9246f4599b7e009004", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca356447f7f4f206ffee9a0c4ebebff07a6ad5f1a91c3c9246f4599b7e009004", kill_on_drop: false }`
[INFO] [stdout] ca356447f7f4f206ffee9a0c4ebebff07a6ad5f1a91c3c9246f4599b7e009004
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f79d5ef802bee2d145c9e834f3006a8e788909df1ac6dbb7237bb849ddf3b901
[INFO] running `Command { std: "docker" "start" "-a" "f79d5ef802bee2d145c9e834f3006a8e788909df1ac6dbb7237bb849ddf3b901", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:348:11
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:361:7
[INFO] [stdout]     |
[INFO] [stdout] 361 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling minicbor v0.24.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:575:21
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:595:7
[INFO] [stdout]     |
[INFO] [stdout] 595 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:608:7
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:348:11
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/decode.rs:361:7
[INFO] [stdout]     |
[INFO] [stdout] 361 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/decode.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:575:21
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stdout]    --> src/encode.rs:595:7
[INFO] [stdout]     |
[INFO] [stdout] 595 | #[cfg(atomic32)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stdout]    --> src/encode.rs:608:7
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(atomic64)]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "f79d5ef802bee2d145c9e834f3006a8e788909df1ac6dbb7237bb849ddf3b901", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f79d5ef802bee2d145c9e834f3006a8e788909df1ac6dbb7237bb849ddf3b901", kill_on_drop: false }`
[INFO] [stdout] f79d5ef802bee2d145c9e834f3006a8e788909df1ac6dbb7237bb849ddf3b901
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 22938e6218818028550a491a57f055f2ad1b12535c91ddfa52da36a76f0d40f1
[INFO] running `Command { std: "docker" "start" "-a" "22938e6218818028550a491a57f055f2ad1b12535c91ddfa52da36a76f0d40f1", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stderr]    --> src/decode.rs:348:11
[INFO] [stderr]     |
[INFO] [stderr] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stderr]     |           ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stderr]    --> src/decode.rs:348:21
[INFO] [stderr]     |
[INFO] [stderr] 348 | #[cfg(any(atomic32, atomic64))]
[INFO] [stderr]     |                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stderr]    --> src/decode.rs:361:7
[INFO] [stderr]     |
[INFO] [stderr] 361 | #[cfg(atomic32)]
[INFO] [stderr]     |       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stderr]    --> src/decode.rs:374:7
[INFO] [stderr]     |
[INFO] [stderr] 374 | #[cfg(atomic64)]
[INFO] [stderr]     |       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stderr]    --> src/encode.rs:575:11
[INFO] [stderr]     |
[INFO] [stderr] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stderr]     |           ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stderr]    --> src/encode.rs:575:21
[INFO] [stderr]     |
[INFO] [stderr] 575 | #[cfg(any(atomic32, atomic64))]
[INFO] [stderr]     |                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic32`
[INFO] [stderr]    --> src/encode.rs:595:7
[INFO] [stderr]     |
[INFO] [stderr] 595 | #[cfg(atomic32)]
[INFO] [stderr]     |       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic32)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `atomic64`
[INFO] [stderr]    --> src/encode.rs:608:7
[INFO] [stderr]     |
[INFO] [stderr] 608 | #[cfg(atomic64)]
[INFO] [stderr]     |       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(atomic64)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `minicbor` (lib) generated 8 warnings
[INFO] [stderr] warning: `minicbor` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minicbor-03135a3fd22620d7)
[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 minicbor
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - (line 45) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 80) ... FAILED
[INFO] [stdout] test src/data.rs - data::Tagged (line 303) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 60) ... FAILED
[INFO] [stdout] test src/decode/info.rs - decode::info::Size (line 10) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 98) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 45) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `minicbor::encode::Error<EndOfSlice>: std::error::Error` is not satisfied
[INFO] [stdout]   --> src/lib.rs:52:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | minicbor::encode(&input, buffer.as_mut())?;
[INFO] [stdout]    |                                          ^ the trait `std::error::Error` is not implemented for `minicbor::encode::Error<EndOfSlice>`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::encode::Error<EndOfSlice>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]    = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::encode::Error<EndOfSlice>>`
[INFO] [stdout]    = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::encode::Error<EndOfSlice>>>`
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `minicbor::decode::Error: std::error::Error` is not satisfied
[INFO] [stdout]   --> src/lib.rs:53:58
[INFO] [stdout]    |
[INFO] [stdout] 11 | let output: [&str; 2] = minicbor::decode(buffer.as_ref())?;
[INFO] [stdout]    |                                                          ^ the trait `std::error::Error` is not implemented for `minicbor::decode::Error`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]    = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::decode::Error>`
[INFO] [stdout]    = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 80) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `minicbor::decode::Error: std::error::Error` is not satisfied
[INFO] [stdout]   --> src/lib.rs:92:50
[INFO] [stdout]    |
[INFO] [stdout] 15 | assert_eq!(IanaTag::DateTime.tag(), decoder.tag()?);
[INFO] [stdout]    |                                                  ^ the trait `std::error::Error` is not implemented for `minicbor::decode::Error`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]    = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::decode::Error>`
[INFO] [stdout]    = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/data.rs - data::Tagged (line 303) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `minicbor::decode::Error: std::error::Error` is not satisfied
[INFO] [stdout]   --> src/data.rs:313:58
[INFO] [stdout]    |
[INFO] [stdout] 13 | let date_time: Tagged<0, &str> = minicbor::decode(&input)?;
[INFO] [stdout]    |                                                          ^ the trait `std::error::Error` is not implemented for `minicbor::decode::Error`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]    = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::decode::Error>`
[INFO] [stdout]    = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 60) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `minicbor::encode::Error<EndOfSlice>: std::error::Error` is not satisfied
[INFO] [stdout]   --> src/lib.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 10 | encoder.begin_map()? // using an indefinite map here
[INFO] [stdout]    |                    ^ the trait `std::error::Error` is not implemented for `minicbor::encode::Error<EndOfSlice>`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::encode::Error<EndOfSlice>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]    = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::encode::Error<EndOfSlice>>`
[INFO] [stdout]    = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::encode::Error<EndOfSlice>>>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/decode/info.rs - decode::info::Size (line 10) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `to_vec` in crate `minicbor`
[INFO] [stdout]    --> src/decode/info.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout] 8   | let cbor = minicbor::to_vec(val)?;
[INFO] [stdout]     |                      ^^^^^^ not found in `minicbor`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:204:8
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub fn to_vec<T>(x: T) -> Result<Vec<u8>, encode::Error<Infallible>>
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `alloc` feature
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `minicbor::decode::Error: std::error::Error` is not satisfied
[INFO] [stdout]  --> src/decode/info.rs:16:31
[INFO] [stdout]   |
[INFO] [stdout] 9 | let hlen = Size::head(cbor[0])?;
[INFO] [stdout]   |                               ^ the trait `std::error::Error` is not implemented for `minicbor::decode::Error`, which is required by `Result<(), _>: FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]             <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]             <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout]   = note: required for `Box<dyn std::error::Error>` to implement `From<minicbor::decode::Error>`
[INFO] [stdout]   = note: required for `Result<(), Box<dyn std::error::Error>>` to implement `FromResidual<Result<Infallible, minicbor::decode::Error>>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 98) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `minicbor::display`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 5   | use minicbor::display;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ no `display` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:256:8
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub fn display<'b>(cbor: &'b [u8]) -> impl core::fmt::Display + 'b {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `minicbor::data::Token`
[INFO] [stdout]   --> src/lib.rs:102:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | use minicbor::data::Token;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ no `Token` in `data`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/data.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use token::Token;
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout]    = note: the item is gated behind the `half` feature
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `tokens` found for struct `Decoder` in the current scope
[INFO] [stdout]   --> src/lib.rs:108:35
[INFO] [stdout]    |
[INFO] [stdout] 13 | let tokens = Decoder::new(&input).tokens().collect::<Result<Vec<Token>, _>>()?;
[INFO] [stdout]    |                                   ^^^^^^ method not found in `Decoder<'_>`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `tokens` found for struct `Encoder` in the current scope
[INFO] [stdout]   --> src/lib.rs:123:31
[INFO] [stdout]    |
[INFO] [stdout] 28 | Encoder::new(buffer.as_mut()).tokens(&tokens)?;
[INFO] [stdout]    |                               ^^^^^^ method not found in `Encoder<&mut [u8]>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/data.rs - data::Tagged (line 303)
[INFO] [stdout]     src/decode/info.rs - decode::info::Size (line 10)
[INFO] [stdout]     src/lib.rs - (line 45)
[INFO] [stdout]     src/lib.rs - (line 60)
[INFO] [stdout]     src/lib.rs - (line 80)
[INFO] [stdout]     src/lib.rs - (line 98)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "22938e6218818028550a491a57f055f2ad1b12535c91ddfa52da36a76f0d40f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22938e6218818028550a491a57f055f2ad1b12535c91ddfa52da36a76f0d40f1", kill_on_drop: false }`
[INFO] [stdout] 22938e6218818028550a491a57f055f2ad1b12535c91ddfa52da36a76f0d40f1
