I'm aware that with the latest automated monthly CI run the instance using the nightly compiler is now failing, as I can reproduce locally with the nightly compiler.
The following tests are failing:
src/time/microseconds.rs - time::microseconds::MicroSeconds::div_f32 (line 595)
src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f32 (line 257)
src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f64 (line 218)
src/time/microseconds.rs - time::microseconds::MicroSeconds::mul_f32 (line 508)
The error output is as follows:
---- src/time/microseconds.rs - time::microseconds::MicroSeconds::div_f32 (line 595) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `MicroSeconds(859872558)`,
right: `MicroSeconds(859872559)`', src/time/microseconds.rs:7:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f32 (line 257) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `MicroSeconds(2299999)`,
right: `MicroSeconds(2300000)`', src/time/microseconds.rs:6:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f64 (line 218) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `MicroSeconds(2299999)`,
right: `MicroSeconds(2300000)`', src/time/microseconds.rs:6:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- src/time/microseconds.rs - time::microseconds::MicroSeconds::mul_f32 (line 508) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `MicroSeconds(8478000000)`,
right: `MicroSeconds(8478000152)`', src/time/microseconds.rs:8:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I'll head now to the Rust compiler issue list to file an issue report...
I'm aware that with the latest automated monthly CI run the instance using the nightly compiler is now failing, as I can reproduce locally with the nightly compiler.
The following tests are failing:
src/time/microseconds.rs - time::microseconds::MicroSeconds::div_f32 (line 595)src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f32 (line 257)src/time/microseconds.rs - time::microseconds::MicroSeconds::from_secs_f64 (line 218)src/time/microseconds.rs - time::microseconds::MicroSeconds::mul_f32 (line 508)The error output is as follows:
I'll head now to the Rust compiler issue list to file an issue report...