Bug#892943: yash: FTBFS: test prompt-y.tst fails

2018-03-17 Thread Sven Joachim
Control: forwarded -1 https://osdn.net/projects/yash/ticket/37560

On 2018-03-14 19:24 +0100, Sven Joachim wrote:

> Source: yash
> Version: 2.46-1
>
> On my system, the test prompt-y.tst fails reproducibly on both i386 and
> amd64, although it apparently succeeds (or is skipped) on the buildds.
> Attached is the summary.log file describing the problem.
>
> %%% START: prompt-y.tst:157: \j in PS1 and -b option
> % standard error diff:
> --- - 2018-03-14 19:21:53.995351857 +0100
> +++ 157.err   2018-03-14 19:21:53.988131643 +0100
> @@ -1,6 +1,5 @@
>  $ 
>  0$[1] + Running  exec 1>fifo
>  
> -1$[1] + Done exec 1>fifo
> -0$
> +1$1$
>  0$
>
> %%% FAILED: prompt-y.tst:157: \j in PS1 and -b option
>
> %%% SKIPPED: prompt-y.tst:179: \$ in PS1 and PS2 (root)
>
> %%% SKIPPED: prompt-y.tst:231: default prompt strings (POSIX, root)
>
> =
> TOTAL:   3915
> PASSED:  3912
> FAILED: 1
> SKIPPED:2
> =

It is actually mentioned in prompt-y.tst that the test occasionally
fails.  So it probably should be disabled until a fix is found.

Cheers,
   Sven



Bug#892943: yash: FTBFS: test prompt-y.tst fails

2018-03-15 Thread Sven Joachim
On 2018-03-15 14:04 +0900, TANIGUCHI Takaki wrote:

> I can not reproduce that error on my environment(locally and pbuilder).
>
> Could you please send more information?

There must be some race condition in the test, for I can reproducibly
trigger the error with DEB_BUILD_OPTIONS=parallel=2 (the default for my
dual core system), but not with any other "parallel" value.  With
DEB_BUILD_OPTIONS=parallel=1 it succeeds, likewise with parallel=3 or 4.

HTH,
Sven

>> On Wed, 14 Mar 2018 19:24:39 +0100
>> svenj...@gmx.de(Sven Joachim)  said:
>>
>> [1  ]
>> Source: yash
>> Version: 2.46-1
>>
>> On my system, the test prompt-y.tst fails reproducibly on both i386 and
>> amd64, although it apparently succeeds (or is skipped) on the buildds.
>> Attached is the summary.log file describing the problem.
>>
>>
>> -- System Information:
>> Debian Release: buster/sid
>>   APT prefers unstable
>>   APT policy: (500, 'unstable'), (101, 'experimental')
>> Architecture: i386 (x86_64)
>> Foreign Architectures: amd64
>>
>> Kernel: Linux 4.15.9-nouveau (SMP w/2 CPU cores)
>> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
>> LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>> Init: systemd (via /run/systemd/system)
>>
>> [2 summary.log ]
>> Linux turtle 4.15.9-nouveau #1 SMP Sun Mar 11 17:49:12 CET 2018 x86_64 
>> GNU/Linux
>> Wed Mar 14 19:21:58 CET 2018
>> =
>>
>> %%% START: prompt-y.tst:157: \j in PS1 and -b option
>> % standard error diff:
>> --- -2018-03-14 19:21:53.995351857 +0100
>> +++ 157.err  2018-03-14 19:21:53.988131643 +0100
>> @@ -1,6 +1,5 @@
>>  $
>>  0$[1] + Running  exec 1>fifo
>>
>> -1$[1] + Done exec 1>fifo
>> -0$
>> +1$1$
>>  0$
>>
>> %%% FAILED: prompt-y.tst:157: \j in PS1 and -b option
>>
>> %%% SKIPPED: prompt-y.tst:179: \$ in PS1 and PS2 (root)
>>
>> %%% SKIPPED: prompt-y.tst:231: default prompt strings (POSIX, root)
>>
>> =
>> TOTAL:   3915
>> PASSED:  3912
>> FAILED: 1
>> SKIPPED:2
>> =



Bug#892943: yash: FTBFS: test prompt-y.tst fails

2018-03-14 Thread TANIGUCHI Takaki
Hi,

I can not reproduce that error on my environment(locally and pbuilder).

Could you please send more information?

> On Wed, 14 Mar 2018 19:24:39 +0100
> svenj...@gmx.de(Sven Joachim)  said:
>
> [1  ]
> Source: yash
> Version: 2.46-1
>
> On my system, the test prompt-y.tst fails reproducibly on both i386 and
> amd64, although it apparently succeeds (or is skipped) on the buildds.
> Attached is the summary.log file describing the problem.
>
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (101, 'experimental')
> Architecture: i386 (x86_64)
> Foreign Architectures: amd64
>
> Kernel: Linux 4.15.9-nouveau (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
> LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> [2 summary.log ]
> Linux turtle 4.15.9-nouveau #1 SMP Sun Mar 11 17:49:12 CET 2018 x86_64 
> GNU/Linux
> Wed Mar 14 19:21:58 CET 2018
> =
>
> %%% START: prompt-y.tst:157: \j in PS1 and -b option
> % standard error diff:
> --- - 2018-03-14 19:21:53.995351857 +0100
> +++ 157.err   2018-03-14 19:21:53.988131643 +0100
> @@ -1,6 +1,5 @@
>  $
>  0$[1] + Running  exec 1>fifo
>
> -1$[1] + Done exec 1>fifo
> -0$
> +1$1$
>  0$
>
> %%% FAILED: prompt-y.tst:157: \j in PS1 and -b option
>
> %%% SKIPPED: prompt-y.tst:179: \$ in PS1 and PS2 (root)
>
> %%% SKIPPED: prompt-y.tst:231: default prompt strings (POSIX, root)
>
> =
> TOTAL:   3915
> PASSED:  3912
> FAILED: 1
> SKIPPED:2
> =
--
谷口 貴紀 (TANIGUCHI Takaki) tak...@asis.media-as.org
http://takaki-web.media-as.org/ tak...@debian.org


pgpIdFIl0EybA.pgp
Description: OpenPGP Digital Signature


Bug#892943: yash: FTBFS: test prompt-y.tst fails

2018-03-14 Thread Sven Joachim
Source: yash
Version: 2.46-1

On my system, the test prompt-y.tst fails reproducibly on both i386 and
amd64, although it apparently succeeds (or is skipped) on the buildds.
Attached is the summary.log file describing the problem.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.15.9-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Linux turtle 4.15.9-nouveau #1 SMP Sun Mar 11 17:49:12 CET 2018 x86_64 GNU/Linux
Wed Mar 14 19:21:58 CET 2018
=

%%% START: prompt-y.tst:157: \j in PS1 and -b option
% standard error diff:
--- -   2018-03-14 19:21:53.995351857 +0100
+++ 157.err 2018-03-14 19:21:53.988131643 +0100
@@ -1,6 +1,5 @@
 $ 
 0$[1] + Running  exec 1>fifo
 
-1$[1] + Done exec 1>fifo
-0$
+1$1$
 0$

%%% FAILED: prompt-y.tst:157: \j in PS1 and -b option

%%% SKIPPED: prompt-y.tst:179: \$ in PS1 and PS2 (root)

%%% SKIPPED: prompt-y.tst:231: default prompt strings (POSIX, root)

=
TOTAL:   3915
PASSED:  3912
FAILED: 1
SKIPPED:2
=