On 2024-07-25 12:35, Drew Parsons wrote:
Given the timing of the test failure, my guess is that uid-wrapper is a
casuality of the time_64 transition. It looks like something is amiss
with the __NR_gettimeofday system calls on 32-bit ARM.
cc:ing ARM porters. Can you advise on the 32-bit arm test failure
reported in Bug#1069425 ?
SYS_gettimeofday is returning zero time.
I've uploaded an NMU for uid-wrapper 1.3.0-5.1 to skip the syscall
gettimeofday test on __arm__, since armel and armhf are returning
tv_sec=0 from the syscall. Obviously replace the patch with a better
fix if one is identified later.
Drew