All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edgar Bonet <bonet@grenoble.cnrs.fr>
To: buildroot@busybox.net
Subject: Re: [Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-27
Date: Sat, 28 Aug 2021 22:47:26 +0200	[thread overview]
Message-ID: <2fbac2fa-041c-8c84-6c05-96a670cc8a8a@grenoble.cnrs.fr> (raw)
In-Reply-To: <20210828070547.B424F615B6@smtp3.osuosl.org>

Hello!

This morning, the autobuilder wrote:
> Detail of defconfig failures for master [...]

I took a look at these failures: some of them are known issues.

>    acmesystems_aria_g25_128mb | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008767
>    acmesystems_aria_g25_256mb | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008768
> acmesystems_arietta_g25_128mb | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008770
> acmesystems_arietta_g25_256mb | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008771

These have been fixed yesterday in commit
eaece8645b6fb6cbaef6ae8ac6aeacaaa7ced20c, but the tests above ran before
the fix was committed.

>     microchip_sama5d2_icp_mmc | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008997
> microchip_sama5d2_icp_mmc_dev | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008999

This is a bug in AT91Bootstrap[1] that was fixed, for the defconfigs
using AT91Bootstrap 3, by upgrading to v3.10.3. C.f. commits
0744eef34d836bc8ef086ed657377bc15ed753a9,
0614f435a09e99c33f418a646eaa7647944c2f4c and
8ac2e5e46fd38b2da8cc292587e91d7b3d4710bf.

The two defconfigs above use AT91Bootstrap v4.0.0-rc2, which has the
same bug (in the 4.x branch, it was fixed between v4.0.0-rc3 and
v4.0.0-rc4). These failures can be fixed by upgrading to the final
release of AT91Bootstrap, namely v4.0.0.

>   microchip_sam9x60ek_mmc_dev | https://gitlab.com/buildroot.org/buildroot/-/jobs/1536008989

This fails with the message:

    mkfs.ext4: Could not allocate block in ext2 filesystem while
    populating file system
    Maybe you need to increase the filesystem size
    (BR2_TARGET_ROOTFS_EXT2_SIZE)

And indeed, adding

    BR2_TARGET_ROOTFS_EXT2_SIZE="100M"

fixes the failure.

I could submit patches, but I cannot test the generated images.

Regards,

Edgar Bonet.

[1] https://github.com/linux4sam/at91bootstrap/issues/127
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

      reply	other threads:[~2021-08-28 20:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-28  7:05 [Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-27 Thomas Petazzoni
2021-08-28 20:47 ` Edgar Bonet [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fbac2fa-041c-8c84-6c05-96a670cc8a8a@grenoble.cnrs.fr \
    --to=bonet@grenoble.cnrs.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.