[INFO] fetching crate basn1 0.1.3...
[INFO] testing basn1-0.1.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate basn1 0.1.3 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate basn1 0.1.3 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 basn1 0.1.3
[INFO] finished tweaking crates.io crate basn1 0.1.3
[INFO] tweaked toml for crates.io crate basn1 0.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] df57b98f65dd59765e18a6620bfc86d3ffc3fe1649a2a431038944b984b8297b
[INFO] running `Command { std: "docker" "start" "-a" "df57b98f65dd59765e18a6620bfc86d3ffc3fe1649a2a431038944b984b8297b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df57b98f65dd59765e18a6620bfc86d3ffc3fe1649a2a431038944b984b8297b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df57b98f65dd59765e18a6620bfc86d3ffc3fe1649a2a431038944b984b8297b", kill_on_drop: false }`
[INFO] [stdout] df57b98f65dd59765e18a6620bfc86d3ffc3fe1649a2a431038944b984b8297b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b9707b1d39f962c00558cee777278aa0e339cf5c02e924a8bd5d75befa3b9e13
[INFO] running `Command { std: "docker" "start" "-a" "b9707b1d39f962c00558cee777278aa0e339cf5c02e924a8bd5d75befa3b9e13", kill_on_drop: false }`
[INFO] [stderr]    Compiling basn1 v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "b9707b1d39f962c00558cee777278aa0e339cf5c02e924a8bd5d75befa3b9e13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9707b1d39f962c00558cee777278aa0e339cf5c02e924a8bd5d75befa3b9e13", kill_on_drop: false }`
[INFO] [stdout] b9707b1d39f962c00558cee777278aa0e339cf5c02e924a8bd5d75befa3b9e13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d119ee2bd54532a7f0c0f0660b50de5524acb32e47d2ffa92ac3df59676aaaf2
[INFO] running `Command { std: "docker" "start" "-a" "d119ee2bd54532a7f0c0f0660b50de5524acb32e47d2ffa92ac3df59676aaaf2", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling basn1 v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "d119ee2bd54532a7f0c0f0660b50de5524acb32e47d2ffa92ac3df59676aaaf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d119ee2bd54532a7f0c0f0660b50de5524acb32e47d2ffa92ac3df59676aaaf2", kill_on_drop: false }`
[INFO] [stdout] d119ee2bd54532a7f0c0f0660b50de5524acb32e47d2ffa92ac3df59676aaaf2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 375163eb73b893421e4741fa2ff3b54fe10fba73d06602ebb819c25dbd7d38ff
[INFO] running `Command { std: "docker" "start" "-a" "375163eb73b893421e4741fa2ff3b54fe10fba73d06602ebb819c25dbd7d38ff", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `std`
[INFO] [stderr]   --> src/lib.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(not(feature = "std"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stderr]  --> src/objects.rs:4:7
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[cfg(feature = "owned")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stderr]   --> src/coretm.rs:55:15
[INFO] [stderr]    |
[INFO] [stderr] 55 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:55:15
[INFO] [stderr]    |
[INFO] [stderr] 55 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stderr]    --> src/header/identifier.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub struct OutputBufferTooSmall;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `basn1` (lib) generated 11 warnings
[INFO] [stderr] warning: `basn1` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/basn1-7b8002ffa699b9d3)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test der::reader::tests::decode_key ... ok
[INFO] [stdout] test der::reader::tests::decode_simple ... ok
[INFO] [stdout] test der::tests::encode_double_sequence ... ok
[INFO] [stdout] test der::writer::tests::encode_double_sequence ... ok
[INFO] [stdout] test header::identifier::tests::decode_encode_headers ... ok
[INFO] [stdout] test header::identifier::tests::decode_encode_oddtag ... ok
[INFO] [stdout] test header::length::tests::decode_encode_length ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests basn1
[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] running `Command { std: "docker" "inspect" "375163eb73b893421e4741fa2ff3b54fe10fba73d06602ebb819c25dbd7d38ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "375163eb73b893421e4741fa2ff3b54fe10fba73d06602ebb819c25dbd7d38ff", kill_on_drop: false }`
[INFO] [stdout] 375163eb73b893421e4741fa2ff3b54fe10fba73d06602ebb819c25dbd7d38ff
[INFO] testing basn1-0.1.3 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate basn1 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate basn1 0.1.3 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate basn1 0.1.3
[INFO] finished tweaking crates.io crate basn1 0.1.3
[INFO] tweaked toml for crates.io crate basn1 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6c8ac9f1743f955d4130fd990af95c575c6a8dc9e5e1832a76137231ecddb58
[INFO] running `Command { std: "docker" "start" "-a" "d6c8ac9f1743f955d4130fd990af95c575c6a8dc9e5e1832a76137231ecddb58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6c8ac9f1743f955d4130fd990af95c575c6a8dc9e5e1832a76137231ecddb58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6c8ac9f1743f955d4130fd990af95c575c6a8dc9e5e1832a76137231ecddb58", kill_on_drop: false }`
[INFO] [stdout] d6c8ac9f1743f955d4130fd990af95c575c6a8dc9e5e1832a76137231ecddb58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb104f800d2f698c9bef546f3c28f81d4aa6aa72e1d06acdb83282597ae10c4a
[INFO] running `Command { std: "docker" "start" "-a" "eb104f800d2f698c9bef546f3c28f81d4aa6aa72e1d06acdb83282597ae10c4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling basn1 v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "eb104f800d2f698c9bef546f3c28f81d4aa6aa72e1d06acdb83282597ae10c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb104f800d2f698c9bef546f3c28f81d4aa6aa72e1d06acdb83282597ae10c4a", kill_on_drop: false }`
[INFO] [stdout] eb104f800d2f698c9bef546f3c28f81d4aa6aa72e1d06acdb83282597ae10c4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05b2064a3cbcdc776628e063140d1b1134bb35cc2e8f6b9a9316a046bf1a5c32
[INFO] running `Command { std: "docker" "start" "-a" "05b2064a3cbcdc776628e063140d1b1134bb35cc2e8f6b9a9316a046bf1a5c32", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling basn1 v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]  --> src/objects.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "owned")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `owned`
[INFO] [stdout]   --> src/coretm.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |         #[cfg(feature = "owned")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/objects.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stdout]    --> src/header/identifier.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct OutputBufferTooSmall;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "05b2064a3cbcdc776628e063140d1b1134bb35cc2e8f6b9a9316a046bf1a5c32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05b2064a3cbcdc776628e063140d1b1134bb35cc2e8f6b9a9316a046bf1a5c32", kill_on_drop: false }`
[INFO] [stdout] 05b2064a3cbcdc776628e063140d1b1134bb35cc2e8f6b9a9316a046bf1a5c32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a334fdb0092dc5e847f997d33e504ce542993a8e5b6de4a61a09772888957b68
[INFO] running `Command { std: "docker" "start" "-a" "a334fdb0092dc5e847f997d33e504ce542993a8e5b6de4a61a09772888957b68", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `std`
[INFO] [stderr]   --> src/lib.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(not(feature = "std"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `std` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stderr]  --> src/objects.rs:4:7
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[cfg(feature = "owned")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = help: consider adding `owned` as a feature in `Cargo.toml`
[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 value: `owned`
[INFO] [stderr]   --> src/coretm.rs:55:15
[INFO] [stderr]    |
[INFO] [stderr] 55 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | typed_vec_and_slice!(BitStringOwned, BitString);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:55:15
[INFO] [stderr]    |
[INFO] [stderr] 55 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `define_typed_vec_and_slice` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `owned`
[INFO] [stderr]   --> src/coretm.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |         #[cfg(feature = "owned")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/objects.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | typed_vec_and_slice!(OIDOwned, OID);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `owned` as a feature in `Cargo.toml`
[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: this warning originates in the macro `slice_owned_mapping` which comes from the expansion of the macro `typed_vec_and_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OutputBufferTooSmall` is never constructed
[INFO] [stderr]    --> src/header/identifier.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub struct OutputBufferTooSmall;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `OutputBufferTooSmall` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `basn1` (lib) generated 11 warnings
[INFO] [stderr] warning: `basn1` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/basn1-7b8002ffa699b9d3)
[INFO] [stdout] running 7 tests
[INFO] [stdout] test der::writer::tests::encode_double_sequence ... ok
[INFO] [stdout] test header::length::tests::decode_encode_length ... ok
[INFO] [stdout] test der::reader::tests::decode_key ... ok
[INFO] [stdout] test header::identifier::tests::decode_encode_oddtag ... ok
[INFO] [stdout] test der::tests::encode_double_sequence ... ok
[INFO] [stdout] test header::identifier::tests::decode_encode_headers ... ok
[INFO] [stdout] test der::reader::tests::decode_simple ... ok
[INFO] [stderr]    Doc-tests basn1
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "a334fdb0092dc5e847f997d33e504ce542993a8e5b6de4a61a09772888957b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a334fdb0092dc5e847f997d33e504ce542993a8e5b6de4a61a09772888957b68", kill_on_drop: false }`
[INFO] [stdout] a334fdb0092dc5e847f997d33e504ce542993a8e5b6de4a61a09772888957b68
