Running '. ./oe-init-build-env; ${SCRIPTSDIR}/checkvnc; OEQA_DEBUGGING_SAVED_OUTPUT=/srv/autobuilder/valkyrie.yocto.io/pub/repro-fail/ DISPLAY=:1 oe-selftest -r reproducible' with output to /srv/pokybuild/yocto-worker/reproducible/build/build/command-1-cmds.log
This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-full-cmdline
    core-image-sato
    core-image-weston
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:
 - 'devtool' and 'recipetool' handle common recipe tasks
 - 'bitbake-layers' handles common layer tasks
 - 'oe-pkgdata-util' handles common target package tasks
2025-07-19 06:42:20,313 - oe-selftest - INFO - Adding layer libraries:
2025-07-19 06:42:20,313 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/reproducible/build/meta-poky/lib
2025-07-19 06:42:20,313 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/reproducible/build/meta/lib
2025-07-19 06:42:20,313 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/reproducible/build/meta-yocto-bsp/lib
2025-07-19 06:42:20,313 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/reproducible/build/meta-selftest/lib
2025-07-19 06:42:20,314 - oe-selftest - INFO - Checking base configuration is valid/parsable
NOTE: Reconnecting to bitbake server...
2025-07-19 06:42:20,705 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/reproducible/build/build-st/conf/local.conf
2025-07-19 06:42:20,705 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2025-07-19 06:42:20,705 - oe-selftest - INFO - test_diffoscope (reproducible.DiffoscopeTests.test_diffoscope)
2025-07-19 06:42:47,036 - oe-selftest - INFO -  ... ok
2025-07-19 06:42:47,037 - oe-selftest - INFO - test_reproducible_builds (reproducible.ReproducibleTests.test_reproducible_builds)
2025-07-19 06:43:17,176 - oe-selftest - INFO - Non-reproducible packages will be copied to /srv/autobuilder/valkyrie.yocto.io/pub/repro-fail/oe-reproducible-20250719-03z47bl5
2025-07-19 06:43:18,147 - oe-selftest - INFO - Building reproducibleA (sstate allowed)...
2025-07-19 06:52:41,833 - oe-selftest - INFO - Building reproducibleB-extended (sstate NOT allowed)...
2025-07-19 08:03:22,538 - oe-selftest - INFO - Checking deb packages for differences...
2025-07-19 08:03:24,077 - oe-selftest - INFO - Reproducibility summary for deb: same=12331 different=3 different_excluded=0 missing=0 total=12334
unused_exclusions=[]
2025-07-19 08:03:25,142 - oe-selftest - INFO - Checking ipk packages for differences...
2025-07-19 08:03:27,520 - oe-selftest - INFO - Reproducibility summary for ipk: same=12331 different=3 different_excluded=0 missing=0 total=12334
unused_exclusions=[]
2025-07-19 08:03:29,114 - oe-selftest - INFO - Checking rpm packages for differences...
2025-07-19 08:03:31,138 - oe-selftest - INFO - Reproducibility summary for rpm: same=12331 different=3 different_excluded=0 missing=0 total=12334
unused_exclusions=[]
2025-07-19 08:03:32,746 - oe-selftest - INFO - Running diffoscope
2025-07-19 09:26:52,746 - oe-selftest - INFO - Keepalive message
2025-07-19 10:47:52,728 - oe-selftest - INFO -  ... FAIL
2025-07-19 10:47:52,729 - oe-selftest - INFO - Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py", line 406, in test_reproducible_builds
    self.fail('\n'.join(fails))
AssertionError: The following deb packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb-dbg_20.1.8-r0_amd64.deb
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb-server_20.1.8-r0_amd64.deb
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb_20.1.8-r0_amd64.deb
The following ipk packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb-dbg_20.1.8-r0_core2-64.ipk
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb-server_20.1.8-r0_core2-64.ipk
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb_20.1.8-r0_core2-64.ipk
The following rpm packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-20.1.8-r0.core2_64.rpm
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-dbg-20.1.8-r0.core2_64.rpm
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-server-20.1.8-r0.core2_64.rpm

2025-07-19 10:47:52,729 - oe-selftest - INFO - ======================================================================
2025-07-19 10:47:52,729 - oe-selftest - INFO - FAIL: test_reproducible_builds (reproducible.ReproducibleTests.test_reproducible_builds)
2025-07-19 10:47:52,729 - oe-selftest - INFO - ----------------------------------------------------------------------
2025-07-19 10:47:52,730 - oe-selftest - INFO - Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py", line 406, in test_reproducible_builds
    self.fail('\n'.join(fails))
AssertionError: The following deb packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb-dbg_20.1.8-r0_amd64.deb
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb-server_20.1.8-r0_amd64.deb
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/deb/./core2-64/lldb_20.1.8-r0_amd64.deb
The following ipk packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb-dbg_20.1.8-r0_core2-64.ipk
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb-server_20.1.8-r0_core2-64.ipk
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/ipk/./core2-64/lldb_20.1.8-r0_core2-64.ipk
The following rpm packages are different and not in exclusion list:
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-20.1.8-r0.core2_64.rpm
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-dbg-20.1.8-r0.core2_64.rpm
/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./core2_64/lldb-server-20.1.8-r0.core2_64.rpm

2025-07-19 10:47:52,730 - oe-selftest - INFO - ----------------------------------------------------------------------
2025-07-19 10:47:52,730 - oe-selftest - INFO - Ran 2 tests in 14732.160s
2025-07-19 10:47:52,730 - oe-selftest - INFO - FAILED
2025-07-19 10:47:52,730 - oe-selftest - INFO -  (failures=1)
2025-07-19 10:47:58,001 - oe-selftest - INFO - RESULTS:
2025-07-19 10:47:58,002 - oe-selftest - INFO - RESULTS - reproducible.DiffoscopeTests.test_diffoscope: PASSED (26.33s)
2025-07-19 10:47:58,002 - oe-selftest - INFO - RESULTS - reproducible.ReproducibleTests.test_reproducible_builds: FAILED (14705.69s)
2025-07-19 10:47:58,019 - oe-selftest - INFO - SUMMARY:
2025-07-19 10:47:58,019 - oe-selftest - INFO - oe-selftest () - Ran 2 tests in 14732.160s
2025-07-19 10:47:58,019 - oe-selftest - INFO - oe-selftest - FAIL - Required tests failed (successes=1, skipped=0, failures=1, errors=0)

Error details

Submitted on:
19/07/25 05:48
Error type:
OE selftest
Command:
oe-selftest -r reproducible
Machine:
qemux86-64
Distro:
poky
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
mathieu/master-next
Commit:
unknown
Build:
#211560
Submitter:
yp-ab-fedora39-vk-2.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/37/builds/2127
Similar errors:
4
Open a bug