Issue fetching with Yocto meta-qt6 LTS
-
wrote on 30 May 2024, 18:29 last edited by Subbu
Hello!
I'm running into a fetching issue while performing a Yocto build with the meta-qt6 layer. I'm attempting to build with meta-qt6 v6.5.6, which is LTS. I understand that I need a commercial license to use the LTS releases and I have an active "Qt for Device Creation Professional" license. Perhaps this is the wrong license?
I have set up a Gerrit account and have confirmed that I can successfully SSH to the repo.
I have also tried adding 'QT_EDITION = "commercial"' to my conf/local.conf file. I have also tried using https by adding 'QT_COMMERCIAL_GIT_PROTOCOL = "https"' to my conf/local.conf file.
The exact error that I'm receiving is below. Any help is greatly appreciated!
Thanks!
Sstate summary: Wanted 318 Local 285 Mirrors 0 Missed 33 Current 3632 (89% match, 99% complete) | ETA: 0:00:00 Initialising tasks: 100% |#######################################################################| Time: 0:00:05 NOTE: Executing Tasks WARNING: qtbase-native-6.5.6-r0 do_fetch: Failed to fetch URL git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh, attempting MIRRORS if available ERROR: qtbase-native-6.5.6-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="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress failed with exit code 128, see logfile for output ERROR: qtbase-native-6.5.6-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh') ERROR: Logfile of failure stored in: /home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/temp/log.do_fetch.1574017 ERROR: Task (virtual:native:/home/rlush/LionOS_Scarthgap/build/../layers/meta-qt6/recipes-qt/qt6/qtbase_git.bb:do_fetch) failed with exit code '1' WARNING: qtbase-6.5.6-r0 do_fetch: Failed to fetch URL git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh, attempting MIRRORS if available ERROR: qtbase-6.5.6-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="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/usr/bin/aarch64-tdx-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot/usr/bin/crossscripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress failed with exit code 128, see logfile for output ERROR: qtbase-6.5.6-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh') ERROR: Logfile of failure stored in: /home/rlush/LionOS_Scarthgap/build/tmp/work/armv8a-mx8mp-tdx-linux/qtbase/6.5.6/temp/log.do_fetch.1574018 ERROR: Task (/home/rlush/LionOS_Scarthgap/build/../layers/meta-qt6/recipes-qt/qt6/qtbase_git.bb:do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 8097 tasks of which 8087 didn't need to be rerun and 2 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 4 seconds
-
Hi,
Did you check the content of the log file to see if there are more details about the failure ?
-
wrote on 30 May 2024, 18:50 last edited by
Hello!
Here's a copy of the log. It looks like it's unable to find or access the repo.
DEBUG: Executing python function extend_recipe_sysroot NOTE: Direct dependencies are [] NOTE: Installed into sysroot: [] NOTE: Skipping as already exists in sysroot: [] DEBUG: Python function extend_recipe_sysroot finished DEBUG: Executing python function fetcher_hashes_dummyfunc DEBUG: Python function fetcher_hashes_dummyfunc finished DEBUG: Executing python function do_fetch DEBUG: Executing python function base_do_fetch DEBUG: Trying PREMIRRORS DEBUG: For url ['git', 'codereview.qt-project.org', '/qt/tqtc-qtbase.git', '', '', OrderedDict([('name', 'qtbase'), ('branch', 'tqtc/lts-6.5'), ('nobranch', '1'), ('protocol', 'ssh')])] comparing ['git', 'sourceware.org', '/git/glibc.git', '', '', OrderedDict()] to ['https', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', OrderedDict()] DEBUG: For url ['git', 'codereview.qt-project.org', '/qt/tqtc-qtbase.git', '', '', OrderedDict([('name', 'qtbase'), ('branch', 'tqtc/lts-6.5'), ('nobranch', '1'), ('protocol', 'ssh')])] comparing ['git', 'sourceware.org', '/git/binutils-gdb.git', '', '', OrderedDict()] to ['https', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', OrderedDict()] . . . DEBUG: For url git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh returning git://codereview.qt-project.org/git/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=https DEBUG: Fetching http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz using command '/usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz'' DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' DEBUG: Running export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v --2024-05-30 18:45:30-- http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 198.145.29.62 Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|198.145.29.62|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-05-30 18:45:30 ERROR 404: Not Found. DEBUG: Mirror fetch failure for url http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz (original url: git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh) DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://downloads.yoctoproject.org/mirror/sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v failed with exit code 8, see logfile for output DEBUG: Fetching http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz using command '/usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz'' DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' DEBUG: Running export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v --2024-05-30 18:45:30-- http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz Resolving sources.openembedded.org (sources.openembedded.org)... 198.145.29.27 Connecting to sources.openembedded.org (sources.openembedded.org)|198.145.29.27|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-05-30 18:45:30 ERROR 404: Not Found. DEBUG: Mirror fetch failure for url http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz (original url: git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh) DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'http://sources.openembedded.org/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v failed with exit code 8, see logfile for output DEBUG: Fetching https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz using command '/usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz'' DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' DEBUG: Running export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v --2024-05-30 18:45:30-- https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99, 2604:1380:45e3:2400::1 Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-05-30 18:45:30 ERROR 404: Not Found. DEBUG: Mirror fetch failure for url https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz (original url: git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh) DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; /usr/bin/env wget -t 2 -T 30 -O /home/rlush/LionOS_Scarthgap/build/../downloads/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz.tmp -P /home/rlush/LionOS_Scarthgap/build/../downloads 'https://mirrors.kernel.org/yocto-sources/git2_codereview.qt-project.org.qt.tqtc-qtbase.git.tar.gz' --progress=dot -v failed with exit code 8, see logfile for output DEBUG: Fetcher accessed the network with the command LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress DEBUG: Running export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress Cloning into bare repository '/home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git'... fatal: could not read Username for 'https://codereview.qt-project.org': No such device or address DEBUG: Mirror fetch failure for url git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=https (original url: git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh) DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress failed with exit code 128, see logfile for output DEBUG: Fetcher accessed the network with the command LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/git/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.git.qt.tqtc-qtbase.git --progress DEBUG: Running export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/git/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.git.qt.tqtc-qtbase.git --progress Cloning into bare repository '/home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.git.qt.tqtc-qtbase.git'... fatal: unable to access 'https://codereview.qt-project.org/git/qt/tqtc-qtbase.git/': The requested URL returned error: 403 DEBUG: Mirror fetch failure for url git://codereview.qt-project.org/git/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=https (original url: git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh) DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/git/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.git.qt.tqtc-qtbase.git --progress failed with exit code 128, see logfile for output ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1727"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts/native-intercept:/home/rlush/LionOS_Scarthgap/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/python3-native:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/perl-native:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/scripts:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin/x86_64-linux:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/usr/bin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/sbin:/home/rlush/LionOS_Scarthgap/build/tmp/work/x86_64-linux/qtbase-native/6.5.6/recipe-sysroot-native/bin:/home/rlush/LionOS_Scarthgap/layers/openembedded-core/bitbake/bin:/home/rlush/LionOS_Scarthgap/build/tmp/hosttools"; export HOME="/home/rlush"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qtbase.git /home/rlush/LionOS_Scarthgap/build/../downloads/git2/codereview.qt-project.org.qt.tqtc-qtbase.git --progress failed with exit code 128, see logfile for output ERROR: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://codereview.qt-project.org/qt/tqtc-qtbase.git;name=qtbase;branch=tqtc/lts-6.5;nobranch=1;protocol=ssh') DEBUG: Python function base_do_fetch finished DEBUG: Python function do_fetch finished
-
403...
Are you able to clone that repo directly from the command line ? -
wrote on 30 May 2024, 20:15 last edited by
Hmmm, I cannot.
git clone https://codereview.qt-project.org/qt/tqtc-qtbase.git Cloning into 'tqtc-qtbase'... Username for 'https://codereview.qt-project.org': mmt_subbu Password for 'https://mmt_subbu@codereview.qt-project.org': fatal: unable to access 'https://codereview.qt-project.org/qt/tqtc-qtbase.git/': The requested URL returned error: 403
-
You're welcome !
Since you have it working now, please mark the thread as solved :-)
-
1/7