From patchwork Fri Sep 3 11:14:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 45862 From: mark@klomp.org (Mark Wielaard) Date: Fri, 03 Sep 2021 13:14:50 +0200 Subject: Buildbot failure in Wildebeest Builder on whole buildset In-Reply-To: <20210903103338.2D87C8026A2@builder.wildebeest.org> References: <20210903103338.2D87C8026A2@builder.wildebeest.org> Message-ID: On Fri, 2021-09-03 at 10:33 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-centos- > x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/813 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: centos-x86_64 > > Build Reason: > Blamelist: Noah Sanci > > BUILD FAILED: failed test (failure) Gah, sorry. That was my fault. The last minute change to move stuff into its own file. Forgot to to add that to EXTRA_DIST. Hopefully fixed by: commit 70f36e32cfd83bdaf8a255613acff9ec2b0c0cde Author: Mark Wielaard Date: Fri Sep 3 13:10:43 2021 +0200 tests: Add debuginfod-subr.sh to EXTRA_DIST Signed-off-by: Mark Wielaard diff --git a/tests/ChangeLog b/tests/ChangeLog index 0529f641..9540f738 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2021-09-03 Mark Wielaard + + * debuginfod-subr.sh (EXTRA_DIST): Add debuginfod-subr.sh. + 2021-08-28 Mark Wielaard * run-debuginfod-find.sh: Use ":memory:" for the diff --git a/tests/Makefile.am b/tests/Makefile.am index 3c302e72..c586422e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -300,7 +300,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile21.bz2 testfile21.index.bz2 \ testfile22.bz2 testfile23.bz2 testfile24.bz2 testfile25.bz2 \ testfile26.bz2 testfile27.bz2 \ - coverage.sh test-subr.sh test-wrapper.sh \ + coverage.sh test-subr.sh test-wrapper.sh debuginfod-subr.sh \ run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \ run-readelf-test4.sh run-readelf-twofiles.sh \ run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \