[INFO] fetching crate ethereum-types 0.15.1... [INFO] testing ethereum-types-0.15.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ethereum-types 0.15.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate ethereum-types 0.15.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ethereum-types 0.15.1 [INFO] tweaked toml for crates.io crate ethereum-types 0.15.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ethereum-types 0.15.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 65 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1431cbc4e42786fe36787dfe616b86838c32c4fa36f25be8d606e00ae86c20f4 [INFO] running `Command { std: "docker" "start" "-a" "1431cbc4e42786fe36787dfe616b86838c32c4fa36f25be8d606e00ae86c20f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1431cbc4e42786fe36787dfe616b86838c32c4fa36f25be8d606e00ae86c20f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1431cbc4e42786fe36787dfe616b86838c32c4fa36f25be8d606e00ae86c20f4", kill_on_drop: false }` [INFO] [stdout] 1431cbc4e42786fe36787dfe616b86838c32c4fa36f25be8d606e00ae86c20f4 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6f75af4eb24b80f63a5887f2829d9e3940b427cfe80ce724d95a4963214c97c [INFO] running `Command { std: "docker" "start" "-a" "b6f75af4eb24b80f63a5887f2829d9e3940b427cfe80ce724d95a4963214c97c", kill_on_drop: false }` [INFO] [stderr] Compiling rlp v0.6.1 [INFO] [stderr] Compiling impl-serde v0.5.0 [INFO] [stderr] Compiling uint v0.10.0 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling impl-rlp v0.4.0 [INFO] [stderr] Compiling primitive-types v0.13.1 [INFO] [stderr] Compiling ethbloom v0.14.1 [INFO] [stderr] Compiling ethereum-types v0.15.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/hash.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | construct_fixed_hash! { pub struct H32(4); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / construct_fixed_hash! { [INFO] [stdout] 34 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 35 | | pub struct H64(8); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / construct_fixed_hash! { [INFO] [stdout] 47 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 48 | | pub struct H264(33); [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 61 | | pub struct H520(65); [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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 3.33s [INFO] running `Command { std: "docker" "inspect" "b6f75af4eb24b80f63a5887f2829d9e3940b427cfe80ce724d95a4963214c97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6f75af4eb24b80f63a5887f2829d9e3940b427cfe80ce724d95a4963214c97c", kill_on_drop: false }` [INFO] [stdout] b6f75af4eb24b80f63a5887f2829d9e3940b427cfe80ce724d95a4963214c97c [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02cfb9c9da10b020b4804a838df9f83be805f004260cb5740b9908252a8f7026 [INFO] running `Command { std: "docker" "start" "-a" "02cfb9c9da10b020b4804a838df9f83be805f004260cb5740b9908252a8f7026", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling impl-serde v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ethbloom v0.14.1 [INFO] [stderr] Compiling primitive-types v0.13.1 [INFO] [stderr] Compiling ethereum-types v0.15.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/hash.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | construct_fixed_hash! { pub struct H32(4); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / construct_fixed_hash! { [INFO] [stdout] 34 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 35 | | pub struct H64(8); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / construct_fixed_hash! { [INFO] [stdout] 47 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 48 | | pub struct H264(33); [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 61 | | pub struct H520(65); [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | construct_fixed_hash! { pub struct H32(4); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / construct_fixed_hash! { [INFO] [stdout] 34 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 35 | | pub struct H64(8); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / construct_fixed_hash! { [INFO] [stdout] 47 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 48 | | pub struct H264(33); [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / construct_fixed_hash! { [INFO] [stdout] 60 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stdout] 61 | | pub struct H520(65); [INFO] [stdout] 62 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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 9.73s [INFO] running `Command { std: "docker" "inspect" "02cfb9c9da10b020b4804a838df9f83be805f004260cb5740b9908252a8f7026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02cfb9c9da10b020b4804a838df9f83be805f004260cb5740b9908252a8f7026", kill_on_drop: false }` [INFO] [stdout] 02cfb9c9da10b020b4804a838df9f83be805f004260cb5740b9908252a8f7026 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e1b5d00d2e9ec17bcf96758534dd81da672d4254c2b46f6f2b94d667ded1728 [INFO] running `Command { std: "docker" "start" "-a" "7e1b5d00d2e9ec17bcf96758534dd81da672d4254c2b46f6f2b94d667ded1728", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `dev` [INFO] [stderr] --> src/hash.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | construct_fixed_hash! { pub struct H32(4); } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / construct_fixed_hash! { [INFO] [stderr] 34 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stderr] 35 | | pub struct H64(8); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / construct_fixed_hash! { [INFO] [stderr] 47 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stderr] 48 | | pub struct H264(33); [INFO] [stderr] 49 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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/hash.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / construct_fixed_hash! { [INFO] [stderr] 60 | | #[cfg_attr(feature = "codec", derive(scale_info::TypeInfo))] [INFO] [stderr] 61 | | pub struct H520(65); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arbitrary`, `codec`, `default`, `ethbloom`, `impl-codec`, `impl-rlp`, `impl-serde`, `num-traits`, `rand`, `rlp`, `scale-info`, `serialize`, 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: `ethereum-types` (lib) generated 4 warnings [INFO] [stderr] warning: `ethereum-types` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ethereum_types-3fc0440a52685857) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test hash::tests::test_parse_0x ... ok [INFO] [stdout] test hash::tests::test_serialize_h256 ... ok [INFO] [stdout] test uint::tests::fixed_arrays_roundtrip ... ok [INFO] [stdout] test hash::tests::test_serialize_invalid ... ok [INFO] [stdout] test uint::tests::test_serialize_large_values ... ok [INFO] [stdout] test uint::tests::test_u256 ... ok [INFO] [stdout] test uint::tests::test_u512 ... ok [INFO] [stdout] test uint::tests::u256_multi_full_mul ... ok [INFO] [stdout] test hash::tests::test_serialize_h160 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/serde.rs (/opt/rustwide/target/debug/deps/serde-036ec5151b4b1d78) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_h160 ... ok [INFO] [stdout] test test_h256 ... ok [INFO] [stdout] test test_invalid_char_with_prefix ... ok [INFO] [stdout] test test_invalid ... ok [INFO] [stdout] test test_large_values ... ok [INFO] [stdout] test test_u256 ... ok [INFO] [stdout] test test_u512 ... ok [INFO] [stdout] test test_invalid_char_without_prefix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ethereum_types [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" "7e1b5d00d2e9ec17bcf96758534dd81da672d4254c2b46f6f2b94d667ded1728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e1b5d00d2e9ec17bcf96758534dd81da672d4254c2b46f6f2b94d667ded1728", kill_on_drop: false }` [INFO] [stdout] 7e1b5d00d2e9ec17bcf96758534dd81da672d4254c2b46f6f2b94d667ded1728