Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.7.0
-
Apalis iMX6 2GB IT V1.1A
Description
Running bitbake b2qt-embedded-qt5-image -c fetchall -k gives the following log:
WARNING: Failed to fetch URL git://codereview.qt-project.org/tqtc- boot2qt/ota;branch=master;protocol=ssh, attempting MIRRORS if available WARNING: Failed to fetch URL git://codereview.qt-project.org/qt-apps/boot2qt- launcher;branch=5.7;protocol=ssh, attempting MIRRORS if available WARNING: Failed to fetch URL git://codereview.qt-project.org/qt-apps/boot2qt- demos.git;branch=5.7;protocol=ssh;name=demos, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/mnt/tc_dev/b2qt57-1/build-apalis- imx6/../downloads/git2/codereview.qt-project.org.qt-apps.boot2qt-launcher'... ssh: connect to host codereview.qt-project.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ERROR: Function failed: Fetcher failure for URL: 'git://codereview.qt- project.org/qt-apps/boot2qt-launcher;branch=5.7;protocol=ssh'. Unable to fetch URL from any source. ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/mnt/tc_dev/b2qt57-1/build-apalis- imx6/../downloads/git2/codereview.qt-project.org.qt-apps.boot2qt-demos.git'... ssh: connect to host codereview.qt-project.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ERROR: Function failed: Fetcher failure for URL: 'git://codereview.qt- project.org/qt-apps/boot2qt-demos.git;branch=5.7;protocol=ssh;name=demos'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /mnt/tc_dev/b2qt57-1/build-apalis- imx6/tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi/b2qt-demos/5.7+gitAUTOINC+c d9f0c40f3_32404e2710_c6713e212e_7c570ee429-r0/temp/log.do_fetch.35782 ERROR: Logfile of failure stored in: /mnt/tc_dev/b2qt57-1/build-apalis- imx6/tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi/b2qt- launcher/5.7+gitAUTOINC+7ff96b74f8-r0/temp/log.do_fetch.35783 ERROR: Task 287 (/mnt/tc_dev/b2qt57-1/sources/meta-boot2qt/recipes-qt/b2qt- addons/b2qt-launcher.bb, do_fetch) failed with exit code '1' ERROR: Task 288 (/mnt/tc_dev/b2qt57-1/sources/meta-boot2qt/recipes-qt/b2qt- addons/b2qt-demos.bb, do_fetch) failed with exit code '1' ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/mnt/tc_dev/b2qt57-1/build-apalis- imx6/../downloads/git2/codereview.qt-project.org.tqtc-boot2qt.ota'... ssh: connect to host codereview.qt-project.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ERROR: Function failed: Fetcher failure for URL: 'git://codereview.qt- project.org/tqtc-boot2qt/ota;branch=master;protocol=ssh'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /mnt/tc_dev/b2qt57-1/build-apalis- imx6/tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi/b2qt- ota/gitAUTOINC+d8d8153069-r0/temp/log.do_fetch.35784 ERROR: Task 286 (/mnt/tc_dev/b2qt57-1/sources/meta-boot2qt/recipes-qt/b2qt- addons/b2qt-ota.bb, do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 561 tasks of which 558 didn't need to be rerun and 3 failed.
Changing the protocol of b2qt-launcher and b2qt-demos to git (it was http) in their recipes it makes it work, but b2qt-ota still insists on username/password when cloning with git.
Attachments
Issue Links
- is required for
-
QTBUG-54392 Build for apalis-imx6 failed
- Closed