Message ID | 20250311202239.1661186-1-peter.marko@siemens.com |
---|---|
State | New |
Headers | show |
Series | go; upgrade 1.24.0 -> 1.24.1 | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/go-upgrade-1.24.0---1.24.1.patch FAIL: test shortlog format: Commit shortlog (first line of commit message) should follow the format "<target>: <summary>" (test_mbox.TestMbox.test_shortlog_format) PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files) PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test lic files chksum modified not mentioned (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned) PASS: test max line length (test_metadata.TestMetadata.test_max_line_length) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence) SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
diff --git a/meta/recipes-devtools/go/go-1.24.0.inc b/meta/recipes-devtools/go/go-1.24.1.inc similarity index 91% rename from meta/recipes-devtools/go/go-1.24.0.inc rename to meta/recipes-devtools/go/go-1.24.1.inc index a52dd19e76..4cf66e705a 100644 --- a/meta/recipes-devtools/go/go-1.24.0.inc +++ b/meta/recipes-devtools/go/go-1.24.1.inc @@ -17,4 +17,4 @@ SRC_URI += "\ file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \ " -SRC_URI[main.sha256sum] = "d14120614acb29d12bcab72bd689f257eb4be9e0b6f88a8fb7e41ac65f8556e5" +SRC_URI[main.sha256sum] = "8244ebf46c65607db10222b5806aeb31c1fcf8979c1b6b12f60c677e9a3c0656" diff --git a/meta/recipes-devtools/go/go-binary-native_1.24.0.bb b/meta/recipes-devtools/go/go-binary-native_1.24.1.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.24.0.bb rename to meta/recipes-devtools/go/go-binary-native_1.24.1.bb index d9eebb9c37..ffe3d50b7b 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.24.0.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.1.bb @@ -9,9 +9,9 @@ PROVIDES = "go-native" # Checksums available at https://go.dev/dl/ SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858" -SRC_URI[go_linux_arm64.sha256sum] = "c3fa6d16ffa261091a5617145553c71d21435ce547e44cc6dfb7470865527cc7" -SRC_URI[go_linux_ppc64le.sha256sum] = "a871a43de7d26c91dd90cb6e0adacb214c9e35ee2188c617c91c08c017efe81a" +SRC_URI[go_linux_amd64.sha256sum] = "cb2396bae64183cdccf81a9a6df0aea3bce9511fc21469fb89a0c00470088073" +SRC_URI[go_linux_arm64.sha256sum] = "8df5750ffc0281017fb6070fba450f5d22b600a02081dceef47966ffaf36a3af" +SRC_URI[go_linux_ppc64le.sha256sum] = "0fb522efcefabae6e37e69bdc444094e75bfe824ea6d4cc3cbc70c7ae1b16858" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.24.0.bb b/meta/recipes-devtools/go/go-cross-canadian_1.24.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.24.0.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.24.1.bb diff --git a/meta/recipes-devtools/go/go-cross_1.24.0.bb b/meta/recipes-devtools/go/go-cross_1.24.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.24.0.bb rename to meta/recipes-devtools/go/go-cross_1.24.1.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.24.0.bb b/meta/recipes-devtools/go/go-crosssdk_1.24.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.24.0.bb rename to meta/recipes-devtools/go/go-crosssdk_1.24.1.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.24.0.bb b/meta/recipes-devtools/go/go-runtime_1.24.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.24.0.bb rename to meta/recipes-devtools/go/go-runtime_1.24.1.bb diff --git a/meta/recipes-devtools/go/go_1.24.0.bb b/meta/recipes-devtools/go/go_1.24.1.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.24.0.bb rename to meta/recipes-devtools/go/go_1.24.1.bb