[INFO] fetching crate primitive-types 0.14.0... [INFO] testing primitive-types-0.14.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate primitive-types 0.14.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate primitive-types 0.14.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate primitive-types 0.14.0 [INFO] tweaked toml for crates.io crate primitive-types 0.14.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate primitive-types 0.14.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate primitive-types 0.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd722030f89dfce4d15e91e991ce9dcc39192fdd0b5f685643c8b0bbf44e63d3 [INFO] running `Command { std: "docker" "start" "-a" "bd722030f89dfce4d15e91e991ce9dcc39192fdd0b5f685643c8b0bbf44e63d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd722030f89dfce4d15e91e991ce9dcc39192fdd0b5f685643c8b0bbf44e63d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd722030f89dfce4d15e91e991ce9dcc39192fdd0b5f685643c8b0bbf44e63d3", kill_on_drop: false }` [INFO] [stdout] bd722030f89dfce4d15e91e991ce9dcc39192fdd0b5f685643c8b0bbf44e63d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9596138ec3c3886803ce6a4683351a7f84f9ff6441d6926c6355ea5ac23dfa4 [INFO] running `Command { std: "docker" "start" "-a" "c9596138ec3c3886803ce6a4683351a7f84f9ff6441d6926c6355ea5ac23dfa4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling uint v0.10.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling primitive-types v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / construct_fixed_hash! { [INFO] [stdout] 54 | | /// Fixed-size uninterpreted hash type with 16 bytes (128 bits) size. [INFO] [stdout] 55 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 56 | | pub struct H128(16); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size. [INFO] [stdout] 61 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 62 | | pub struct H160(20); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | / construct_fixed_hash! { [INFO] [stdout] 65 | | /// Fixed-size uninterpreted hash type with 32 bytes (256 bits) size. [INFO] [stdout] 66 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 67 | | pub struct H256(32); [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / construct_fixed_hash! { [INFO] [stdout] 70 | | /// Fixed-size uninterpreted hash type with 48 bytes (384 bits) size. [INFO] [stdout] 71 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 72 | | pub struct H384(48); [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / construct_fixed_hash! { [INFO] [stdout] 75 | | /// Fixed-size uninterpreted hash type with 64 bytes (512 bits) size. [INFO] [stdout] 76 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 77 | | pub struct H512(64); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | / construct_fixed_hash! { [INFO] [stdout] 80 | | /// Fixed-size uninterpreted hash type with 96 bytes (768 bits) size. [INFO] [stdout] 81 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 82 | | pub struct H768(96); [INFO] [stdout] 83 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (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 4.57s [INFO] running `Command { std: "docker" "inspect" "c9596138ec3c3886803ce6a4683351a7f84f9ff6441d6926c6355ea5ac23dfa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9596138ec3c3886803ce6a4683351a7f84f9ff6441d6926c6355ea5ac23dfa4", kill_on_drop: false }` [INFO] [stdout] c9596138ec3c3886803ce6a4683351a7f84f9ff6441d6926c6355ea5ac23dfa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a261a78f104b5e4130f7c294a8cb6421351a738e935974450847755db9b55cc7 [INFO] running `Command { std: "docker" "start" "-a" "a261a78f104b5e4130f7c294a8cb6421351a738e935974450847755db9b55cc7", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling borrow-or-share v0.2.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling outref v0.5.2 [INFO] [stderr] Compiling num-cmp v0.1.0 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / construct_fixed_hash! { [INFO] [stdout] 54 | | /// Fixed-size uninterpreted hash type with 16 bytes (128 bits) size. [INFO] [stdout] 55 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 56 | | pub struct H128(16); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size. [INFO] [stdout] 61 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 62 | | pub struct H160(20); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | / construct_fixed_hash! { [INFO] [stdout] 65 | | /// Fixed-size uninterpreted hash type with 32 bytes (256 bits) size. [INFO] [stdout] 66 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 67 | | pub struct H256(32); [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / construct_fixed_hash! { [INFO] [stdout] 70 | | /// Fixed-size uninterpreted hash type with 48 bytes (384 bits) size. [INFO] [stdout] 71 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 72 | | pub struct H384(48); [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / construct_fixed_hash! { [INFO] [stdout] 75 | | /// Fixed-size uninterpreted hash type with 64 bytes (512 bits) size. [INFO] [stdout] 76 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 77 | | pub struct H512(64); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | / construct_fixed_hash! { [INFO] [stdout] 80 | | /// Fixed-size uninterpreted hash type with 96 bytes (768 bits) size. [INFO] [stdout] 81 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 82 | | pub struct H768(96); [INFO] [stdout] 83 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling uuid-simd v0.8.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling fraction v0.15.3 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling fancy-regex v0.13.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling fluent-uri v0.3.2 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling referencing v0.23.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling jsonschema v0.23.0 [INFO] [stderr] Compiling primitive-types v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / construct_fixed_hash! { [INFO] [stdout] 54 | | /// Fixed-size uninterpreted hash type with 16 bytes (128 bits) size. [INFO] [stdout] 55 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 56 | | pub struct H128(16); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size. [INFO] [stdout] 61 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 62 | | pub struct H160(20); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | / construct_fixed_hash! { [INFO] [stdout] 65 | | /// Fixed-size uninterpreted hash type with 32 bytes (256 bits) size. [INFO] [stdout] 66 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 67 | | pub struct H256(32); [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / construct_fixed_hash! { [INFO] [stdout] 70 | | /// Fixed-size uninterpreted hash type with 48 bytes (384 bits) size. [INFO] [stdout] 71 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 72 | | pub struct H384(48); [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / construct_fixed_hash! { [INFO] [stdout] 75 | | /// Fixed-size uninterpreted hash type with 64 bytes (512 bits) size. [INFO] [stdout] 76 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 77 | | pub struct H512(64); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/lib.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | / construct_fixed_hash! { [INFO] [stdout] 80 | | /// Fixed-size uninterpreted hash type with 96 bytes (768 bits) size. [INFO] [stdout] 81 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stdout] 82 | | pub struct H768(96); [INFO] [stdout] 83 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.87s [INFO] running `Command { std: "docker" "inspect" "a261a78f104b5e4130f7c294a8cb6421351a738e935974450847755db9b55cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a261a78f104b5e4130f7c294a8cb6421351a738e935974450847755db9b55cc7", kill_on_drop: false }` [INFO] [stdout] a261a78f104b5e4130f7c294a8cb6421351a738e935974450847755db9b55cc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e75df4f8a0dbd52339bba7013428b7a1a996e6eb50994f705930cf14e438b043 [INFO] running `Command { std: "docker" "start" "-a" "e75df4f8a0dbd52339bba7013428b7a1a996e6eb50994f705930cf14e438b043", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / construct_fixed_hash! { [INFO] [stderr] 54 | | /// Fixed-size uninterpreted hash type with 16 bytes (128 bits) size. [INFO] [stderr] 55 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 56 | | pub struct H128(16); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / construct_fixed_hash! { [INFO] [stderr] 60 | | /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size. [INFO] [stderr] 61 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 62 | | pub struct H160(20); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / construct_fixed_hash! { [INFO] [stderr] 65 | | /// Fixed-size uninterpreted hash type with 32 bytes (256 bits) size. [INFO] [stderr] 66 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 67 | | pub struct H256(32); [INFO] [stderr] 68 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / construct_fixed_hash! { [INFO] [stderr] 70 | | /// Fixed-size uninterpreted hash type with 48 bytes (384 bits) size. [INFO] [stderr] 71 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 72 | | pub struct H384(48); [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / construct_fixed_hash! { [INFO] [stderr] 75 | | /// Fixed-size uninterpreted hash type with 64 bytes (512 bits) size. [INFO] [stderr] 76 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 77 | | pub struct H512(64); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/lib.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / construct_fixed_hash! { [INFO] [stderr] 80 | | /// Fixed-size uninterpreted hash type with 96 bytes (768 bits) size. [INFO] [stderr] 81 | | #[cfg_attr(feature = "scale-info", derive(TypeInfo))] [INFO] [stderr] 82 | | pub struct H768(96); [INFO] [stderr] 83 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `fp-conversion`, `impl-codec`, `impl-num-traits`, `impl-rlp`, `impl-serde`, `json-schema`, `num-traits`, `rand`, `rlp`, `rustc-hex`, `scale-info`, `serde`, `serde_no_std`, and `std` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `primitive-types` (lib) generated 6 warnings [INFO] [stderr] warning: `primitive-types` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/primitive_types-465a50c59efac445) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests primitive_types [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 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" "e75df4f8a0dbd52339bba7013428b7a1a996e6eb50994f705930cf14e438b043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e75df4f8a0dbd52339bba7013428b7a1a996e6eb50994f705930cf14e438b043", kill_on_drop: false }` [INFO] [stdout] e75df4f8a0dbd52339bba7013428b7a1a996e6eb50994f705930cf14e438b043