From d9a6049cc8bb091e033249f4139861ff598213f0 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 1 May 2025 22:47:07 +0200 Subject: [PATCH] reproducibility: mark apitrace as known non-reproducible 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 Signed-off-by: Khem Raj --- meta-oe/conf/include/non-repro-meta-oe.inc | 2 ++ 1 file changed, 2 insertions(+) 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 \