We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test bus::vtable::vtable_bitfield failed repeatedly on fedora koji for s390x architecture. https://kojipkgs.fedoraproject.org//work/tasks/8160/66828160/build.log
bus::vtable::vtable_bitfield
The result doesn't coresspond by a small margin.
---- bus::vtable::vtable_bitfield stdout ---- thread 'bus::vtable::vtable_bitfield' panicked at 'assertion failed: (left == right) left: 12307456, right: 12307643', src/bus/vtable.rs:90:5
(left == right)
12307456
12307643
The text was updated successfully, but these errors were encountered:
hmmm... that bitfield handling code we have is kind of funky. https://github.com/jmesmon/rust-systemd/blob/e9c4ddb3f901026d9ccdc8de1247ab5c3cf048a3/libsystemd-sys/src/bus/vtable.rs#L48-L81
Very possible we're just not handling big endian bitfields properly. Might make sense just to switch to some library that can get this right for us.
Sorry, something went wrong.
Please let me (sharkcz [at] fedoraproject.org) know if you would need an access to a s390x system to further debug this issue.
No branches or pull requests
The test
bus::vtable::vtable_bitfield
failed repeatedly on fedora koji for s390x architecture.https://kojipkgs.fedoraproject.org//work/tasks/8160/66828160/build.log
The result doesn't coresspond by a small margin.
---- bus::vtable::vtable_bitfield stdout ----
thread 'bus::vtable::vtable_bitfield' panicked at 'assertion failed:
(left == right)
left:
12307456
,right:
12307643
', src/bus/vtable.rs:90:5The text was updated successfully, but these errors were encountered: