Bug 2232491
| Summary: | rust-ron-0.8.1 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | rust-ron | Assignee: | Rust SIG <rust-sig> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | decathorpe, ego.cordatus, rust-sig |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rust-ron-0.8.1-1.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-24 13:35:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2023-08-17 06:08:46 UTC
Tests for this version fail, need to investigate:
failures:
---- test_adjacently_a_de stdout ----
thread 'test_adjacently_a_de' panicked at 'assertion failed: `(left == right)`
left: `Err(SpannedError { code: ExpectedString, position: Position { line: 1, col: 7 } })`,
right: `Ok(VariantA { foo: 1, bar: 2, different: Foo })`', tests/123_enum_representation.rs:56:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- test_adjacently_b_de stdout ----
thread 'test_adjacently_b_de' panicked at 'assertion failed: `(left == right)`
left: `Err(SpannedError { code: ExpectedString, position: Position { line: 1, col: 7 } })`,
right: `Ok(VariantB { foo: 1, bar: 2 })`', tests/123_enum_representation.rs:56:5
---- test_adjacently_a_ser stdout ----
thread 'test_adjacently_a_ser' panicked at 'assertion failed: `(left == right)`
left: `"(type:\"VariantA\",content:(foo:1,bar:2,different:Foo))"`,
right: `"(type:VariantA,content:(foo:1,bar:2,different:Foo))"`', tests/123_enum_representation.rs:48:5
---- test_adjacently_b_ser stdout ----
thread 'test_adjacently_b_ser' panicked at 'assertion failed: `(left == right)`
left: `"(type:\"VariantB\",content:(foo:1,bar:2))"`,
right: `"(type:VariantB,content:(foo:1,bar:2))"`', tests/123_enum_representation.rs:48:5
failures:
test_adjacently_a_de
test_adjacently_a_ser
test_adjacently_b_de
test_adjacently_b_ser
running 1 test
test test_adjacently_tagged ... FAILED
failures:
---- test_adjacently_tagged stdout ----
thread 'test_adjacently_tagged' panicked at 'assertion failed: `(left == right)`
left: `"(type:\"Index\",data:1)"`,
right: `"(type:Index,data:1)"`', tests/207_adjacently_tagged_enum.rs:17:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
---- test_adjacently_tagged_enum stdout ----
thread 'test_adjacently_tagged_enum' panicked at 'assertion failed: `(left == right)`
left: `Err(SpannedError { code: ExpectedString, position: Position { line: 1, col: 8 } })`,
right: `Err(SpannedError { code: MissingStructField { field: "a", outer: Some("TestEnumAdjacent") }, position: Position { line: 1, col: 37 } })`', tests/393_serde_errors.rs:190:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
test_adjacently_tagged_enum
(...)
error: 3 targets failed:
`--test 123_enum_representation`
`--test 207_adjacently_tagged_enum`
`--test 393_serde_errors`
FEDORA-2024-7886d34f15 (rust-ron-0.8.1-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-7886d34f15 FEDORA-2024-7886d34f15 (rust-ron-0.8.1-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |