Skip to content

Add 1.1 binary reader support for strings and integers. (#754) #180

Add 1.1 binary reader support for strings and integers. (#754)

Add 1.1 binary reader support for strings and integers. (#754) #180

Triggered via push July 11, 2024 13:26
Status Failure
Total duration 2m 16s
Artifacts

coverage.yml

on: push
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 6 warnings
bound is defined in more than one place: src/serde/ser.rs#L597
error: bound is defined in more than one place --> src/serde/ser.rs:597:34 | 597 | fn serialize_newtype_variant<T: ?Sized>( | ^ ... 605 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L582
error: bound is defined in more than one place --> src/serde/ser.rs:582:23 | 582 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> | ^ 583 | where 584 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L507
error: bound is defined in more than one place --> src/serde/ser.rs:507:33 | 507 | fn serialize_newtype_struct<T: ?Sized>( | ^ ... 513 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L462
error: bound is defined in more than one place --> src/serde/ser.rs:462:24 | 462 | fn serialize_field<T: ?Sized>( | ^ ... 468 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L441
error: bound is defined in more than one place --> src/serde/ser.rs:441:24 | 441 | fn serialize_field<T: ?Sized>( | ^ ... 447 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L424
error: bound is defined in more than one place --> src/serde/ser.rs:424:24 | 424 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 425 | where 426 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L413
error: bound is defined in more than one place --> src/serde/ser.rs:413:22 | 413 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error> | ^ 414 | where 415 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L379
error: bound is defined in more than one place --> src/serde/ser.rs:379:24 | 379 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 380 | where 381 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L363
error: bound is defined in more than one place --> src/serde/ser.rs:363:24 | 363 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 364 | where 365 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L347
error: bound is defined in more than one place --> src/serde/ser.rs:347:26 | 347 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 348 | where 349 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L331
error: bound is defined in more than one place --> src/serde/ser.rs:331:26 | 331 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 332 | where 333 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L225
error: bound is defined in more than one place --> src/serde/ser.rs:225:34 | 225 | fn serialize_newtype_variant<T: ?Sized>( | ^ ... 233 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L193
error: bound is defined in more than one place --> src/serde/ser.rs:193:33 | 193 | fn serialize_newtype_struct<T: ?Sized>( | ^ ... 199 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L169
error: bound is defined in more than one place --> src/serde/ser.rs:169:23 | 169 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> | ^ 170 | where 171 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `-D clippy::multiple-bound-locations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
bound is defined in more than one place: src/serde/ser.rs#L597
error: bound is defined in more than one place --> src/serde/ser.rs:597:34 | 597 | fn serialize_newtype_variant<T: ?Sized>( | ^ ... 605 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L582
error: bound is defined in more than one place --> src/serde/ser.rs:582:23 | 582 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> | ^ 583 | where 584 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L507
error: bound is defined in more than one place --> src/serde/ser.rs:507:33 | 507 | fn serialize_newtype_struct<T: ?Sized>( | ^ ... 513 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L462
error: bound is defined in more than one place --> src/serde/ser.rs:462:24 | 462 | fn serialize_field<T: ?Sized>( | ^ ... 468 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L441
error: bound is defined in more than one place --> src/serde/ser.rs:441:24 | 441 | fn serialize_field<T: ?Sized>( | ^ ... 447 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L424
error: bound is defined in more than one place --> src/serde/ser.rs:424:24 | 424 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 425 | where 426 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L413
error: bound is defined in more than one place --> src/serde/ser.rs:413:22 | 413 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error> | ^ 414 | where 415 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L379
error: bound is defined in more than one place --> src/serde/ser.rs:379:24 | 379 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 380 | where 381 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L363
error: bound is defined in more than one place --> src/serde/ser.rs:363:24 | 363 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 364 | where 365 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L347
error: bound is defined in more than one place --> src/serde/ser.rs:347:26 | 347 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 348 | where 349 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L331
error: bound is defined in more than one place --> src/serde/ser.rs:331:26 | 331 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error> | ^ 332 | where 333 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L225
error: bound is defined in more than one place --> src/serde/ser.rs:225:34 | 225 | fn serialize_newtype_variant<T: ?Sized>( | ^ ... 233 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L193
error: bound is defined in more than one place --> src/serde/ser.rs:193:33 | 193 | fn serialize_newtype_struct<T: ?Sized>( | ^ ... 199 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/serde/ser.rs#L169
error: bound is defined in more than one place --> src/serde/ser.rs:169:23 | 169 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> | ^ 170 | where 171 | T: Serialize, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `-D clippy::multiple-bound-locations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
Build and Test (ubuntu-latest)
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
Build and Test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/