This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4d1e31582 binutils-6594e122864119d7b1434599c22b112f98e178ca: all
new 5b2ccbab8 linux-23b6b8bf9011dc714e7c66ada789c665261607ac: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4d1e31582)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
1-reset_artifacts/console.log | 68 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6175 ++--
4-build_abe-stage1/console.log | 13355 +++++----
5-count_linux_objs/console.log | 41978 ++++++++++++++-------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 58092 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 59845 insertions(+), 59873 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from a834f8809 Skip test on clang <8 instead of 7
new a57d48764 BreakpadRecords: Address post-commit feedback
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ObjectFile/Breakpad/BreakpadRecords.cpp | 87 ++++++++++++----------
.../Plugins/ObjectFile/Breakpad/BreakpadRecords.h | 27 +------
.../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 6 +-
.../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 4 +-
4 files changed, 55 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards fcd676c99 binutils-ae73e2e2435cb706b18ba05734aee4137a271b3c: all
new 73a9f8d28 gcc-89fcfda61afa33b18e6f155a57f684683dbb7f70: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fcd676c99)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
1-reset_artifacts/console.log | 72 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6446 ++++----
4-build_abe-stage1/console.log | 9604 ++++++------
5-count_linux_objs/console.log | 13130 ++++++++--------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 30896 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 30144 insertions(+), 30056 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from d80f0ca12 llvm-1efb72f8a404533e604f370e0e4cea4e948ae6e1: 18213
new f2021a1d6 linux-f49821ee32b76b1a356fab17316eb62430182ecf: 17371
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
1-reset_artifacts/console.log | 78 +-
2-build_llvm/console.log | 10192 +++++++++++------------
3-count_linux_objs/console.log | 5505 +++++++------
3-count_linux_objs/kernel.release | 2 +-
4-check_regression/console.log | 17 +-
5-update_baseline/console.log | 56 +-
console.log | 15606 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 14 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15633 insertions(+), 15849 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from e2ef60a90 [ubsan] Fix test when isPICDefault() returns false after rCTE352003
new 305d978e7 Temporarily deactivate tests; it fails on certain bots
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/ubsan/TestCases/Misc/unreachable_asan-compatibility.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards fa62cc6d3 gcc-25aead83f2e9704f16dba45f87d9b5aca8437fa5: all
new b3e5b79ab linux-30bac164aca750892b93eef350439a0562a68647: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fa62cc6d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
1-reset_artifacts/console.log | 18 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3379 ++++++++--------
4-build_abe-stage1/console.log | 4419 +++++++++++----------
5-count_linux_objs/console.log | 118 +-
console.log | 7950 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 7943 insertions(+), 7967 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.