[INFO] fetching crate basn1 0.1.3... [INFO] documenting basn1-0.1.3 against beta-2025-04-13 for beta-1.87-rustdoc-1 [INFO] extracting crate basn1 0.1.3 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate basn1 0.1.3 on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "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-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1102d711d10539bea1d91ce573b7e40b0e32e6978bfa37be83d2d41df4f4a242 [INFO] running `Command { std: "docker" "start" "-a" "1102d711d10539bea1d91ce573b7e40b0e32e6978bfa37be83d2d41df4f4a242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1102d711d10539bea1d91ce573b7e40b0e32e6978bfa37be83d2d41df4f4a242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1102d711d10539bea1d91ce573b7e40b0e32e6978bfa37be83d2d41df4f4a242", kill_on_drop: false }` [INFO] [stdout] 1102d711d10539bea1d91ce573b7e40b0e32e6978bfa37be83d2d41df4f4a242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2bd02e86d8d019474a13e453897026f8e7a1ba933d2fb2cf98d51023fd8b167 [INFO] running `Command { std: "docker" "start" "-a" "c2bd02e86d8d019474a13e453897026f8e7a1ba933d2fb2cf98d51023fd8b167", kill_on_drop: false }` [INFO] [stderr] Documenting 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 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 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 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 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 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 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 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 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 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 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Generated /opt/rustwide/target/doc/basn1/index.html [INFO] running `Command { std: "docker" "inspect" "c2bd02e86d8d019474a13e453897026f8e7a1ba933d2fb2cf98d51023fd8b167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2bd02e86d8d019474a13e453897026f8e7a1ba933d2fb2cf98d51023fd8b167", kill_on_drop: false }` [INFO] [stdout] c2bd02e86d8d019474a13e453897026f8e7a1ba933d2fb2cf98d51023fd8b167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d50308a8903f24749ff35e630cae2c93600be98816873b13d6d4c1dc89fb13d [INFO] running `Command { std: "docker" "start" "-a" "6d50308a8903f24749ff35e630cae2c93600be98816873b13d6d4c1dc89fb13d", kill_on_drop: false }` [INFO] [stderr] Documenting 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 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 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 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 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 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 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 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 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 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 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Generated /opt/rustwide/target/doc/basn1/index.html [INFO] running `Command { std: "docker" "inspect" "6d50308a8903f24749ff35e630cae2c93600be98816873b13d6d4c1dc89fb13d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d50308a8903f24749ff35e630cae2c93600be98816873b13d6d4c1dc89fb13d", kill_on_drop: false }` [INFO] [stdout] 6d50308a8903f24749ff35e630cae2c93600be98816873b13d6d4c1dc89fb13d