public inbox for gdbadmin@sourceware.org
help / color / mirror / Atom feed
From: ci_notify@linaro.org
To: GDB Administrator <gdbadmin@sourceware.org>
Cc: gcc-regression@gcc.gnu.org
Subject: [TCWG CI] Regression caused by binutils: Automatic date update in version.in
Date: Fri, 17 Dec 2021 10:25:32 +0000 (UTC)	[thread overview]
Message-ID: <2142620990.5379.1639736733811@jenkins.jenkins> (raw)

[TCWG CI] Regression caused by binutils: Automatic date update in version.in:
commit 527b8861cd472385fa9160a91dd6d65a25c41987
Author: GDB Administrator <gdbadmin@sourceware.org>

    Automatic date update in version.in

Results regressed to
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard:
-8
# build_abe newlib:
-6
# build_abe stage2 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard:
-5
# benchmark -- -O3_LTO_mthumb artifacts/build-527b8861cd472385fa9160a91dd6d65a25c41987/results_id:
1

from
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard:
-8
# build_abe newlib:
-6
# build_abe stage2 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard:
-5
# benchmark -- -O3_LTO_mthumb artifacts/build-baseline/results_id:
1

THIS IS THE END OF INTERESTING STUFF.  BELOW ARE LINKS TO BUILDS, REPRODUCTION INSTRUCTIONS, AND THE RAW COMMIT.

This commit has regressed these CI configurations:
 - tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO

First_bad build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/build-527b8861cd472385fa9160a91dd6d65a25c41987/
Last_good build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/build-14aa4ee440f85a0e4d86b7adb50c93bbf0b7fc5b/
Baseline build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/build-baseline/
Even more details: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/

Reproduce builds:
<cut>
mkdir investigate-binutils-527b8861cd472385fa9160a91dd6d65a25c41987
cd investigate-binutils-527b8861cd472385fa9160a91dd6d65a25c41987

# Fetch scripts
git clone https://git.linaro.org/toolchain/jenkins-scripts

# Fetch manifests and test.sh script
mkdir -p artifacts/manifests
curl -o artifacts/manifests/build-baseline.sh https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/manifests/build-baseline.sh --fail
curl -o artifacts/manifests/build-parameters.sh https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/manifests/build-parameters.sh --fail
curl -o artifacts/test.sh https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O3_LTO/11/artifact/artifacts/test.sh --fail
chmod +x artifacts/test.sh

# Reproduce the baseline build (build all pre-requisites)
./jenkins-scripts/tcwg_bmk-build.sh @@ artifacts/manifests/build-baseline.sh

# Save baseline build state (which is then restored in artifacts/test.sh)
mkdir -p ./bisect
rsync -a --del --delete-excluded --exclude /bisect/ --exclude /artifacts/ --exclude /binutils/ ./ ./bisect/baseline/

cd binutils

# Reproduce first_bad build
git checkout --detach 527b8861cd472385fa9160a91dd6d65a25c41987
../artifacts/test.sh

# Reproduce last_good build
git checkout --detach 14aa4ee440f85a0e4d86b7adb50c93bbf0b7fc5b
../artifacts/test.sh

cd ..
</cut>

Full commit (up to 1000 lines):
<cut>
commit 527b8861cd472385fa9160a91dd6d65a25c41987
Author: GDB Administrator <gdbadmin@sourceware.org>
Date:   Tue Dec 14 00:00:11 2021 +0000

    Automatic date update in version.in
---
 bfd/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/version.h b/bfd/version.h
index 284876afcfb..c1afcdb2100 100644
--- a/bfd/version.h
+++ b/bfd/version.h
@@ -16,7 +16,7 @@
 
    In releases, the date is not included in either version strings or
    sonames.  */
-#define BFD_VERSION_DATE 20211213
+#define BFD_VERSION_DATE 20211214
 #define BFD_VERSION @bfd_version@
 #define BFD_VERSION_STRING  @bfd_version_package@ @bfd_version_string@
 #define REPORT_BUGS_TO @report_bugs_to@
</cut>
>From gdbadmin@sourceware.org  Sat Dec 18 02:06:47 2021
Return-Path: <gdbadmin@sourceware.org>
X-Original-To: gdbadmin
Delivered-To: gdbadmin@sourceware.org
Received: by sourceware.org (Postfix, from userid 2171)
 id A2F173858407; Sat, 18 Dec 2021 02:06:47 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2F173858407
From: "(Cron Daemon)" <gdbadmin@sourceware.org>
To: gdbadmin@sourceware.org
Subject: Cron <gdbadmin@server2> sh
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
Precedence: bulk
X-Cron-Env: <XDG_SESSION_ID=376038>
X-Cron-Env: <XDG_RUNTIME_DIR=/run/user/2171>
X-Cron-Env: <DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/2171/bus>
X-Cron-Env: <LANG=en_US.UTF-8>
X-Cron-Env: <BINUTILS_BRANCH=binutils-2_37-branch>
X-Cron-Env: <GDB_BRANCH=gdb-11-branch>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/gdbadmin>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=gdbadmin>
X-Cron-Env: <USER=gdbadmin>
Message-Id: <20211218020647.A2F173858407@sourceware.org>
Date: Sat, 18 Dec 2021 01:47:01 +0000 (GMT)
X-BeenThere: gdbadmin@sourceware.org
X-Mailman-Version: 2.1.29
List-Id: Gdbadmin mailing list <gdbadmin.sourceware.org>
List-Unsubscribe: <https://sourceware.org/mailman/options/gdbadmin>,
 <mailto:gdbadmin-request@sourceware.org?subject=unsubscribe>
List-Archive: <https://sourceware.org/pipermail/gdbadmin/>
List-Help: <mailto:gdbadmin-request@sourceware.org?subject=help>
List-Subscribe: <https://sourceware.org/mailman/listinfo/gdbadmin>,
 <mailto:gdbadmin-request@sourceware.org?subject=subscribe>
X-List-Received-Date: Sat, 18 Dec 2021 02:06:47 -0000


Sat Dec 18 01:47:01 GMT 2021

+ sh /home/gdbadmin/ss/do-snapshot gdb current gdb/current 20211218
package=gdb
ftp=current
www=gdb/current
today=20211218
branch=

Sat Dec 18 01:47:01 GMT 2021

Starting make-snapshot
+ sh /home/gdbadmin/ss/make-snapshot /sourceware/snapshot-tmp/gdb/snapshot /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot gdb 12.0.50.20211218 clone --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb current done

Sat Dec 18 01:50:28 GMT 2021

Starting update-snapshot
+ sh /home/gdbadmin/ss/update-snapshot /sourceware/snapshot-tmp/gdb/snapshot /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-snapshot gdb 12.0.50.20211218 /sourceware/ftp/anonftp/pub/gdb/snapshots/current
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20211218.tar
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-9.0.50.20191211.tar
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-weekly-9.0.50.20191210.tar
tee: invalid option -- 's'
Try 'tee --help' for more information.

Sat Dec 18 01:53:18 GMT 2021

Starting update-web-ari
+ sh /home/gdbadmin/ss/update-web-ari /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20211218.tar /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari /www/sourceware/htdocs/gdb/current/ari/old gdb
update-web-ari gdb current done

Sat Dec 18 01:53:34 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20211218/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20211218/ /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari /www/sourceware/htdocs/gdb/current/ari gdb
update-web-ari from git sources gdb current done

Sat Dec 18 01:53:48 GMT 2021

Starting update-web-docs
+ sh /home/gdbadmin/ss/update-web-docs /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20211218.tar /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-docs /www/sourceware/htdocs/gdb/current/onlinedocs gdb
update-web-docs gdb current done

Sat Dec 18 01:57:14 GMT 2021


Sat Dec 18 01:57:14 GMT 2021

+ sh /home/gdbadmin/ss/do-snapshot gdb branch gdb 20211218 gdb-11-branch
package=gdb
ftp=branch
www=gdb
today=20211218
branch=gdb-11-branch

Sat Dec 18 01:57:14 GMT 2021

Starting make-snapshot
+ sh /home/gdbadmin/ss/make-snapshot /sourceware/snapshot-tmp/gdb/snapshot /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/make-snapshot gdb 11.1.90.20211218 clone --branch gdb-11-branch --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb branch done

Sat Dec 18 02:00:28 GMT 2021

Starting update-snapshot
+ sh /home/gdbadmin/ss/update-snapshot /sourceware/snapshot-tmp/gdb/snapshot /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-snapshot gdb 11.1.90.20211218 /sourceware/ftp/anonftp/pub/gdb/snapshots/branch
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20211218.tar
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-9.1.90.20200307.tar
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-weekly-9.1.90.20200303.tar
tee: invalid option -- 's'
Try 'tee --help' for more information.

Sat Dec 18 02:03:00 GMT 2021

Starting update-web-ari
+ sh /home/gdbadmin/ss/update-web-ari /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20211218.tar /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari /www/sourceware/htdocs/gdb/ari/old gdb
update-web-ari gdb branch done

Sat Dec 18 02:03:14 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20211218/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20211218/ /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari /www/sourceware/htdocs/gdb/ari gdb
update-web-ari from git sources gdb branch done

Sat Dec 18 02:03:28 GMT 2021

Starting update-web-docs
+ sh /home/gdbadmin/ss/update-web-docs /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20211218.tar /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-docs /www/sourceware/htdocs/gdb/onlinedocs gdb
update-web-docs gdb branch done

Sat Dec 18 02:06:47 GMT 2021


Sat Dec 18 02:06:47 GMT 2021



             reply	other threads:[~2021-12-17 10:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 10:25 ci_notify [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-20 14:10 ci_notify
2021-09-17 17:13 ci_notify

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2142620990.5379.1639736733811@jenkins.jenkins \
    --to=ci_notify@linaro.org \
    --cc=gcc-regression@gcc.gnu.org \
    --cc=gdbadmin@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).