Just to be sure, can you repeat this on a pristine poky master checkout with no cache and no downloads? 'bitbake -c unpack vulkan-samples' should do.
Also what does git --version say? I wonder if there's something in too old or too new versions of it. Alex On Wed, 17 Aug 2022 at 21:22, Julien Stephan <[email protected]> wrote: > > Hi Alexander, > > I observe this by just trying to build the vulkan-samples recipe: DISTRO=poky > bitbake vulkan-samples. > > Here is the log output (sorry it is a bit verbose): > ERROR: vulkan-samples-git-r0 do_unpack: Bitbake Fetcher Error: > FetchError('Fetch command export PSEUDO_DISABLED=1; export > SSH_AUTH_SOCK="/home/jstephan/.ssh/ssh_auth_sock"; export > PATH="/home/jstephan/kirkstone/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/jstephan/kirkstone/src/poky/scripts:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot/usr/bin/crossscripts:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot-native/usr/sbin:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot-native/usr/bin:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot-native/sbin:/home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/recipe-sysroot-native/bin:/home/jstephan/kirkstone/src/poky/bitbake/bin:/home/jstephan/kirkstone/build/tmp/hosttools"; > export HOME="/home/jstephan"; git -c core.fsyncobjectfiles=0 -c > gc.autoDetach=false -c core.pager=cat submodule update --recursive --no-fetch > failed with exit code 1, output:\nSubmodule path \'assets\': checked out > \'8a6b7f952d7786a305f89d375a55598e995ee972\'\nSubmodule path > \'third_party/CTPL\': checked out > \'437e135dbd94eb65b45533d9ce8ee28b5bd37b6d\'\nSubmodule path > \'third_party/astc\': checked out > \'4861c3db1ca50eb5f5767d95d1cd1bacb98ac8a5\'\nSubmodule path > \'third_party/cli11\': checked out > \'4af78beef777e313814b4daff70e2da9171a385a\'\nSubmodule path > \'third_party/glfw\': checked out > \'6876cf8d7e0e70dc3e4d7b0224d08312c9f78099\'\nSubmodule path > \'third_party/glm\': checked out > \'fce2abd01ce21063bd25ba67c9318be83bf48813\'\nSubmodule path > \'third_party/glslang\': checked out > \'6baa85f6ceec5fddd2e13b43dd1edc944dd930af\'\nSubmodule path > \'third_party/hwcpipe\': checked out > \'5a0c3d0b527bea96154998f29177f3b449cebd3a\'\nSubmodule path > \'third_party/imgui\': checked out > \'c23a19c26fa9cc778f755e76799f0cafdcb5a13b\'\nSubmodule path > \'third_party/opencl\': checked out > \'1aa1139b58a515877a923cce6b254e09d1b2fb2c\'\nSubmodule path > \'third_party/spdlog\': checked out > \'7bf8f148795d2571b4ae4aa9c6d2a8111fbb7077\'\nSubmodule path > \'third_party/spirv-cross\': checked out > \'84f56d0b43e5a6874de45e11be2bff9dc336fd7e\'\nSubmodule path > \'third_party/stb\': checked out > \'2c2908f50515dcd939f24be261c3ccbcd277bb49\'\nSubmodule path > \'third_party/tinygltf\': checked out > \'c0d0251e2c7f2273a894aa1b125af9313a88eae4\'\nSubmodule path > \'third_party/vma\': checked out > \'f9921aefddee2437cc2e3303d3175bd8ef23e22c\'\nSubmodule path > \'third_party/volk\': checked out > \'b18f3192886981f28d17f8f41c26c5a53ac3b977\'\nSubmodule path > \'third_party/vulkan\': checked out > \'76f00ef6cbb1886eb1162d1fa39bee8b51e22ee8\'\n\nDownloading > other_lib/ios/Debug-iphoneos/libSDL2.a (8.2 MB)\nError downloading object: > other_lib/ios/Debug-iphoneos/libSDL2.a (5045776): Smudge error: Error > downloading other_lib/ios/Debug-iphoneos/libSDL2.a > (5045776556ca57f2f7125d89c37a8b94f79cdebdc040d420513f0491787c4ea7): batch > response: Post > https://github.com/KhronosGroup/KTX-Software.git/info/lfs/objects/batch: dial > tcp: lookup github.com: Temporary failure in name resolution\n\nErrors logged > to > /home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/git/.git/modules/third_party/ktx/lfs/logs/20220817T152514.337649981.log\nUse > `git lfs logs last` to view the log.\nerror: external filter \'git-lfs > filter-process\' failed\nfatal: other_lib/ios/Debug-iphoneos/libSDL2.a: > smudge filter lfs failed\nUnable to checkout > \'6a38a0694b4d73d22c5d1e22f865d03545e808ea\' in submodule path > \'third_party/ktx\'\n', None) > ERROR: Logfile of failure stored in: > /home/jstephan/kirkstone/build/tmp/work/cortexa53-poky-linux/vulkan-samples/git-r0/temp/log.do_unpack.1796011 > ERROR: Task > (/home/jstephan/kirkstone/src/poky/meta/recipes-graphics/vulkan/vulkan-samples_git.bb:do_unpack) > failed with exit code '1' > > Julien > > Le mer. 17 août 2022 à 21:09, Alexander Kanavin <[email protected]> a > écrit : >> >> This has not been observed on the autobuilder or independently >> reported, can you show how to reproduce or the failure log? >> >> Alex >> >> On Wed, 17 Aug 2022 at 21:01, Julien STEPHAN <[email protected]> wrote: >> > >> > vulkan-samples uses git submodules and one of the submodules uses lfs >> > objects. During the unpack step, the lfs objects are retrieved leading to >> > a network failure. >> > >> > The correct fix is to fetch lfs objects during the fetch step, but let's >> > workaround this issue for now >> > >> > Signed-off-by: Julien STEPHAN <[email protected]> >> > --- >> > meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 5 +++++ >> > 1 file changed, 5 insertions(+) >> > >> > diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb >> > b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb >> > index 41cb4a437d..b45ee22a69 100644 >> > --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb >> > +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb >> > @@ -11,6 +11,11 @@ SRC_URI = >> > "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot >> > >> > file://0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch \ >> > " >> > >> > +# Workaround for network access issue during the do_unpack step >> > +# this needs to be fixed in the recipes buildsystem to move >> > +# this such that it can be accomplished during do_fetch task >> > +do_unpack[network] = "1" >> > + >> > UPSTREAM_CHECK_COMMITS = "1" >> > SRCREV = "ee6c1522af8ba9b56f8416c2eedafb440f681085" >> > >> > -- >> > 2.37.1 >> > >> > >> > >> >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169504): https://lists.openembedded.org/g/openembedded-core/message/169504 Mute This Topic: https://lists.openembedded.org/mt/93089137/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
