public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'MOESSBAUER, Felix' via isar-users" <isar-users@googlegroups.com>
To: "amikan@ilbers.de" <amikan@ilbers.de>,
	"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Cc: "ibr@ilbers.de" <ibr@ilbers.de>,
	"Hombourger, Cedric" <cedric.hombourger@siemens.com>
Subject: Re: [PATCH v2 00/17] Various improvements to the testsuite
Date: Mon, 12 Jan 2026 08:37:20 +0000	[thread overview]
Message-ID: <049d6dcb28071ece648bbd37647ee16d3650b588.camel@siemens.com> (raw)
In-Reply-To: <a45e473c-1d4a-4911-8183-3baaed566845@ilbers.de>

On Fri, 2026-01-09 at 17:25 +0200, Anton Mikanovich wrote:
> 08/01/2026 16:37, Anton Mikanovich wrote:
> > Hello Felix,
> > 
> > BTW you can look into full CI errors and logs of v2 patchset in build 
> > artifacts
> > on our Gitlab:
> > 
> > https://gitlab.isar-build.org/ilbers/isar/-/jobs/2686
> > 
> > I also have the first version of startvm "reorder" fix currently tested
> > (on top of v2, rebased on next). Results will be available here:
> > 
> > https://gitlab.isar-build.org/ilbers/isar/-/jobs/2704
> Hello Felix,
> 
> Unfortunately this job was failed due to network issue, but there was also
> strange issue on SstateTest.test_sstate_populate testcase:
> 
> Running 'git --work-tree=/builds/ilbers/isar/isar-sstate checkout HEAD -- .'
> [stderr] fatal: detected dubious ownership in repository at 
> '/builds/ilbers/isar'
> 
> Not sure why it happened, while fetching code wasn't changed.

This is a git hardening, which came in with kas 4.8, fixed in 4.8.2
[1].

As we don't execute the testsuite using kas itself, but only as part of
the kas container this hardening needs to be lessened. Either use kas
4.8.2 or 5.x.

[1]
https://github.com/siemens/kas/commit/733643709e7e25723a75ad2a81c32942f660436b

> 
> Anyway I've rebased the branch (and added one fix for container startvm 
> test),
> and prebuilt_containers startvm tests are still failing. Will look into 
> it when
> the job will be finished:
> 
> https://gitlab.isar-build.org/ilbers/isar/-/jobs/2710

This is strange, as I'm able to execute just the prebuilt_containers
without executing any other tests in advance (du to the controversial
build-before-run added to these tests).


> 
> Sstatecache tests are executed in the end, so we will see if they also 
> fail on
> git checkout.

I'm also wondering why the NoCrossTest.test_run_arm_trixie fails.
But in general it doesn't look too bad. Hopefully we can sort the
remaining issues out and merge this to finally move forward with the
missing features of the SBOM series.

Felix

-- 
Siemens AG
Linux Expert Center
Friedrich-Ludwig-Bauer-Str. 3
85748 Garching, Germany

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/049d6dcb28071ece648bbd37647ee16d3650b588.camel%40siemens.com.

  reply	other threads:[~2026-01-12  8:37 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-19 13:19 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 01/17] testsuite: move targets with custom kernel to separate test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 02/17] testsuite: enable ccache on kernel tests 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 03/17] testsuite: make prebuilt container a feature test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 04/17] testsuite: make compat test standalone test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 05/17] testsuite: handle IMAGE_INSTALL solely in cibuilder.py 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 06/17] testsuite: limit cross_debsrc test to subset of packages 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 07/17] testsuite: forward SSTATE_MIRRORS into CI env on sstate 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 08/17] ci: add support for sstate cache 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 09/17] testsuite: make test_cross_deps more specific 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 10/17] testsuite: fix typo in log message in perform_signature_lint 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 11/17] testsuite: fix SignatureTest by avoiding absolute path in bblayers 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 12/17] testsuite: use more recent distros in SignatureTest 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 13/17] testsuite: make SignatureTest idempotent 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 14/17] testsuite: add rootfs target for rootfs only tests 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 15/17] testsuite: refactor sbom tests to avoid overhead 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 16/17] testsuite: make sbuild-flavor test standalone 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 17/17] testsuite: skip VM tests if images are not available 'Felix Moessbauer' via isar-users
2026-01-07 11:59 ` [PATCH v2 00/17] Various improvements to the testsuite 'MOESSBAUER, Felix' via isar-users
2026-01-07 12:33   ` Anton Mikanovich
2026-01-07 13:13     ` 'MOESSBAUER, Felix' via isar-users
2026-01-07 13:48       ` Anton Mikanovich
2026-01-07 13:55         ` 'MOESSBAUER, Felix' via isar-users
2026-01-07 14:09           ` Baurzhan Ismagulov
2026-01-07 15:03           ` Anton Mikanovich
2026-01-08 14:37       ` Anton Mikanovich
2026-01-09 15:25         ` Anton Mikanovich
2026-01-12  8:37           ` 'MOESSBAUER, Felix' via isar-users [this message]
2026-01-13 10:34             ` Zhihang Wei
2026-01-21 15:43               ` Zhihang Wei
2026-01-21 16:07                 ` 'MOESSBAUER, Felix' via isar-users

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=049d6dcb28071ece648bbd37647ee16d3650b588.camel@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=amikan@ilbers.de \
    --cc=cedric.hombourger@siemens.com \
    --cc=felix.moessbauer@siemens.com \
    --cc=ibr@ilbers.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox