Errors related to repo fetches #379
Replies: 1 comment
-
The issue above is related to a company firewall. I simply disabled it, and the repositories were successfully cloned |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been trying to build the polarfire icicle kit BSP for a couple of days, but I've been getting persistent git repo fetch errors that I've been unable to get rid of by using the following commands:
bitbake recipe-name -c cleanall
bitbake -c cleanall recipe-name
bitbake -c cleansstate recipe-name
Can anyone please direct me on what I could do to fix/further investigate these problems?
WARNING: u-boot-mpfs-1_2023.07+gitAUTOINC+8f5e331e3f-r0 do_fetch: Failed to fetch URL git://github.com/polarfire-soc/u-boot.git;protocol=https;nobranch=1, attempting MIRRORS if available
ERROR: u-boot-mpfs-1_2023.07+gitAUTOINC+8f5e331e3f-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1691"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/yocto-dev/build/tmp-glibc/sysroots-uninative/x86_64-linux/usr/bin:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/usr/bin/python3-native:/home/yocto-dev/openembedded-core/scripts:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/usr/bin/riscv64-oe-linux:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot/usr/bin/crossscripts:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/usr/sbin:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/usr/bin:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/sbin:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/recipe-sysroot-native/bin:/home/yocto-dev/openembedded-core/bitbake/bin:/home/yocto-dev/build/tmp-glibc/hosttools"; export HOME="/home"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/polarfire-soc/u-boot.git /home/yocto-dev/build/downloads/git2/git.luolix.top.polarfire-soc.u-boot.git --progress failed with exit code 128, no output
ERROR: u-boot-mpfs-1_2023.07+gitAUTOINC+8f5e331e3f-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/polarfire-soc/u-boot.git;protocol=https;nobranch=1')
ERROR: Logfile of failure stored in: /home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/u-boot-mpfs/1_2023.07+gitAUTOINC+8f5e331e3f-r0/temp/log.do_fetch.10319
ERROR: Task (/home/yocto-dev/meta-polarfire-soc-yocto-bsp/meta-polarfire-soc-bsp/recipes-bsp/u-boot/u-boot-mpfs.bb:do_fetch) failed with exit code '1'
WARNING: mpfs-linux-6.1+gitAUTOINC+25e35c7c54-r0 do_fetch: Failed to fetch URL git://github.com/linux4microchip/linux.git;protocol=https;nobranch=1, attempting MIRRORS if available
ERROR: mpfs-linux-6.1+gitAUTOINC+25e35c7c54-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1691"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/yocto-dev/build/tmp-glibc/sysroots-uninative/x86_64-linux/usr/bin:/home/yocto-dev/openembedded-core/scripts:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot-native/usr/bin/riscv64-oe-linux:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot/usr/bin/crossscripts:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot-native/usr/sbin:/home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot-native/usr/bin:/home/sgvm/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot-native/sbin:/home//yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/recipe-sysroot-native/bin:/home/sgvm/yocto-dev/openembedded-core/bitbake/bin:/home/yocto-dev/build/tmp-glibc/hosttools"; export HOME="/home"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/linux4microchip/linux.git /home/yocto-dev/build/downloads/git2/git.luolix.top.linux4microchip.linux.git --progress failed with exit code 128, no output
ERROR: mpfs-linux-6.1+gitAUTOINC+25e35c7c54-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/linux4microchip/linux.git;protocol=https;nobranch=1')
ERROR: Logfile of failure stored in: /home/yocto-dev/build/tmp-glibc/work/icicle_kit_es-oe-linux/mpfs-linux/6.1+gitAUTOINC+25e35c7c54-r0/temp/log.do_fetch.10314
ERROR: Task (/home/yocto-dev/meta-polarfire-soc-yocto-bsp/meta-polarfire-soc-bsp/recipes-kernel/linux/mpfs-linux.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 7090 tasks of which 7088 didn't need to be rerun and 2 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
Summary: 2 tasks failed:
/home/yocto-dev/meta-polarfire-soc-yocto-bsp/meta-polarfire-soc-bsp/recipes-bsp/u-boot/u-boot-mpfs.bb:do_fetch
/home/yocto-dev/meta-polarfire-soc-yocto-bsp/meta-polarfire-soc-bsp/recipes-kernel/linux/mpfs-linux.bb:do_fetch
Summary: There were 2 WARNING messages.
Summary: There were 4 ERROR messages, returning a non-zero exit code.
Beta Was this translation helpful? Give feedback.
All reactions