summaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-17 04:20:26 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-17 04:20:26 +0000
commit9d2f01cfb50dfa37260a46ecdbcfc59455b777d5 (patch)
tree1e244a9fedfc4b5960cf94e064b9c495bea520eb /notify
parentf24b301f66def4fdd596a3e22b80aa403810af3f (diff)
onsuccess: #710: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/
Results : | # reset_artifacts: | -10 | # init_abe_sysroot: | -3 | # build_abe glibc -- --disable install: | -2 | # build_abe dejagnu: | -1 | # build_abe check_glibc -- --disable install: | 0 check_regression status : 0
Diffstat (limited to 'notify')
-rw-r--r--notify/jira/comment-template.txt2
-rw-r--r--notify/jira/components1
-rw-r--r--notify/jira/description20
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/lnt_report.json12
-rw-r--r--notify/mail-body.txt38
-rw-r--r--notify/mail-recipients.txt2
-rw-r--r--notify/mail-subject.txt2
-rw-r--r--notify/results.compare37
10 files changed, 32 insertions, 84 deletions
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index a399627..d3f6319 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
[GNU-692]
PASS
-Details: https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts/notify/mail-body.txt/*view*/
+Details: https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
deleted file mode 100644
index 22870f9..0000000
--- a/notify/jira/components
+++ /dev/null
@@ -1 +0,0 @@
-Glibc
diff --git a/notify/jira/description b/notify/jira/description
deleted file mode 100644
index bc43f17..0000000
--- a/notify/jira/description
+++ /dev/null
@@ -1,20 +0,0 @@
-commit glibc-2.38.9000-262-g849274d48f
-Author: Florian Weimer <fweimer@redhat.com>
-Date: Thu Nov 16 19:55:35 2023 +0100
-
- elf: Fix force_first handling in dlclose (bug 30981)
-
- The force_first parameter was ineffective because the dlclose'd
- object was not necessarily the first in the maps array. Also
- enable force_first handling unconditionally, regardless of namespace.
- The initial object in a namespace should be destructed first, too.
-
-... 5 lines of the commit log omitted.
-
-* tcwg_glibc_check
-** master-arm
-*** PASS
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/849274d48fc59bfa6db3c713c8ced8026b20f3b7/tcwg_glibc_check/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/
-
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/849274d48fc59bfa6db3c713c8ced8026b20f3b7/jira/yaml
diff --git a/notify/jira/startdate b/notify/jira/startdate
deleted file mode 100644
index 413cc24..0000000
--- a/notify/jira/startdate
+++ /dev/null
@@ -1 +0,0 @@
-2023-11-16
diff --git a/notify/jira/summary b/notify/jira/summary
deleted file mode 100644
index c271c63..0000000
--- a/notify/jira/summary
+++ /dev/null
@@ -1 +0,0 @@
-glibc-2.38.9000-262-g849274d48f: PASS
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 2ce46f5..a327af0 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -6,15 +6,15 @@
"Run": {
"Info": {
"__report_version__": "1",
- "run_order": "709",
+ "run_order": "710",
"tag": "tcwg_gnu_check"
},
- "Start Time": "2023-11-16 22:19:57"
+ "Start Time": "2023-11-17 04:20:23"
},
"Tests": [
{
"Data": [
- 37
+ 34
],
"Info": {},
"Name": "tcwg_gnu_check.tests.FAIL.nb_FAIL"
@@ -38,7 +38,7 @@
,
{
"Data": [
- 4438
+ 4441
],
"Info": {},
"Name": "tcwg_gnu_check.tests.PASS.nb_PASS"
@@ -94,7 +94,7 @@
,
{
"Data": [
- 37
+ 34
],
"Info": {},
"Name": "tcwg_gnu_check.TOTAL.FAIL.nb_FAIL"
@@ -118,7 +118,7 @@
,
{
"Data": [
- 4438
+ 4441
],
"Info": {},
"Name": "tcwg_gnu_check.TOTAL.PASS.nb_PASS"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 762c97e..fd85b25 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,27 +2,18 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In glibc_check master-arm after:
- | commit glibc-2.38.9000-262-g849274d48f
- | Author: Florian Weimer <fweimer@redhat.com>
- | Date: Thu Nov 16 19:55:35 2023 +0100
- |
- | elf: Fix force_first handling in dlclose (bug 30981)
- |
- | The force_first parameter was ineffective because the dlclose'd
- | object was not necessarily the first in the maps array. Also
- | enable force_first handling unconditionally, regardless of namespace.
- | The initial object in a namespace should be destructed first, too.
- |
- | ... 5 lines of the commit log omitted.
+ | 2 commits in glibc
+ | dae3cf4134 localedata: Convert oc_FR locale to UTF-8
+ | 70246b8495 localedata: Add information for Occitan
PASS
You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts/00-sumfiles/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/artifact/artifacts/00-sumfiles/ .
The full lists of regressions and progressions are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts/notify/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/artifact/artifacts/notify/ .
The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts/sumfiles/xfails.xfail .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/artifact/artifacts/sumfiles/xfails.xfail .
The configuration of this build is:
CI config tcwg_glibc_check/master-arm
@@ -30,19 +21,6 @@ CI config tcwg_glibc_check/master-arm
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/708/artifact/artifacts
-
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/849274d48fc59bfa6db3c713c8ced8026b20f3b7/tcwg_glibc_check/master-arm/reproduction_instructions.txt
-
-Full commit : https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=849274d48fc59bfa6db3c713c8ced8026b20f3b7
-
-Latest bug report status : https://linaro.atlassian.net/browse/GNU-692
-
-List of configurations that regressed due to this commit :
-* tcwg_glibc_check
-** master-arm
-*** PASS
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/849274d48fc59bfa6db3c713c8ced8026b20f3b7/tcwg_glibc_check/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/
+Current build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/710/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/709/artifact/artifacts
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 42ac3ff..47351ea 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-cc:linaro-toolchain@lists.linaro.org,fweimer@redhat.com,bcc:tcwg-validation@linaro.org
+cc:linaro-toolchain@lists.linaro.org,bcc:tcwg-validation@linaro.org,mfabian@redhat.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 5531e87..8f249f3 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] glibc-2.38.9000-262-g849274d48f: PASS on arm
+[Linaro-TCWG-CI] 2 commits in glibc: PASS on arm
diff --git a/notify/results.compare b/notify/results.compare
index 5ed7076..3d60e2a 100644
--- a/notify/results.compare
+++ b/notify/results.compare
@@ -5,14 +5,14 @@
# Comparing 1 common sum files:
tests.sum
Comparing:
-REFERENCE:/tmp/gxx-sum1.1043726
-CURRENT: /tmp/gxx-sum2.1043726
+REFERENCE:/tmp/gxx-sum1.1178081
+CURRENT: /tmp/gxx-sum2.1178081
+---------+---------+
o RUN STATUS: | REF | RES |
+------------------------------------------+---------+---------+
- | Passes [PASS] | 4440 | 4438 |
- | Unexpected fails [FAIL] | 35 | 37 |
+ | Passes [PASS] | 4438 | 4441 |
+ | Unexpected fails [FAIL] | 37 | 34 |
| Errors [ERROR] | 0 | 0 |
| Unexpected passes [XPASS] | 2 | 2 |
| Expected fails [XFAIL] | 16 | 16 |
@@ -22,38 +22,31 @@ o RUN STATUS: | REF | RES |
| Untested [UNTESTED] | 0 | 0 |
+------------------------------------------+---------+---------+
- REF PASS ratio: 0.984751
- RES PASS ratio: 0.984309
+ REF PASS ratio: 0.984309
+ RES PASS ratio: 0.984972
o REGRESSIONS:
+------------------------------------------+---------+
- | PASS now FAIL [PASS => FAIL] | 3 |
+------------------------------------------+---------+
- | TOTAL_REGRESSIONS | 3 |
+ | TOTAL_REGRESSIONS | 0 |
+------------------------------------------+---------+
- - PASS now FAIL [PASS => FAIL]:
-
- Executed from: glibc:malloc
- glibc:malloc=malloc/tst-malloc-tcache-leak
- glibc:malloc=malloc/tst-mallocfork2
- glibc:malloc=malloc/tst-mallocfork3
-
-
o IMPROVEMENTS TO BE CHECKED:
+------------------------------------------+---------+
- | FAIL now PASS [FAIL => PASS] | 1 |
+ | FAIL now PASS [FAIL => PASS] | 3 |
+------------------------------------------+---------+
- | TOTAL_IMPROVEMENTS_TO_BE_CHECKED | 1 |
+ | TOTAL_IMPROVEMENTS_TO_BE_CHECKED | 3 |
+------------------------------------------+---------+
- FAIL now PASS [FAIL => PASS]:
- Executed from: glibc:nptl
- glibc:nptl=nptl/tst-mutexpi12
+ Executed from: glibc:malloc
+ glibc:malloc=malloc/tst-malloc-tcache-leak
+ glibc:malloc=malloc/tst-mallocfork2
+ glibc:malloc=malloc/tst-mallocfork3
-# Regressions found
-# Regressions in 1 common sum files found
+# Improvements found
+# No regression found in 1 common sum files