summaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-28 16:33:46 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-28 16:33:46 +0000
commit7b0e4adfbe6596534c449832608a3d678a7a0923 (patch)
tree95c4b1c7ff3d7c3088fe70282040cb98badfb9f6 /notify
parentf8ca415fb29224a8f6d1bd28e53e36c9815751dc (diff)
onsuccess: #729: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/
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/description19
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/lnt_report.json8
-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.compare19
10 files changed, 63 insertions, 30 deletions
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 70e6826..fbf59cf 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/728/artifact/artifacts/notify/mail-body.txt/*view*/
+Details: https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..22870f9
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+Glibc
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..48cfbba
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,19 @@
+commit glibc-2.38.9000-302-g06bbe63e36
+Author: Tobias Klauser <tklauser@distanz.ch>
+Date: Tue Nov 28 12:06:43 2023 +0100
+
+ Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.
+
+ This patch adds the TCP_MD5SIG_FLAG_IFINDEX constant from Linux 5.6 to
+ sysdeps/gnu/netinet/tcp.h and updates struct tcp_md5sig accordingly to
+ contain the device index.
+
+ Reviewed-by: Florian Weimer <fweimer@redhat.com>
+
+* tcwg_glibc_check
+** master-arm
+*** PASS
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/06bbe63e367abd5f7b225cbae30d1e487f237c85/tcwg_glibc_check/master-arm/details.txt
+*** https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/
+
+Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/06bbe63e367abd5f7b225cbae30d1e487f237c85/jira/yaml
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..d1bf198
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-11-28
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..5689ada
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+glibc-2.38.9000-302-g06bbe63e36: PASS
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index df42e8b..2f488b7 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -6,12 +6,12 @@
"Run": {
"Info": {
"tag": "tcwg_glibc_check",
- "run_order": "728",
- "test_url": "https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/",
- "git_glibc": "https://sourceware.org/git/?p=glibc.git;a=commit;h=78ca44da0160a0b442f0ca1f253e3360f044b2ec",
+ "run_order": "729",
+ "test_url": "https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/",
+ "git_glibc": "https://sourceware.org/git/?p=glibc.git;a=commit;h=06bbe63e367abd5f7b225cbae30d1e487f237c85",
"__report_version__": "1"
},
- "Start Time": "2023-11-25 10:57:07"
+ "Start Time": "2023-11-26 23:50:57"
},
"Tests": [
{
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 347a235..d84ea70 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,19 +2,26 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In glibc_check master-arm after:
- | 3 commits in glibc
- | 78ca44da01 elf: Relocate libc.so early during startup and dlmopen (bug 31083)
- | a74c2e1cbc elf: Introduce the _dl_open_relocate_one_object function
- | b893410be3 elf: In _dl_relocate_object, skip processing if object is relocated
+ | commit glibc-2.38.9000-302-g06bbe63e36
+ | Author: Tobias Klauser <tklauser@distanz.ch>
+ | Date: Tue Nov 28 12:06:43 2023 +0100
+ |
+ | Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.
+ |
+ | This patch adds the TCP_MD5SIG_FLAG_IFINDEX constant from Linux 5.6 to
+ | sysdeps/gnu/netinet/tcp.h and updates struct tcp_md5sig accordingly to
+ | contain the device index.
+ |
+ | Reviewed-by: Florian Weimer <fweimer@redhat.com>
PASS
You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/artifact/artifacts/00-sumfiles/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/artifact/artifacts/00-sumfiles/ .
The full lists of regressions and progressions are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/artifact/artifacts/notify/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/artifact/artifacts/notify/ .
The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/artifact/artifacts/sumfiles/xfails.xfail .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/artifact/artifacts/sumfiles/xfails.xfail .
The configuration of this build is:
CI config tcwg_glibc_check master-arm
@@ -22,6 +29,19 @@ 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/728/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/727/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/artifact/artifacts
+
+Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/06bbe63e367abd5f7b225cbae30d1e487f237c85/tcwg_glibc_check/master-arm/reproduction_instructions.txt
+
+Full commit : https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=06bbe63e367abd5f7b225cbae30d1e487f237c85
+
+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/06bbe63e367abd5f7b225cbae30d1e487f237c85/tcwg_glibc_check/master-arm/details.txt
+*** https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/729/
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 42ac3ff..c57ece1 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,fweimer@redhat.com,bcc:tcwg-validation@linaro.org,cc:tklauser@distanz.ch
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 3547f93..7c6638d 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 3 commits in glibc: PASS on arm
+[Linaro-TCWG-CI] glibc-2.38.9000-302-g06bbe63e36: PASS on arm
diff --git a/notify/results.compare b/notify/results.compare
index e64d8fd..7e72a29 100644
--- a/notify/results.compare
+++ b/notify/results.compare
@@ -5,13 +5,13 @@
# Comparing 1 common sum files:
tests.sum
Comparing:
-REFERENCE:/tmp/gxx-sum1.1191507
-CURRENT: /tmp/gxx-sum2.1191507
+REFERENCE:/tmp/gxx-sum1.1221700
+CURRENT: /tmp/gxx-sum2.1221700
+---------+---------+
o RUN STATUS: | REF | RES |
+------------------------------------------+---------+---------+
- | Passes [PASS] | 4443 | 4445 |
+ | Passes [PASS] | 4445 | 4445 |
| Unexpected fails [FAIL] | 36 | 36 |
| Errors [ERROR] | 0 | 0 |
| Unexpected passes [XPASS] | 2 | 2 |
@@ -22,7 +22,7 @@ o RUN STATUS: | REF | RES |
| Untested [UNTESTED] | 0 | 0 |
+------------------------------------------+---------+---------+
- REF PASS ratio: 0.984327
+ REF PASS ratio: 0.984334
RES PASS ratio: 0.984334
o REGRESSIONS:
@@ -34,18 +34,9 @@ o REGRESSIONS:
o IMPROVEMENTS TO BE CHECKED:
+------------------------------------------+---------+
- | New PASS [ => PASS] | 2 |
+------------------------------------------+---------+
- | TOTAL_IMPROVEMENTS_TO_BE_CHECKED | 2 |
+ | TOTAL_IMPROVEMENTS_TO_BE_CHECKED | 0 |
+------------------------------------------+---------+
- - New PASS [ => PASS]:
- Executed from: glibc:elf
- glibc:elf=elf/tst-nodeps1
- glibc:elf=elf/tst-nodeps2
-
-
-
-# Improvements found
# No regression found in 1 common sum files