Hi,

On 26.07.24 15:05, Aurelien Jarno wrote:
Starting with version 8.6.1-1, msc-generator takes a lot of time to
build, except for arch:all and amd64 architectures.

If I read the log correctly, it runs a ton of tests with 30m timeouts of which a lot fail. And then there's a summary in the build log and the build succeeds regardless.

Looking at the s390x build it just sits there idle for 30m - the commands all have no CPU time.

"LOFFICE=:" according to /environ and then it turns out the test script is just calling : in a loop, thus it makes sense that it just keeps sitting in the shell:

until E=$($LOFFICE "-env:UserInstallation=file:///$PWD/$D" --convert-to png --outdir $D 
"$1" |& \
 awk -vx="$1" '/convert .* using filter : impress_png_Export$/ { next }
               /failed to launch javaldx/ { next }
               /terminate called after throwing an instance of 
.*WrappedTargetRuntimeException/ { next }
               /Unspecified Application Error/ { next }
               $0 {print x ":", $0}') && [ -s "$D/$F" -o "$E" ]; do sleep 3; 
done

Can we please improve that? Thanks.

Kind regards
Philipp Kern

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to