Re: Gitlab error: execution took longer than 1h

2020-04-05 Thread Tom Rini
On Sun, Apr 05, 2020 at 07:02:44PM +0800, Bin Meng wrote:
> Hi Heinrich,
> 
> On Sun, Apr 5, 2020 at 6:56 PM Heinrich Schuchardt  wrote:
> >
> > Hello Tom,
> >
> > I saw a GitLab error: build all PowerPC platforms: ERROR: Job failed:
> > execution took longer than 1h0m0s seconds. Should this job be split?
> >
> > This output was also strange:
> > No space left on device: '/tmp/current/T1023RDB'
> > No space left on device: '/tmp/current/MPC8349EMDS_SDRAM'
> > ...
> >
> > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/71991
> >
> 
> Yes, I've also seen both 2 errors:
> 
> execution took longer than 1 hour, and no space left on device
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-x86/-/jobs/71824

Yes, DENX added a new builder recently to the pool but something
happened it seems.  Harald?

> So far the most stable CI service to me is Azure.

Yes, I've had very few unexpected failed builds in Azure.

-- 
Tom


signature.asc
Description: PGP signature


Re: Gitlab error: execution took longer than 1h

2020-04-05 Thread Bin Meng
Hi Heinrich,

On Sun, Apr 5, 2020 at 6:56 PM Heinrich Schuchardt  wrote:
>
> Hello Tom,
>
> I saw a GitLab error: build all PowerPC platforms: ERROR: Job failed:
> execution took longer than 1h0m0s seconds. Should this job be split?
>
> This output was also strange:
> No space left on device: '/tmp/current/T1023RDB'
> No space left on device: '/tmp/current/MPC8349EMDS_SDRAM'
> ...
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/71991
>

Yes, I've also seen both 2 errors:

execution took longer than 1 hour, and no space left on device

https://gitlab.denx.de/u-boot/custodians/u-boot-x86/-/jobs/71824

So far the most stable CI service to me is Azure.

Regards,
Bin