summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-04-14 15:23:59 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-04-14 15:23:59 +0000
commit907bb804a3bca70396fff9a5107db59d4a0944d1 (patch)
tree4ce0a95be74dea70b1a22e60cffc5611b8d71e4d
parent6db8214d09ef4033c4e8f06b549b6b8fdb313eb7 (diff)
59: onsuccess: #12: 33: [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/12/
Results : | -10 | # build_abe binutils: | -9 | # build_abe stage1: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 33 check_regression status : 0
-rw-r--r--01-reset_artifacts/console.log.xzbin2000 -> 2040 bytes
-rw-r--r--02-prepare_abe/console.log.xzbin2516 -> 2564 bytes
-rw-r--r--03-build_abe-binutils/console.log.xzbin27400 -> 27520 bytes
-rw-r--r--04-build_abe-stage1/console.log.xzbin71392 -> 72220 bytes
-rw-r--r--05-build_abe-qemu/console.log.xzbin30876 -> 29804 bytes
-rw-r--r--06-build_linux/console.log.xzbin4672 -> 4680 bytes
-rw-r--r--08-check_regression/console.log.xzbin4120 -> 608 bytes
-rw-r--r--09-update_baseline/console.log9
-rwxr-xr-xdashboard/dashboard-generate.sh17
-rwxr-xr-xdashboard/dashboard-push.sh7
-rw-r--r--dashboard/squad-vs-first/results-functional.json1
-rw-r--r--git/binutils_rev2
-rw-r--r--git/gcc_rev2
-rw-r--r--git/qemu_rev2
-rwxr-xr-xjenkins/dashboard-push.sh7
-rwxr-xr-xjenkins/notify.sh3
-rw-r--r--mail/changes-list-long.txt24
-rw-r--r--mail/changes-list-short.txt1
-rw-r--r--mail/check-regression-status.txt1
-rw-r--r--mail/last_good.sh30
-rw-r--r--mail/short-diag.txt1
-rw-r--r--manifest.sh28
22 files changed, 30 insertions, 105 deletions
diff --git a/01-reset_artifacts/console.log.xz b/01-reset_artifacts/console.log.xz
index 6f88c1d..cb72355 100644
--- a/01-reset_artifacts/console.log.xz
+++ b/01-reset_artifacts/console.log.xz
Binary files differ
diff --git a/02-prepare_abe/console.log.xz b/02-prepare_abe/console.log.xz
index 760eb1e..7023aa3 100644
--- a/02-prepare_abe/console.log.xz
+++ b/02-prepare_abe/console.log.xz
Binary files differ
diff --git a/03-build_abe-binutils/console.log.xz b/03-build_abe-binutils/console.log.xz
index 2d84862..ddd9f6b 100644
--- a/03-build_abe-binutils/console.log.xz
+++ b/03-build_abe-binutils/console.log.xz
Binary files differ
diff --git a/04-build_abe-stage1/console.log.xz b/04-build_abe-stage1/console.log.xz
index b6235ca..9c5729f 100644
--- a/04-build_abe-stage1/console.log.xz
+++ b/04-build_abe-stage1/console.log.xz
Binary files differ
diff --git a/05-build_abe-qemu/console.log.xz b/05-build_abe-qemu/console.log.xz
index 5af2d97..cb0fb97 100644
--- a/05-build_abe-qemu/console.log.xz
+++ b/05-build_abe-qemu/console.log.xz
Binary files differ
diff --git a/06-build_linux/console.log.xz b/06-build_linux/console.log.xz
index 9057750..62378ad 100644
--- a/06-build_linux/console.log.xz
+++ b/06-build_linux/console.log.xz
Binary files differ
diff --git a/08-check_regression/console.log.xz b/08-check_regression/console.log.xz
index 00d76ec..83b13ca 100644
--- a/08-check_regression/console.log.xz
+++ b/08-check_regression/console.log.xz
Binary files differ
diff --git a/09-update_baseline/console.log b/09-update_baseline/console.log
index e69de29..8ea5a90 100644
--- a/09-update_baseline/console.log
+++ b/09-update_baseline/console.log
@@ -0,0 +1,9 @@
+00:00:00 ++ update_baseline
+00:00:00 ++ set -euf -o pipefail
+00:00:00 ++ '[' xonsuccess = xignore ']'
+00:00:00 ++ local old_commit
+00:00:00 +++ git -C base-artifacts rev-parse --verify HEAD~100
+00:00:00 +++ true
+00:00:00 ++ old_commit=
+00:00:00 ++ '[' x '!=' x ']'
+00:00:00 ++ rsync -aI --del --exclude /.git artifacts/ base-artifacts/
diff --git a/dashboard/dashboard-generate.sh b/dashboard/dashboard-generate.sh
deleted file mode 100755
index a7c0510..0000000
--- a/dashboard/dashboard-generate.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-top_artifacts=$(dirname $0)/..
-jenkins_scripts=jenkins-scripts
-
-if [ ! -d $jenkins_scripts ]; then
- git clone https://git.linaro.org/toolchain/jenkins-scripts
-fi
-
-"$jenkins_scripts/dashboard-generate-squad.sh" \
- --top_artifacts "$top_artifacts" \
- --baseline_branch "linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig" \
- --components "binutils gcc linux qemu" \
- --run_date "2023-04-06T04:23:24+00:00" \
- --relative_results true \
- --squad_mode "vs-first"
-
diff --git a/dashboard/dashboard-push.sh b/dashboard/dashboard-push.sh
deleted file mode 100755
index 75c0caa..0000000
--- a/dashboard/dashboard-push.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -e $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh ]; then
- $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh &
- wait $! || true
-fi
-
diff --git a/dashboard/squad-vs-first/results-functional.json b/dashboard/squad-vs-first/results-functional.json
deleted file mode 100644
index 98232c6..0000000
--- a/dashboard/squad-vs-first/results-functional.json
+++ /dev/null
@@ -1 +0,0 @@
-{
diff --git a/git/binutils_rev b/git/binutils_rev
index 43ef7c6..33fa9d4 100644
--- a/git/binutils_rev
+++ b/git/binutils_rev
@@ -1 +1 @@
-a0f6c61c9ab998cd77b0899a4bdea9576d6d775f
+acdf60711d44d20608873bec0376688c9a80e281
diff --git a/git/gcc_rev b/git/gcc_rev
index 55fb48e..176c871 100644
--- a/git/gcc_rev
+++ b/git/gcc_rev
@@ -1 +1 @@
-725bcdeec60771cb9ee387978716028b64ea1b7f
+0d94c6df183375caaa7f672e288a2094ca813749
diff --git a/git/qemu_rev b/git/qemu_rev
index 3b76dd1..64086f2 100644
--- a/git/qemu_rev
+++ b/git/qemu_rev
@@ -1 +1 @@
-08dede07030973c1053868bc64de7e10bfa02ad6
+7dbd6f8a27e30fe14adb3d5869097cddf24038d6
diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh
deleted file mode 100755
index 75c0caa..0000000
--- a/jenkins/dashboard-push.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -e $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh ]; then
- $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh &
- wait $! || true
-fi
-
diff --git a/jenkins/notify.sh b/jenkins/notify.sh
new file mode 100755
index 0000000..716ced5
--- /dev/null
+++ b/jenkins/notify.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+/home/tcwg-buildslave/workspace/tcwg_kernel_1/jenkins-scripts/round-robin-notify.sh --top_artifacts "artifacts" --baseline_dir "base-artifacts" --baseline_rev "5a47de5db2ffebb007111c8ae8b77bf9998e33f1" --verbose true
diff --git a/mail/changes-list-long.txt b/mail/changes-list-long.txt
deleted file mode 100644
index a18078b..0000000
--- a/mail/changes-list-long.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-binutils/gcc/linux/qemu
-
-a0f6c61c9ab998cd77b0899a4bdea9576d6d775f Handle unwinding from SEGV on Windows
-5f777caeebfd789f3b4f5ed13e9c3f49e9db0923 x86: Add inval tests for AMX instructions
-35aa3404bf77b171a1058724354f1bc65aae0620 Automatic date update in version.in
-c54ccfbbfe2ae1548634d7ce9cbd9625ef5c84b2 Automatic date update in version.in
-61a8ffdc04cf35faf2f728900e1c6bb107c18827 Fix typos in previous commit of gdb.texinfo.
-... and 15 more binutils commits
-725bcdeec60771cb9ee387978716028b64ea1b7f Do not generate vmaddfp and vnmsubfp
-afa87bd5f7b126e20268aa959441cde2e02bba0e i386: Add AMX-COMPLEX to Granite Rapids
-efa6a82b978fd6aecd3b8184a0f0d0e5fba816f7 Support Intel AMX-COMPLEX
-14a864ae5d9e06236489a5629f4f76008630a9e6 Daily bump.
-a8d7631d333c22e38a067d32d11fd2b60cf1d960 c++, coroutines: Fix block nests when the function has no top-level bind.
-... and 14 more gcc commits
-2bb4b5bb50d505ef018a6af8882828ff647f6db3 Merge v6.1.23
-543aff194ab6286af7791c5a138978ee7da4c93f Linux 6.1.23
-9c5aa3c8619fe9c1668bcb8eccc63ff9302666e4 Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*"
-cafb47f5f59bf372f93ebfaab129a0e712137345 x86/PVH: avoid 32-bit build warning when obtaining VGA console info
-9f291f2348ed65eef879da461acc732e505b389f hsr: ratelimit only when errors are printed
-... and 175 more linux commits
-08dede07030973c1053868bc64de7e10bfa02ad6 Merge tag 'pull-ppc-20230409' of https://github.com/legoater/qemu into staging
-64f1c63d87208e28e8e38c4ab514ada1728960ef Merge tag 'pull_error_handle_fix_use_after_free.v1' of https://github.com/stefanberger/qemu-tpm into staging
-a253231fbede6e69bf287afd90f67347a7383aab target/ppc: Fix temp usage in gen_op_arith_modw
-cc40b8b8448de351f0d15412f20d428712b2e207 util/error: Fix use-after-free errors reported by Coverity
diff --git a/mail/changes-list-short.txt b/mail/changes-list-short.txt
deleted file mode 100644
index 2187320..0000000
--- a/mail/changes-list-short.txt
+++ /dev/null
@@ -1 +0,0 @@
-binutils/gcc/linux/qemu: 223 commits
diff --git a/mail/check-regression-status.txt b/mail/check-regression-status.txt
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/mail/check-regression-status.txt
@@ -0,0 +1 @@
+0
diff --git a/mail/last_good.sh b/mail/last_good.sh
deleted file mode 100644
index 1659871..0000000
--- a/mail/last_good.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-declare -g "jenkins_scripts_rev=9c98927f3018e4a54d05727c4ee966463e33d5b8"
-# Artifacts directory
-rr[top_artifacts]="artifacts"
-# Recording parameters to manifest: artifacts/manifest.sh
-rr[ci_project]="tcwg_kernel"
-rr[ci_config]="gnu-master-aarch64-lts-allmodconfig"
-declare -g "scripts_branch=master"
-rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#d344cef4bf500f01ae326c2bd844a736de50fa41"
-rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#7f056d5f4a0b9e29561d0375d5b4ad42c9f3f61e"
-rr[linux_git]="https://git.linaro.org/kernel-org/linux-stable.git#9a29b30d6f9646cce171f20da1a3bf3f2fbf98b8"
-rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#c6f3cbca32bde9ee94d9949aa63e8a7ef2d7bc5b"
-rr[mode]="build"
-rr[update_baseline]="onsuccess"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/10/"
-declare -g "SQUAD_GRP="
-# Processed 24 options
-rr[base-artifacts_rev]=b2ab3495ded44b4a572a0f0051adf9dc35bd6e9a
-rr[binutils_url]=git://sourceware.org/git/binutils-gdb.git
-rr[binutils_rev]=d344cef4bf500f01ae326c2bd844a736de50fa41
-rr[debug_binutils_date]=1680789857 # 72 minutes ago
-rr[gcc_url]=https://github.com/gcc-mirror/gcc.git
-rr[gcc_rev]=7f056d5f4a0b9e29561d0375d5b4ad42c9f3f61e
-rr[debug_gcc_date]=1680784324 # 3 hours ago
-rr[qemu_url]=https://gitlab.com/qemu-project/qemu.git
-rr[qemu_rev]=c6f3cbca32bde9ee94d9949aa63e8a7ef2d7bc5b
-rr[debug_qemu_date]=1680711974 # 23 hours ago
-rr[linux_url]=https://git.linaro.org/kernel-org/linux-stable.git
-rr[linux_rev]=9a29b30d6f9646cce171f20da1a3bf3f2fbf98b8
-rr[debug_linux_date]=1680173371 # 7 days ago
-rr[results_date]=1680372474
diff --git a/mail/short-diag.txt b/mail/short-diag.txt
deleted file mode 100644
index 3582111..0000000
--- a/mail/short-diag.txt
+++ /dev/null
@@ -1 +0,0 @@
-Success
diff --git a/manifest.sh b/manifest.sh
index 03b54a0..3bc6bbe 100644
--- a/manifest.sh
+++ b/manifest.sh
@@ -1,30 +1,30 @@
-declare -g "jenkins_scripts_rev=203bfcece8753888e265b1352baa085dd4b05848"
+declare -g "jenkins_scripts_rev=3c5b68ef6c02b14c37572b29ca763b0835cf840c"
# Artifacts directory
rr[top_artifacts]="artifacts"
# Recording parameters to manifest: artifacts/manifest.sh
rr[ci_project]="tcwg_kernel"
rr[ci_config]="gnu-master-aarch64-lts-allmodconfig"
declare -g "scripts_branch=master"
-rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#a0f6c61c9ab998cd77b0899a4bdea9576d6d775f"
-rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#725bcdeec60771cb9ee387978716028b64ea1b7f"
+rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#acdf60711d44d20608873bec0376688c9a80e281"
+rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#0d94c6df183375caaa7f672e288a2094ca813749"
rr[linux_git]="https://git.linaro.org/kernel-org/linux-stable.git#2bb4b5bb50d505ef018a6af8882828ff647f6db3"
-rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#08dede07030973c1053868bc64de7e10bfa02ad6"
+rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#7dbd6f8a27e30fe14adb3d5869097cddf24038d6"
rr[mode]="build"
rr[update_baseline]="onsuccess"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/11/"
+declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/12/"
declare -g "SQUAD_GRP="
# Processed 24 options
-rr[base-artifacts_rev]=44fee734a8e303b71eff544277f1b16b88774c01
+rr[baseline_branch]=linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
+rr[components]="binutils gcc linux qemu"
rr[binutils_url]=git://sourceware.org/git/binutils-gdb.git
-rr[binutils_rev]=a0f6c61c9ab998cd77b0899a4bdea9576d6d775f
-rr[debug_binutils_date]=1681137534 # 37 minutes ago
+rr[binutils_rev]=acdf60711d44d20608873bec0376688c9a80e281
+rr[debug_binutils_date]=1681476251 # 3 hours ago
rr[gcc_url]=https://github.com/gcc-mirror/gcc.git
-rr[gcc_rev]=725bcdeec60771cb9ee387978716028b64ea1b7f
-rr[debug_gcc_date]=1681097648 # 12 hours ago
+rr[gcc_rev]=0d94c6df183375caaa7f672e288a2094ca813749
+rr[debug_gcc_date]=1681482732 # 46 minutes ago
rr[qemu_url]=https://gitlab.com/qemu-project/qemu.git
-rr[qemu_rev]=08dede07030973c1053868bc64de7e10bfa02ad6
-rr[debug_qemu_date]=1681123672 # 5 hours ago
+rr[qemu_rev]=7dbd6f8a27e30fe14adb3d5869097cddf24038d6
+rr[debug_qemu_date]=1681400422 # 24 hours ago
rr[linux_url]=https://git.linaro.org/kernel-org/linux-stable.git
rr[linux_rev]=2bb4b5bb50d505ef018a6af8882828ff647f6db3
-rr[debug_linux_date]=1680775858 # 4 days ago
-rr[results_date]=1680755004
+rr[debug_linux_date]=1680775858 # 8 days ago