This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards b88e8f2a 9: update: binutils-gcc: 1
new ca20b71b 9: update: binutils-gcc: 1
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 (b88e8f2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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:
01-reset_artifacts/console.log | 91 +-
02-prepare_abe/console.log | 274 +-
03-build_abe-binutils/console.log | 12002 ++--
04-build_abe-gcc/console.log | 33565 +++++------
05-build_abe-dejagnu/console.log | 300 +-
06-build_abe-check_gcc/console.log | 47960 +++++++--------
07-check_regression/console.log | 406 +-
07-check_regression/results.compare1 | 76 +-
07-check_regression/results.compare2 | 16 +-
08-update_baseline/console.log | 3946 +-
08-update_baseline/results.compare1 | 22 +-
08-update_baseline/results.compare2 | 16 +-
08-update_baseline/results.regressions | 16 +-
console.log | 98686 +++++++++++++++----------------
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3718696 -> 3654564 bytes
sumfiles/g++.sum | 132 +-
sumfiles/gcc.log.xz | Bin 2943452 -> 2940492 bytes
sumfiles/gcc.sum | 4052 +-
sumfiles/gfortran.log.xz | Bin 917236 -> 903240 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2264 -> 2268 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 167376 -> 167484 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2520 -> 2516 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 423792 -> 424608 bytes
sumfiles/libstdc++.sum | 10 +-
29 files changed, 97592 insertions(+), 104052 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from 5a5358b749 hurd mmap: Reduce the requested max vmprot
adds dc906e94f7 mtrace: Use a static buffer for printing [BZ #25947]
No new revisions were added by this update.
Summary of changes:
malloc/mtrace-impl.c | 14 +++-----------
1 file changed, 3 insertions(+), 11 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/linux.
from 761c6d7ec820 Merge tag 'arc-5.14-rc6' of git://git.kernel.org/pub/scm/l [...]
adds 19d67694745c Documentation: seccomp: Fix typo in user notification
new b4d8a58f8dcf seccomp: Fix setting loaded filter count during TSYNC
new fd66ad69ef5a Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/ [...]
new 848378812e40 vmlinux.lds.h: Handle clang's module.{c,d}tor sections
new 1746f4db5135 Merge tag 'orphans-v5.14-rc6' of git://git.kernel.org/pub/ [...]
The 4 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:
Documentation/userspace-api/seccomp_filter.rst | 2 +-
include/asm-generic/vmlinux.lds.h | 1 +
kernel/seccomp.c | 2 +-
3 files changed, 3 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 58f87503427 Daily bump.
adds 21fd62e5ca9 c++: constexpr std::construct_at on empty field [PR101663]
new 95e1eca43d1 Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16 [...]
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:
gcc/config/i386/sse.md | 219 +++++++++++++++++++++
gcc/cp/constexpr.c | 4 +-
gcc/testsuite/g++.dg/cpp2a/constexpr-new14.C | 60 +-----
gcc/testsuite/g++.dg/cpp2a/constexpr-new20.C | 18 ++
gcc/testsuite/g++.dg/cpp2a/constexpr-new5.C | 60 +-----
gcc/testsuite/g++.dg/cpp2a/constexpr-new6.C | 64 +-----
.../cpp2a/{constexpr-new14.C => construct_at.h} | 15 +-
gcc/testsuite/gcc.target/i386/pr101846-1.c | 95 +++++++++
8 files changed, 339 insertions(+), 196 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new20.C
copy gcc/testsuite/g++.dg/cpp2a/{constexpr-new14.C => construct_at.h} (87%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr101846-1.c
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards da351652 0: update: binutils-gcc-linux-glibc-qemu: 7
new 50ef895b 0: update: binutils-gcc-linux-glibc-qemu: 7
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 (da351652)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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:
01-reset_artifacts/console.log | 208 +-
02-prepare_abe/console.log | 474 +-
04-build_abe-binutils/console.log | 9769 ++-
05-build_abe-stage1/console.log | 13739 ++---
07-build_abe-linux/console.log | 2319 +-
08-build_abe-glibc/console.log | 38430 ++++++------
09-build_abe-stage2/console.log | 30951 +++++-----
10-build_abe-gdb/console.log | 10579 ++--
11-build_abe-qemu/console.log | 6941 ++-
12-check_regression/console.log | 2 +-
13-update_baseline/console.log | 10 +-
console.log | 113438 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
13 files changed, 113521 insertions(+), 113357 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2dfaa947 round-robin.sh: Fix GDB parallelization workaround
new 7dbb69b8 jenkins-helpers.sh (fresh_dir): Handle GDB testsuite leaving files
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:
jenkins-helpers.sh | 2 ++
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_LTO_VECT
in repository toolchain/ci/base-artifacts.
discards ef4564ef 0: update: binutils-gcc-linux-glibc: 1
new 4b7fdd75 0: update: binutils-gcc-linux-glibc: 1
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 (ef4564ef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-a [...]
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:
01-reset_artifacts/console.log | 194 +-
02-prepare_abe/console.log | 485 +-
03-build_abe-binutils/console.log | 10277 +--
04-build_abe-stage1/console.log | 13964 ++---
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2497 +-
07-build_abe-glibc/console.log | 38776 ++++++------
08-build_abe-stage2/console.log | 30044 ++++-----
10-benchmark/benchmark-start.log | 2 +-
10-benchmark/benchmark.log | 104 +-
10-benchmark/console.log | 314 +-
11-check_regression/console.log | 3779 +-
11-check_regression/results-0.csv | 13716 ++--
11-check_regression/results-1.csv | 27706 ++++----
11-check_regression/results-brief.csv | 60 +-
11-check_regression/results-full.csv | 994 +-
11-check_regression/results.csv | 361 +-
11-check_regression/results.log | 20 +-
12-update_baseline/console.log | 3767 +-
12-update_baseline/results-0.csv | 27706 ++++----
12-update_baseline/results-1.csv | 27706 ++++----
12-update_baseline/results-brief.csv | 60 +-
12-update_baseline/results-full.csv | 978 +-
12-update_baseline/results.csv | 363 +-
12-update_baseline/results.log | 20 +-
console.log | 104175 +++++++++++++++----------------
jenkins/manifest.sh | 20 +-
results | 2 +-
results_id | 2 +-
29 files changed, 152370 insertions(+), 155726 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.