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/binutils-gdb.
from b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
adds b6846ba57b gdb/testsuite: resolve some duplicate testnames in gdb.mi
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.mi/mi-syn-frame.exp | 12 +-
gdb/testsuite/gdb.mi/mi-var-child.exp | 10 +-
gdb/testsuite/gdb.mi/mi-var-rtti.cc | 48 ++---
gdb/testsuite/gdb.mi/mi-watch.exp | 2 +-
gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp | 236 +++++++++++++------------
gdb/testsuite/gdb.mi/mi2-var-child.exp | 10 +-
6 files changed, 170 insertions(+), 148 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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 7d6442568 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 1087ad2b5 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 (7d6442568)
\
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 1556 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 31384 -> 30316 bytes
04-build_abe-stage1/console.log.xz | Bin 90008 -> 89668 bytes
06-build_abe-linux/console.log.xz | Bin 8812 -> 9620 bytes
07-build_abe-glibc/console.log.xz | Bin 230924 -> 230848 bytes
08-build_abe-stage2/console.log.xz | Bin 217540 -> 216892 bytes
09-build_abe-gdb/console.log.xz | Bin 39092 -> 37904 bytes
10-build_abe-qemu/console.log.xz | Bin 30692 -> 30636 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3844 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2988 -> 2476 bytes
13-check_regression/console.log.xz | Bin 2440 -> 2412 bytes
13-check_regression/results.compare | 16 +-
13-check_regression/results.compare2 | 4 +-
14-update_baseline/console.log | 316 +++---
14-update_baseline/results.compare | 16 +-
14-update_baseline/results.compare2 | 4 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2566520 -> 2564752 bytes
sumfiles/g++.sum | 2 +-
sumfiles/gcc.log.xz | Bin 2018212 -> 2043200 bytes
sumfiles/gcc.sum | 1820 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 854012 -> 860076 bytes
sumfiles/gfortran.sum | 58 +-
sumfiles/libatomic.log.xz | Bin 2424 -> 2424 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 170304 -> 170312 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2812 -> 2816 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 398512 -> 399864 bytes
sumfiles/libstdc++.sum | 2 +-
32 files changed, 1135 insertions(+), 1135 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-arm
in repository toolchain/ci/qemu.
from 6f016a2f79 Merge tag 'pull-block-2021-12-22' of https://gitlab.com/hrei [...]
adds be16b8bf9f nbd: allow reconnect on open, with corresponding new options
adds 169b9a94ed nbd/client-connection: nbd_co_establish_connection(): return [...]
adds 9e14491af4 nbd/client-connection: improve error message of cancelled attempt
adds c34ec5137d iotests.py: add qemu_tool_popen()
adds 94a781f220 iotests.py: add and use qemu_io_wrap_args()
adds 75c90eeeaf iotests.py: add qemu_io_popen()
adds ab7f7e67a7 iotests: add nbd-reconnect-on-open test
adds 1bd88c4542 Merge tag 'pull-nbd-2021-12-22-v2' of https://src.openvz.org [...]
No new revisions were added by this update.
Summary of changes:
block/nbd.c | 45 +++++++++++++-
nbd/client-connection.c | 57 ++++++++++++-----
qapi/block-core.json | 9 ++-
tests/qemu-iotests/iotests.py | 37 +++++++----
tests/qemu-iotests/tests/nbd-reconnect-on-open | 71 ++++++++++++++++++++++
tests/qemu-iotests/tests/nbd-reconnect-on-open.out | 11 ++++
6 files changed, 199 insertions(+), 31 deletions(-)
create mode 100755 tests/qemu-iotests/tests/nbd-reconnect-on-open
create mode 100644 tests/qemu-iotests/tests/nbd-reconnect-on-open.out
--
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-arm
in repository toolchain/ci/gdb.
from b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
adds b6846ba57b gdb/testsuite: resolve some duplicate testnames in gdb.mi
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.mi/mi-syn-frame.exp | 12 +-
gdb/testsuite/gdb.mi/mi-var-child.exp | 10 +-
gdb/testsuite/gdb.mi/mi-var-rtti.cc | 48 ++---
gdb/testsuite/gdb.mi/mi-watch.exp | 2 +-
gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp | 236 +++++++++++++------------
gdb/testsuite/gdb.mi/mi2-var-child.exp | 10 +-
6 files changed, 170 insertions(+), 148 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-arm
in repository toolchain/ci/gcc.
from ef26c151c14 x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.
adds 8f34344ec69 smuldi3_highpart.c: Replace long with long long for -mx32
No new revisions were added by this update.
Summary of changes:
gcc/testsuite/gcc.target/i386/smuldi3_highpart.c | 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_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
adds b6846ba57b gdb/testsuite: resolve some duplicate testnames in gdb.mi
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.mi/mi-syn-frame.exp | 12 +-
gdb/testsuite/gdb.mi/mi-var-child.exp | 10 +-
gdb/testsuite/gdb.mi/mi-var-rtti.cc | 48 ++---
gdb/testsuite/gdb.mi/mi-watch.exp | 2 +-
gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp | 236 +++++++++++++------------
gdb/testsuite/gdb.mi/mi2-var-child.exp | 10 +-
6 files changed, 170 insertions(+), 148 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-arm
in repository toolchain/ci/base-artifacts.
discards 7b0f095a0 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 0ff2b3d25 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 (7b0f095a0)
\
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 1536 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 31368 -> 30180 bytes
05-build_abe-stage1/console.log.xz | Bin 90036 -> 89844 bytes
07-build_abe-linux/console.log.xz | Bin 8916 -> 9740 bytes
08-build_abe-glibc/console.log.xz | Bin 230604 -> 231072 bytes
09-build_abe-stage2/console.log.xz | Bin 216152 -> 217036 bytes
10-build_abe-gdb/console.log.xz | Bin 39260 -> 37836 bytes
11-build_abe-qemu/console.log.xz | Bin 30500 -> 30220 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 70 +++++++++++++++++------------------
jenkins/manifest.sh | 30 +++++++--------
12 files changed, 50 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.