Bug#907493: Timeout in autopkgtest also in Ubuntu Cosmic with Ghostscript 9.24

2018-09-14 Thread Jonas Smedegaard
Quoting Till Kamppeter (2018-09-14 14:52:28)
> On Ubuntu the timeouts in the CUPS autopkgtest do not happen any more 
> with Ghostscript 9.25 which got released yesterday and is highly 
> recommended by upstream to fix the regressions in 9.24.

Thanks Till, quite helpful!

I am working on Ghostscript 9.25, expecting a release later today.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#907493: Timeout in autopkgtest also in Ubuntu Cosmic with Ghostscript 9.24

2018-09-14 Thread Till Kamppeter

An update:

On Ubuntu the timeouts in the CUPS autopkgtest do not happen any more 
with Ghostscript 9.25 which got released yesterday and is highly 
recommended by upstream to fix the regressions in 9.24.


   Till



Bug#907493: Timeout in autopkgtest also in Ubuntu Cosmic with Ghostscript 9.24

2018-09-12 Thread Till Kamppeter
I have updated Ubuntu's Ghostscript from 9.23 to 9.24 as upstream 
recommended it highly for security reasons.


The autopkgtests all passed without problems for Ghostscript 9.23 on 
Ubuntu. On 9.24 I get a timeout on drv:///sample.drv/generic.ppd:


--
* Driver drv:///sample.drv/generic.ppd
 - Create test printer: done.
 - Print test job with /usr/share/cups/data/classified.pdf: 
...

[...]
...
utopkgtest [00:21:30]: ERROR: timed out on command "su -s /bin/bash root 
-c set -e; export USER=`id -nu`; . /etc/profile >/dev/null 2>&1 || true; 
 . ~/.profile >/dev/null 2>&1 || true; 
buildtree="/tmp/autopkgtest.RrEJnT/build.lFx/src"; mkdir -p -m 1777 -- 
"/tmp/autopkgtest.RrEJnT/cups-artifacts"; export 
AUTOPKGTEST_ARTIFACTS="/tmp/autopkgtest.RrEJnT/cups-artifacts"; export 
ADT_ARTIFACTS="$AUTOPKGTEST_ARTIFACTS"; mkdir -p -m 755 
"/tmp/autopkgtest.RrEJnT/autopkgtest_tmp"; export 
AUTOPKGTEST_TMP="/tmp/autopkgtest.RrEJnT/autopkgtest_tmp"; export 
ADTTMP="$AUTOPKGTEST_TMP"; export DEBIAN_FRONTEND=noninteractive; export 
LANG=C.UTF-8; export DEB_BUILD_OPTIONS=parallel=1; unset LANGUAGE 
LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE   LC_MONETARY LC_MESSAGES 
LC_PAPER LC_NAME LC_ADDRESS   LC_TELEPHONE LC_MEASUREMENT 
LC_IDENTIFICATION LC_ALL;rm -f /tmp/autopkgtest_script_pid; set -C; echo 
$$ > /tmp/autopkgtest_script_pid; set +C; trap "rm -f 
/tmp/autopkgtest_script_pid" EXIT INT QUIT PIPE; cd "$buildtree"; export 
AUTOPKGTEST_NORMAL_USER=ubuntu; export ADT_NORMAL_USER=ubuntu; export 
'ADT_TEST_TRIGGERS=ghostscript/9.24~dfsg+1-0ubuntu1'; chmod +x 
/tmp/autopkgtest.RrEJnT/build.lFx/src/debian/tests/cups; touch 
/tmp/autopkgtest.RrEJnT/cups-stdout /tmp/autopkgtest.RrEJnT/cups-stderr; 
/tmp/autopkgtest.RrEJnT/build.lFx/src/debian/tests/cups 2> >(tee -a 
/tmp/autopkgtest.RrEJnT/cups-stderr >&2) > >(tee -a 
/tmp/autopkgtest.RrEJnT/cups-stdout);" (kind: test)

--

Was there already found a solution for Debian?

If yes, what has been done?

Upstream commit 150c8f69646 (Bug 699658(related): Move recording of temp 
file names into C) is the very last upstream commit which made it into 
the 9.24 release.


http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=150c8f69646b8

   Till