summaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-26 03:07:44 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-26 03:07:44 +0000
commit6f4698bb1e6a95269f2a3846575679f1766edc1d (patch)
tree86741c34ec1ec46dddb96d590fce4f3304fd6660 /notify
parentfcd5b70d29a76e8b69102fbd017f51d38ecdb346 (diff)
force: #568: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/
Results : | # reset_artifacts: | -10 | # build_aosp_toolchain: | -3 | # build_shadow_llvm: | -2 | # build_aosp: | -1 | # shadow build has no errors | 0 | # shadow.size present | 1 | # 1,out/soong/.intermediates/system/libbase/libbase/android_arm64_armv8-2a_cortex-a55_shared_apex31/unstripped/libbase.so increased in size by 1% from 271303 to 272851 check_regression status : 1
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/description16
-rw-r--r--notify/jira/key1
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/jira/yaml24
-rw-r--r--notify/mail-body.txt33
-rw-r--r--notify/mail-subject.txt2
10 files changed, 75 insertions, 12 deletions
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 0000000..819e08f
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[LLVM-1026]
+Failure
+Details: https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index a39f571..dde97bb 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,4 @@
[LLVM-1014]
-Success
-Details: https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/567/artifact/artifacts/notify/mail-body.txt/*view*/
+https://linaro.atlassian.net/browse/LLVM-1026
+Failure
+Details: https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..8072713
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+LLVM
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..db323f4
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,16 @@
+commit llvmorg-18-init-12651-gafe8b93ffdfe
+Author: serge-sans-paille <sguelton@mozilla.com>
+Date: Thu Nov 23 05:38:14 2023 +0000
+
+ [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)
+
+ Recommit of 0d2860b795879f4dd152963b52f969b53b136899 with extra test
+ cases fixed.
+
+* tcwg_aosp-code_size-dex2oat
+** oriole-master
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/tcwg_aosp-code_size-dex2oat/oriole-master/details.txt
+*** https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/
+
+Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/jira/yaml
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 0000000..213f021
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+LLVM-1026
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..116e539
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-11-24
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..e5cce3c
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+llvmorg-18-init-12651-gafe8b93ffdfe: Failure
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 0000000..beb7196
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,24 @@
+- Project: LLVM
+ IssueType: Sub-task
+ Key: LLVM-1026
+ Summary: |
+ llvmorg-18-init-12651-gafe8b93ffdfe: Failure
+ Components: LLVM
+ Start date: 2023-11-24
+ Description: |
+ commit llvmorg-18-init-12651-gafe8b93ffdfe
+ Author: serge-sans-paille <sguelton@mozilla.com>
+ Date: Thu Nov 23 05:38:14 2023 +0000
+
+ [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)
+
+ Recommit of 0d2860b795879f4dd152963b52f969b53b136899 with extra test
+ cases fixed.
+
+ * tcwg_aosp-code_size-dex2oat
+ ** oriole-master
+ *** Failure
+ *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/tcwg_aosp-code_size-dex2oat/oriole-master/details.txt
+ *** https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/
+
+ Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/jira/yaml
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 77a4199..82e7cd6 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,13 +2,14 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In CI config tcwg_aosp-code_size-dex2oat/oriole-master after:
- | 34 commits in llvm
- | 12563ea6403f [libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined (#71002)
- | a3c0f705db03 [NFC] fix failed ompt tests on M1 device (#65696)
- | 85b2e9c02295 [Clang][OpenMP] Emit unsupported directive error (#70233)
- | b86420c614b5 [JITLink][AArch32] Add dynamic lookup for relocation fixup infos (#71649)
- | 95dcb8b49dd3 [llvm-jitlink] Support plain AArch32 stubs in jitlink-check's stub_addr() expressions (#73268)
- | ... and 29 more commits in llvm
+ | commit llvmorg-18-init-12651-gafe8b93ffdfe
+ | Author: serge-sans-paille <sguelton@mozilla.com>
+ | Date: Thu Nov 23 05:38:14 2023 +0000
+ |
+ | [clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)
+ |
+ | Recommit of 0d2860b795879f4dd152963b52f969b53b136899 with extra test
+ | cases fixed.
Results changed to
# reset_artifacts:
@@ -23,6 +24,7 @@ Results changed to
0
# shadow.size present
1
+# 1,out/soong/.intermediates/system/libbase/libbase/android_arm64_armv8-2a_cortex-a55_shared_apex31/unstripped/libbase.so increased in size by 1% from 271303 to 272851
From
# reset_artifacts:
@@ -44,6 +46,19 @@ CI config tcwg_aosp-code_size-dex2oat/oriole-master
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/567/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/565/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/567/artifact/artifacts
+
+Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/tcwg_aosp-code_size-dex2oat/oriole-master/reproduction_instructions.txt
+
+Full commit : https://github.com/llvm/llvm-project/commit/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d
+
+Latest bug report status : https://linaro.atlassian.net/browse/LLVM-1026
+
+List of configurations that regressed due to this commit :
+* tcwg_aosp-code_size-dex2oat
+** oriole-master
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d/tcwg_aosp-code_size-dex2oat/oriole-master/details.txt
+*** https://ci.linaro.org/job/tcwg_aosp-code_size-dex2oat--oriole-master-build/568/
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 46c1f64..34ac162 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 34 commits in llvm: Success on oriole-master
+[Linaro-TCWG-CI] llvmorg-18-init-12651-gafe8b93ffdfe: Failure on oriole-master