NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 1929 entries from dependency cache. Parsing recipes...done. Parsing of 941 .bb files complete (940 cached, 1 parsed). 1928 targets, 42 skipped, 0 masked, 0 errors. Removing 1 recipes from the core2-64 sysroot...done. Removing 1 recipes from the qemux86_64 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.15.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.2.99+snapshot-98873eccfff280db8f55469d86485d14ec6107fe" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp workspace = "tmp-auh-upgrades:98873eccfff280db8f55469d86485d14ec6107fe" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 197 Local 185 Mirrors 0 Missed 12 Current 406 (93% match, 98% complete) done. NOTE: Executing Tasks NOTE: Setscene tasks completed NOTE: Running task 1159 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_recipe_qa) NOTE: recipe openssh-10.0p2-r0: task do_recipe_qa: Started NOTE: recipe openssh-10.0p2-r0: task do_recipe_qa: Succeeded NOTE: Task /srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_recipe_qa unihash changed to b09c20e3ab2d0f7e4eda4e5ffa73e0c5fb9e20f74a77441b189987769b1fbd77 NOTE: Setscene tasks completed NOTE: Running task 1672 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_fetch) NOTE: recipe openssh-10.0p2-r0: task do_fetch: Started NOTE: recipe openssh-10.0p2-r0: task do_fetch: Succeeded NOTE: Running task 1673 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_unpack) NOTE: Running task 1674 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_prepare_recipe_sysroot) NOTE: recipe openssh-10.0p2-r0: task do_unpack: Started NOTE: recipe openssh-10.0p2-r0: task do_prepare_recipe_sysroot: Started WARNING: openssh-10.0p2-r0 do_unpack: openssh: the directory ${UNPACKDIR}/${BP} (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/openssh/10.0p2/sources/openssh-10.0p2) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to NOTE: recipe openssh-10.0p2-r0: task do_unpack: Succeeded NOTE: Running task 1675 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_patch) NOTE: Running task 1676 of 1694 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_collect_spdx_deps) NOTE: recipe openssh-10.0p2-r0: task do_patch: Started NOTE: recipe openssh-10.0p2-r0: task do_collect_spdx_deps: Started NOTE: recipe openssh-10.0p2-r0: task do_collect_spdx_deps: Succeeded NOTE: recipe openssh-10.0p2-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe openssh-10.0p2-r0: task do_patch: Failed NOTE: Tasks Summary: Attempted 1676 tasks of which 1670 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds NOTE: The errors for this build are stored in /srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20250715081920.txt You can send the errors to a reports server by running: send-error-report /srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20250715081920.txt [-s server] NOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending. Summary: 1 task failed: /srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_patch log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/openssh/10.0p2/temp/log.do_patch.2524301 Summary: There was 1 WARNING message. Summary: There was 1 ERROR message, returning a non-zero exit code. ERROR: openssh-10.0p2-r0 do_patch: Applying patch '0001-regress-banner.sh-log-input-and-output-files-on-erro.patch' on target directory '/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/openssh/10.0p2/sources/openssh-10.0p2' CmdError('quilt --quiltrc /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/openssh/10.0p2/recipe-sysroot-native/etc/quiltrc push', 0, "stdout: Applying patch 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch can't find file to patch at input line 49 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 514ca62b7cf2ae69d1f10be41ac5d9f8875ff097 Mon Sep 17 00:00:00 2001 |From: Mikko Rapeli |Date: Mon, 11 Sep 2023 09:55:21 +0100 |Subject: [PATCH] regress/banner.sh: log input and output files on error | |Some test environments like yocto with qemu are seeing these |tests failing. There may be additional error messages in the |stderr of ssh cloent command. busybox cmp shows this error when |first input file has less new line characters then second |input file: | |cmp: EOF on /usr/lib/openssh/ptest/regress/banner.in | |Logging the full banner.out will show what other error messages |are captured in addition of the expected banner. | |Full log of a failing banner test runs is: | |run test banner.sh ... |test banner: missing banner file |test banner: size 0 |cmp: EOF on /usr/lib/openssh/ptest/regress/banner.in |banner size 0 mismatch |test banner: size 10 |test banner: size 100 |cmp: EOF on /usr/lib/openssh/ptest/regress/banner.in |banner size 100 mismatch |test banner: size 1000 |test banner: size 10000 |test banner: size 100000 |test banner: suppress banner (-q) |FAIL: banner |return value: 1 | |See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15178 | |Upstream-Status: Denied [https://github.com/openssh/openssh-portable/pull/437] | |Signed-off-by: Mikko Rapeli |Signed-off-by: Jose Quaresma |--- | regress/banner.sh | 4 +++- | 1 file changed, 3 insertions(+), 1 deletion(-) | |diff --git a/regress/banner.sh b/regress/banner.sh |index a84feb5..de84957 100644 |--- a/regress/banner.sh |+++ b/regress/banner.sh -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch does not apply (enforce with -f) stderr: ") ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/openssh/10.0p2/temp/log.do_patch.2524301 ERROR: Task (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/openssh/openssh_10.0p2.bb:do_patch) failed with exit code '1'