* Re: [cip-dev] Testing 6.15, bbb target has problems?
[not found] <184A639C5862A401.23068@lists.cip-project.org>
@ 2025-06-19 9:01 ` Pavel Machek
2025-06-19 13:48 ` Nobuhiro Iwamatsu
0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2025-06-19 9:01 UTC (permalink / raw)
To: cip-dev
[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]
Hi!
>
> 6.15.X is out, it would be nice to start testing it.
>
> Plus, I see bbb failures way too often. Any idea what is going on
> there or how to debug that:
>
> One example is here:
>
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1874747536
> https://lava.ciplatform.org/scheduler/job/1282821
>
>
> [ 3.556545] Sending DHCP requests .
> [ 3.567340] mmc0: new high speed SDHC card at address 0007
> [ 3.579884] mmcblk0: mmc0:0007 SD4GB 3.71 GiB
> [ 3.590452] mmcblk0: p1
> [ 3.600982] mmc1: new high speed MMC card at address 0001
> [ 3.607395] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
> [ 3.615388] mmcblk1boot0: mmc1:0001 MMC02G 1.00 MiB
> [ 3.622199] mmcblk1boot1: mmc1:0001 MMC02G 1.00 MiB
> [ 3.628670] mmcblk1rpmb: mmc1:0001 MMC02G 128 KiB, chardev (236:0)
> [ 6.136382] ..... timed out!
> [ 86.523950] IP-Config: Retrying forever (NFS root)...
> [ 86.529327] cpsw-switch 4a100000.switch: starting ndev. mode:
> dual_mac
>
> seems like a network problem.
Another example is here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1875019823
I can retry, but it can take more than one retry to get it to pass.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [cip-dev] Testing 6.15, bbb target has problems?
2025-06-19 9:01 ` [cip-dev] Testing 6.15, bbb target has problems? Pavel Machek
@ 2025-06-19 13:48 ` Nobuhiro Iwamatsu
2025-06-20 3:10 ` nobuhiro1.iwamatsu
0 siblings, 1 reply; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2025-06-19 13:48 UTC (permalink / raw)
To: pavel; +Cc: cip-dev
Hi all,
I've looked into this issue a bit.
It appears that this issue has been fixed upstream
(929d8490f8790164f5f63671c1c58d6c50411cb2).
The patch has not been backported to 6.1.y or 6.6.y, where the issue exists.
I will apply this patch and test it.
- 929d8490f8790164f5f63671c1c58d6c50411cb2
- b9bf5612610aa7e38d58fee16f489814db251c01
- 623cef652768860bd5f205fb7b741be278585fba
Best regards,
Nobuhiro
2025年6月19日(木) 18:01 Pavel Machek via lists.cip-project.org
<pavel=denx.de@lists.cip-project.org>:
>
> Hi!
> >
> > 6.15.X is out, it would be nice to start testing it.
> >
> > Plus, I see bbb failures way too often. Any idea what is going on
> > there or how to debug that:
> >
> > One example is here:
> >
> > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1874747536
> > https://lava.ciplatform.org/scheduler/job/1282821
> >
> >
> > [ 3.556545] Sending DHCP requests .
> > [ 3.567340] mmc0: new high speed SDHC card at address 0007
> > [ 3.579884] mmcblk0: mmc0:0007 SD4GB 3.71 GiB
> > [ 3.590452] mmcblk0: p1
> > [ 3.600982] mmc1: new high speed MMC card at address 0001
> > [ 3.607395] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
> > [ 3.615388] mmcblk1boot0: mmc1:0001 MMC02G 1.00 MiB
> > [ 3.622199] mmcblk1boot1: mmc1:0001 MMC02G 1.00 MiB
> > [ 3.628670] mmcblk1rpmb: mmc1:0001 MMC02G 128 KiB, chardev (236:0)
> > [ 6.136382] ..... timed out!
> > [ 86.523950] IP-Config: Retrying forever (NFS root)...
> > [ 86.529327] cpsw-switch 4a100000.switch: starting ndev. mode:
> > dual_mac
> >
> > seems like a network problem.
>
> Another example is here:
>
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1875019823
>
> I can retry, but it can take more than one retry to get it to pass.
>
> Best regards,
> Pavel
> --
> DENX Software Engineering GmbH, Managing Director: Erika Unter
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#19139): https://lists.cip-project.org/g/cip-dev/message/19139
> Mute This Topic: https://lists.cip-project.org/mt/113722233/4520494
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe: https://lists.cip-project.org/g/cip-dev/unsub [iwamatsu@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Nobuhiro Iwamatsu
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [cip-dev] Testing 6.15, bbb target has problems?
2025-06-19 13:48 ` Nobuhiro Iwamatsu
@ 2025-06-20 3:10 ` nobuhiro1.iwamatsu
2025-06-20 15:28 ` Jan Kiszka
0 siblings, 1 reply; 4+ messages in thread
From: nobuhiro1.iwamatsu @ 2025-06-20 3:10 UTC (permalink / raw)
To: iwamatsu, pavel; +Cc: cip-dev
Hi all,
I have applied the patches and tested them. The problem seems to be fixed.
5.4.y:
https://lava.ciplatform.org/scheduler/job/1283628
https://lava.ciplatform.org/scheduler/job/1283649
https://lava.ciplatform.org/scheduler/job/1283648
https://lava.ciplatform.org/scheduler/job/1283629
https://lava.ciplatform.org/scheduler/job/1283650 / NG (lab-cip-siemens-prag's BBB)
6.1.y:
https://lava.ciplatform.org/scheduler/job/1283661
https://lava.ciplatform.org/scheduler/job/1283660
https://lava.ciplatform.org/scheduler/job/1283658
https://lava.ciplatform.org/scheduler/job/1283662 / NG (lab-cip-siemens-prag's BBB)
6.6.y:
https://lava.ciplatform.org/scheduler/job/1283657
https://lava.ciplatform.org/scheduler/job/1283656
https://lava.ciplatform.org/scheduler/job/1283655
https://lava.ciplatform.org/scheduler/job/1283600 / NG (lab-cip-siemens-prag's BBB)
I have submitted these patches to stable.
However, the problem still occurs with BBB at lab-cip-siemens-prag
I think there is a problem with the NFS configuration for boot paramater.
https://lava.ciplatform.org/scheduler/device/beaglebone
https://lava.ciplatform.org/scheduler/job/1283600
https://lava.ciplatform.org/scheduler/job/1283600#L567
Best regards,
Nobuhiro
> -----Original Message-----
> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On
> Behalf Of Nobuhiro Iwamatsu via lists.cip-project.org
> Sent: Thursday, June 19, 2025 10:49 PM
> To: pavel@denx.de
> Cc: cip-dev@lists.cip-project.org
> Subject: Re: [cip-dev] Testing 6.15, bbb target has problems?
>
> Hi all,
>
> I've looked into this issue a bit.
> It appears that this issue has been fixed upstream
> (929d8490f8790164f5f63671c1c58d6c50411cb2).
> The patch has not been backported to 6.1.y or 6.6.y, where the issue exists.
> I will apply this patch and test it.
>
> - 929d8490f8790164f5f63671c1c58d6c50411cb2
> - b9bf5612610aa7e38d58fee16f489814db251c01
> - 623cef652768860bd5f205fb7b741be278585fba
>
> Best regards,
> Nobuhiro
>
> 2025年6月19日(木) 18:01 Pavel Machek via lists.cip-project.org
> <pavel=denx.de@lists.cip-project.org>:
>
> >
> > Hi!
> > >
> > > 6.15.X is out, it would be nice to start testing it.
> > >
> > > Plus, I see bbb failures way too often. Any idea what is going on
> > > there or how to debug that:
> > >
> > > One example is here:
> > >
> > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipe
> > > lines/1874747536
> > > https://lava.ciplatform.org/scheduler/job/1282821
> > >
> > >
> > > [ 3.556545] Sending DHCP requests .
> > > [ 3.567340] mmc0: new high speed SDHC card at address 0007
> > > [ 3.579884] mmcblk0: mmc0:0007 SD4GB 3.71 GiB
> > > [ 3.590452] mmcblk0: p1
> > > [ 3.600982] mmc1: new high speed MMC card at address 0001
> > > [ 3.607395] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
> > > [ 3.615388] mmcblk1boot0: mmc1:0001 MMC02G 1.00 MiB
> > > [ 3.622199] mmcblk1boot1: mmc1:0001 MMC02G 1.00 MiB
> > > [ 3.628670] mmcblk1rpmb: mmc1:0001 MMC02G 128 KiB, chardev
> (236:0)
> > > [ 6.136382] ..... timed out!
> > > [ 86.523950] IP-Config: Retrying forever (NFS root)...
> > > [ 86.529327] cpsw-switch 4a100000.switch: starting ndev. mode:
> > > dual_mac
> > >
> > > seems like a network problem.
> >
> > Another example is here:
> >
> > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipeli
> > nes/1875019823
> >
> > I can retry, but it can take more than one retry to get it to pass.
> >
> > Best regards,
> > Pavel
> > --
> > DENX Software Engineering GmbH, Managing Director: Erika Unter
> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> >
> >
> >
>
>
> --
> Nobuhiro Iwamatsu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [cip-dev] Testing 6.15, bbb target has problems?
2025-06-20 3:10 ` nobuhiro1.iwamatsu
@ 2025-06-20 15:28 ` Jan Kiszka
0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2025-06-20 15:28 UTC (permalink / raw)
To: nobuhiro1.iwamatsu, iwamatsu, pavel, pasquale.nieddu; +Cc: cip-dev
On 20.06.25 05:10, nobuhiro1.iwamatsu@toshiba.co.jp wrote:
> Hi all,
>
> I have applied the patches and tested them. The problem seems to be fixed.
>
> 5.4.y:
> https://lava.ciplatform.org/scheduler/job/1283628
> https://lava.ciplatform.org/scheduler/job/1283649
> https://lava.ciplatform.org/scheduler/job/1283648
> https://lava.ciplatform.org/scheduler/job/1283629
> https://lava.ciplatform.org/scheduler/job/1283650 / NG (lab-cip-siemens-prag's BBB)
> 6.1.y:
> https://lava.ciplatform.org/scheduler/job/1283661
> https://lava.ciplatform.org/scheduler/job/1283660
> https://lava.ciplatform.org/scheduler/job/1283658
> https://lava.ciplatform.org/scheduler/job/1283662 / NG (lab-cip-siemens-prag's BBB)
> 6.6.y:
> https://lava.ciplatform.org/scheduler/job/1283657
> https://lava.ciplatform.org/scheduler/job/1283656
> https://lava.ciplatform.org/scheduler/job/1283655
> https://lava.ciplatform.org/scheduler/job/1283600 / NG (lab-cip-siemens-prag's BBB)
>
> I have submitted these patches to stable.
> However, the problem still occurs with BBB at lab-cip-siemens-prag
> I think there is a problem with the NFS configuration for boot paramater.
> https://lava.ciplatform.org/scheduler/device/beaglebone
>
> https://lava.ciplatform.org/scheduler/job/1283600
> https://lava.ciplatform.org/scheduler/job/1283600#L567
Pasquale, could you have a look if there is something specific to the
Prague lab? If you need support, let us know.
Thanks,
Jan
>> -----Original Message-----
>> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On
>> Behalf Of Nobuhiro Iwamatsu via lists.cip-project.org
>> Sent: Thursday, June 19, 2025 10:49 PM
>> To: pavel@denx.de
>> Cc: cip-dev@lists.cip-project.org
>> Subject: Re: [cip-dev] Testing 6.15, bbb target has problems?
>>
>> Hi all,
>>
>> I've looked into this issue a bit.
>> It appears that this issue has been fixed upstream
>> (929d8490f8790164f5f63671c1c58d6c50411cb2).
>> The patch has not been backported to 6.1.y or 6.6.y, where the issue exists.
>> I will apply this patch and test it.
>>
>> - 929d8490f8790164f5f63671c1c58d6c50411cb2
>> - b9bf5612610aa7e38d58fee16f489814db251c01
>> - 623cef652768860bd5f205fb7b741be278585fba
>>
>> Best regards,
>> Nobuhiro
>>
>> 2025年6月19日(木) 18:01 Pavel Machek via lists.cip-project.org
>> <pavel=denx.de@lists.cip-project.org>:
>>
>>>
>>> Hi!
>>>>
>>>> 6.15.X is out, it would be nice to start testing it.
>>>>
>>>> Plus, I see bbb failures way too often. Any idea what is going on
>>>> there or how to debug that:
>>>>
>>>> One example is here:
>>>>
>>>> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipe
>>>> lines/1874747536
>>>> https://lava.ciplatform.org/scheduler/job/1282821
>>>>
>>>>
>>>> [ 3.556545] Sending DHCP requests .
>>>> [ 3.567340] mmc0: new high speed SDHC card at address 0007
>>>> [ 3.579884] mmcblk0: mmc0:0007 SD4GB 3.71 GiB
>>>> [ 3.590452] mmcblk0: p1
>>>> [ 3.600982] mmc1: new high speed MMC card at address 0001
>>>> [ 3.607395] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
>>>> [ 3.615388] mmcblk1boot0: mmc1:0001 MMC02G 1.00 MiB
>>>> [ 3.622199] mmcblk1boot1: mmc1:0001 MMC02G 1.00 MiB
>>>> [ 3.628670] mmcblk1rpmb: mmc1:0001 MMC02G 128 KiB, chardev
>> (236:0)
>>>> [ 6.136382] ..... timed out!
>>>> [ 86.523950] IP-Config: Retrying forever (NFS root)...
>>>> [ 86.529327] cpsw-switch 4a100000.switch: starting ndev. mode:
>>>> dual_mac
>>>>
>>>> seems like a network problem.
>>>
>>> Another example is here:
>>>
>>> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipeli
>>> nes/1875019823
>>>
>>> I can retry, but it can take more than one retry to get it to pass.
>>>
>>> Best regards,
>>> Pavel
>>> --
>>> DENX Software Engineering GmbH, Managing Director: Erika Unter
>>> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>>>
>>>
>>>
>>
>>
>> --
>> Nobuhiro Iwamatsu
--
Siemens AG, Foundational Technologies
Linux Expert Center
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-20 15:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <184A639C5862A401.23068@lists.cip-project.org>
2025-06-19 9:01 ` [cip-dev] Testing 6.15, bbb target has problems? Pavel Machek
2025-06-19 13:48 ` Nobuhiro Iwamatsu
2025-06-20 3:10 ` nobuhiro1.iwamatsu
2025-06-20 15:28 ` Jan Kiszka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox