[INFO] crate protobuf_codec 0.2.6 is already in cache [INFO] extracting crate protobuf_codec 0.2.6 into work/ex/clippy-test-run/sources/stable/reg/protobuf_codec/0.2.6 [INFO] extracting crate protobuf_codec 0.2.6 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/protobuf_codec/0.2.6 [INFO] validating manifest of protobuf_codec-0.2.6 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of protobuf_codec-0.2.6 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing protobuf_codec-0.2.6 [INFO] finished frobbing protobuf_codec-0.2.6 [INFO] frobbed toml for protobuf_codec-0.2.6 written to work/ex/clippy-test-run/sources/stable/reg/protobuf_codec/0.2.6/Cargo.toml [INFO] started frobbing protobuf_codec-0.2.6 [INFO] finished frobbing protobuf_codec-0.2.6 [INFO] frobbed toml for protobuf_codec-0.2.6 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/protobuf_codec/0.2.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting protobuf_codec-0.2.6 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/protobuf_codec/0.2.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c6fb159015dc3585222d0f10daa13b08ac6ab210c232b04649d6371efe56d38a [INFO] running `"docker" "start" "-a" "c6fb159015dc3585222d0f10daa13b08ac6ab210c232b04649d6371efe56d38a"` [INFO] [stderr] Checking trackable v0.2.21 [INFO] [stderr] Checking bytecodec v0.4.11 [INFO] [stderr] Checking protobuf_codec v0.2.6 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/google/protobuf.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/protobuf_codec/protobuf/trackable.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/fields.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/oneof.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(single_match, block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/oneof.rs:1:59 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(single_match, block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/google/protobuf.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:814:40 [INFO] [stderr] | [INFO] [stderr] 814 | assert_decode!(Fixed32Decoder, 12345678, [0x4e, 0x61, 0xbc, 0x00]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:819:40 [INFO] [stderr] | [INFO] [stderr] 819 | assert_encode!(Fixed32Encoder, 12345678, [0x4e, 0x61, 0xbc, 0x00]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:826:13 [INFO] [stderr] | [INFO] [stderr] 826 | 1234567890987654321, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `1_234_567_890_987_654_321` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:835:13 [INFO] [stderr] | [INFO] [stderr] 835 | 1234567890987654321, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `1_234_567_890_987_654_321` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:842:42 [INFO] [stderr] | [INFO] [stderr] 842 | assert_decode!(Sfixed32Decoder, -123456789, [0xeb, 0x32, 0xa4, 0xf8]); [INFO] [stderr] | ^^^^^^^^^ help: consider: `123_456_789` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:847:42 [INFO] [stderr] | [INFO] [stderr] 847 | assert_encode!(Sfixed32Encoder, -123456789, [0xeb, 0x32, 0xa4, 0xf8]); [INFO] [stderr] | ^^^^^^^^^ help: consider: `123_456_789` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:854:14 [INFO] [stderr] | [INFO] [stderr] 854 | -1234567890987654321, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `1_234_567_890_987_654_321` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:863:14 [INFO] [stderr] | [INFO] [stderr] 863 | -1234567890987654321, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `1_234_567_890_987_654_321` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:885:14 [INFO] [stderr] | [INFO] [stderr] 885 | -12345678, [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:894:14 [INFO] [stderr] | [INFO] [stderr] 894 | -12345678, [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:903:14 [INFO] [stderr] | [INFO] [stderr] 903 | -12345678, [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:912:14 [INFO] [stderr] | [INFO] [stderr] 912 | -12345678, [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:919:39 [INFO] [stderr] | [INFO] [stderr] 919 | assert_decode!(Uint32Decoder, 12345678, [0xce, 0xc2, 0xf1, 0x05]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:924:39 [INFO] [stderr] | [INFO] [stderr] 924 | assert_encode!(Uint32Encoder, 12345678, [0xce, 0xc2, 0xf1, 0x05]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:929:39 [INFO] [stderr] | [INFO] [stderr] 929 | assert_decode!(Uint64Decoder, 12345678, [0xce, 0xc2, 0xf1, 0x05]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:934:39 [INFO] [stderr] | [INFO] [stderr] 934 | assert_encode!(Uint64Encoder, 12345678, [0xce, 0xc2, 0xf1, 0x05]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:940:40 [INFO] [stderr] | [INFO] [stderr] 940 | assert_decode!(Sint32Decoder, -12345678, [0x9b, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:941:39 [INFO] [stderr] | [INFO] [stderr] 941 | assert_decode!(Sint32Decoder, 12345678, [0x9c, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:947:40 [INFO] [stderr] | [INFO] [stderr] 947 | assert_encode!(Sint32Encoder, -12345678, [0x9b, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:948:39 [INFO] [stderr] | [INFO] [stderr] 948 | assert_encode!(Sint32Encoder, 12345678, [0x9c, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:954:40 [INFO] [stderr] | [INFO] [stderr] 954 | assert_decode!(Sint64Decoder, -12345678, [0x9b, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:955:39 [INFO] [stderr] | [INFO] [stderr] 955 | assert_decode!(Sint64Decoder, 12345678, [0x9c, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:961:40 [INFO] [stderr] | [INFO] [stderr] 961 | assert_encode!(Sint64Encoder, -12345678, [0x9b, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/scalar.rs:962:39 [INFO] [stderr] | [INFO] [stderr] 962 | assert_encode!(Sint64Encoder, 12345678, [0x9c, 0x85, 0xe3, 0x0b]); [INFO] [stderr] | ^^^^^^^^ help: consider: `12_345_678` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/google/protobuf.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/protobuf_codec/protobuf/trackable.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/fields.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/oneof.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(single_match, block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/oneof.rs:1:59 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature = "cargo-clippy", allow(single_match, block_in_if_condition_stmt))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/wellknown/google/protobuf.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/scalar.rs:786:9 [INFO] [stderr] | [INFO] [stderr] 786 | / assert_decode!( [INFO] [stderr] 787 | | DoubleDecoder, [INFO] [stderr] 788 | | 1.23, [INFO] [stderr] 789 | | [0xae, 0x47, 0xe1, 0x7a, 0x14, 0xae, 0xf3, 0x3f] [INFO] [stderr] 790 | | ); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::float_cmp)] on by default [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/scalar.rs:786:9 [INFO] [stderr] | [INFO] [stderr] 786 | / assert_decode!( [INFO] [stderr] 787 | | DoubleDecoder, [INFO] [stderr] 788 | | 1.23, [INFO] [stderr] 789 | | [0xae, 0x47, 0xe1, 0x7a, 0x14, 0xae, 0xf3, 0x3f] [INFO] [stderr] 790 | | ); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/scalar.rs:804:9 [INFO] [stderr] | [INFO] [stderr] 804 | assert_decode!(FloatDecoder, 3.25, [0x00, 0x00, 0x50, 0x40]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/scalar.rs:804:9 [INFO] [stderr] | [INFO] [stderr] 804 | assert_decode!(FloatDecoder, 3.25, [0x00, 0x00, 0x50, 0x40]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the operation is ineffective. Consider reducing it to `(11 << 3)` [INFO] [stderr] --> src/lib.rs:192:17 [INFO] [stderr] | [INFO] [stderr] 192 | (11 << 3) | 0, // varint [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_op)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `protobuf_codec`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c6fb159015dc3585222d0f10daa13b08ac6ab210c232b04649d6371efe56d38a"` [INFO] running `"docker" "rm" "-f" "c6fb159015dc3585222d0f10daa13b08ac6ab210c232b04649d6371efe56d38a"` [INFO] [stdout] c6fb159015dc3585222d0f10daa13b08ac6ab210c232b04649d6371efe56d38a