ted: ptr::write_bytes requires that the destination pointer is aligned and non-null This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.is_aligned_to: align is not a power-of-twounsafe precondition(s) violated: ptr::replace requires that the pointer argument is aligned and non-null This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.overflow in Duration::newunsafe precondition(s) violated: Layout::from_size_align_unchecked requires that align is a power of 2 and the rounded-up allocation size does not exceed isize::MAX This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.