Running '. ./oe-init-build-env; ${SCRIPTSDIR}/checkvnc; OEQA_DEBUGGING_SAVED_OUTPUT=/srv/autobuilder/autobuilder.pluto.local/pub/repro-fail-openembedded/meta-python/ DISPLAY=:1 oe-selftest --newbuilddir $BUILDDIR/build-st-meta-python -r reproducible && ${SCRIPTSDIR}/../janitor/clobberdir ${BUILDDIR}/build-st-meta-python' with output to /disks/2/yocto-worker/reproducible-meta-oe/build/build/command-8-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
Xvnc not running, attempting restart
/disks/2/yocto-worker/reproducible-meta-oe/yocto-autobuilder-helper/scripts/checkvnc: line 10: vncserver: command not found
/disks/2/yocto-worker/reproducible-meta-oe/yocto-autobuilder-helper/scripts/checkvnc: line 11: vncserver: command not found
2025-09-19 22:01:41,092 - oe-selftest - INFO - Adding layer libraries:
2025-09-19 22:01:41,093 - oe-selftest - INFO - /disks/2/yocto-worker/reproducible-meta-oe/build/meta-poky/lib
2025-09-19 22:01:41,093 - oe-selftest - INFO - /disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib
2025-09-19 22:01:41,093 - oe-selftest - INFO - /disks/2/yocto-worker/reproducible-meta-oe/build/meta-yocto-bsp/lib
2025-09-19 22:01:41,093 - oe-selftest - INFO - /disks/2/yocto-worker/reproducible-meta-oe/build/meta-openembedded/meta-oe/lib
2025-09-19 22:01:41,093 - oe-selftest - INFO - /disks/2/yocto-worker/reproducible-meta-oe/build/meta-selftest/lib
2025-09-19 22:01:41,093 - oe-selftest - INFO - Checking base configuration is valid/parsable
NOTE: Reconnecting to bitbake server...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <pokybuild@kaa.chxc.se>) not allowed
Traceback (most recent call last):
File "/disks/2/yocto-worker/reproducible-meta-oe/build/scripts/oe-selftest", line 58, in <module>
ret = main()
File "/disks/2/yocto-worker/reproducible-meta-oe/build/scripts/oe-selftest", line 45, in main
results = args.func(logger, args)
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/selftest/context.py", line 417, in run
rc = self._internal_run(logger, args)
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/selftest/context.py", line 403, in _internal_run
rc = self.tc.runTests(**self.tc_kwargs['run'])
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/selftest/context.py", line 172, in runTests
return super(OESelftestTestContext, self).runTests(processes, skips)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/core/context.py", line 91, in runTests
result = self.runner.run(self.prepareSuite(self.suites, processes))
File "/disks/2/yocto-worker/reproducible-meta-oe/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/unittest/runner.py", line 240, in run
test(result)
~~~~^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
~~~~~~~~^^^^^^^^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/selftest/context.py", line 47, in run
(builddir, newbuilddir) = self.setupfunc("-st", None, self.suite)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/meta/lib/oeqa/selftest/context.py", line 112, in setup_builddir
subprocess.check_output("git init && git add * && git commit -a -m 'initial'", cwd=newselftestdir, shell=True)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/disks/2/yocto-worker/reproducible-meta-oe/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'git init && git add * && git commit -a -m 'initial'' returned non-zero exit status 128.