All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Denys Dmytriyenko <denys@konsulko.com>, meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] check-layer failures for meta-ti
Date: Fri, 26 May 2023 14:57:48 -0400	[thread overview]
Message-ID: <20230526185748.GE9226@denix.org> (raw)
In-Reply-To: <20230526182211e8b9af02@mail.local>

On Fri, May 26, 2023 at 08:22:11PM +0200, Alexandre Belloni wrote:
> This still fails:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1369/steps/19/logs/stdio
> 
> Should we stop testing kirkstone for meta-ti?

The fix was already submitted few days ago:
https://patchwork.yoctoproject.org/project/ti/patch/20230522181143.713064-1-denis@denix.org/

I see it is marked as Accepted, but is not merged to kirkstone...

Ryan,

Did you miss merging it or are there any issues with it?

-- 
Denys


> Also, new failure:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1370/steps/20/logs/stdio
> 
> ERROR: ExpansionError during parsing /home/pokybuild/yocto-worker/check-layer-nightly/build/meta-ti/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
> Traceback (most recent call last):
>   File "/home/pokybuild/yocto-worker/check-layer-nightly/build/bitbake/lib/bb/data_smart.py", line 460, in DataSmart.expandWithRefs(s='${@bb.fetch2.get_srcrev(d)}', varname='SRCPV'):
>                      try:
>     >                    s = __expand_python_regexp__.sub(varparse.python_sub, s)
>                      except SyntaxError as e:
>   File "/home/pokybuild/yocto-worker/check-layer-nightly/build/bitbake/lib/bb/data_smart.py", line 150, in VariableParse.python_sub(match=<re.Match object; span=(0, 27), match='${@bb.fetch2.get_srcrev(d)}'>):
>                          self.contains[k].update(parser.contains[k])
>     >            value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
>                  return str(value)
>   File "/home/pokybuild/yocto-worker/check-layer-nightly/build/bitbake/lib/bb/utils.py", line 434, in better_eval(source=<code object <module> at 0x7ff4056a9b60, file "Var <SRCPV>", line 1>, locals={'d': <bb.data_smart.DataSmart object at 0x7ff4055ce7d0>}, extraglobals={'d': <bb.data_smart.DataSmart object at 0x7ff4055ce7d0>}):
>                  ctx[g] = extraglobals[g]
>     >    return eval(source, ctx, locals)
>      
>   File "Var <SRCPV>", line 1, in <module>
>   File "/home/pokybuild/yocto-worker/check-layer-nightly/build/bitbake/lib/bb/fetch2/__init__.py", line 784, in get_srcrev(d=<bb.data_smart.DataSmart object at 0x7ff4055ce7d0>, method_name='sortable_revision'):
>          if not scms:
>     >        raise FetchError("SRCREV was used yet no valid SCM was found in SRC_URI")
>      
> bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI
> The variable dependency chain for the failure is: SRCPV -> KERNEL_LOCALVERSION -> do_configure
> 
> On 22/05/2023 12:02:54+0200, Alexandre Belloni wrote:
> > Hello,
> > 
> > there is a remaining issue:
> > 
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1363/steps/19/logs/stdio
> > 
> > AssertionError: Adding layer meta-ti-bsp changed signatures.
> > 10 signatures changed, initial differences (first hash before, second after):
> >    optee-client:do_prepare_recipe_sysroot: d05547a4e057b50bff1357add7383c39c968542c7ca5027c41cd0e073196ac56 -> 8148d8a68b8570d0e1cd0d5fc2d790ab685c45a8beb18e62f227153a790b1198
> >       bitbake-diffsigs --task optee-client do_prepare_recipe_sysroot --signature d05547a4e057b50bff1357add7383c39c968542c7ca5027c41cd0e073196ac56 8148d8a68b8570d0e1cd0d5fc2d790ab685c45a8beb18e62f227153a790b1198
> >       NOTE: Starting bitbake server...
> >       runtaskdeps changed:
> >       ['cmake/cmake-native_3.22.3.bb:do_populate_sysroot gcc/gcc-cross_11.3.bb:do_populate_sysroot gcc/gcc-runtime_11.3.bb:do_populate_sysroot glibc/glibc_2.35.bb:do_populate_sysroot ninja/ninja_1.10.2.bb:do_populate_sysroot:virtual:native optee/optee-client_3.16.0.bb:do_fetch', +pkgconfig/pkgconfig_git.bb:do_populate_sysroot:virtual:native, 'pseudo/pseudo_git.bb:do_populate_sysroot:virtual:native update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot']
> >       Number of task dependencies changed
> >       Dependency on task pkgconfig/pkgconfig_git.bb:do_populate_sysroot:virtual:native was added with hash cf8a9ff6ed2d492aeeeeeb3972365104425b5424377cf5e4a4fc76bb53a4f628
> > 
> > On 11/05/2023 11:36:03-0400, Denys Dmytriyenko wrote:
> > > On Thu, May 11, 2023 at 04:50:39PM +0200, Alexandre Belloni wrote:
> > > > Hello,
> > > > 
> > > > Did you make any progress? The plan is to disable testing meta-ti next
> > > > week if this isn't fixed by then.
> > > 
> > > Yes, I have necessary patches I'm about to send out.
> > > 
> > > 
> > > > On 02/05/2023 15:47:43-0400, Denys Dmytriyenko wrote:
> > > > > On Tue, May 02, 2023 at 05:17:54PM +0200, Alexandre Belloni via lists.yoctoproject.org wrote:
> > > > > > Hello,
> > > > > > 
> > > > > > meta-ti is currently failing check-layer-nightly:
> > > > > 
> > > > > Yeah, I think I know what's going on and it's a bit more complicated... I'll 
> > > > > take a look at it.
> > 
> > -- 
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
> 
> -- 
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964


  parent reply	other threads:[~2023-05-26 18:58 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02 15:17 check-layer failures for meta-ti Alexandre Belloni
2023-05-02 19:47 ` [meta-ti] " Denys Dmytriyenko
2023-05-11 14:50   ` Alexandre Belloni
2023-05-11 15:36     ` Denys Dmytriyenko
2023-05-22 10:02       ` Alexandre Belloni
2023-05-26 18:22         ` Alexandre Belloni
2023-05-26 18:33           ` Ryan Eatmon
2023-05-26 18:57           ` Denys Dmytriyenko [this message]
2023-05-26 19:00             ` Ryan Eatmon
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 21:52 Alexandre Belloni
2024-05-08 22:17 ` [meta-ti] " Denys Dmytriyenko
2024-06-14 15:13 ` Alexandre Belloni
2024-06-14 16:17   ` [meta-ti] " Denys Dmytriyenko
2024-06-15 13:01     ` Ryan Eatmon
2024-02-06  7:43 Alexandre Belloni
2024-02-06  8:17 ` [meta-ti] " Denys Dmytriyenko
2024-02-06 15:15   ` Ryan Eatmon
2023-04-03 13:48 Alexandre Belloni
2023-04-06  0:08 ` [meta-ti] " Denys Dmytriyenko
2023-04-06 13:22   ` Ryan Eatmon
     [not found] ` <17532FE8A9EB3878.3578@lists.yoctoproject.org>
2023-04-06  0:24   ` Denys Dmytriyenko
2023-03-30 13:17 Alexandre Belloni
2023-03-30 13:45 ` [meta-ti] " Denys Dmytriyenko
2023-02-20 23:15 Alexandre Belloni
2023-02-21  0:41 ` [meta-ti] " Denys Dmytriyenko
2022-12-06 16:32 Alexandre Belloni
2022-12-06 18:16 ` [meta-ti] " Ryan Eatmon
2022-12-06 18:29 ` Denys Dmytriyenko
2022-12-06 19:35   ` Alexandre Belloni

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=20230526185748.GE9226@denix.org \
    --to=denis@denix.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=denys@konsulko.com \
    --cc=meta-ti@lists.yoctoproject.org \
    /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.