Date: Fri, 13 Mar 2020 13:38:59 +0100 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: freebsd-hackers@freebsd.org Cc: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org Subject: Re: FreeBSD-stable-12-powerpc-build - Build #2409 (r358955) - Failure Message-ID: <f82b35cf-8e14-3585-da35-2adf9e3d1b75@FreeBSD.org> In-Reply-To: <1353920865.13902.1584100922471.JavaMail.jenkins@jenkins.ci.freebsd.org> References: <1353920865.13902.1584100922471.JavaMail.jenkins@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I've recently MFC'ed some mixer(8) improvements and with tests to stable/12. It looks like it broke the build on pretty much every architecture apart from i386 and amd64 (or maybe I just haven't received the emails yet). Have you got any idea what's wrong with the ATF testing infrastructure on non-x86 architectures? On 3/13/20 1:01 PM, jenkins-admin@FreeBSD.org wrote: > FreeBSD-stable-12-powerpc-build - Build #2409 (r358955) - Failure > > Build information: https://ci.freebsd.org/job/FreeBSD-stable-12-powerpc-build/2409/ > Full change log: https://ci.freebsd.org/job/FreeBSD-stable-12-powerpc-build/2409/changes > Full build log: https://ci.freebsd.org/job/FreeBSD-stable-12-powerpc-build/2409/console > > Status explanation: > "Failure" - the build is suspected being broken by the following changes > "Still Failing" - the build has not been fixed by the following changes and > this is a notification to note that these changes have > not been fully tested by the CI system > > Change summaries: > (Those commits are likely but not certainly responsible) > > 358955 by 0mp: > MFC 351481, 357619: ... > mixer(8): Report an error if the passed value is an empty string > > This patch fixes a bug that made the mixer command enter > an infinite loop when instructed to set the value of a device > to an empty string (e.g., `mixer vol ""`). > > Additionally, some tests for mixer(8) are being added. ... > mixer: call the cleanup function in a test > > The set_empty_value test has a cleanup function, but is not called. > Fix it ... > The end of the build log: ... > ===> usr.sbin/mixer (distribute) > ===> usr.sbin/mixer/tests (distribute) > cd /usr/src/usr.sbin/mixer/tests; make -DDB_FROM_SRC __MAKE_CONF=/dev/null SRCCONF=/workspace/freebsd-ci/jobs/FreeBSD-stable-12-powerpc-build/src.conf install installconfig -DNO_SUBDIR DESTDIR=/usr/obj/usr/src/powerpc.powerpc/release/dist/tests SHARED=copies > install -N /usr/src/etc -o root -g wheel -m 555 mixer_test /usr/obj/usr/src/powerpc.powerpc/release/dist/tests/usr/tests/usr.sbin/mixer/mixer_test > install: /usr/obj/usr/src/powerpc.powerpc/release/dist/tests/usr/tests/usr.sbin/mixer/mixer_test: No such file or directory > *** Error code 71 > > Stop. > make[8]: stopped in /usr/src/usr.sbin/mixer/tests > *** Error code 1 > > Stop. > make[7]: stopped in /usr/src/usr.sbin/mixer/tests > *** Error code 1 > > Stop. > make[6]: stopped in /usr/src/usr.sbin/mixer > *** Error code 1 > > Stop. > make[5]: stopped in /usr/src/usr.sbin > *** Error code 1 > > Stop. > make[4]: stopped in /usr/src > *** Error code 1 > > Stop. > make[3]: stopped in /usr/src > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src/release Thanks, Mateusz Piotrowski
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f82b35cf-8e14-3585-da35-2adf9e3d1b75>