armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
3.9k stars 2.19k forks source link

[Bug]: CI silently makes non bootable image #6901

Open igorpecovnik opened 2 weeks ago

igorpecovnik commented 2 weeks ago

What happened?

It seems Bananapi M5 / Amlogic (some other probably too) have some issues on assembling image on CI. Making an image on my local x86 desktop is successful, only CI makes images un-bootable, fs seems corrupted. Tried few desktop images https://k-space.ee.armbian.com/incoming/bananapim5/archive/ and they have corrupted fs, different runners. Also latest stable for Bpi M5 are the same.

CLI images are fine. OOM?

How to reproduce?

/compile.sh 'BETA=no' 'BOARD=bananapim5' 'BRANCH=current' 'BUILD_DESKTOP=yes' 'BUILD_MINIMAL=no' 'DESKTOP_APPGROUPS_SELECTED=browsers,chat,desktop_tools,editors,email,internet,languages,multimedia,office,programming,remote_desktop' 'DESKTOP_ENVIRONMENT=gnome' 'DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base' 'ENABLE_EXTENSIONS=mesa-vpu' 'RELEASE=noble' SHARE_LOG=yes 

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 24.04 Noble

Are you building on Windows WSL2?

Relevant log URL

https://paste.armbian.de/ezabazecuy

Code of Conduct

github-actions[bot] commented 2 weeks ago

Jira ticket: AR-2407