On 2016-10-23, Dominik Stadler wrote:
> Thanks for applying this quickly and fixing the missing import.
You're welcome. Most likely the import wasn't strictly necessary as
imports sometimes seem to work transitively in Python - I'm in no way a
Python developer myself.
> The run now finished afte
Thanks for applying this quickly and fixing the missing import. The run now
finished after 1 hour and 9 minutes, so it seems it took just a bit too
much time before.
Thanks... Dominik
On Oct 21, 2016 5:31 PM, "Stefan Bodewig" wrote:
> Hi Dominik
>
> On 2016-10-20, Dominik Stadler wrote:
>
> > S
Hi Andi,
Yes, you are right, this might be. But as it did work for a long time
before, and I think even sometimes now, I thought it might just exceed the
1 hour timeout by a small margin and so I wanted to try with a longer
timeout first before going the route of more investigation into the actual
Hi Dominik,
we actually don't know which step of downloading/generating/compiling takes so
long.
I thought about echoing timestamps, so we can find the culprit.
My wild guess is, that it is a memory limitation and it will simply garbage
collect too much while compiling ...
Andi
--
Hi,
thanks for the hints, I added this locally, it seems to work when I run the
ooxml-schemas target. I am not a Python expert, but the changes seemed easy
enough, see attached diffs.
I had to split it into two files as the metadata directory is an
svn-external.
Regards... Dominik.
On Fri, Oct
Hi Dominik
On 2016-10-20, Dominik Stadler wrote:
> Since some time one of the steps in the POI builds inside Gump is failing,
> see below. We think it is related to the 1 hour timeout that is applied by
> default.
Yes, looks that way.
> The step compiles a big number of files, but finishes in a
Hi Gumpers!
Since some time one of the steps in the POI builds inside Gump is failing,
see below. We think it is related to the 1 hour timeout that is applied by
default. We do not see any big changes in the POI source code at the time
it started, so am not sure why it started and how to debug/rem