u-boot-imx master-next CI failure

Hi Tom,
We are getting a build failure in the u-boot-imx master-next branch and we are not sure where it is coming from:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/525317
The i.MX boards are built, but at the end, the following error is seen:
ERROR: Job failed: exit code 100
Would you have any suggestions?
Thanks,
Fabio Estevam

On Tue, Nov 08, 2022 at 09:00:21AM -0300, Fabio Estevam wrote:
Hi Tom,
We are getting a build failure in the u-boot-imx master-next branch and we are not sure where it is coming from:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/525317
The i.MX boards are built, but at the end, the following error is seen:
ERROR: Job failed: exit code 100
Would you have any suggestions?
The problem is with msc_sm2s_imx8mp. I figured this out by running a ./tools/moveconfig.py -s and waiting to see what got stuck and reading the resulting /tmp/tmp.../.config file.
Simon, what can we do so that this kind of error is more easily visible from buildman? Is there some flag the CI jobs are missing?

Hi Tom,
On Tue, Nov 8, 2022 at 9:56 AM Tom Rini trini@konsulko.com wrote:
The problem is with msc_sm2s_imx8mp. I figured this out by running a ./tools/moveconfig.py -s and waiting to see what got stuck and reading the resulting /tmp/tmp.../.config file.
That's good information. Thanks for narrowing it down to msc_sm2s_imx8mp.
What is the msc_sm2s_imx8mp config option that causes the problem?
Looking at https://source.denx.de/u-boot/custodians/u-boot-imx/-/commit/b6b94d8530f6c29... I am not sure what can cause the failure.
Any ideas?
Thanks

On Tue, Nov 08, 2022 at 11:31:51AM -0300, Fabio Estevam wrote:
Hi Tom,
On Tue, Nov 8, 2022 at 9:56 AM Tom Rini trini@konsulko.com wrote:
The problem is with msc_sm2s_imx8mp. I figured this out by running a ./tools/moveconfig.py -s and waiting to see what got stuck and reading the resulting /tmp/tmp.../.config file.
That's good information. Thanks for narrowing it down to msc_sm2s_imx8mp.
What is the msc_sm2s_imx8mp config option that causes the problem?
Looking at https://source.denx.de/u-boot/custodians/u-boot-imx/-/commit/b6b94d8530f6c29... I am not sure what can cause the failure.
Any ideas?
Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just by doing 'make msc_sm2s_imx8mp_config oldconfig' :)

Hi Tom,
On Tue, Nov 8, 2022 at 11:34 AM Tom Rini trini@konsulko.com wrote:
Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just by doing 'make msc_sm2s_imx8mp_config oldconfig' :)
Excellent, thanks for the help!

Hi Tom,
On 08.11.22 15:36, Fabio Estevam wrote:
Hi Tom,
On Tue, Nov 8, 2022 at 11:34 AM Tom Rini trini@konsulko.com wrote:
Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just by doing 'make msc_sm2s_imx8mp_config oldconfig' :)
Excellent, thanks for the help!
Many thanks, we were puzzled !
Stefano
participants (3)
-
Fabio Estevam
-
Stefano Babic
-
Tom Rini