All of lore.kernel.org
 help / color / mirror / Atom feed
* Rust reproducibility issue summary
@ 2024-05-31 13:28 Richard Purdie
  2024-05-31 13:33 ` Patchtest results for " patchtest
  2024-06-01 10:27 ` [OE-core] " Alexander Kanavin
  0 siblings, 2 replies; 22+ messages in thread
From: Richard Purdie @ 2024-05-31 13:28 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sundeep KOKKONDA, Shinde, Yash, Randy MacLeod

I've been asked what the reproducibility issue is and what data we
have. I ran a couple of test builds on the current autobuilder and the
test cluster. I added in the diff at the end of this email, just to
limit the test to what we're interested in.

The test on the new test cluster passed:

https://valkyrie.yoctoproject.org/#/builders/37/builds/36

However the build on the current autobuilder did not:

https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4876

and the different binaries generated are here:

http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240531-l872m0ip/packages/

We need to get to the bottom of why these are different and the test is
sometimes failing. Any help appreciated!

It is unclear what we need to do to reproduce the issue on demand.

Cheers,

Richard




diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 97a9c3da908..62b9f912af3 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -16,8 +16,6 @@ import os
 import datetime
 
 exclude_packages = [
-       'rust-rustdoc',
-       'rust-dbg'
        ]
 
 def is_excluded(package):
@@ -135,7 +133,7 @@ class ReproducibleTests(OESelftestTestCase):
     max_report_size = 250 * 1024 * 1024
 
     # targets are the things we want to test the reproducibility of
-    targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'core-image-weston', 'world']
+    targets = ['rust']
 
     # sstate targets are things to pull from sstate to potentially cut build/debugging time
     sstate_targets = []



^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-07-07  7:12 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 13:28 Rust reproducibility issue summary Richard Purdie
2024-05-31 13:33 ` Patchtest results for " patchtest
2024-06-01 10:27 ` [OE-core] " Alexander Kanavin
2024-06-03  4:23   ` Sundeep KOKKONDA
2024-06-03  7:08     ` Sundeep KOKKONDA
2024-06-03  9:54       ` Alexander Kanavin
2024-06-24  3:59         ` Sundeep KOKKONDA
2024-06-24  8:20           ` [OE-core] " Alexander Kanavin
2024-06-24  9:07             ` Sundeep KOKKONDA
2024-06-24  9:11               ` [OE-core] " Alexander Kanavin
     [not found]                 ` <12dd26bc-91c1-4af7-b756-ff42967fe5f6@windriver.com>
     [not found]                   ` <CANNYZj-jWdnRXTbFL0fMYvbVTAeSBi3qka9WgcixrMPsf7Tmww@mail.gmail.com>
2024-07-03  8:09                     ` Sundeep KOKKONDA
2024-07-03  9:58                       ` Alexander Kanavin
2024-07-04 15:13                         ` Sundeep KOKKONDA
2024-07-04 15:21                           ` [OE-core] " Alexander Kanavin
2024-07-04 16:47                             ` Randy MacLeod
2024-07-05 11:36                               ` Alexander Kanavin
2024-07-07  6:24                                 ` Sundeep KOKKONDA
     [not found]               ` <17DBE5C236FF6606.28936@lists.openembedded.org>
2024-06-24 12:22                 ` [OE-core] " Alexander Kanavin
2024-06-25  3:02                   ` Sundeep KOKKONDA
2024-06-25  9:06                     ` Alexander Kanavin
2024-07-05 15:25       ` Alexander Kanavin
2024-07-07  7:12         ` Sundeep KOKKONDA

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.