DEBUG: Executing python function do_testsdkext
Extensible SDK testing environment: core2-32-poky-linux
NOTE: test_cpio (autotools.AutotoolsTest.test_cpio)
NOTE: ... ok
NOTE: test_assimp (cmake.CMakeTest.test_assimp)
NOTE: ... ok
NOTE: test_gcc_compile (gcc.GccCompileTest.test_gcc_compile)
NOTE: ... ok
NOTE: test_gpp2_compile (gcc.GccCompileTest.test_gpp2_compile)
NOTE: ... ok
NOTE: test_gpp_compile (gcc.GccCompileTest.test_gpp_compile)
NOTE: ... ok
NOTE: test_make (gcc.GccCompileTest.test_make)
NOTE: ... ok
NOTE: test_go_build (go.GoCompileTest.test_go_build)
NOTE: ... skipped "GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_module (go.GoCompileTest.test_go_module)
NOTE: ... skipped "GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_cross_compile (go.GoHostCompileTest.test_go_cross_compile)
NOTE: ... skipped "GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_module_cross_compile (go.GoHostCompileTest.test_go_module_cross_compile)
NOTE: ... skipped "GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_libhandy (gtk3.GTK3Test.test_libhandy)
NOTE: ... skipped 'gtk3.GTK3Test.test_libhandy does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)'
gtk3.GTK3Test.test_libhandy does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)
NOTE: test_cryptodev (kmod.KernelModuleTest.test_cryptodev)
NOTE: ... skipped 'kmod.KernelModuleTest.test_cryptodev does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15850)'
kmod.KernelModuleTest.test_cryptodev does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15850)
NOTE: test_lzip (makefile.MakefileTest.test_lzip)
NOTE: ... ok
NOTE: test_manifests (manifest.ManifestTest.test_manifests)
NOTE: ... ok
NOTE: test_maturin_develop (maturin.MaturinDevelopTest.test_maturin_develop)
NOTE: ... skipped "Testing 'maturin develop' requires Rust cross-canadian in the SDK"
Testing 'maturin develop' requires Rust cross-canadian in the SDK
NOTE: test_maturin_list_python (maturin.MaturinTest.test_maturin_list_python)
NOTE: ... ok
NOTE: test_iputils (meson.MesonTest.test_iputils)
NOTE: ... skipped 'meson.MesonTest.test_iputils does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)'
meson.MesonTest.test_iputils does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)
NOTE: test_perl (perl.PerlTest.test_perl)
NOTE: ... ok
NOTE: test_python3 (python.Python3Test.test_python3)
NOTE: ... ok
NOTE: test_cargo_build (rust.RustCompileTest.test_cargo_build)
NOTE: ... skipped "RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain"
RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain
NOTE: test_cargo_build (rust.RustHostCompileTest.test_cargo_build)
NOTE: ... skipped "RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain"
RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain
NOTE: test_devtool_add_reset (devtool.DevtoolTest.test_devtool_add_reset)
NOTE: ... ok
NOTE: test_devtool_build_cmake (devtool.DevtoolTest.test_devtool_build_cmake)
NOTE: ... ok
NOTE: test_devtool_build_esdk_package (devtool.DevtoolTest.test_devtool_build_esdk_package)
NOTE: ... ok
NOTE: test_devtool_build_make (devtool.DevtoolTest.test_devtool_build_make)
NOTE: ... ok
NOTE: test_devtool_kernelmodule (devtool.DevtoolTest.test_devtool_kernelmodule)
NOTE: ... ok
NOTE: test_devtool_location (devtool.DevtoolTest.test_devtool_location)
NOTE: ... ok
NOTE: test_extend_autotools_recipe_creation (devtool.DevtoolTest.test_extend_autotools_recipe_creation)
NOTE: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemux86/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 74, in test_extend_autotools_recipe_creation
self._run('devtool add %s https://git.yoctoproject.org/dbus-wait' % (recipe) )
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/qemux86/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
" %s;" % (self.tc.sdk_env, cmd), stderr=subprocess.STDOUT,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
shell=True, env=env, universal_newlines=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/usr/lib64/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-core2-32-poky-linux > /dev/null; devtool add test-dbus-wait https://git.yoctoproject.org/dbus-wait;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/dbus-wait;protocol=https;branch=master...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-boot-native_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-boot_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/util-linux/util-linux_2.41.3.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-kernel/kmod/kmod_34.2.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-support/vte/vte_0.82.2.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb: Exception during build_dependencies for fetcher_hashes_dummyfunc: ExpansionError('fetcher_hashes_dummyfunc[vardepvalue]', '${@bb.fetch.get_hashvalue(d)}', FetchError('Fetch command export PSEUDO_DISABLED=1; export SSL_CERT_DIR="/etc/ssl/certs"; export SSL_CERT_FILE="/etc/ssl/ca-bundle.pem"; export GIT_SSL_CAINFO="/etc/ssl/ca-bundle.pem"; export PATH="TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/sysroots-uninative/x86_64-linux/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin/i686-poky-linux:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot/usr/bin/crossscripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/hosttools"; export HOME="/srv/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/dbus-wait failed with exit code 128, output:\nfatal: unable to access \'https://git.yoctoproject.org/dbus-wait/\': The requested URL returned error: 502\n', None))
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb: Error during finalise of TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb
ERROR: ExpansionError during parsing TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb
bb.data_smart.ExpansionError: Failure expanding variable fetcher_hashes_dummyfunc[vardepvalue], expression was ${@bb.fetch.get_hashvalue(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export SSL_CERT_DIR="/etc/ssl/certs"; export SSL_CERT_FILE="/etc/ssl/ca-bundle.pem"; export GIT_SSL_CAINFO="/etc/ssl/ca-bundle.pem"; export PATH="TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/sysroots-uninative/x86_64-linux/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin/i686-poky-linux:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot/usr/bin/crossscripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/hosttools"; export HOME="/srv/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/dbus-wait failed with exit code 128, output:
fatal: unable to access 'https://git.yoctoproject.org/dbus-wait/': The requested URL returned error: 502
The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]
ERROR: Parsing halted due to errors, see error messages above
Summary: There were 8 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
Traceback (most recent call last):
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 111, in <module>
ret = main()
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 100, in main
ret = args.func(args)
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
tinfoil.parse_recipes()
~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
self.run_actions(config_params)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR: Command '. TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && recipetool --color=auto create --devtool -o /tmp/devtool6peblh1d 'https://git.yoctoproject.org/dbus-wait' -x TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/sources/devtoolsrczxcvfpdt -N test-dbus-wait' failed
NOTE: test_recipes_for_nodejs (devtool.DevtoolTest.test_recipes_for_nodejs)
NOTE: ... ok
INFO: Copying the SDK to destination
INFO: Unpacking SDK
INFO: Successfully unpacked TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish/poky-glibc-x86_64-core-image-minimal-core2-32-qemux86-toolchain-ext-6.0.99+snapshot.sh to TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish
hint: The '.git/hooks/post-commit' hook was ignored because it's not set as executable.
hint: You can disable this warning with `git config set advice.ignoredHook false`.
INFO: SDK published successfully
NOTE: Started HTTPService for TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish on :37261
NOTE: test_sdk_update_http (devtool.SdkUpdateTest.test_sdk_update_http)
NOTE: "GET /conf/sdk-conf-manifest HTTP/1.1" 200 -
NOTE: ... ok
NOTE: Stopped HTTPService on :37261
NOTE: ======================================================================
NOTE: ERROR: test_extend_autotools_recipe_creation (devtool.DevtoolTest.test_extend_autotools_recipe_creation)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemux86/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 74, in test_extend_autotools_recipe_creation
self._run('devtool add %s https://git.yoctoproject.org/dbus-wait' % (recipe) )
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/qemux86/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
" %s;" % (self.tc.sdk_env, cmd), stderr=subprocess.STDOUT,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
shell=True, env=env, universal_newlines=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/usr/lib64/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-core2-32-poky-linux > /dev/null; devtool add test-dbus-wait https://git.yoctoproject.org/dbus-wait;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/dbus-wait;protocol=https;branch=master...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-boot-native_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-boot_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-core/util-linux/util-linux_2.41.3.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-kernel/kmod/kmod_34.2.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-support/vte/vte_0.82.2.bb: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/classes-recipe/upstream-stable-release-point.bbclass:18: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
return '\.'.join(stable_parts)
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb: Exception during build_dependencies for fetcher_hashes_dummyfunc: ExpansionError('fetcher_hashes_dummyfunc[vardepvalue]', '${@bb.fetch.get_hashvalue(d)}', FetchError('Fetch command export PSEUDO_DISABLED=1; export SSL_CERT_DIR="/etc/ssl/certs"; export SSL_CERT_FILE="/etc/ssl/ca-bundle.pem"; export GIT_SSL_CAINFO="/etc/ssl/ca-bundle.pem"; export PATH="TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/sysroots-uninative/x86_64-linux/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin/i686-poky-linux:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot/usr/bin/crossscripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/hosttools"; export HOME="/srv/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/dbus-wait failed with exit code 128, output:\nfatal: unable to access \'https://git.yoctoproject.org/dbus-wait/\': The requested URL returned error: 502\n', None))
WARNING: TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb: Error during finalise of TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb
ERROR: ExpansionError during parsing TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/recipes/recipetool/tmp-recipetool-zpp1rpaq.bb
bb.data_smart.ExpansionError: Failure expanding variable fetcher_hashes_dummyfunc[vardepvalue], expression was ${@bb.fetch.get_hashvalue(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export SSL_CERT_DIR="/etc/ssl/certs"; export SSL_CERT_FILE="/etc/ssl/ca-bundle.pem"; export GIT_SSL_CAINFO="/etc/ssl/ca-bundle.pem"; export PATH="TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/sysroots-uninative/x86_64-linux/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin/i686-poky-linux:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot/usr/bin/crossscripts:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/usr/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/sbin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/work/recipetool-5tz8yahe/work/recipe-sysroot-native/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/bin:TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/tmp/hosttools"; export HOME="/srv/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/dbus-wait failed with exit code 128, output:
fatal: unable to access 'https://git.yoctoproject.org/dbus-wait/': The requested URL returned error: 502
The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]
ERROR: Parsing halted due to errors, see error messages above
Summary: There were 8 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
Traceback (most recent call last):
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 111, in <module>
ret = main()
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 100, in main
ret = args.func(args)
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
tinfoil.parse_recipes()
~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
self.run_actions(config_params)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR: Command '. TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && recipetool --color=auto create --devtool -o /tmp/devtool6peblh1d 'https://git.yoctoproject.org/dbus-wait' -x TOPDIR/tmp/work/qemux86-poky-linux/core-image-minimal/1.0/testsdkext/workspace/sources/devtoolsrczxcvfpdt -N test-dbus-wait' failed
----------------------------------------------------------------------
NOTE: Ran 30 tests in 748.380s
NOTE: FAILED
NOTE: (errors=1, skipped=10)
RESULTS:
RESULTS - autotools.AutotoolsTest.test_cpio: PASSED (20.25s)
RESULTS - cmake.CMakeTest.test_assimp: PASSED (66.39s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.08s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.07s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.19s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.08s)
RESULTS - makefile.MakefileTest.test_lzip: PASSED (1.26s)
RESULTS - manifest.ManifestTest.test_manifests: PASSED (0.00s)
RESULTS - maturin.MaturinTest.test_maturin_list_python: PASSED (3.98s)
RESULTS - perl.PerlTest.test_perl: PASSED (0.01s)
RESULTS - python.Python3Test.test_python3: PASSED (4.80s)
RESULTS - devtool.DevtoolTest.test_devtool_add_reset: PASSED (10.87s)
RESULTS - devtool.DevtoolTest.test_devtool_build_cmake: PASSED (28.29s)
RESULTS - devtool.DevtoolTest.test_devtool_build_esdk_package: PASSED (23.07s)
RESULTS - devtool.DevtoolTest.test_devtool_build_make: PASSED (27.02s)
RESULTS - devtool.DevtoolTest.test_devtool_kernelmodule: PASSED (472.43s)
RESULTS - devtool.DevtoolTest.test_devtool_location: PASSED (0.01s)
RESULTS - devtool.DevtoolTest.test_recipes_for_nodejs: PASSED (19.33s)
RESULTS - devtool.SdkUpdateTest.test_sdk_update_http: PASSED (0.79s)
RESULTS - go.GoCompileTest.test_go_build: SKIPPED (0.00s)
RESULTS - go.GoCompileTest.test_go_module: SKIPPED (0.00s)
RESULTS - go.GoHostCompileTest.test_go_cross_compile: SKIPPED (0.00s)
RESULTS - go.GoHostCompileTest.test_go_module_cross_compile: SKIPPED (0.00s)
RESULTS - gtk3.GTK3Test.test_libhandy: SKIPPED (0.00s)
RESULTS - kmod.KernelModuleTest.test_cryptodev: SKIPPED (0.00s)
RESULTS - maturin.MaturinDevelopTest.test_maturin_develop: SKIPPED (23.04s)
RESULTS - meson.MesonTest.test_iputils: SKIPPED (0.00s)
RESULTS - rust.RustCompileTest.test_cargo_build: SKIPPED (0.00s)
RESULTS - rust.RustHostCompileTest.test_cargo_build: SKIPPED (0.00s)
RESULTS - devtool.DevtoolTest.test_extend_autotools_recipe_creation: ERROR (37.51s)
SUMMARY:
core-image-minimal esdk (poky-glibc-x86_64-core-image-minimal-core2-32-qemux86-toolchain-ext-6.0.99+snapshot.sh:environment-setup-core2-32-poky-linux) - Ran 30 tests in 748.380s
core-image-minimal esdk - FAIL - Required tests failed (successes=19, skipped=10, failures=0, errors=1)
ERROR: core-image-minimal - FAILED - check the task log and the commands log
DEBUG: Python function do_testsdkext finished