Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04
@ 2022-11-05  9:29 daggs
  2022-11-05 12:34 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: daggs @ 2022-11-05  9:29 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

Greetings Thomas,

> Sent: Saturday, November 05, 2022 at 9:37 AM
> From: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
> To: "Dagg Stompler" <daggs@gmx.com>
> Subject: [autobuild.buildroot.net] Your daily results for 2022-11-04
>
> Hello,
> 
> Gitlab CI failures
> ==================
> 
> Below is a list of Gitlab CI job failures in relation to defconfigs or
> runtime tests you are in charge of. Please help us improving the quality
> of Buildroot by investigating those build failures and sending patches
> to fix them.
> 
> Results for 'master'
> --------------------
> 
> Build failures related to your defconfigs:
> 
>                         defconfig |                        link to the job                       
> ----------------------------------+--------------------------------------------------------------
>                          odroidc2 | https://gitlab.com/buildroot.org/buildroot/-/jobs/3267233868 
> 

I've tried to reproduce it on latest master and the didn't reproduced, any idea how to reproduce it?

Dagg
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04
  2022-11-05  9:29 [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04 daggs
@ 2022-11-05 12:34 ` Yann E. MORIN
  2022-11-05 12:50   ` daggs
  2022-11-05 19:39   ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-11-05 12:34 UTC (permalink / raw)
  To: daggs; +Cc: Thomas Petazzoni, buildroot

daggs, All,

On 2022-11-05 10:29 +0100, daggs spake thusly:
> > Sent: Saturday, November 05, 2022 at 9:37 AM
> > From: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
> > To: "Dagg Stompler" <daggs@gmx.com>
> > Subject: [autobuild.buildroot.net] Your daily results for 2022-11-04
> > 
> > Build failures related to your defconfigs:
> >                          odroidc2 | https://gitlab.com/buildroot.org/buildroot/-/jobs/3267233868 
> I've tried to reproduce it on latest master and the didn't reproduced, any idea how to reproduce it?

Err... This is simply a case where the disk is full:

    xzcat /builds/buildroot.org/buildroot/dl/linux/linux-5.7.tar.xz | tar --strip-components=1 -C /builds/buildroot.org/buildroot/output/build/linux-5.7   -xf -
    tar: drivers/watchdog/ftwdt010_wdt.c: Wrote only 4096 of 5381 bytes
    tar: drivers/watchdog/gef_wdt.c: Cannot write: No space left on device
    [...]

I don't think there is much issue to try to reproduce...

The runner is gcc159, so probably the disk got filled with build stuff
that did not get cleaned somehow...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04
  2022-11-05 12:34 ` Yann E. MORIN
@ 2022-11-05 12:50   ` daggs
  2022-11-05 19:39   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: daggs @ 2022-11-05 12:50 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Thomas Petazzoni, buildroot

Greetings Yan,

> Sent: Saturday, November 05, 2022 at 2:34 PM
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> To: "daggs" <daggs@gmx.com>
> Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>, buildroot@buildroot.org
> Subject: Re: [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04
>
> daggs, All,
> 
> On 2022-11-05 10:29 +0100, daggs spake thusly:
> > > Sent: Saturday, November 05, 2022 at 9:37 AM
> > > From: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
> > > To: "Dagg Stompler" <daggs@gmx.com>
> > > Subject: [autobuild.buildroot.net] Your daily results for 2022-11-04
> > > 
> > > Build failures related to your defconfigs:
> > >                          odroidc2 | https://gitlab.com/buildroot.org/buildroot/-/jobs/3267233868 
> > I've tried to reproduce it on latest master and the didn't reproduced, any idea how to reproduce it?
> 
> Err... This is simply a case where the disk is full:
> 
>     xzcat /builds/buildroot.org/buildroot/dl/linux/linux-5.7.tar.xz | tar --strip-components=1 -C /builds/buildroot.org/buildroot/output/build/linux-5.7   -xf -
>     tar: drivers/watchdog/ftwdt010_wdt.c: Wrote only 4096 of 5381 bytes
>     tar: drivers/watchdog/gef_wdt.c: Cannot write: No space left on device
>     [...]
> 
> I don't think there is much issue to try to reproduce...
> 
> The runner is gcc159, so probably the disk got filled with build stuff
> that did not get cleaned somehow...
> 
> Regards,
> Yann E. MORIN.

thought so, just wanted to be sure.

Thanks,

Dagg
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04
  2022-11-05 12:34 ` Yann E. MORIN
  2022-11-05 12:50   ` daggs
@ 2022-11-05 19:39   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-05 19:39 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: daggs, buildroot

On Sat, 5 Nov 2022 13:34:17 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Err... This is simply a case where the disk is full:
> 
>     xzcat /builds/buildroot.org/buildroot/dl/linux/linux-5.7.tar.xz | tar --strip-components=1 -C /builds/buildroot.org/buildroot/output/build/linux-5.7   -xf -
>     tar: drivers/watchdog/ftwdt010_wdt.c: Wrote only 4096 of 5381 bytes
>     tar: drivers/watchdog/gef_wdt.c: Cannot write: No space left on device
>     [...]

Yeah, Docker stores its container volumes in /var/lib/docker, within /
which is quite "small". I need to move it under /home, which has TBs of
storage.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-05 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05  9:29 [Buildroot] [autobuild.buildroot.net] Your daily results for 2022-11-04 daggs
2022-11-05 12:34 ` Yann E. MORIN
2022-11-05 12:50   ` daggs
2022-11-05 19:39   ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox