summaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
Diffstat (limited to 'notify')
-rw-r--r--notify/jira/comment-card.txt3
-rw-r--r--notify/jira/comment-template.txt5
-rw-r--r--notify/jira/components1
-rw-r--r--notify/jira/description33
-rw-r--r--notify/jira/key1
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/jira/yaml41
-rw-r--r--notify/mail-body.txt65
-rw-r--r--notify/mail-subject.txt2
10 files changed, 138 insertions, 15 deletions
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 0000000..7d951ba
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[GNU-942]
+Failure
+Details: https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 6e9f2aa..d96dad7 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,4 @@
[GNU-680]
-Success
-Details: https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/69/artifact/artifacts/notify/mail-body.txt/*view*/
+https://linaro.atlassian.net/browse/GNU-942
+Failure
+Details: https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..db93371
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+GCC
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..85e1593
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,33 @@
+commit basepoints/gcc-14-4038-gb975c0dc3be
+Author: Andrew Pinski <apinski@marvell.com>
+Date: Thu Sep 14 14:47:04 2023 -0700
+
+ MATCH: Improve zero_one_valued_p for cases without range information
+
+ I noticed we sometimes lose range information in forwprop due to a few
+ match and simplify patterns optimizing away casts. So the easier way
+ to these cases is to add a match for zero_one_valued_p wich mathes
+ a cast from another zero_one_valued_p.
+ This also adds the case of `x & zero_one_valued_p` as being zero_one_valued_p
+... 13 lines of the commit log omitted.
+
+* tcwg_bootstrap_build
+** master-arm-bootstrap_O3
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_bootstrap_build/master-arm-bootstrap_O3/details.txt
+*** https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O3-build/211/
+* tcwg_kernel
+** gnu-master-aarch64-lts-defconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-lts-defconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-defconfig-build/60/
+** gnu-master-aarch64-mainline-allmodconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-allmodconfig-build/72/
+** gnu-master-aarch64-next-allyesconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-next-allyesconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/
+
+Latest data: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/jira/yaml
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 0000000..3889a91
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+GNU-942
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..4ef0b1a
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-09-15
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..6a12b47
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+basepoints/gcc-14-4038-gb975c0dc3be: Failure
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 0000000..c05c343
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,41 @@
+- Project: GNU
+ IssueType: Sub-task
+ Key: GNU-942
+ Summary: |
+ basepoints/gcc-14-4038-gb975c0dc3be: Failure
+ Components: GCC
+ Start date: 2023-09-15
+ Description: |
+ commit basepoints/gcc-14-4038-gb975c0dc3be
+ Author: Andrew Pinski <apinski@marvell.com>
+ Date: Thu Sep 14 14:47:04 2023 -0700
+
+ MATCH: Improve zero_one_valued_p for cases without range information
+
+ I noticed we sometimes lose range information in forwprop due to a few
+ match and simplify patterns optimizing away casts. So the easier way
+ to these cases is to add a match for zero_one_valued_p wich mathes
+ a cast from another zero_one_valued_p.
+ This also adds the case of `x & zero_one_valued_p` as being zero_one_valued_p
+ ... 13 lines of the commit log omitted.
+
+ * tcwg_bootstrap_build
+ ** master-arm-bootstrap_O3
+ *** Failure
+ *** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_bootstrap_build/master-arm-bootstrap_O3/details.txt
+ *** https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O3-build/211/
+ * tcwg_kernel
+ ** gnu-master-aarch64-lts-defconfig
+ *** Failure
+ *** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-lts-defconfig/details.txt
+ *** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-defconfig-build/60/
+ ** gnu-master-aarch64-mainline-allmodconfig
+ *** Failure
+ *** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig/details.txt
+ *** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-allmodconfig-build/72/
+ ** gnu-master-aarch64-next-allyesconfig
+ *** Failure
+ *** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-next-allyesconfig/details.txt
+ *** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/
+
+ Latest data: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/jira/yaml
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index c763ebc..cd60406 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,13 +2,18 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In CI config tcwg_kernel/gnu-master-aarch64-next-allyesconfig after:
- | 112 commits in gcc
- | ba4c1f2bfc9 MATCH: Fix `(1 >> X) != 0` pattern for vector types
- | 76a2d567842 Always do PHI analysis and before loop analysis.
- | c43bd879b46 Fix indentation.
- | 4aca1cfd623 Fix PR111407--SSA corruption due to widening_mul opt on conflict across an abnormal edge
- | 540a1d936d8 ada: Fix minor glitch in finish_record_type
- | ... and 107 more commits in gcc
+ | commit basepoints/gcc-14-4038-gb975c0dc3be
+ | Author: Andrew Pinski <apinski@marvell.com>
+ | Date: Thu Sep 14 14:47:04 2023 -0700
+ |
+ | MATCH: Improve zero_one_valued_p for cases without range information
+ |
+ | I noticed we sometimes lose range information in forwprop due to a few
+ | match and simplify patterns optimizing away casts. So the easier way
+ | to these cases is to add a match for zero_one_valued_p wich mathes
+ | a cast from another zero_one_valued_p.
+ | This also adds the case of `x & zero_one_valued_p` as being zero_one_valued_p
+ | ... 13 lines of the commit log omitted.
Results changed to
# reset_artifacts:
@@ -20,9 +25,19 @@ Results changed to
# build_abe qemu:
-2
# linux_n_obj:
-22683
-# linux build successful:
-all
+22605
+# First few build errors in logs:
+
+# 00:02:38 aarch64-linux-gnu-gcc: internal compiler error: Segmentation fault signal terminated program cc1
+# 00:02:38 make[6]: *** [scripts/Makefile.build:243: drivers/bus/mhi/ep/main.o] Error 4
+# 00:02:46 make[5]: *** [scripts/Makefile.build:480: drivers/bus/mhi/ep] Error 2
+# 00:02:46 make[4]: *** [scripts/Makefile.build:480: drivers/bus/mhi] Error 2
+# 00:03:38 make[3]: *** [scripts/Makefile.build:480: drivers/bus] Error 2
+# 00:49:30 aarch64-linux-gnu-gcc: internal compiler error: Segmentation fault signal terminated program cc1
+# 00:49:30 make[7]: *** [scripts/Makefile.build:243: drivers/net/ethernet/intel/ice/ice_flex_pipe.o] Error 4
+# 00:51:41 make[6]: *** [scripts/Makefile.build:480: drivers/net/ethernet/intel/ice] Error 2
+# 00:51:41 make[5]: *** [scripts/Makefile.build:480: drivers/net/ethernet/intel] Error 2
+# 01:02:13 make[4]: *** [scripts/Makefile.build:480: drivers/net/ethernet] Error 2
From
# reset_artifacts:
@@ -43,6 +58,32 @@ all
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/69/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/67/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/69/artifact/artifacts
+
+Reproduce last good and first bad builds: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-next-allyesconfig/reproduction_instructions.txt
+
+Full commit : https://github.com/gcc-mirror/gcc/commit/b975c0dc3be285655800180260c985bc97886f2e
+
+Latest bug report status : https://linaro.atlassian.net/browse/GNU-942
+
+List of configurations that regressed due to this commit :
+* tcwg_bootstrap_build
+** master-arm-bootstrap_O3
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_bootstrap_build/master-arm-bootstrap_O3/details.txt
+*** https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O3-build/211/
+* tcwg_kernel
+** gnu-master-aarch64-lts-defconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-lts-defconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-defconfig-build/60/
+** gnu-master-aarch64-mainline-allmodconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-allmodconfig-build/72/
+** gnu-master-aarch64-next-allyesconfig
+*** Failure
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/tcwg_kernel/gnu-master-aarch64-next-allyesconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/70/
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index d980f1e..3f534b0 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 112 commits in gcc: Success
+[Linaro-TCWG-CI] basepoints/gcc-14-4038-gb975c0dc3be: Failure