diff mbox series

[meta-oe,v2,3/4] reproducibility: mark apitrace as known non-reproducible

Message ID 20250501204708.10398-3-yoann.congal@smile.fr
State New
Headers show
Series [meta-oe,v2,1/4] reproducibility: mark ipmiutil as known non-reproducible | expand

Commit Message

Yoann Congal May 1, 2025, 8:47 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

apitrace packages are not reproducible.

Quick analysis: A string changes in /usr/bin/apitrace
-/srv/pokybuild/yocto-worker/meta-oe/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/bin/python3
+/srv/pokybuild/buildbot-venv/bin/python3
Looks like the full path of the python3 interpreter which changes from
hosts to hosts.

Relevant logs:
- https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/42/steps/32/logs/stdio
- https://valkyrie.yocto.io/pub/repro-fail-openembedded/meta-oe/oe-reproducible-20250426-pazz3nt5/packages/diff-html/#reproducibleA-tmp---reproducibleA-tmp-deploy---reproducibleA-tmp-deploy-deb---reproducibleA-tmp-deploy-deb-core-------reproducibleA-tmp-deploy-deb-core-----apitrace_--.----.--git------fc--bb-r-_amd--.deb

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
v1->v2: Added quick analysis
---
 meta-oe/conf/include/non-repro-meta-oe.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/conf/include/non-repro-meta-oe.inc b/meta-oe/conf/include/non-repro-meta-oe.inc
index 5c8fc30052..ff93db3a21 100755
--- a/meta-oe/conf/include/non-repro-meta-oe.inc
+++ b/meta-oe/conf/include/non-repro-meta-oe.inc
@@ -1,6 +1,8 @@ 
 # List of known non-reproducible package of the meta-oe layer
 # Please keep this list sorted
 KNOWN_NON_REPRO_META_OE = " \
+    apitrace \
+    apitrace-dbg \
     asio-dbg \
     asio-ptest \
     asio-src \