|
From: <bui...@bu...> - 2020-11-10 18:49:46
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/83
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed test (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/38/builds/62
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-s390x
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/39/builds/61
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-i386
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/40/builds/62
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/42/builds/63
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-armhf
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/48/builds/59
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-arm64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2020-12-07 09:13:56
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/41/builds/74
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64le
Build Reason: <unknown>
Blamelist: Nicholas Nethercote <nne...@mo...>
BUILD FAILED: failed update (failure)
Sincerely,
-The Buildbot
|
|
From: Mark W. <ma...@kl...> - 2020-12-07 13:43:03
|
Hi, On Mon, 2020-12-07 at 09:13 +0000, bui...@bu... wrote: > The Buildbot has detected a failed build on builder whole buildset > while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/41/builds/74 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-ppc64le > > Build Reason: <unknown> > Blamelist: Nicholas Nethercote <nne...@mo...> > > BUILD FAILED: failed update (failure) For some reason the buildbot worker defaults to ipv6 to do a git pull, but doesn't actually succeed. I am trying to get it to default to ipv4. Cheers, Mark |
|
From: <bui...@bu...> - 2021-02-20 17:45:09
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/143
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Bart Van Assche <bva...@ac...>
BUILD FAILED: failed test (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/38/builds/122
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-s390x
Build Reason: <unknown>
Blamelist: Bart Van Assche <bva...@ac...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: Mark W. <ma...@kl...> - 2021-02-20 19:29:46
|
Hi, The buildbot found two setups where the make distcheck test failed with the last commit: On Sat, 2021-02-20 at 17:25 +0000, bui...@bu... wrote: > The Buildbot has detected a failed build on builder whole buildset > while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/37/builds/143 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-x86_64 > > Build Reason: <unknown> > Blamelist: Bart Van Assche <bva...@ac...> > > BUILD FAILED: failed test (failure) > > Sincerely, > -The BuildbotThe Buildbot has detected a failed build on builder > whole buildset while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/38/builds/122 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-s390x > > Build Reason: <unknown> > Blamelist: Bart Van Assche <bva...@ac...> > > BUILD FAILED: failed test (failure) Should hopefully be fixed by: commit 7aac53c6d0ca7e11d4037ff474dcd1c08862fd30 Author: Mark Wielaard <ma...@kl...> Date: Sat Feb 20 20:05:31 2021 +0100 Fix valgrind.h include in drd/tests/swapcontext.c In tree tests should include "valgrind.h" not <valgrind/valgrind.h> the later might pick up the system installed valgrind.h and doesn't work when srcdir != builddir. diff --git a/drd/tests/swapcontext.c b/drd/tests/swapcontext.c index e73a612dc..f3944d1ba 100644 --- a/drd/tests/swapcontext.c +++ b/drd/tests/swapcontext.c @@ -11,7 +11,7 @@ #include <sys/timerfd.h> #include <ucontext.h> #include <unistd.h> -#include <valgrind/valgrind.h> +#include "valgrind.h" typedef struct thread_local { ucontext_t uc[3]; If not, I am sure the buildbot will let us know soon :) Cheers, Mrk |
|
From: Mark W. <ma...@kl...> - 2021-02-20 19:29:47
|
Hi, The buildbot found two setups where the make distcheck test failed with the last commit: On Sat, 2021-02-20 at 17:25 +0000, bui...@bu... wrote: > The Buildbot has detected a failed build on builder whole buildset > while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/37/builds/143 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-x86_64 > > Build Reason: <unknown> > Blamelist: Bart Van Assche <bva...@ac...> > > BUILD FAILED: failed test (failure) > > Sincerely, > -The BuildbotThe Buildbot has detected a failed build on builder > whole buildset while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/38/builds/122 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-s390x > > Build Reason: <unknown> > Blamelist: Bart Van Assche <bva...@ac...> > > BUILD FAILED: failed test (failure) Should hopefully be fixed by: commit 7aac53c6d0ca7e11d4037ff474dcd1c08862fd30 Author: Mark Wielaard <ma...@kl...> Date: Sat Feb 20 20:05:31 2021 +0100 Fix valgrind.h include in drd/tests/swapcontext.c In tree tests should include "valgrind.h" not <valgrind/valgrind.h> the later might pick up the system installed valgrind.h and doesn't work when srcdir != builddir. diff --git a/drd/tests/swapcontext.c b/drd/tests/swapcontext.c index e73a612dc..f3944d1ba 100644 --- a/drd/tests/swapcontext.c +++ b/drd/tests/swapcontext.c @@ -11,7 +11,7 @@ #include <sys/timerfd.h> #include <ucontext.h> #include <unistd.h> -#include <valgrind/valgrind.h> +#include "valgrind.h" typedef struct thread_local { ucontext_t uc[3]; If not, I am sure the buildbot will let us know soon :) Cheers, Mrk |
|
From: <bui...@bu...> - 2021-02-25 18:26:17
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/156
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed test (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/38/builds/135
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-s390x
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/39/builds/134
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-i386
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/40/builds/135
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/41/builds/137
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64le
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/42/builds/136
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-armhf
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/48/builds/132
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-arm64
Build Reason: <unknown>
Blamelist: Carl Love <ce...@us...>
BUILD FAILED: failed compile (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-02-28 23:45:06
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/167
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Mark Wielaard <ma...@kl...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-05-07 17:21:56
|
The Buildbot has detected a failed build on builder whole buildset while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/223
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Andreas Arnez <ar...@li...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-06-12 23:56:41
|
The Buildbot has detected a new failure on builder valgrind-debian-arm64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/48/builds/208
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-arm64
Build Reason: <unknown>
Blamelist: Andreas Arnez <ar...@li...>
BUILD FAILED: failed configure (failure)
Sincerely,
-The Buildbot
|
|
From: Mark W. <ma...@kl...> - 2021-06-13 00:20:39
|
On Sat, Jun 12, 2021 at 11:38:48PM +0000, bui...@bu... wrote: > The Buildbot has detected a new failure on builder valgrind-debian-arm64 while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/48/builds/208 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: debian-arm64 > > Build Reason: <unknown> > Blamelist: Andreas Arnez <ar...@li...> > > BUILD FAILED: failed configure (failure) Sorry, that was my fault, I was experimenting with ccache to speed up builds, but misconfigured things. It should be setup correctly now. Apologies, Mark |
|
From: <bui...@bu...> - 2021-07-06 13:01:43
|
The Buildbot has detected a new failure on builder valgrind-fedora-s390x while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/38/builds/217
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-s390x
Build Reason: <unknown>
Blamelist: Tom Hughes <to...@co...>
BUILD FAILED: failed update (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder valgrind-debian-i386 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/39/builds/217
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-i386
Build Reason: <unknown>
Blamelist: Tom Hughes <to...@co...>
BUILD FAILED: failed update (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder valgrind-fedora-ppc64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/40/builds/217
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64
Build Reason: <unknown>
Blamelist: Tom Hughes <to...@co...>
BUILD FAILED: failed update (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder valgrind-fedora-ppc64le while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/41/builds/219
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64le
Build Reason: <unknown>
Blamelist: Tom Hughes <to...@co...>
BUILD FAILED: failed update (failure)
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder valgrind-debian-arm64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/48/builds/215
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-arm64
Build Reason: <unknown>
Blamelist: Tom Hughes <to...@co...>
BUILD FAILED: failed update (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-07-13 07:47:43
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/242
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Julian Seward <js...@ac...>
BUILD FAILED: failed update (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-10-07 06:30:05
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/313
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Paul Floyd <pj...@wa...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: Mark W. <ma...@kl...> - 2021-10-07 10:08:04
|
Hi Paul, On Thu, Oct 07, 2021 at 06:29:53AM +0000, bui...@bu... wrote: > The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/37/builds/313 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: fedora-x86_64 With your last commit e2583c02a "FreeBSD support, patch 2" make distcheck is broken because coregrind/Makefile.am contains a reference to launcher-freebsd.c which isn't in the tree. So when (auto)make tries to create a dist tar it fails because not all files can be found. I suggest you don't add this (remove it) till 433508 - FreeBSD support, part 11 is ready to be committed. diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index ee70cfde3..01b8783ee 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -51,7 +51,6 @@ valgrind_SOURCES = \ endif if VGCONF_OS_IS_FREEBSD valgrind_SOURCES = \ - launcher-freebsd.c \ m_debuglog.c endif The same goes for the files (not) added in drd/tests/Makefile.am diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index b53eeefeb..07650ef88 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -480,10 +480,6 @@ if !VGCONF_OS_IS_DARWIN check_PROGRAMS += sem_wait endif -if VGCONF_OS_IS_FREEBSD -check_PROGRAMS += thread_name_freebsd -endif - AM_CFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ @FLAG_FALIGNED_NEW@ \ This should be added when adding the actual drd tests, including thread_name_freebsd.c Also there is none/tests/freebsd/filter_stderr which is in a directory of its own, without a Makefile.am. Which also breaks distcheck. Could it be removed till the patch that introduces that directory (plus Makefile.am file) is introduced? diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 617c92854..b75fb01a5 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -47,9 +47,6 @@ endif if VGCONF_OS_IS_SOLARIS SUBDIRS += solaris endif -if VGCONF_OS_IS_FREEBSD -SUBDIRS += freebsd -endif # Platform-specific tests if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX @@ -72,7 +69,7 @@ SUBDIRS += x86-solaris endif DIST_SUBDIRS = x86 amd64 ppc32 ppc64 arm arm64 s390x mips32 mips64 nanomips \ - linux darwin solaris freebsd amd64-linux x86-linux amd64-darwin \ + linux darwin solaris amd64-linux x86-linux amd64-darwin \ x86-darwin amd64-solaris x86-solaris scripts . dist_noinst_SCRIPTS = \ diff --git a/none/tests/freebsd/filter_stderr b/none/tests/freebsd/filter_stderr deleted file mode 100755 index a778e971f..000000000 --- a/none/tests/freebsd/filter_stderr +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -../filter_stderr "$@" Thanks, Mark |
|
From: <bui...@bu...> - 2021-10-09 10:51:35
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/321
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Paul Floyd <pj...@wa...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-11-12 11:31:34
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/374
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Julian Seward <js...@ac...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-12-10 20:30:15
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/414
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Paul Floyd <pj...@wa...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|
|
From: <bui...@bu...> - 2021-12-11 15:20:52
|
The Buildbot has detected a new failure on builder valgrind-fedora-x86_64 while building valgrind.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/37/builds/418
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason: <unknown>
Blamelist: Paul Floyd <pj...@wa...>
BUILD FAILED: failed test (failure)
Sincerely,
-The Buildbot
|