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-mainline-allnoconfig
in repository toolchain/ci/qemu.
from 5288bee45f Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
adds b67de91e0d docs: Add caveats for Windows as the build platform
adds d12dd9c7ee accel/kvm: Avoid Coverity warning in query_stats()
adds d5b5023691 oss-fuzz: remove binaries from qemu-bundle tree
adds 7906f11e62 oss-fuzz: ensure base_copy is a generic-fuzzer
adds 6b23a67916 hw/nios2: virt: pass random seed to fdt
adds 5e19cc68fb hw/mips: boston: pass random seed to fdt
adds c287941a4d hw/rx: pass random seed to fdt
adds 67f7e426e5 hw/i386: pass RNG seed via setup_data entry
adds 616a6459d8 Merge tag 'for-upstream2' of https://gitlab.com/bonzini/qemu [...]
adds dd0ef12866 e1000e: Fix possible interrupt loss when using MSI
adds 2fdac348fd vhost: Get vring base from vq, not svq
adds 75a8ce64f6 vdpa: Fix memory listener deletions of iova tree
adds 0d0275c31f Merge tag 'net-pull-request' of https://github.com/jasowang/ [...]
adds bd4b7fd6ba linux-user/hppa: Fix segfaults on page zero
adds 499d805537 linux-user: Unconditionally use pipe2() syscall
adds 6f200f5186 linux-user: Use target abi_int type for pipefd[1] in pipe()
adds d1c912b816 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...]
adds 32226db011 scripts/coverity-scan/COMPONENTS.md: Add loongarch component
adds 02b7035d15 scripts/coverity-scan/COMPONENTS.md: Update slirp component info
adds fca75f60ab target/arm: Add MO_128 entry to pred_esz_masks[]
adds 35a7a6fc56 configure: Add missing POSIX-required space
adds d466d416ed configure: Add braces to clarify intent of $emu[[:space:]]
adds 65842b03d1 configure: Don't use bash-specific string-replacement syntax
adds aca5001dab configure: Drop dead code attempting to use -msmall-data on [...]
adds c5cfdabaf5 configure: Avoid '==' bashism
adds 5865d99fe8 hw/display/bcm2835_fb: Fix framebuffer allocation address
adds f6cce6bcb2 Merge tag 'pull-target-arm-20220726' of https://git.linaro.o [...]
adds e4bcec0c3c acpi/nvdimm: Define trace events for NVDIMM and substitute n [...]
adds 71a5f07e75 hw/machine: Clear out left over CXL related pointer from mov [...]
adds 4a447a710c hw/i386/pc: Always place CXL Memory Regions after device_memory
adds cb70b7e871 hw/cxl: Fix size of constant in interleave granularity function.
adds 4ab4c33014 hw/i386: add 4g boundary start to X86MachineState
adds 4876778749 i386/pc: create pci-host qdev prior to pc_memory_init()
adds c48eb7a4e8 i386/pc: pass pci_hole64_size to pc_memory_init()
adds 5ff62e2afe i386/pc: factor out above-4g end to an helper
adds 55668e409b i386/pc: factor out cxl range end to helper
adds 42bed07127 i386/pc: factor out cxl range start to helper
adds 1065b21993 i386/pc: handle unitialized mr in pc_get_cxl_range_end()
adds 8288a8286d i386/pc: factor out device_memory base/size to helper
adds 1caab5cf86 i386/pc: bounds check phys-bits against max used GPA
adds 8504f12945 i386/pc: relocate 4g start to 1T where applicable
adds b3e6982b41 i386/pc: restrict AMD only enforcing of 1Tb hole to new mach [...]
adds 0522be9a0c hw/virtio/virtio-iommu: Enforce power-of-two notify for both [...]
adds e5b6555fb8 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...]
new 7b17a1a841 Update version for v7.1.0-rc0 release
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:
VERSION | 2 +-
accel/kvm/kvm-all.c | 2 +-
configure | 20 +--
docs/about/build-platforms.rst | 10 +-
hw/acpi/nvdimm.c | 35 ++---
hw/acpi/trace-events | 13 ++
hw/display/bcm2835_fb.c | 3 +-
hw/i386/acpi-build.c | 2 +-
hw/i386/microvm.c | 2 +-
hw/i386/pc.c | 213 +++++++++++++++++++++------
hw/i386/pc_piix.c | 17 ++-
hw/i386/pc_q35.c | 17 ++-
hw/i386/sgx.c | 2 +-
hw/i386/x86.c | 27 +++-
hw/mips/boston.c | 5 +
hw/net/e1000e_core.c | 2 +
hw/nios2/boot.c | 5 +
hw/pci-host/i440fx.c | 5 +-
hw/rx/rx-gdbsim.c | 4 +
hw/virtio/vhost-vdpa.c | 26 ++--
hw/virtio/virtio-iommu.c | 47 +++---
include/hw/boards.h | 1 -
include/hw/cxl/cxl_component.h | 2 +-
include/hw/i386/pc.h | 7 +-
include/hw/i386/x86.h | 6 +-
include/hw/mem/nvdimm.h | 8 -
include/hw/pci-host/i440fx.h | 3 +-
include/standard-headers/asm-x86/bootparam.h | 1 +
linux-user/hppa/cpu_loop.c | 3 +
linux-user/syscall.c | 13 +-
meson.build | 9 --
scripts/coverity-scan/COMPONENTS.md | 7 +-
scripts/oss-fuzz/build.sh | 6 +-
target/arm/cpu.h | 2 +-
target/arm/translate-sve.c | 5 +-
35 files changed, 359 insertions(+), 173 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d669407c 0: update: binutils-gcc-linux-qemu: all
new 84f4f6cb 0: update: binutils-gcc-linux-qemu: all
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 (d669407c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 1668 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30348 -> 30328 bytes
04-build_abe-stage1/console.log.xz | Bin 86440 -> 85616 bytes
05-build_abe-qemu/console.log.xz | Bin 30568 -> 30296 bytes
06-build_linux/console.log.xz | Bin 3664 -> 3624 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
10 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/gcc.
from 600956c81c7 Fortran: error recovery from calculation of storage size of [...]
adds 0460ba622e8 analyzer: fix stray get_element decls
adds db613e8fa84 analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismat [...]
adds e75da2ace6b libstdc++: Minor codegen improvement for atomic wait spinloop
No new revisions were added by this update.
Summary of changes:
gcc/analyzer/region.h | 8 ---
gcc/analyzer/store.cc | 4 +-
gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c | 67 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c | 22 +++++++++
libstdc++-v3/include/bits/atomic_wait.h | 17 +++----
5 files changed, 99 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from ecbff28a44 gdb: LoongArch: Handle the function return value
adds 1bcb0708f2 gdb/linux-nat: Check whether /proc/pid/mem is writable
adds dd09fe0d53 gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is [...]
adds 9c6dd6885b gprofng: check for the makeinfo version
adds 3c0c7b4e1a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/linux-nat.c | 116 ++++++++++++++++++++++++++++++++++++++++++---------
gprofng/configure | 64 +++++++++++++++++++++++++++-
gprofng/configure.ac | 22 ++++++++--
4 files changed, 179 insertions(+), 25 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 e44961f4 0: update: binutils-gcc: 1
new 043a4fb8 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 (e44961f4)
\
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 1616 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 39668 -> 37664 bytes
04-build_abe-gcc/console.log.xz | Bin 214536 -> 212776 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3832 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2508 -> 2544 bytes
07-check_regression/console.log.xz | Bin 2856 -> 2664 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 6 -
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 47 +-
07-check_regression/results.regressions | 26 -
08-update_baseline/console.log | 429 ++-
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 6 -
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 47 +-
08-update_baseline/results.regressions | 26 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3567460 -> 3553416 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 3054960 -> 3058148 bytes
sumfiles/gcc.sum | 4972 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1036296 -> 1034268 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205096 -> 204780 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2552 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440316 -> 444648 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2868 insertions(+), 2953 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete 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_check_gcc/master-aarch64
in repository toolchain/ci/qemu.
from d1c912b816 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...]
adds 32226db011 scripts/coverity-scan/COMPONENTS.md: Add loongarch component
adds 02b7035d15 scripts/coverity-scan/COMPONENTS.md: Update slirp component info
adds fca75f60ab target/arm: Add MO_128 entry to pred_esz_masks[]
adds 35a7a6fc56 configure: Add missing POSIX-required space
adds d466d416ed configure: Add braces to clarify intent of $emu[[:space:]]
adds 65842b03d1 configure: Don't use bash-specific string-replacement syntax
adds aca5001dab configure: Drop dead code attempting to use -msmall-data on [...]
adds c5cfdabaf5 configure: Avoid '==' bashism
adds 5865d99fe8 hw/display/bcm2835_fb: Fix framebuffer allocation address
adds f6cce6bcb2 Merge tag 'pull-target-arm-20220726' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes:
configure | 20 +++++++-------------
hw/display/bcm2835_fb.c | 3 +--
scripts/coverity-scan/COMPONENTS.md | 7 +++++--
target/arm/cpu.h | 2 +-
target/arm/translate-sve.c | 5 +++--
5 files changed, 17 insertions(+), 20 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-aarch64
in repository toolchain/ci/gdb.
from ecbff28a44 gdb: LoongArch: Handle the function return value
adds 1bcb0708f2 gdb/linux-nat: Check whether /proc/pid/mem is writable
adds dd09fe0d53 gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is [...]
No new revisions were added by this update.
Summary of changes:
gdb/linux-nat.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 97 insertions(+), 19 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-aarch64
in repository toolchain/ci/linux.
from e0dccc3b76fb Linux 5.19-rc8
adds cdb281e63874 mm: fix NULL pointer dereference in wp_page_reuse()
adds 918e75f77af7 s390/archrandom: prevent CPACF trng invocations in interru [...]
adds 5de64d44968e Merge tag 's390-5.19-7' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
arch/s390/include/asm/archrandom.h | 9 ++++++---
mm/memory.c | 2 +-
2 files changed, 7 insertions(+), 4 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-aarch64
in repository toolchain/ci/gcc.
from 5b96c823e59 LoongArch: Modify the output message string of the warning.
adds 975658b782f c: Handle initializations of opaque types [PR106016]
adds 600956c81c7 Fortran: error recovery from calculation of storage size of [...]
adds 0460ba622e8 analyzer: fix stray get_element decls
No new revisions were added by this update.
Summary of changes:
gcc/analyzer/region.h | 8 --------
gcc/expr.cc | 2 +-
gcc/fortran/interface.cc | 7 +++++--
gcc/testsuite/gcc.target/powerpc/pr106016.c | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/pr103504.f90 | 28 ++++++++++++++++++++++++++++
5 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106016.c
create mode 100644 gcc/testsuite/gfortran.dg/pr103504.f90
--
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-aarch64
in repository toolchain/ci/binutils-gdb.
from ecbff28a44 gdb: LoongArch: Handle the function return value
adds 1bcb0708f2 gdb/linux-nat: Check whether /proc/pid/mem is writable
adds dd09fe0d53 gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is [...]
No new revisions were added by this update.
Summary of changes:
gdb/linux-nat.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 97 insertions(+), 19 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-aarch64
in repository toolchain/ci/base-artifacts.
discards af731e57 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 0bcb0e5a 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 (af731e57)
\
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 1640 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30628 -> 31736 bytes
04-build_abe-stage1/console.log.xz | Bin 72896 -> 73156 bytes
06-build_abe-linux/console.log.xz | Bin 8920 -> 9368 bytes
07-build_abe-glibc/console.log.xz | Bin 239588 -> 239436 bytes
08-build_abe-stage2/console.log.xz | Bin 202432 -> 205824 bytes
09-build_abe-gdb/console.log.xz | Bin 37804 -> 39348 bytes
10-build_abe-qemu/console.log.xz | Bin 31236 -> 32272 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2604 -> 2596 bytes
13-check_regression/console.log.xz | Bin 5896 -> 4852 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 43 +
13-check_regression/results.compare | 66 +-
13-check_regression/results.compare2 | 972 +++----
13-check_regression/results.regressions | 63 +
14-update_baseline/console.log | 1323 ++++-----
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 43 +
14-update_baseline/results.compare | 66 +-
14-update_baseline/results.compare2 | 972 +++----
14-update_baseline/results.regressions | 63 +
jenkins/manifest.sh | 30 +-
sumfiles/g++.log.xz | Bin 3370640 -> 3402588 bytes
sumfiles/g++.sum | 59 +-
sumfiles/gcc.log.xz | Bin 2984152 -> 2967932 bytes
sumfiles/gcc.sum | 4511 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1030808 -> 1026816 bytes
sumfiles/gfortran.sum | 11 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 199752 -> 199936 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 420704 -> 419576 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 3755 insertions(+), 4483 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_gcc_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 4ee5d2bb 0: update: binutils-gcc: 2
new c4a0ddbd 0: update: binutils-gcc: 2
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 (4ee5d2bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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 1608 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 50428 -> 51252 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 466432 -> 465472 bytes
06-check_regression/console.log.xz | Bin 432 -> 416 bytes
07-update_baseline/console.log | 37 ----------------------------
jenkins/manifest.sh | 12 ++++-----
7 files changed, 6 insertions(+), 43 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-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 3bfec3ff 8: update: binutils-gcc-linux-glibc-llvm: 1
new 426b56be 8: update: binutils-gcc-linux-glibc-llvm: 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 (3bfec3ff)
\
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 1652 -> 1776 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 31900 -> 31284 bytes
04-build_abe-stage1/console.log.xz | Bin 92824 -> 93104 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 9284 -> 8432 bytes
07-build_abe-glibc/console.log.xz | Bin 234948 -> 234840 bytes
08-build_abe-stage2/console.log.xz | Bin 214012 -> 211416 bytes
09-build_llvm-true/console.log.xz | Bin 63100 -> 62180 bytes
10-benchmark/benchmark-build.log | 94 +-
10-benchmark/benchmark.log | 92 +-
10-benchmark/console.log.xz | Bin 3876 -> 3872 bytes
11-check_regression/console.log.xz | Bin 5580 -> 5364 bytes
11-check_regression/csv-results-0/md5sum.csv | 50640 +--
11-check_regression/csv-results-0/perf.csv | 2022 +-
11-check_regression/csv-results-0/results.csv | 247890 ++++++-------
11-check_regression/csv-results-0/size.csv | 331118 +++++++++---------
11-check_regression/csv-results-0/vect.csv | 9922 +-
11-check_regression/csv-results-1/md5sum.csv | 50707 ++-
11-check_regression/csv-results-1/perf.csv | 1993 +-
11-check_regression/csv-results-1/results.csv | 253797 +++++++-------
11-check_regression/csv-results-1/size.csv | 325184 +++++++++--------
11-check_regression/csv-results-1/vect.csv | 18896 +-
11-check_regression/results-brief.csv | 36 +-
11-check_regression/results-compare.csv | 5 -
11-check_regression/results-full.csv | 2139 +-
11-check_regression/results-internal.csv | 151 +-
11-check_regression/results.log | 2277 +-
12-update_baseline/console.log | 5447 +-
12-update_baseline/csv-results-0/md5sum.csv | 50640 +--
12-update_baseline/csv-results-0/perf.csv | 2022 +-
12-update_baseline/csv-results-0/results.csv | 247890 ++++++-------
12-update_baseline/csv-results-0/size.csv | 331118 +++++++++---------
12-update_baseline/csv-results-0/vect.csv | 9922 +-
12-update_baseline/csv-results-1/md5sum.csv | 50707 ++-
12-update_baseline/csv-results-1/perf.csv | 1993 +-
12-update_baseline/csv-results-1/results.csv | 253797 +++++++-------
12-update_baseline/csv-results-1/size.csv | 325184 +++++++++--------
12-update_baseline/csv-results-1/vect.csv | 18896 +-
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-compare.csv | 5 -
12-update_baseline/results-full.csv | 2139 +-
12-update_baseline/results-internal.csv | 151 +-
12-update_baseline/results.log | 8 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1289964 -> 1290172 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 95320 -> 0 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3627004 -> 3627276 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 33688 -> 33740 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 150608 -> 150572 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 198888 -> 198920 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2034380 -> 2033624 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3151088 -> 3151384 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 500760 -> 500872 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1155500 -> 1155508 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 164628 -> 164608 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 51224 -> 51252 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 595336 -> 595264 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 24656 -> 24696 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 827424 -> 827312 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 72572 -> 72520 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 232468 -> 232588 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7048524 -> 7048168 bytes
jenkins/manifest.sh | 28 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1289964 -> 1290172 bytes
save-temps/401.bzip2.tar.xz | Bin 95320 -> 0 bytes
save-temps/403.gcc.tar.xz | Bin 3627004 -> 3627276 bytes
save-temps/429.mcf.tar.xz | Bin 33688 -> 33740 bytes
save-temps/433.milc.tar.xz | Bin 150608 -> 150572 bytes
save-temps/444.namd.tar.xz | Bin 198888 -> 198920 bytes
save-temps/445.gobmk.tar.xz | Bin 2034380 -> 2033624 bytes
save-temps/447.dealII.tar.xz | Bin 3151088 -> 3151384 bytes
save-temps/450.soplex.tar.xz | Bin 500760 -> 500872 bytes
save-temps/453.povray.tar.xz | Bin 1155500 -> 1155508 bytes
save-temps/458.sjeng.tar.xz | Bin 164628 -> 164608 bytes
save-temps/462.libquantum.tar.xz | Bin 51224 -> 51252 bytes
save-temps/464.h264ref.tar.xz | Bin 595336 -> 595264 bytes
save-temps/470.lbm.tar.xz | Bin 24656 -> 24696 bytes
save-temps/471.omnetpp.tar.xz | Bin 827424 -> 827312 bytes
save-temps/473.astar.tar.xz | Bin 72572 -> 72520 bytes
save-temps/482.sphinx3.tar.xz | Bin 232468 -> 232588 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7048524 -> 7048168 bytes
83 files changed, 1299601 insertions(+), 1297349 deletions(-)
delete mode 100644 12-update_baseline/top-artifacts/save-temps/401.bzip2.tar.xz
delete mode 100644 save-temps/401.bzip2.tar.xz
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.