NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 1941 entries from dependency cache. Parsing recipes...done. Parsing of 944 .bb files complete (943 cached, 1 parsed). 1941 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.2" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.2.99+snapshot-bb7ad0281627da119f1f266036875e426af631eb" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp workspace = "tmp-auh-upgrades:bb7ad0281627da119f1f266036875e426af631eb" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 659 Local 646 Mirrors 0 Missed 13 Current 938 (98% match, 99% complete) done. NOTE: Executing Tasks NOTE: Setscene tasks completed NOTE: Running task 3846 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_recipe_qa) NOTE: Running task 4117 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_write_config) NOTE: recipe gst-examples-1.26.5-r0: task do_recipe_qa: Started NOTE: recipe gst-examples-1.26.5-r0: task do_write_config: Started NOTE: recipe gst-examples-1.26.5-r0: task do_write_config: Succeeded NOTE: recipe gst-examples-1.26.5-r0: task do_recipe_qa: Succeeded NOTE: Running task 4298 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_fetch) NOTE: recipe gst-examples-1.26.5-r0: task do_fetch: Started NOTE: recipe gst-examples-1.26.5-r0: task do_fetch: Succeeded NOTE: Running task 4299 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_unpack) NOTE: Running task 4300 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_prepare_recipe_sysroot) NOTE: recipe gst-examples-1.26.5-r0: task do_unpack: Started NOTE: recipe gst-examples-1.26.5-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe gst-examples-1.26.5-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe gst-examples-1.26.5-r0: task do_unpack: Succeeded NOTE: Running task 4301 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_patch) NOTE: Running task 4302 of 4317 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_collect_spdx_deps) NOTE: recipe gst-examples-1.26.5-r0: task do_patch: Started NOTE: recipe gst-examples-1.26.5-r0: task do_collect_spdx_deps: Started NOTE: recipe gst-examples-1.26.5-r0: task do_collect_spdx_deps: Succeeded NOTE: recipe gst-examples-1.26.5-r0: task do_patch: Failed NOTE: Tasks Summary: Attempted 4302 tasks of which 4295 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_20250815115638.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_20250815115638.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-multimedia/gstreamer/gst-examples_1.26.5.bb:do_patch log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gst-examples/1.26.5/temp/log.do_patch.1575231 Summary: There was 1 ERROR message, returning a non-zero exit code. ERROR: gst-examples-1.26.5-r0 do_patch: Applying patch '0001-Make-player-examples-installable.patch' on target directory '/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gst-examples/1.26.5/sources/gst-examples-1.26.5/subprojects/gst-examples' CmdError('quilt --quiltrc /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gst-examples/1.26.5/recipe-sysroot-native/etc/quiltrc push', 0, "stdout: Applying patch 0001-Make-player-examples-installable.patch can't find file to patch at input line 19 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From b9757dd6200a8b974230c25741ccc541ed2f3a8a Mon Sep 17 00:00:00 2001 |From: Jussi Kukkonen |Date: Thu, 17 Aug 2017 11:07:02 +0300 |Subject: [PATCH] Make player examples installable | |Signed-off-by: Jussi Kukkonen |Upstream-Status: Denied [Upstream considers these code examples, for now a least] | |https://bugzilla.gnome.org/show_bug.cgi?id=777827 |--- | subprojects/gst-examples/playback/player/gst-play/meson.build | 1 + | subprojects/gst-examples/playback/player/gtk/meson.build | 1 + | 2 files changed, 2 insertions(+) | |diff --git a/subprojects/gst-examples/playback/player/gst-play/meson.build b/subprojects/gst-examples/playback/player/gst-play/meson.build |index 5e80ca8dd4..129e5bdcbe 100644 |--- a/subprojects/gst-examples/playback/player/gst-play/meson.build |+++ b/subprojects/gst-examples/playback/player/gst-play/meson.build -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 30 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/subprojects/gst-examples/playback/player/gtk/meson.build b/subprojects/gst-examples/playback/player/gtk/meson.build |index a3bd83e530..51d434f90d 100644 |--- a/subprojects/gst-examples/playback/player/gtk/meson.build |+++ b/subprojects/gst-examples/playback/player/gtk/meson.build -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch 0001-Make-player-examples-installable.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/gst-examples/1.26.5/temp/log.do_patch.1575231 ERROR: Task (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb:do_patch) failed with exit code '1'