public inbox for gdbadmin@sourceware.org
help / color / mirror / Atom feed
* [TCWG CI] Regression caused by binutils: Automatic date update in version.in
@ 2021-12-20 14:10 ci_notify
  0 siblings, 0 replies; 3+ messages in thread
From: ci_notify @ 2021-12-20 14:10 UTC (permalink / raw)
  To: GDB Administrator; +Cc: gcc-regression

[TCWG CI] Regression caused by binutils: Automatic date update in version.in:
commit 172e0da3ef21df39617a13d33db131c2c556b107
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_mthumb artifacts/build-172e0da3ef21df39617a13d33db131c2c556b107/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_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-release-arm_eabi-coremark-O3

First_bad build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-release-arm_eabi-coremark-O3/2/artifact/artifacts/build-172e0da3ef21df39617a13d33db131c2c556b107/
Last_good build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-release-arm_eabi-coremark-O3/2/artifact/artifacts/build-d012e2bb911edc98d4038ea1e630d92ed869844f/
Baseline build: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-release-arm_eabi-coremark-O3/2/artifact/artifacts/build-baseline/
Even more details: https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-bisect-tcwg_bmk_stm32-gnu_eabi-release-arm_eabi-coremark-O3/2/artifact/artifacts/

Reproduce builds:
<cut>
mkdir investigate-binutils-172e0da3ef21df39617a13d33db131c2c556b107
cd investigate-binutils-172e0da3ef21df39617a13d33db131c2c556b107

# 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-release-arm_eabi-coremark-O3/2/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-release-arm_eabi-coremark-O3/2/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-release-arm_eabi-coremark-O3/2/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 172e0da3ef21df39617a13d33db131c2c556b107
../artifacts/test.sh

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

cd ..
</cut>

Full commit (up to 1000 lines):
<cut>
commit 172e0da3ef21df39617a13d33db131c2c556b107
Author: GDB Administrator <gdbadmin@sourceware.org>
Date:   Mon Dec 13 00:00:33 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 058c12ce07b..284876afcfb 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 20211212
+#define BFD_VERSION_DATE 20211213
 #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  Tue Dec 21 02:06:39 2021
Return-Path: <gdbadmin@sourceware.org>
X-Original-To: gdbadmin
Delivered-To: gdbadmin@sourceware.org
Received: by sourceware.org (Postfix, from userid 2171)
 id 2128E3858C60; Tue, 21 Dec 2021 02:06:39 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2128E3858C60
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=386240>
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: <20211221020639.2128E3858C60@sourceware.org>
Date: Tue, 21 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: Tue, 21 Dec 2021 02:06:39 -0000


Tue Dec 21 01:47:01 GMT 2021

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

Tue Dec 21 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.20211221 clone --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb current done

Tue Dec 21 01:50:29 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.20211221 /sourceware/ftp/anonftp/pub/gdb/snapshots/current
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20211221.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.

Tue Dec 21 01:53:11 GMT 2021

Starting update-web-ari
+ sh /home/gdbadmin/ss/update-web-ari /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20211221.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

Tue Dec 21 01:53:25 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20211221/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20211221/ /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

Tue Dec 21 01:53:39 GMT 2021

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

Tue Dec 21 01:57:03 GMT 2021


Tue Dec 21 01:57:03 GMT 2021

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

Tue Dec 21 01:57:03 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.20211221 clone --branch gdb-11-branch --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb branch done

Tue Dec 21 02:00:15 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.20211221 /sourceware/ftp/anonftp/pub/gdb/snapshots/branch
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20211221.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.

Tue Dec 21 02:02:53 GMT 2021

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

Tue Dec 21 02:03:07 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20211221/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20211221/ /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

Tue Dec 21 02:03:21 GMT 2021

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

Tue Dec 21 02:06:39 GMT 2021


Tue Dec 21 02:06:39 GMT 2021



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TCWG CI] Regression caused by binutils: Automatic date update in version.in
@ 2021-12-17 10:25 ci_notify
  0 siblings, 0 replies; 3+ messages in thread
From: ci_notify @ 2021-12-17 10:25 UTC (permalink / raw)
  To: GDB Administrator; +Cc: gcc-regression

[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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TCWG CI] Regression caused by binutils: Automatic date update in version.in
@ 2021-09-17 17:13 ci_notify
  0 siblings, 0 replies; 3+ messages in thread
From: ci_notify @ 2021-09-17 17:13 UTC (permalink / raw)
  To: GDB Administrator; +Cc: linaro-toolchain

[TCWG CI] Regression caused by binutils: Automatic date update in version.in:
commit dc746ef741993a7aed1f7fc0083cd7a9636481a3
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:
-5
# build_abe qemu:
-2
# linux_n_obj:
28705
# linux build successful:
all
# First few build errors in logs:

from
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1:
-5
# build_abe qemu:
-2
# linux_n_obj:
28705
# linux build successful:
all
# linux boot successful:
boot

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_kernel/gnu-master-aarch64-lts-allmodconfig

First_bad build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/build-dc746ef741993a7aed1f7fc0083cd7a9636481a3/
Last_good build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/build-f677852bbdaeac38c7d8ef859905879a21d5bb71/
Baseline build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/build-baseline/
Even more details: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/

Reproduce builds:
<cut>
mkdir investigate-binutils-dc746ef741993a7aed1f7fc0083cd7a9636481a3
cd investigate-binutils-dc746ef741993a7aed1f7fc0083cd7a9636481a3

# 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_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/manifests/build-baseline.sh --fail
curl -o artifacts/manifests/build-parameters.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/manifests/build-parameters.sh --fail
curl -o artifacts/test.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-master-aarch64-lts-allmodconfig/16/artifact/artifacts/test.sh --fail
chmod +x artifacts/test.sh

# Reproduce the baseline build (build all pre-requisites)
./jenkins-scripts/tcwg_kernel-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 dc746ef741993a7aed1f7fc0083cd7a9636481a3
../artifacts/test.sh

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

cd ..
</cut>

Full commit (up to 1000 lines):
<cut>
commit dc746ef741993a7aed1f7fc0083cd7a9636481a3
Author: GDB Administrator <gdbadmin@sourceware.org>
Date:   Thu Sep 16 00:00:07 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 3fc5b8197cf..f7ae1790855 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 20210915
+#define BFD_VERSION_DATE 20210916
 #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 Sep 18 02:06:20 2021
Return-Path: <gdbadmin@sourceware.org>
X-Original-To: gdbadmin
Delivered-To: gdbadmin@sourceware.org
Received: by sourceware.org (Postfix, from userid 2171)
 id C47913858D34; Sat, 18 Sep 2021 02:06:20 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C47913858D34
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=54057>
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: <20210918020620.C47913858D34@sourceware.org>
Date: Sat, 18 Sep 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 Sep 2021 02:06:20 -0000


Sat Sep 18 01:47:01 GMT 2021

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

Sat Sep 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.20210918 clone --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb current done

Sat Sep 18 01:50:22 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.20210918 /sourceware/ftp/anonftp/pub/gdb/snapshots/current
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20210918.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 Sep 18 01:52:59 GMT 2021

Starting update-web-ari
+ sh /home/gdbadmin/ss/update-web-ari /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20210918.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 Sep 18 01:53:14 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20210918/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/current-gdb/update-web-ari/gdb-12.0.50.20210918/ /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 Sep 18 01:53:28 GMT 2021

Starting update-web-docs
+ sh /home/gdbadmin/ss/update-web-docs /sourceware/snapshot-tmp/gdb/snapshot/gdb-12.0.50.20210918.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 Sep 18 01:56:50 GMT 2021


Sat Sep 18 01:56:50 GMT 2021

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

Sat Sep 18 01:56:50 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.20210918 clone --branch gdb-11-branch --depth 1 file:///git/binutils-gdb.git src
make-snapshot gdb branch done

Sat Sep 18 01:59:56 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.20210918 /sourceware/ftp/anonftp/pub/gdb/snapshots/branch
Unpacking /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20210918.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 Sep 18 02:02:31 GMT 2021

Starting update-web-ari
+ sh /home/gdbadmin/ss/update-web-ari /sourceware/snapshot-tmp/gdb/snapshot/gdb-11.1.90.20210918.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 Sep 18 02:02:45 GMT 2021

Starting update-web-ari.sh
+ sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20210918/gdb/contrib/ari/update-web-ari.sh /sourceware/snapshot-tmp/gdb/snapshot/branch-gdb/update-web-ari/gdb-11.1.90.20210918/ /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 Sep 18 02:02:58 GMT 2021

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

Sat Sep 18 02:06:20 GMT 2021


Sat Sep 18 02:06:20 GMT 2021



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-20 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 14:10 [TCWG CI] Regression caused by binutils: Automatic date update in version.in ci_notify
  -- strict thread matches above, loose matches on Subject: below --
2021-12-17 10:25 ci_notify
2021-09-17 17:13 ci_notify

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).