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/description20
-rw-r--r--notify/jira/key1
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/jira/yaml28
-rw-r--r--notify/mail-body.txt66
-rw-r--r--notify/mail-subject.txt2
10 files changed, 104 insertions, 24 deletions
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 0000000..6a540fc
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[LLVM-1005]
+Failure
+Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 56c9d1f..224d20d 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,4 @@
[LLVM-647]
-Success
-Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/137/artifact/artifacts/notify/mail-body.txt/*view*/
+https://linaro.atlassian.net/browse/LLVM-1005
+Failure
+Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..9b07567
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+Linux
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..a8538be
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,20 @@
+commit v6.6-rc1-17-ge0750d947352
+Author: Kent Overstreet <kent.overstreet@gmail.com>
+Date: Thu Mar 16 22:18:50 2017 -0800
+
+ bcachefs: Initial commit
+
+ Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write
+ filesystem with every feature you could possibly want.
+
+ Website: https://bcachefs.org
+
+... 1 lines of the commit log omitted.
+
+* tcwg_kernel
+** llvm-master-arm-next-allmodconfig
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/tcwg_kernel/llvm-master-arm-next-allmodconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/
+
+Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/jira/yaml
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 0000000..ec63cbf
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+LLVM-1005
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..7d8ddf2
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-09-12
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..de8a883
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+v6.6-rc1-17-ge0750d947352: Failure
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 0000000..037808e
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,28 @@
+- Project: LLVM
+ IssueType: Sub-task
+ Key: LLVM-1005
+ Summary: |
+ v6.6-rc1-17-ge0750d947352: Failure
+ Components: Linux
+ Start date: 2023-09-12
+ Description: |
+ commit v6.6-rc1-17-ge0750d947352
+ Author: Kent Overstreet <kent.overstreet@gmail.com>
+ Date: Thu Mar 16 22:18:50 2017 -0800
+
+ bcachefs: Initial commit
+
+ Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write
+ filesystem with every feature you could possibly want.
+
+ Website: https://bcachefs.org
+
+ ... 1 lines of the commit log omitted.
+
+ * tcwg_kernel
+ ** llvm-master-arm-next-allmodconfig
+ *** Failure
+ *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/tcwg_kernel/llvm-master-arm-next-allmodconfig/details.txt
+ *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/
+
+ Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/jira/yaml
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index f667390..1c41f67 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,7 +2,18 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In CI config tcwg_kernel/llvm-master-arm-next-allmodconfig after:
- | 0 commits in linux
+ | commit v6.6-rc1-17-ge0750d947352
+ | Author: Kent Overstreet <kent.overstreet@gmail.com>
+ | Date: Thu Mar 16 22:18:50 2017 -0800
+ |
+ | bcachefs: Initial commit
+ |
+ | Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write
+ | filesystem with every feature you could possibly want.
+ |
+ | Website: https://bcachefs.org
+ |
+ | ... 1 lines of the commit log omitted.
Results changed to
# reset_artifacts:
@@ -14,11 +25,19 @@ Results changed to
# build_abe qemu:
-2
# linux_n_obj:
-32815
-# linux build successful:
-all
-# linux boot successful:
-boot
+23730
+# First few build errors in logs:
+
+# 01:05:32 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:33 fs/bcachefs/alloc.c:332:9: error: call to undeclared function 'COUNT_ARGS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+# 01:05:33 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/alloc.o] Error 1
+# 01:05:45 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:45 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/bset.o] Error 1
+# 01:05:49 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:49 fs/bcachefs/btree_cache.c:67:9: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:49 fs/bcachefs/btree_cache.c:120:2: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:49 fs/bcachefs/btree_cache.c:201:6: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 01:05:49 fs/bcachefs/btree_cache.c:607:3: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
From
# reset_artifacts:
@@ -30,19 +49,11 @@ From
# build_abe qemu:
-2
# linux_n_obj:
-23730
-# First few build errors in logs:
-
-# 00:20:55 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:20:56 fs/bcachefs/alloc.c:332:9: error: call to undeclared function 'COUNT_ARGS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-# 00:20:56 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/alloc.o] Error 1
-# 00:21:08 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:21:08 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:21:08 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/bset.o] Error 1
-# 00:21:09 fs/bcachefs/btree_cache.c:67:9: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:21:09 fs/bcachefs/btree_cache.c:120:2: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:21:09 fs/bcachefs/btree_cache.c:201:6: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
-# 00:21:09 fs/bcachefs/btree_cache.c:607:3: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
+32815
+# linux build successful:
+all
+# linux boot successful:
+boot
The configuration of this build is:
CI config tcwg_kernel/llvm-master-arm-next-allmodconfig
@@ -50,6 +61,19 @@ CI config tcwg_kernel/llvm-master-arm-next-allmodconfig
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/137/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/135/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/137/artifact/artifacts
+
+Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/tcwg_kernel/llvm-master-arm-next-allmodconfig/reproduction_instructions.txt
+
+Full commit : https://git.linaro.org/kernel-org/linux-next.git/commit/?id=e0750d9473522d076b33ee257a21e27a5dd75031
+
+Latest bug report status : https://linaro.atlassian.net/browse/LLVM-1005
+
+List of configurations that regressed due to this commit :
+* tcwg_kernel
+** llvm-master-arm-next-allmodconfig
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/e0750d9473522d076b33ee257a21e27a5dd75031/tcwg_kernel/llvm-master-arm-next-allmodconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index fb767cb..b256262 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 0 commits in linux: Success on arm
+[Linaro-TCWG-CI] v6.6-rc1-17-ge0750d947352: Failure on arm