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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards acaabf329 binutils-ab358bfda7012d26f8f3649ffca22e606c50e081: all
new 571d6e9ad gcc-f8ab9c3942dfbb2ab1d4b18181a92486c1396330: 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 (acaabf329)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 88 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6383 ++++++++--------
4-build_abe-stage1/console.log | 8427 ++++++++++----------
5-count_linux_objs/console.log | 207 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15175 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15352 insertions(+), 14978 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-release-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from 246c1b08d5 Automatic date update in version.in
adds ab358bfda7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 2897128a1 gcc-e8ba2316724e003bb25335087f255b58adf8c93d: all
new f8228e1bc binutils-ab358bfda7012d26f8f3649ffca22e606c50e081: 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 (2897128a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 130 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6232 ++++++-------
4-build_abe-stage1/console.log | 11552 ++++++++++++------------
5-count_linux_objs/console.log | 68 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 17974 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 17981 insertions(+), 18025 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 clang.
from a6eb16ed63 Improving this fatal diagnostic to help checker developers f [...]
new 40c9a5ffc3 [Distro] Support detecting Gentoo
new 3ece3f2fc6 [Driver] Disable -faddrsig on Gentoo by default
The 2 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:
include/clang/Driver/Distro.h | 5 +++++
lib/Driver/Distro.cpp | 3 +++
lib/Driver/ToolChains/Clang.cpp | 2 ++
test/Driver/addrsig.c | 3 +++
test/lit.cfg.py | 3 +++
unittests/Driver/DistroTest.cpp | 36 ++++++++++++++++++++++++++++++++++++
6 files changed, 52 insertions(+)
--
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 cd741c90d Set the default SANITIZER_CXX_ABI library to libc++ for FreeB [...]
new aa2e55581 [xray] Disable alignas() for thread_local objects on NetBSD
new 4448e3b11 [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)
The 2 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:
lib/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_fuchsia.cc | 1 +
lib/sanitizer_common/sanitizer_linux.cc | 24 ++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_mac.cc | 4 ++++
lib/sanitizer_common/sanitizer_rtems.cc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 4 ++++
lib/xray/xray_basic_logging.cc | 2 +-
lib/xray/xray_defs.h | 10 ++++++++++
lib/xray/xray_fdr_logging.cc | 4 +++-
lib/xray/xray_init.cc | 3 +++
10 files changed, 52 insertions(+), 2 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 534bef751 binutils-03eccf7a34d121385663f1b95b757ff6aadb0ede: all
new 83d9d95c5 linux-9105b8aa50c182371533fc97db64fc8f26f051b3: 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 (534bef751)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 114 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6367 ++--
4-build_abe-stage1/console.log | 12999 ++++----
5-count_linux_objs/console.log | 43633 +++++++++++++--------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 58849 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 60978 insertions(+), 61028 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d25cabdc0 llvm-1ffb8f302859ed37da20c6e9ca6968cc98407cc7: all
new b62130faa llvm-b23f9066ca03df23b2ad62df04d5a5ac468dc9ab: 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 (d25cabdc0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 104 +-
2-build_llvm/console.log | 9018 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 97 +-
console.log | 9219 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9187 insertions(+), 9265 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 66282867e llvm-1ffb8f302859ed37da20c6e9ca6968cc98407cc7: 18067
new e863c916f llvm-b23f9066ca03df23b2ad62df04d5a5ac468dc9ab: 18067
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 (66282867e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 80 +-
2-build_llvm/console.log | 9289 +++++++++++++++++----------------
3-count_linux_objs/console.log | 1364 ++---
console.log | 10733 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 10765 insertions(+), 10715 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 990d29543 binutils-03eccf7a34d121385663f1b95b757ff6aadb0ede: all
new e3f8d045e gcc-92f01f2992cf1d2e03604b2056eaf96ce3f92477: 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 (990d29543)
\
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 | 60 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6382 +++--
4-build_abe-stage1/console.log | 9341 +++----
5-count_linux_objs/console.log | 46719 ++++++++++++++++++-----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 49080 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 55766 insertions(+), 55862 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-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6aac350d8 binutils-246c1b08d554cfd7c9c2aca7bc0059dd111c8a51: all
new 7f8f148d7 gcc-f8ab9c3942dfbb2ab1d4b18181a92486c1396330: 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 (6aac350d8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 62 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3515 ++++++++--------
4-build_abe-stage1/console.log | 4558 ++++++++++-----------
5-count_linux_objs/console.log | 104 +-
console.log | 8247 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8176 insertions(+), 8334 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-release-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 246c1b08d5 Automatic date update in version.in
adds ab358bfda7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2b61c42ca gcc-2c73ceb419aaa326fdb90dfe257b0b39f5ab164b: all
new 8b5f3c5f8 binutils-ab358bfda7012d26f8f3649ffca22e606c50e081: 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 (2b61c42ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 40 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6215 ++++++------
4-build_abe-stage1/console.log | 11942 ++++++++++++-----------
5-count_linux_objs/console.log | 1074 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 19351 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 19425 insertions(+), 19247 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ae0610e98 binutils-dff021e14a9c72380311c15a90c1a646b179b987: all
new 33e1dc5d2 gcc-92f01f2992cf1d2e03604b2056eaf96ce3f92477: 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 (ae0610e98)
\
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 | 76 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6350 ++++++++-------
4-build_abe-stage1/console.log | 9551 +++++++++++-----------
5-count_linux_objs/console.log | 68 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 16083 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 16013 insertions(+), 16167 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 48e926453 binutils-03eccf7a34d121385663f1b95b757ff6aadb0ede: 18994
new 55769443b gcc-92f01f2992cf1d2e03604b2056eaf96ce3f92477: 18994
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 (48e926453)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 60 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3235 +-
4-build_abe-stage1/console.log | 5010 +-
5-count_linux_objs/console.log | 357518 +++++++++++++++++------------------
7-update_baseline/console.log | 2 +-
console.log | 364229 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 365145 insertions(+), 364931 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-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from 74e3300d8a gdb/riscv: Prevent buffer overflow in riscv_return_value
adds dff021e14a Automatic date update in version.in
adds 03eccf7a34 Document the GDB 8.2.1 release in gdb/ChangeLog
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 08ca3aa18 gcc-69e50a550fc8b97e779633a26374ee13ceacadd6: 19134
new 9724b5904 binutils-03eccf7a34d121385663f1b95b757ff6aadb0ede: 19134
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 (08ca3aa18)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 94 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3403 +-
4-build_abe-stage1/console.log | 5182 +-
5-count_linux_objs/console.log | 388696 ++++++++++++++++++-----------------
7-update_baseline/console.log | 2 +-
console.log | 396973 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 397111 insertions(+), 397261 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.