This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 4fcd3781 2: update: binutils-glibc: 1
new 5fa705fb 2: update: binutils-gcc-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 (4fcd3781)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-s [...]
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 | 130 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11575 +-
04-build_abe-stage1/console.log | 20526 ++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 39483 ++++---
07-build_abe-stage2/console.log | 45526 ++++----
08-benchmark--O3_marm/benchmark-start.log | 2 +-
08-benchmark--O3_marm/benchmark.log | 14 +-
08-benchmark--O3_marm/console.log | 206 +-
09-benchmark--O3_LTO_marm/benchmark-start.log | 2 +-
09-benchmark--O3_LTO_marm/benchmark.log | 14 +-
09-benchmark--O3_LTO_marm/console.log | 152 +-
11-check_regression/console.log | 2424 +-
11-check_regression/new-results-0.csv | 58 +-
11-check_regression/new-results-1.csv | 58 +-
11-check_regression/new-results-brief.csv | 58 +-
11-check_regression/new-results-full.csv | 58 +-
11-check_regression/new-results.csv | 58 +-
11-check_regression/new-results.log | 4242 +-
11-check_regression/new-results.regressions | 2 +-
11-check_regression/ref-results-0.csv | 58 +-
11-check_regression/ref-results-1.csv | 58 +-
11-check_regression/ref-results-brief.csv | 58 +-
11-check_regression/ref-results-full.csv | 58 +-
11-check_regression/ref-results.csv | 58 +-
11-check_regression/ref-results.log | 4078 +-
11-check_regression/ref-results.regressions | 4 +-
12-update_baseline/console.log | 7429 +-
12-update_baseline/new-results-0.csv | 58 +-
12-update_baseline/new-results-1.csv | 58 +-
12-update_baseline/new-results-brief.csv | 58 +-
12-update_baseline/new-results-full.csv | 58 +-
12-update_baseline/new-results.csv | 58 +-
12-update_baseline/new-results.log | 4202 +-
12-update_baseline/new-results.regressions | 2 +-
12-update_baseline/ref-results.log | 1930 +-
console.log | 128281 ++++++++++++-----------
jenkins/manifest.sh | 22 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
41 files changed, 136445 insertions(+), 135387 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 7fe10096c150 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
adds 123aaf774f70 f2fs: Fix type of section block count variables
adds e2cab031ba7b f2fs: fix indefinite loop scanning for free nid
adds 20d0a107fb35 f2fs: Return EOF on unaligned end of file DIO read
adds 581cb3a26baf Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
fs/f2fs/data.c | 3 +++
fs/f2fs/node.c | 3 +++
fs/f2fs/segment.c | 8 ++++----
3 files changed, 10 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_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/gcc.
from c1705825949 Daily bump.
adds 3bad57d476f Fix uninitialized variable with nested variant record types
adds 10f5c90ea56 Daily bump.
adds 0679082b1db Adjust email address
new b3a51b99dbb Fix crash on array component with nonstandard index 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:
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 8 +++++++-
gcc/ada/gcc-interface/decl.c | 26 ++++++++++++++-----------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gnat.dg/discr59.adb | 24 +++++++++++++++++++++++
gcc/testsuite/gnat.dg/discr59_pkg1.ads | 35 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/discr59_pkg2.ads | 15 +++++++++++++++
gcc/testsuite/gnat.dg/specs/discr7.ads | 14 ++++++++++++++
8 files changed, 117 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/discr59.adb
create mode 100644 gcc/testsuite/gnat.dg/discr59_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/discr59_pkg2.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/discr7.ads
--
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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6e1bcdc2 0: update: binutils-gcc-linux: boot
new c7b99d7f 0: update: binutils-gcc-linux: boot
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 (6e1bcdc2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 70 +-
02-prepare_abe/console.log | 294 +-
03-build_abe-binutils/console.log | 11541 ++++++------
04-build_abe-stage1/console.log | 15841 +++++++++--------
05-build_linux/console.log | 654 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 20 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 14 +-
08-update_baseline/results.regressions | 2 +-
console.log | 28442 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 28443 insertions(+), 28459 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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 79f4b106 0: update: binutils-gcc-linux: boot
new 3bc402f3 0: update: binutils-gcc-linux: boot
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 (79f4b106)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 225 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11588 +++++++-------
04-build_abe-stage1/console.log | 12725 +++++++--------
05-build_linux/console.log | 678 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 25734 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 25720 insertions(+), 25716 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.