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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 8bc5cf44 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 3ee6c6d7 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (8bc5cf44)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30188 -> 30060 bytes
04-build_abe-stage1/console.log.xz | Bin 90344 -> 90684 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8620 -> 8624 bytes
07-build_abe-glibc/console.log.xz | Bin 231732 -> 232260 bytes
08-build_abe-stage2/console.log.xz | Bin 222236 -> 222200 bytes
09-build_abe-gdb/console.log.xz | Bin 37236 -> 37200 bytes
10-build_abe-qemu/console.log.xz | Bin 31152 -> 31276 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3896 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3072 -> 3168 bytes
13-check_regression/console.log.xz | Bin 2780 -> 3272 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 6 +
13-check_regression/results.compare | 48 +-
13-check_regression/results.compare2 | 107 +-
13-check_regression/results.regressions | 41 +
14-update_baseline/console.log | 428 +++---
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 6 +
14-update_baseline/results.compare | 48 +-
14-update_baseline/results.compare2 | 107 +-
14-update_baseline/results.regressions | 41 +
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2626664 -> 2666564 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 2189788 -> 2182324 bytes
sumfiles/gcc.sum | 2373 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 880324 -> 882476 bytes
sumfiles/gfortran.sum | 96 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 195676 -> 195576 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 416256 -> 427972 bytes
sumfiles/libstdc++.sum | 25 +-
39 files changed, 1867 insertions(+), 1639 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/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/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/qemu.
from 95a3fcc748 Update version for v7.0.0-rc3 release
adds 9569f5cb5b display/qxl-render: fix race condition in qxl_cursor (CVE-20 [...]
adds fa892e9abb ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
adds dde8689d1f Merge tag 'fixes-20220408-pull-request' of git://git.kraxel. [...]
adds 4bf58c7213 virtio-iommu: use-after-free fix
No new revisions were added by this update.
Summary of changes:
hw/display/qxl-render.c | 9 ++++++++-
hw/display/vmware_vga.c | 2 ++
hw/virtio/virtio-iommu.c | 1 +
ui/cursor.c | 8 +++++++-
4 files changed, 18 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/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/llvm-project.
from ec13fed5867f [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue [...]
adds d4e3c50b2bda [libc++] Define `namespace views` in its own detail header.
No new revisions were added by this update.
Summary of changes:
libcxx/include/CMakeLists.txt | 1 +
libcxx/include/__ranges/views.h | 35 ++++++++++++++++++++++
libcxx/include/module.modulemap | 1 +
libcxx/include/ranges | 11 +------
.../detail.headers/ranges/views.module.verify.cpp | 15 ++++++++++
5 files changed, 53 insertions(+), 10 deletions(-)
create mode 100644 libcxx/include/__ranges/views.h
create mode 100644 libcxx/test/libcxx/diagnostics/detail.headers/ranges/views.modu [...]
--
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-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from fb4d148004 IBM zSystems: Add support for z16 as CPU name.
adds e733374350 Automatic date update in version.in
adds 8aaab697e3 Automatic date update in version.in
adds 1ca6ee886f Automatic date update in version.in
adds c210342d7f 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/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 45f768e6 0: update: binutils-llvm-linux-qemu: boot
new 847c76bf 0: update: binutils-llvm-linux-qemu: 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 (45f768e6)
\
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.xz | Bin 1620 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 30216 -> 29968 bytes
04-build_llvm/console.log.xz | Bin 59644 -> 60564 bytes
05-build_abe-qemu/console.log.xz | Bin 30532 -> 31436 bytes
06-build_linux/console.log.xz | Bin 3592 -> 3332 bytes
07-boot_linux/console.log.xz | Bin 5996 -> 5972 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 17 insertions(+), 17 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-mainline-allyesconfig
in repository toolchain/ci/qemu.
from 95a3fcc748 Update version for v7.0.0-rc3 release
adds 9569f5cb5b display/qxl-render: fix race condition in qxl_cursor (CVE-20 [...]
adds fa892e9abb ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
adds dde8689d1f Merge tag 'fixes-20220408-pull-request' of git://git.kraxel. [...]
adds 4bf58c7213 virtio-iommu: use-after-free fix
No new revisions were added by this update.
Summary of changes:
hw/display/qxl-render.c | 9 ++++++++-
hw/display/vmware_vga.c | 2 ++
hw/virtio/virtio-iommu.c | 1 +
ui/cursor.c | 8 +++++++-
4 files changed, 18 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/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 533a3f06 6: update: llvm-d563c2d0e52a738ab2038db02a76dc4c27ec7124: 40
new bb7a9096 6: update: qemu-4bf58c7213b0ab03209a53731c71f0861c35ef91: 40
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 (533a3f06)
\
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:
01-reset_artifacts/console.log.xz | Bin 1508 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30120 -> 29852 bytes
04-build_llvm/console.log.xz | Bin 60056 -> 60880 bytes
05-build_abe-qemu/console.log.xz | Bin 30820 -> 30656 bytes
06-build_linux/console.log.xz | Bin 5296 -> 5272 bytes
08-check_regression/console.log.xz | Bin 472 -> 472 bytes
09-update_baseline/console.log | 210 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 109 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.