Skip to content

Add dataclass and pydantic support with simplified implementation #145

Add dataclass and pydantic support with simplified implementation

Add dataclass and pydantic support with simplified implementation #145

Triggered via pull request October 25, 2025 07:46
Status Failure
Total duration 38s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 37 warnings
clippy
Clippy had exited with the 101 exit code
fmt
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/
fmt
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/
fmt
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/
fmt
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/
doc-check
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/
doc-check
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/
doc-check
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/
doc-check
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/
clippy
Cache not found for keys: v0-rust-clippy-Linux-x64-948915f2-5a44d373, v0-rust-clippy-Linux-x64-948915f2
clippy
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/
clippy
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/
clippy
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/
clippy
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/
test: src/de.rs#L369
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L346
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L342
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L336
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L316
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L313
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L310
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/error.rs#L16
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test: src/error.rs#L15
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test: src/error.rs#L1
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test: src/de.rs#L369
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L346
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L342
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L336
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L316
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L313
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/de.rs#L310
use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
test: src/error.rs#L16
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test: src/error.rs#L15
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test: src/error.rs#L1
use of deprecated struct `pyo3::DowncastError`: replaced with `CastError`
test
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/
test
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/
test
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/
test
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/