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 13391ff8bc Automatic date update in version.in
adds b5375c5da9 PR15951, binutils testsuite builds status wrapper unconditionally
adds 4686f81068 gdb/csky modify registers list for general_reggroup
adds 6577f365eb PR17122, OSX 10.9 build failure
No new revisions were added by this update.
Summary of changes:
binutils/config.in | 7 -------
binutils/configure | 12 +-----------
binutils/configure.ac | 4 ++--
binutils/sysdep.h | 6 ------
binutils/testsuite/binutils-all/objcopy.exp | 7 ++++++-
gdb/csky-tdep.c | 22 +++++++++++++++++-----
ld/config.in | 7 -------
ld/configure | 12 +-----------
ld/configure.ac | 4 ++--
9 files changed, 29 insertions(+), 52 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 85ead203 0: update: binutils-gcc: 1
new 70cbce69 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 (85ead203)
\
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 1624 -> 1736 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 38228 -> 38448 bytes
04-build_abe-gcc/console.log.xz | Bin 212548 -> 214100 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3940 -> 3828 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2672 -> 2676 bytes
07-check_regression/console.log.xz | Bin 3080 -> 2728 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 6 -
07-check_regression/results.compare | 29 +-
07-check_regression/results.compare2 | 74 +-
07-check_regression/results.regressions | 26 -
08-update_baseline/console.log | 426 ++-
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 6 -
08-update_baseline/results.compare | 29 +-
08-update_baseline/results.compare2 | 74 +-
08-update_baseline/results.regressions | 26 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3533468 -> 3560060 bytes
sumfiles/g++.sum | 106 +-
sumfiles/gcc.log.xz | Bin 3068376 -> 3053364 bytes
sumfiles/gcc.sum | 4673 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1036316 -> 1041852 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204928 -> 205096 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440924 -> 442572 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2692 insertions(+), 2875 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 1503d946c06 c++: defaulted friend op== [PR106361]
new 66e876a91b5 libstdc++: Fix experimental::filesystem::status on Windows [...]
new 0bc62cb594d libstdc++: testsuite: Guard use of C99 std::log2
new a4e648fab46 libstdc++: Make std::common_iterator completely constexpr-a [...]
new 64beecc2201 libstdc++: Use std::construct_at in std::common_iterator [P [...]
new c7a7985e5e2 libstdc++: Fix minor bugs in std::common_iterator
new 7cfef93a241 libstdc++: Fix std::common_iterator assignment [PR100823]
The 6 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:
libstdc++-v3/include/bits/stl_iterator.h | 185 +++++++++++++--------
libstdc++-v3/src/filesystem/ops.cc | 56 ++++++-
libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 +
.../testsuite/24_iterators/common_iterator/1.cc | 48 +++++-
.../24_iterators/common_iterator/100823.cc | 43 +++++
.../testsuite/24_iterators/common_iterator/2.cc | 14 +-
.../filesystem/operations/temp_directory_path.cc | 6 +-
7 files changed, 277 insertions(+), 77 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.cc
--
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_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 2aacf7fd 0: update: binutils-gcc: 1
new 1c2652a3 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 (2aacf7fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1624 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 52564 -> 50900 bytes
04-build_abe-bootstrap/console.log.xz | Bin 463652 -> 463460 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3860 -> 3804 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2504 -> 2600 bytes
07-check_regression/console.log.xz | Bin 3348 -> 7164 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 337 +-
07-check_regression/results.compare | 368 ++-
07-check_regression/results.compare2 | 571 +++-
07-check_regression/results.regressions | 97 +-
08-update_baseline/console.log | 1532 ++++++---
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 337 +-
08-update_baseline/results.compare | 368 ++-
08-update_baseline/results.compare2 | 571 +++-
08-update_baseline/results.regressions | 97 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2864364 -> 2876628 bytes
sumfiles/g++.sum | 172 +-
sumfiles/gcc.log.xz | Bin 2512868 -> 2510964 bytes
sumfiles/gcc.sum | 4462 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 942404 -> 960548 bytes
sumfiles/gfortran.sum | 160 +-
sumfiles/libatomic.log.xz | Bin 2308 -> 2312 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 208512 -> 209380 bytes
sumfiles/libgomp.sum | 50 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 453856 -> 473176 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 6281 insertions(+), 2879 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8b2dd75e 0: update: binutils-llvm-linux-qemu: all
new 960a7fc8 0: update: binutils-llvm-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 (8b2dd75e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30204 -> 30468 bytes
04-build_kernel_llvm/console.log.xz | Bin 63224 -> 64988 bytes
05-build_abe-qemu/console.log.xz | Bin 33016 -> 30628 bytes
06-build_linux/console.log.xz | Bin 4032 -> 3696 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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_bootstrap/master-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 34305425 0: update: binutils-gcc: 2
new fd2e50c5 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 (34305425)
\
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 1600 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51420 -> 50984 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 466480 -> 468200 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 16 insertions(+), 16 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_gnu_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/binutils-gdb.
from 730a2af40f Automatic date update in version.in
adds 19892fedb7 x86: Properly check invalid relocation against protected symbol
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 2 ++
bfd/elf64-x86-64.c | 2 ++
ld/testsuite/ld-elf/linux-x86.exp | 16 ++++++++++++++++
ld/testsuite/ld-elf/{endprotected.c => pr29377a.c} | 5 +----
ld/testsuite/ld-elf/{needed3.c => pr29377b.c} | 4 +++-
5 files changed, 24 insertions(+), 5 deletions(-)
copy ld/testsuite/ld-elf/{endprotected.c => pr29377a.c} (51%)
copy ld/testsuite/ld-elf/{needed3.c => pr29377b.c} (58%)
--
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_gnu_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 5ad068d3 10: update: binutils-gcc-linux-glibc: 1
new 908d9272 10: update: binutils-gcc-linux-glibc: 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 (5ad068d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-release- [...]
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 1860 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30676 -> 30744 bytes
04-build_abe-stage1/console.log.xz | Bin 88524 -> 87556 bytes
06-build_abe-linux/console.log.xz | Bin 9116 -> 8340 bytes
07-build_abe-glibc/console.log.xz | Bin 229292 -> 229020 bytes
08-build_abe-stage2/console.log.xz | Bin 212340 -> 209208 bytes
09-benchmark/benchmark-build.log | 126 +-
09-benchmark/benchmark.log | 124 +-
09-benchmark/console.log.xz | Bin 3812 -> 3844 bytes
10-check_regression/console.log.xz | Bin 3564 -> 3584 bytes
10-check_regression/csv-results-0/md5sum.csv | 47342 +-
10-check_regression/csv-results-0/perf.csv | 186 +-
10-check_regression/csv-results-0/results.csv | 379151 ++++++------
10-check_regression/csv-results-0/size.csv | 538938 ++++++++---------
10-check_regression/csv-results-0/vect.csv | 42 +-
10-check_regression/csv-results-1/md5sum.csv | 45792 +-
10-check_regression/csv-results-1/perf.csv | 188 +-
10-check_regression/csv-results-1/results.csv | 387891 ++++++-------
10-check_regression/csv-results-1/size.csv | 547509 +++++++++---------
10-check_regression/csv-results-1/vect.csv | 42 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 194 +-
10-check_regression/results-internal.csv | 70 +-
10-check_regression/results.log | 5180 +-
11-update_baseline/console.log | 2072 +-
11-update_baseline/csv-results-0/md5sum.csv | 47342 +-
11-update_baseline/csv-results-0/perf.csv | 186 +-
11-update_baseline/csv-results-0/results.csv | 379151 ++++++------
11-update_baseline/csv-results-0/size.csv | 538938 ++++++++---------
11-update_baseline/csv-results-0/vect.csv | 42 +-
11-update_baseline/csv-results-1/md5sum.csv | 45792 +-
11-update_baseline/csv-results-1/perf.csv | 188 +-
11-update_baseline/csv-results-1/results.csv | 387891 ++++++-------
11-update_baseline/csv-results-1/size.csv | 547509 +++++++++---------
11-update_baseline/csv-results-1/vect.csv | 42 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 194 +-
11-update_baseline/results-internal.csv | 70 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 6990756 -> 7002704 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 428460 -> 427936 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 19856880 -> 19833580 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 79388 -> 79460 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 28734440 -> 28729172 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 135560 -> 136008 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 848372 -> 851644 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 1164452 -> 1163532 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 5503788 -> 5514448 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 4272532 -> 4261692 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 293476 -> 293448 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 1295596 -> 1301108 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 8778444 -> 8771036 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 29656024 -> 29742108 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 4550132 -> 4581584 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 7079324 -> 7038012 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 8782708 -> 8761860 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 1948360 -> 1941680 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 679108 -> 678404 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 1283708 -> 1282944 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 250176 -> 250160 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 3073688 -> 3073636 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 16391644 -> 16391804 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 83180 -> 83444 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 5920108 -> 5924708 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 361280 -> 361772 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 16034580 -> 15993016 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 1348548 -> 1346396 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 52127352 -> 52279980 bytes
jenkins/manifest.sh | 20 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 6990756 -> 7002704 bytes
save-temps/401.bzip2.tar.xz | Bin 428460 -> 427936 bytes
save-temps/403.gcc.tar.xz | Bin 19856880 -> 19833580 bytes
save-temps/410.bwaves.tar.xz | Bin 79388 -> 79460 bytes
save-temps/416.gamess.tar.xz | Bin 28734440 -> 28729172 bytes
save-temps/429.mcf.tar.xz | Bin 135560 -> 136008 bytes
save-temps/433.milc.tar.xz | Bin 848372 -> 851644 bytes
save-temps/434.zeusmp.tar.xz | Bin 1164452 -> 1163532 bytes
save-temps/435.gromacs.tar.xz | Bin 5503788 -> 5514448 bytes
save-temps/436.cactusADM.tar.xz | Bin 4272532 -> 4261692 bytes
save-temps/437.leslie3d.tar.xz | Bin 293476 -> 293448 bytes
save-temps/444.namd.tar.xz | Bin 1295596 -> 1301108 bytes
save-temps/445.gobmk.tar.xz | Bin 8778444 -> 8771036 bytes
save-temps/447.dealII.tar.xz | Bin 29656024 -> 29742108 bytes
save-temps/450.soplex.tar.xz | Bin 4550132 -> 4581584 bytes
save-temps/453.povray.tar.xz | Bin 7079324 -> 7038012 bytes
save-temps/454.calculix.tar.xz | Bin 8782708 -> 8761860 bytes
save-temps/456.hmmer.tar.xz | Bin 1948360 -> 1941680 bytes
save-temps/458.sjeng.tar.xz | Bin 679108 -> 678404 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 1283708 -> 1282944 bytes
save-temps/462.libquantum.tar.xz | Bin 250176 -> 250160 bytes
save-temps/464.h264ref.tar.xz | Bin 3073688 -> 3073636 bytes
save-temps/465.tonto.tar.xz | Bin 16391644 -> 16391804 bytes
save-temps/470.lbm.tar.xz | Bin 83180 -> 83444 bytes
save-temps/471.omnetpp.tar.xz | Bin 5920108 -> 5924708 bytes
save-temps/473.astar.tar.xz | Bin 361280 -> 361772 bytes
save-temps/481.wrf.tar.xz | Bin 16034580 -> 15993016 bytes
save-temps/482.sphinx3.tar.xz | Bin 1348548 -> 1346396 bytes
save-temps/483.xalancbmk.tar.xz | Bin 52127352 -> 52279980 bytes
99 files changed, 1968328 insertions(+), 1934002 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-aarch64
in repository toolchain/ci/glibc.
from 8b84fb862c Update scripts/config.* files from upstream GNU config version
adds ac8047cdf3 malloc: Simplify implementation of __malloc_assert
No new revisions were added by this update.
Summary of changes:
malloc/malloc.c | 15 +++++----------
1 file changed, 5 insertions(+), 10 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-aarch64
in repository toolchain/ci/base-artifacts.
discards 664b1bf8 0: update: binutils-gcc-linux-glibc-gdb: 1
new 47232715 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 (664b1bf8)
\
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 1632 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 38084 -> 38788 bytes
04-build_abe-gcc/console.log.xz | Bin 212792 -> 213796 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8960 -> 8764 bytes
07-build_abe-glibc/console.log.xz | Bin 240328 -> 238832 bytes
08-build_abe-gdb/console.log.xz | Bin 37912 -> 37636 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3824 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2412 -> 2292 bytes
11-check_regression/console.log.xz | Bin 4996 -> 17172 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 39 +-
11-check_regression/results.compare | 71 +-
11-check_regression/results.compare2 | 7073 ++++++++++++++++++-
11-check_regression/results.regressions | 71 +-
12-update_baseline/console.log | 7590 +++++++++++++++++++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 39 +-
12-update_baseline/results.compare | 71 +-
12-update_baseline/results.compare2 | 7073 ++++++++++++++++++-
12-update_baseline/results.regressions | 71 +-
jenkins/manifest.sh | 26 +-
sumfiles/gdb.log.xz | Bin 1873204 -> 1874340 bytes
sumfiles/gdb.sum | 10945 ++++++++++++++++--------------
25 files changed, 26531 insertions(+), 6542 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.