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-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1108fd21 0: update: llvm-linux: 18605
new c72e0a42 0: update: llvm-linux: 18621
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 (1108fd21)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 334 +-
02-build_llvm/console.log | 12564 +++++++++++++--------------
03-build_linux/console.log | 792 +-
05-check_regression/console.log | 22 +-
05-check_regression/results.regressions | 3 +-
06-update_baseline/console.log | 40 +
06-update_baseline/results.regressions | 2 +-
console.log | 13752 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results | 2 +-
10 files changed, 13801 insertions(+), 13720 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ededf609 0: update: llvm-linux: boot
new 60eb9995 0: update: llvm-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 (ededf609)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 162 +-
02-build_llvm/console.log | 12634 ++++++++--------
03-build_linux/console.log | 17762 +++++++++++-----------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 30568 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
9 files changed, 30574 insertions(+), 30574 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 212103e0 0: update: binutils-gcc: boot
new 0418c8dd 0: update: linux-0434e521ce3b67f8305d91c3300e93821270cddf: 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 (212103e0)
\
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 | 51 +-
02-prepare_abe/console.log | 314 +-
03-build_abe-binutils/console.log | 11336 +++++++------
04-build_abe-stage1/console.log | 13719 ++++++++--------
05-build_linux/console.log | 619 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 3 +-
console.log | 26161 +++++++++++++++---------------
jenkins/manifest.sh | 13 +-
results | 2 +-
13 files changed, 25673 insertions(+), 26561 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 gcc.
from d79a22eddc6 libgo: update to final 1.14.2 release
new 6c4a05f251a Simplify co_await_expander.
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/cp/ChangeLog | 4 +
gcc/cp/coroutines.cc | 25 +--
gcc/testsuite/ChangeLog | 5 +
...it-syntax-09-convert.C => co-await-syntax-10.C} | 31 +++-
.../g++.dg/coroutines/co-await-syntax-11.C | 205 +++++++++++++++++++++
5 files changed, 241 insertions(+), 29 deletions(-)
copy gcc/testsuite/g++.dg/coroutines/{co-await-syntax-09-convert.C => co-await-syn [...]
create mode 100644 gcc/testsuite/g++.dg/coroutines/co-await-syntax-11.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/gnu-release-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 0e0b04e0 2: update: binutils-b9414a8064c4e10c469ef5e0aebbf46c9fbdcf80: 1
new c4503c92 2: update: binutils-b9414a8064c4e10c469ef5e0aebbf46c9fbdcf80: 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 (0e0b04e0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 120 +-
02-prepare_abe/console.log | 366 +-
03-build_abe-check_binutils/console.log | 10127 ++++----
04-build_abe-check_binutils-check/console.log | 17022 +++++++-------
05-check_regression/console.log | 198 +-
05-check_regression/results.regressions | 7 +
06-update_baseline/console.log | 1454 +-
06-update_baseline/results.regressions | 2 +-
console.log | 29287 ++++++++++++------------
jenkins/manifest.sh | 6 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
13 files changed, 29418 insertions(+), 29177 deletions(-)
create mode 100644 05-check_regression/results.regressions
--
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 01d0a2fb 1: reset: linux-3b0e542de7fb3f0563bdcfee3ddcf91316ee8110: 19959
new 3a63481b 2: update: linux-873e37a44b1ee8ad4628ca257dc51c0c7c654326: 20209
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 | 129 +-
02-prepare_abe/console.log | 350 +-
03-build_abe-binutils/console.log | 10822 ++++-----
04-build_abe-stage1/console.log | 15663 +++++++------
05-build_linux/console.log | 8021 ++++---
07-check_regression/console.log | 76 +-
07-check_regression/results.regressions | 17 +-
07-check_regression/trigger-bisect | 3 -
08-update_baseline/console.log | 56 +-
08-update_baseline/results.regressions | 19 +-
console.log | 35157 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 13 +-
14 files changed, 34812 insertions(+), 35524 deletions(-)
delete mode 100644 07-check_regression/trigger-bisect
delete 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-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from 1a2a0af530c Daily bump.
adds f1a6a1e588e Daily bump.
adds 892c755eae2 Backport PR target/93932 (variable vec_extract) to GCC 9
adds ffd2a2014d0 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 21 ++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/vsx.md | 88 ++++++++++++++++++++++++++++++++++++++----------
3 files changed, 92 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.