This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards dfa134e3 0: update: binutils-gcc: 1
new 43f892da 0: update: binutils-gcc: 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 (dfa134e3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 50196 -> 49580 bytes
04-build_abe-bootstrap/console.log.xz | Bin 451688 -> 452704 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3804 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2424 -> 2412 bytes
07-check_regression/console.log.xz | Bin 3172 -> 789408 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 630 +
07-check_regression/results.compare | 779 +-
07-check_regression/results.compare2 | 184721 +++++++++++++++++++++++-
07-check_regression/results.regressions | 101 +
08-update_baseline/console.log | 185776 ++++++++++++++++++++++++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 630 +
08-update_baseline/results.compare | 779 +-
08-update_baseline/results.compare2 | 184721 +++++++++++++++++++++++-
08-update_baseline/results.regressions | 101 +
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2653404 -> 2820384 bytes
sumfiles/g++.sum | 139614 +++++++++++--------
sumfiles/gcc.log.xz | Bin 2319704 -> 2499424 bytes
sumfiles/gcc.sum | 31592 +++--
sumfiles/gfortran.log.xz | Bin 848016 -> 942492 bytes
sumfiles/gfortran.sum | 14037 +-
sumfiles/libatomic.log.xz | Bin 2284 -> 2308 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 144636 -> 206404 bytes
sumfiles/libgomp.sum | 5840 +-
sumfiles/libitm.log.xz | Bin 2704 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440312 -> 471416 bytes
sumfiles/libstdc++.sum | 521 +-
33 files changed, 677582 insertions(+), 72286 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-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_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from 0cac736e73 Merge tag 'pull-riscv-to-apply-20220525' of github.com:alist [...]
new 3569664ee9 qga: add guest-get-diskstats command for Linux guests
new 323f3a8f22 trivial: qga: Log version on start
new 2e7b218958 tests: Bump Fedora image version for cross-compilation
new b9a002609f qga-win32: Add support for NVME bus type
new ffae6d9585 Merge tag 'qga-win32-pull-2022-05-25' of github.com:kostyanf [...]
new 60f1c8017a linux-user: Clean up arg_start/arg_end confusion
new c3a28d7122 linux-user/syscall.c: fix build without RLIMIT_RTTIME
new 2f6f4290e0 linux-user/elfload: Remove pointless non-const CPUArchState cast
new a0939b8916 linux-user: Have do_syscall() use CPUArchState* instead of void*
new 0effdc29b5 linux-user: Remove pointless CPU{ARCH}State casts
new 9a12adc704 linux-user/s390x: Fix unwinding from signal handlers
new 1a75b14038 tests/tcg/s390x: Test unwinding from signal handlers
new 565a84c1e6 linux-user/host/s390: Treat EX and EXRL as writes
new 6882d65161 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...]
new 29320530cf docs: Correct the default thread-pool-size
new 7929f75f34 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
The 16 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:
docs/tools/virtiofsd.rst | 2 +-
linux-user/elfload.c | 12 +-
linux-user/include/host/s390/host-signal.h | 7 +
linux-user/linuxload.c | 12 +-
linux-user/main.c | 4 +-
linux-user/qemu.h | 12 +-
linux-user/s390x/signal.c | 5 +
linux-user/strace.c | 202 ++++++++++-----------
linux-user/strace.h | 4 +-
linux-user/syscall.c | 83 +++++----
linux-user/uname.c | 4 +-
linux-user/uname.h | 2 +-
linux-user/user-internals.h | 18 +-
qga/commands-posix.c | 123 +++++++++++++
qga/commands-win32.c | 11 ++
qga/main.c | 2 +
qga/qapi-schema.json | 86 +++++++++
semihosting/arm-compat-semi.c | 4 +-
tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
tests/tcg/s390x/signals-s390x.c | 69 +++++--
21 files changed, 477 insertions(+), 189 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 cce0ae568c gdb: Fix DUPLICATE and PATH regressions throughout
adds 3ac9da4937 Add bionutils support for DWARF v5's DW_OP_addrx.
new fbcda57701 Show enabled locations with disabled breakpoint parent as "y-"
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:
binutils/dwarf.c | 17 +++++++++---
binutils/testsuite/binutils-all/objdump.exp | 43 ++++++++++++++++++++++++++++-
binutils/testsuite/binutils-all/readelf.exp | 22 ++++++++++++++-
gdb/NEWS | 10 +++++++
gdb/breakpoint.c | 37 +++++++++++++++++++++----
gdb/doc/gdb.texinfo | 13 +++++++++
gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 28 +++++++++----------
7 files changed, 144 insertions(+), 26 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/glibc.
from 52a103e237 Fix deadlock when pthread_atfork handler calls pthread_atfor [...]
adds 3d9926663c Update syscall-names.list for Linux 5.18
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
1 file changed, 2 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from cce0ae568c gdb: Fix DUPLICATE and PATH regressions throughout
adds 3ac9da4937 Add bionutils support for DWARF v5's DW_OP_addrx.
new fbcda57701 Show enabled locations with disabled breakpoint parent as "y-"
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:
binutils/dwarf.c | 17 +++++++++---
binutils/testsuite/binutils-all/objdump.exp | 43 ++++++++++++++++++++++++++++-
binutils/testsuite/binutils-all/readelf.exp | 22 ++++++++++++++-
gdb/NEWS | 10 +++++++
gdb/breakpoint.c | 37 +++++++++++++++++++++----
gdb/doc/gdb.texinfo | 13 +++++++++
gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 28 +++++++++----------
7 files changed, 144 insertions(+), 26 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/base-artifacts.
discards f8d6a6f4 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 24aded90 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 (f8d6a6f4)
\
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 1548 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 31092 -> 30668 bytes
05-build_abe-stage1/console.log.xz | Bin 71816 -> 72140 bytes
07-build_abe-linux/console.log.xz | Bin 9368 -> 9428 bytes
08-build_abe-glibc/console.log.xz | Bin 238528 -> 238520 bytes
09-build_abe-stage2/console.log.xz | Bin 202104 -> 202668 bytes
10-build_abe-gdb/console.log.xz | Bin 38304 -> 38020 bytes
11-build_abe-qemu/console.log.xz | Bin 31960 -> 31092 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 32 ++++++++++++++++----------------
12 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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 647d912d 0: update: binutils-gcc: 1
new 0cbb7d78 0: update: binutils-gcc: 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 (647d912d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1532 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 38140 -> 39068 bytes
04-build_abe-gcc/console.log.xz | Bin 210284 -> 211332 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3856 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2608 -> 2652 bytes
07-check_regression/console.log.xz | Bin 3376 -> 3000 bytes
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 202 +-
08-update_baseline/console.log | 363 ++-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 202 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3523828 -> 3552260 bytes
sumfiles/g++.sum | 185 +-
sumfiles/gcc.log.xz | Bin 3073484 -> 3030284 bytes
sumfiles/gcc.sum | 4927 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1032516 -> 1030648 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2196 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204536 -> 204216 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 442068 -> 441980 bytes
sumfiles/libstdc++.sum | 12 +-
27 files changed, 2986 insertions(+), 3053 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_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 9d9ffd4a 0: update: binutils-gcc-linux-glibc-gdb: 1
new 6408e8ae 0: update: binutils-gcc-linux-glibc-gdb: 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 (9d9ffd4a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 53932 -> 53916 bytes
04-build_abe-gcc/console.log.xz | Bin 232628 -> 232748 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9772 -> 9104 bytes
07-build_abe-glibc/console.log.xz | Bin 232652 -> 230976 bytes
08-build_abe-gdb/console.log.xz | Bin 50288 -> 49840 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3808 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2500 -> 2148 bytes
11-check_regression/console.log.xz | Bin 13916 -> 18448 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 49 +-
11-check_regression/results.compare | 81 +-
11-check_regression/results.compare2 | 6956 ++++++++--------
11-check_regression/results.regressions | 83 +-
12-update_baseline/console.log | 11124 +++++++++++++------------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 49 +-
12-update_baseline/results.compare | 81 +-
12-update_baseline/results.compare2 | 6956 ++++++++--------
12-update_baseline/results.regressions | 83 +-
jenkins/manifest.sh | 26 +-
sumfiles/gdb.log.xz | Bin 1615444 -> 1567800 bytes
sumfiles/gdb.sum | 13185 ++++++++++++------------------
25 files changed, 18588 insertions(+), 20089 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_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards ecbdda3c 4: update: binutils-gcc-linux-glibc-llvm: 1
new 43666eec 4: update: binutils-51498ab9abc6122817428198e831d36923e293a4: 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 (ecbdda3c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master [...]
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 1716 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 31240 -> 31480 bytes
04-build_abe-stage1/console.log.xz | Bin 73924 -> 75628 bytes
06-build_abe-linux/console.log.xz | Bin 9116 -> 10720 bytes
07-build_abe-glibc/console.log.xz | Bin 240132 -> 239144 bytes
08-build_abe-stage2/console.log.xz | Bin 178240 -> 180988 bytes
09-build_llvm-true/console.log.xz | Bin 62200 -> 63188 bytes
10-benchmark/benchmark-build.log | 62 +-
10-benchmark/benchmark.log | 60 +-
10-benchmark/console.log.xz | Bin 3100 -> 3100 bytes
11-check_regression/console.log.xz | Bin 5608 -> 5584 bytes
11-check_regression/results-0.csv | 34621 +-
11-check_regression/results-1.csv | 33100 +-
11-check_regression/results-brief.csv | 36 +-
11-check_regression/results-compare.csv | 6 +-
11-check_regression/results-full.csv | 2635 +-
11-check_regression/results-internal.csv | 158 +-
11-check_regression/results-md5sum-0.csv | 31216 +-
11-check_regression/results-md5sum-1.csv | 45436 +--
11-check_regression/results-perf-0.csv | 2420 +-
11-check_regression/results-perf-1.csv | 2538 +-
11-check_regression/results-size-0.csv | 303838 ++++++++--------
11-check_regression/results-size-1.csv | 342830 +++++++++---------
11-check_regression/results-vect-0.csv | 26 +-
11-check_regression/results-vect-1.csv | 26 +-
11-check_regression/results.log | 3978 +-
12-update_baseline/console.log | 17442 +-
12-update_baseline/exe.regressions | 30 +-
12-update_baseline/jira-body.txt | 30 +-
12-update_baseline/mail-body.txt | 30 +-
12-update_baseline/results-0.csv | 32096 +-
12-update_baseline/results-1.csv | 33100 +-
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-compare.csv | 6 +-
12-update_baseline/results-full.csv | 2457 +-
12-update_baseline/results-internal.csv | 156 +-
12-update_baseline/results-md5sum-0.csv | 32220 +-
12-update_baseline/results-md5sum-1.csv | 45436 +--
12-update_baseline/results-perf-1.csv | 2538 +-
12-update_baseline/results-size-0.csv | 321346 ++++++++--------
12-update_baseline/results-size-1.csv | 342830 +++++++++---------
12-update_baseline/results-vect-0.csv | 20 +-
12-update_baseline/results-vect-1.csv | 26 +-
12-update_baseline/results.log | 2454 +-
12-update_baseline/results.regressions | 30 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1217156 -> 1206320 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 96340 -> 96084 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3398676 -> 3400880 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 33204 -> 33224 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 142908 -> 142848 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 185992 -> 186164 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1997408 -> 2001660 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3160032 -> 3270400 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 489080 -> 487708 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1137796 -> 1147240 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 150204 -> 150740 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 50948 -> 50808 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 571276 -> 569884 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 24576 -> 24576 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 800056 -> 816332 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 73360 -> 73380 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 224872 -> 224840 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7093484 -> 7103800 bytes
jenkins/manifest.sh | 16 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1217156 -> 1206320 bytes
save-temps/401.bzip2.tar.xz | Bin 96340 -> 96084 bytes
save-temps/403.gcc.tar.xz | Bin 3398676 -> 3400880 bytes
save-temps/429.mcf.tar.xz | Bin 33204 -> 33224 bytes
save-temps/433.milc.tar.xz | Bin 142908 -> 142848 bytes
save-temps/444.namd.tar.xz | Bin 185992 -> 186164 bytes
save-temps/445.gobmk.tar.xz | Bin 1997408 -> 2001660 bytes
save-temps/447.dealII.tar.xz | Bin 3160032 -> 3270400 bytes
save-temps/450.soplex.tar.xz | Bin 489080 -> 487708 bytes
save-temps/453.povray.tar.xz | Bin 1137796 -> 1147240 bytes
save-temps/458.sjeng.tar.xz | Bin 150204 -> 150740 bytes
save-temps/462.libquantum.tar.xz | Bin 50948 -> 50808 bytes
save-temps/464.h264ref.tar.xz | Bin 571276 -> 569884 bytes
save-temps/470.lbm.tar.xz | Bin 24576 -> 24576 bytes
save-temps/471.omnetpp.tar.xz | Bin 800056 -> 816332 bytes
save-temps/473.astar.tar.xz | Bin 73360 -> 73380 bytes
save-temps/482.sphinx3.tar.xz | Bin 224872 -> 224840 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7093484 -> 7103800 bytes
84 files changed, 818094 insertions(+), 817193 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/base-artifacts.
discards 5e6c72d3 0: update: binutils-gcc-linux-glibc-gdb: 1
new 92e9a87b 0: update: binutils-gcc-linux-glibc-gdb: 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 (5e6c72d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1552 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 38980 -> 37940 bytes
04-build_abe-gcc/console.log.xz | Bin 211900 -> 210700 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9644 -> 9056 bytes
07-build_abe-glibc/console.log.xz | Bin 239864 -> 238608 bytes
08-build_abe-gdb/console.log.xz | Bin 38260 -> 37340 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3840 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2760 -> 2716 bytes
11-check_regression/console.log.xz | Bin 3240 -> 4412 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 7 +-
11-check_regression/results.compare | 31 +-
11-check_regression/results.compare2 | 284 ++-
11-check_regression/results.regressions | 31 +-
12-update_baseline/console.log | 813 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 7 +-
12-update_baseline/results.compare | 31 +-
12-update_baseline/results.compare2 | 284 ++-
12-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 3650280 -> 3661772 bytes
sumfiles/g++.sum | 191 +-
sumfiles/gcc.log.xz | Bin 3184060 -> 3184492 bytes
sumfiles/gcc.sum | 4175 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1066920 -> 1065272 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2272 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 216836 -> 215712 bytes
sumfiles/libgomp.sum | 25 +-
sumfiles/libitm.log.xz | Bin 2676 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 442992 -> 443640 bytes
sumfiles/libstdc++.sum | 12 +-
37 files changed, 3387 insertions(+), 2619 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.