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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 24e102a6 0: update: binutils-gcc-linux: all
new 22398818 0: update: binutils-gcc-linux: 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 (24e102a6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
01-reset_artifacts/console.log | 182 +-
02-prepare_abe/console.log | 232 +-
03-build_abe-binutils/console.log | 11260 +++++------
04-build_abe-stage1/console.log | 17964 +++++++++---------
05-build_linux/console.log | 575 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30259 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30272 insertions(+), 30242 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 37cb4d01 0: update: binutils-gcc: all
new 555ec814 1: reset: linux-e2ec5128254518cae320d5dc631b71b94160f663: 20914
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 | 206 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11139 ++++++-----
04-build_abe-stage1/console.log | 18119 +++++++++---------
05-build_linux/console.log | 782 +-
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 85 +-
07-check_regression/results.regressions | 6 +-
07-check_regression/trigger-bisect | 3 +
08-update_baseline/console.log | 25 +-
08-update_baseline/results.regressions | 6 +-
console.log | 30752 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 10 +-
15 files changed, 30391 insertions(+), 31178 deletions(-)
delete mode 100644 06-boot_linux/console.log
create mode 100644 07-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 54213005e6d Daily bump.
adds bdaf0ce0af3 libstdc++: handle small max_blocks_per_chunk in pool resour [...]
adds 90fdf477a1c libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
adds 3ec14c9a49a libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem [...]
adds 90f845adff0 libstdc++: Fix build for targets without lstat [PR 94681]
adds b3043e49089 libstdc++: Fix std::gcd and std::lcm for unsigned integers [...]
adds 6dceae0cb9c Daily bump.
adds 4be18e2f16b libstdc++: Use correct argument type for __use_alloc [PR 96803]
new 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...]
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 65 ++++
libstdc++-v3/acinclude.m4 | 413 ++++++++++-----------
libstdc++-v3/configure | 282 +++++++-------
libstdc++-v3/include/experimental/numeric | 38 +-
libstdc++-v3/include/std/functional | 4 +-
libstdc++-v3/include/std/numeric | 83 +++--
libstdc++-v3/include/std/tuple | 12 +-
libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
libstdc++-v3/src/c++17/memory_resource.cc | 21 +-
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../20_util/function_objects/bind_front/97101.cc | 41 ++
libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc | 62 ++++
.../unsynchronized_pool_resource/allocate.cc | 20 +
libstdc++-v3/testsuite/26_numerics/gcd/92978.cc | 41 ++
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +-
libstdc++-v3/testsuite/26_numerics/lcm/92978.cc | 28 ++
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +-
.../testsuite/experimental/numeric/92978.cc | 48 +++
19 files changed, 752 insertions(+), 432 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc
create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/gcd/92978.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/lcm/92978.cc
create mode 100644 libstdc++-v3/testsuite/experimental/numeric/92978.cc
--
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 2c072567 0: update: binutils-gcc-linux: boot
new 44825456 0: update: binutils-gcc-linux: boot
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 (2c072567)
\
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:
01-reset_artifacts/console.log | 237 +-
02-prepare_abe/console.log | 48 +-
03-build_abe-binutils/console.log | 11461 ++++++-------
04-build_abe-stage1/console.log | 13953 ++++++++--------
05-build_linux/console.log | 698 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26425 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26456 insertions(+), 26406 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 44c5b596 0: update: binutils-gcc-linux: boot
new 3d19b46d 0: update: binutils-gcc-linux: boot
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 (44c5b596)
\
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:
01-reset_artifacts/console.log | 90 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 11715 +++++++-------
04-build_abe-stage1/console.log | 13483 +++++++--------
05-build_linux/console.log | 623 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26129 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26127 insertions(+), 26113 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
in repository toolchain/ci/interesting-commits.
from 7357d45 Add regression e2ec5128254518cae320d5dc631b71b94160f663 from [...]
new b55b812 Add regression e2ec5128254518cae320d5dc631b71b94160f663 from [...]
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:
linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.