On 8/13/20 10:56 AM, Aki Tuomi wrote:> >> On 13/08/2020 11:31 Michael Str?der <michael at stroeder.com> wrote: >> I'm trying to update openSUSE package on OBS [1] which builds for >> various OS versions and hardware platforms. To me it seems that a test >> fails on 32bit platforms: >> >> Info: invalid token 3: structure length disagrees with data size >> test rpa ..................................... : ok >> Info: invalid NTLM response: buffer length out of bounds >> test ntlm ............................: ok >> 1 / 86 tests failed >> >> [1] >> https://build.opensuse.org/package/show/home:stroeder:branches:server:mail/dovecot23 > > Can you provide full output for the test suite so we can tell what actually failed?You can download full log of e.g. i586 build from OBS here: https://build.opensuse.org/build/home:stroeder:branches:server:mail/openSUSE_Tumbleweed/i586/dovecot23/_log Excerpt of failed test: [ 576s] test-mech.c:370: Assert(#1) failed: strcmp(test_case->username,username) [ 576s] "testuser" != NULL [ 576s] test-mech.c:380: Assert(#1) failed: request->failed == FALSE [ 576s] auth mech APOP 2/84 .................................................. : FAILED Ciao, Michael.
On 13/08/20 9:16 pm, Michael Str?der wrote:> On 8/13/20 10:56 AM, Aki Tuomi wrote: >> >>> On 13/08/2020 11:31 Michael Str?der <michael at stroeder.com> wrote: >>> I'm trying to update openSUSE package on OBS [1] which builds for >>> various OS versions and hardware platforms. To me it seems that a test >>> fails on 32bit platforms: > > Excerpt of failed test: > > [ 576s] test-mech.c:370: Assert(#1) failed: > strcmp(test_case->username,username) > [ 576s] "testuser" != NULL > [ 576s] test-mech.c:380: Assert(#1) failed: request->failed == FALSE > [ 576s] auth mech APOP 2/84 > .................................................. : FAILEDI'm getting the same issue on a CentOS 6 i386 build: test-mech.c:371: Assert(#1) failed: strcmp(test_case->username,username) "testuser" != NULL test-mech.c:380: Assert(#1) failed: request->failed == FALSE auth mech APOP 2/84 .................................................. : FAILED Full log of tests is at https://paste.centos.org/view/33771454 Peter
On 18/08/20 2:15 pm, Peter wrote:> I'm getting the same issue on a CentOS 6 i386 build: > > test-mech.c:371: Assert(#1) failed: strcmp(test_case->username,username) > ??????? "testuser" != NULL > test-mech.c:380: Assert(#1) failed: request->failed == FALSE > auth mech APOP 2/84 .................................................. : > FAILED > > Full log of tests is at https://paste.centos.org/view/33771454Any idea on this one? Peter