-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
verify_timebase test failing on i386 architecture #254
Comments
Hmm, I wasn't able to reproduce this using a virtual machine and a Debian i386 image. I'm running on an Intel 4790k. However, I was using the official Rust build. @dedobbin maybe you could try reproducing on your end? |
Maybe this is a debian specific issue then, because the rustc distributed in Debian is compiled on i386 with this patch applied: |
Oh I see. I wouldn't be surprised if the issue is related to rust-lang/rust#114479. I see that some tests are also disabled in this patch for similar reasons presumably. I tried to emulate by running with |
While attempting to build symphonia-core on Debian on i386 architecture we are facing this error.
There is no such error on the other architectures (the test passes).
A 2nd run leads to the same problem.
Command:
RUST_BACKTRACE=1 /usr/bin/cargo -Zavoid-dev-deps test --verbose --verbose -j6 --target i686-unknown-linux-gnu --all
Full log: https://buildd.debian.org/status/fetch.php?pkg=rust-symphonia-core&arch=i386&ver=0.5.2-1%2Bb1&stamp=1705866665&raw=1
The text was updated successfully, but these errors were encountered: