Fetcher failure: Unable to find revision bd51baffc04ecc73f933aee1c3a37c8b44b889a7 in branch sdk-v2.0.x even from upstream

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fetcher failure: Unable to find revision bd51baffc04ecc73f933aee1c3a37c8b44b889a7 in branch sdk-v2.0.x even from upstream

2,739 Views
bernardo
Contributor II

I encountered this problem a couple of days ago, it was working fine before. The fastest way to reproduce it is to run "bitbake -c cleanall linux-qoriq ; bitbake -c fetch linux-qoriq"

Following is the ouput:

Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "powerpc64-fsl-linux"
MACHINE = "ngpayshield"
DISTRO = "fsl-qoriq"
DISTRO_VERSION = "2.0"
TUNE_FEATURES = "m64 fpu-hard e6500 altivec"
TARGET_FPU = "hard"
meta
meta-yocto
meta-yocto-bsp = "HEAD:9a211a4a2c1bfcb292dc97d8dcac149bca9e3f1b"
meta-oe
meta-multimedia
meta-gnome
meta-networking
meta-perl
meta-python
meta-ruby
meta-filesystems
meta-webserver
meta-xfce = "HEAD:dc5634968b270dde250690609f0015f881db81f2"
meta-freescale = "HEAD:2461b02ac6e7d549647ced03b084f14f845906d1"
meta-freescale-internal = "HEAD:4829293f807e35a1111e79763294fc8b98b97810"
meta-freescale-extra = "HEAD:bee911b027e0480b034674d0ddee3fcb06d2e985"
meta-thales
meta-selinux = "<unknown>:<unknown>"
meta-virtualization = "HEAD:042425c1d98bdd7e44a62789bd03b375045266f5"
meta-java = "HEAD:8b776ac68f9af4596be3824152bcf0bc6b67fa1d"
meta-openstack
meta-openstack-aio-deploy
meta-openstack-compute-deploy
meta-openstack-compute-test-config
meta-openstack-controller-deploy
meta-openstack-controller-test-config
meta-openstack-qemu
meta-openstack-swift-deploy
meta-cloud-services = "HEAD:d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb"
meta-security = "HEAD:f9367e71f923fc7d2fb600208e2b97535ea41777"

NOTE: Preparing RunQueue
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x, attempting MIRRORS if available
ERROR: Fetcher failure: Unable to find revision bd51baffc04ecc73f933aee1c3a37c8b44b889a7 in branch sdk-v2.0.x even from upstream
ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/builder/QorIQ-SDK-V2.0-20160527-yocto/build_ngpayshield_release/tmp/work/ngpayshield-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_fetch.17129
ERROR: Task 0 (/home/builder/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-kernel/linux/linux-qoriq_4.1.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 failed.

Any thoughts?

Labels (1)
0 Kudos
3 Replies

1,555 Views
Pavel
NXP Employee
NXP Employee

Look at the following document:

https://community.nxp.com/docs/DOC-94874

 

Use correct <image name>. For example,

bitbake -c fetchall core-image-minimal

or  

bitbake -c fetch fsl-image-core


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,555 Views
bernardo
Contributor II

Thank you Pavel, however I'm using a single component only as en example of how to reproduce the problem quickly. Every <image name> at some point will attempt to fetch linux-qoriq component and will fail.

WARNING: Failed to fetch URL git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x, attempting MIRRORS if available

Currently 7 running tasks (3067 of 3277):
0: linux-qoriq-4.1-r0 do_fetch (pid 30038)
1: pkgconfig-0.28+gitAUTOINC+40342dd0ea-r0 do_configure (pid 716)
2: dbench-4.0-r0 do_populate_sysroot (pid 22062)
3: pme-tools-git-r0 do_package_write_rpm (pid 28650)
4: libedit-20150325-3.1-r0 do_package_write_rpm (pid 29841)
5: fio-2.2.6-r0 do_package (pid 29852)
6: dbench-4.0-r0 do_package_write_rpm (pid 30057)

0 Kudos

1,555 Views
dirkweber
Contributor I

I am facing the same problem which is a bit odd, since that has worked fine a couple of weeks ago.

Has there changed something with the repository, since trying to access the git directly fails as well:

 git clone git://git.freescale.com/ppc/sdk/linux.git
Cloning into 'linux'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection timed out

0 Kudos