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 e84108e2 4: update: binutils-gcc-linux-qemu: 33
new 49def0f7 4: update: binutils-gcc-linux-qemu: 33
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 (e84108e2)
\
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:
01-reset_artifacts/console.log.xz | Bin 1880 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30612 -> 32316 bytes
04-build_abe-stage1/console.log.xz | Bin 91664 -> 91220 bytes
05-build_abe-qemu/console.log.xz | Bin 31124 -> 31264 bytes
06-build_linux/console.log.xz | Bin 5192 -> 5832 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 62 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++++++-------
9 files changed, 42 insertions(+), 42 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-norov-allyesconfig
in repository toolchain/ci/base-artifacts.
from c0a2a7d6 3: reset: linux-9f0b715d001153c4002b39f2e1acdf9183e3735b: 20658
new ee69ec58 4: update: linux-9f0b715d001153c4002b39f2e1acdf9183e3735b: 20658
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 1580 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29280 -> 29552 bytes
04-build_kernel_llvm/console.log.xz | Bin 65940 -> 64184 bytes
05-build_abe-qemu/console.log.xz | Bin 32192 -> 32184 bytes
06-build_linux/console.log.xz | Bin 5032 -> 5008 bytes
08-check_regression/console.log.xz | Bin 1256 -> 476 bytes
08-check_regression/jira-body.txt | 2 -
08-check_regression/mail-body.txt | 37 ------------
08-check_regression/mail-subject.txt | 1 -
08-check_regression/results.regressions | 11 ----
08-check_regression/trigger-bisect | 2 -
09-update_baseline/console.log | 102 +++++++++++++++++++++++---------
jenkins/manifest.sh | 6 +-
mail/jira-body.txt | 5 --
mail/mail-body.txt | 40 -------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 11 ----
19 files changed, 78 insertions(+), 140 deletions(-)
delete mode 100644 08-check_regression/jira-body.txt
delete mode 100644 08-check_regression/mail-body.txt
delete mode 100644 08-check_regression/mail-subject.txt
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from 3e4abe2c92 Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsem [...]
adds 44602af858 RISC-V: Allow both Zmmul and M
adds 54f2183630 hw/intc: sifive_plic: Fix multi-socket plic configuraiton
adds a17001c423 Merge tag 'pull-riscv-to-apply-20220728' of github.com:alist [...]
No new revisions were added by this update.
Summary of changes:
hw/intc/sifive_plic.c | 4 ++--
target/riscv/cpu.c | 5 -----
2 files changed, 2 insertions(+), 7 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/gdb.
from 2eb132bdfb Automatic date update in version.in
adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...]
adds e5213e2c85 gdb/python: Add BreakpointLocation type
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 5 +
gdb/breakpoint.c | 57 ++++
gdb/breakpoint.h | 5 +
gdb/doc/python.texi | 71 +++++
gdb/gdb_mbuild.sh | 2 +-
gdb/python/py-breakpoint.c | 316 +++++++++++++++++++++
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 1 +
.../mi-stepn.c => gdb.python/py-bp-locations.c} | 19 +-
gdb/testsuite/gdb.python/py-bp-locations.exp | 64 +++++
10 files changed, 532 insertions(+), 10 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/py-bp-locations.c} (77%)
create mode 100644 gdb/testsuite/gdb.python/py-bp-locations.exp
--
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/binutils-gdb.
from 2eb132bdfb Automatic date update in version.in
adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...]
adds e5213e2c85 gdb/python: Add BreakpointLocation type
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 5 +
gdb/breakpoint.c | 57 ++++
gdb/breakpoint.h | 5 +
gdb/doc/python.texi | 71 +++++
gdb/gdb_mbuild.sh | 2 +-
gdb/python/py-breakpoint.c | 316 +++++++++++++++++++++
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 1 +
.../mi-stepn.c => gdb.python/py-bp-locations.c} | 19 +-
gdb/testsuite/gdb.python/py-bp-locations.exp | 64 +++++
10 files changed, 532 insertions(+), 10 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/py-bp-locations.c} (77%)
create mode 100644 gdb/testsuite/gdb.python/py-bp-locations.exp
--
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 044bddcc 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 83ad0511 0: update: binutils-gcc-linux-glibc-gdb-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 (044bddcc)
\
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.xz | Bin 1628 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 30492 -> 32508 bytes
05-build_abe-stage1/console.log.xz | Bin 72908 -> 73084 bytes
07-build_abe-linux/console.log.xz | Bin 9244 -> 9080 bytes
08-build_abe-glibc/console.log.xz | Bin 239256 -> 238636 bytes
09-build_abe-stage2/console.log.xz | Bin 203072 -> 202288 bytes
10-build_abe-gdb/console.log.xz | Bin 37564 -> 39840 bytes
11-build_abe-qemu/console.log.xz | Bin 31816 -> 31480 bytes
12-check_regression/console.log.xz | Bin 416 -> 432 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
12 files changed, 12 insertions(+), 12 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_native_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 3c0c7b4e1a Automatic date update in version.in
adds 2eb132bdfb Automatic date update in version.in
adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...]
new e5213e2c85 gdb/python: Add BreakpointLocation type
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:
bfd/version.h | 2 +-
gdb/NEWS | 5 +
gdb/breakpoint.c | 57 ++++
gdb/breakpoint.h | 5 +
gdb/doc/python.texi | 71 +++++
gdb/gdb_mbuild.sh | 2 +-
gdb/python/py-breakpoint.c | 316 +++++++++++++++++++++
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 1 +
.../mi-stepn.c => gdb.python/py-bp-locations.c} | 19 +-
gdb/testsuite/gdb.python/py-bp-locations.exp | 64 +++++
11 files changed, 533 insertions(+), 11 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/py-bp-locations.c} (77%)
create mode 100644 gdb/testsuite/gdb.python/py-bp-locations.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.