Summary ------------------------------------------------------------------------
kernel: 5.3.17-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.3.y git commit: 6e31894f1769bda9dff133b8baeedbc9918b1cdb git describe: v5.3.16-190-g6e31894f1769 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.3-oe-sanity/build/v5.3....
Regressions (compared to build v5.3.16-181-g5770ae7aea0c) ------------------------------------------------------------------------
dragonboard-410c: build: * build_process
x86: build: * build_process
No fixes (compared to build v5.3.16-181-g5770ae7aea0c)
Boards, architectures and test suites: -------------------------------------
dragonboard-410c * build - fail: 1,
hi6220-hikey * build - pass: 1,
i386 * build - pass: 1, * linux-log-parser - pass: 6, * ltp-quickhit-tests - pass: 106,
juno-r2 * build - pass: 1, * linux-log-parser - pass: 6, * ltp-quickhit-tests - pass: 106, skip: 1,
x15 * build - pass: 1, * install-android-platform-tools-r2600 - pass: 2, * linux-log-parser - pass: 6, * ltp-quickhit-tests - pass: 106, skip: 1,
x86 * build - fail: 1,
On Tue, Dec 17, 2019 at 05:25:46PM +0000, Linaro QA wrote:
Summary
kernel: 5.3.17-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.3.y git commit: 6e31894f1769bda9dff133b8baeedbc9918b1cdb git describe: v5.3.16-190-g6e31894f1769 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.3-oe-sanity/build/v5.3....
Regressions (compared to build v5.3.16-181-g5770ae7aea0c)
dragonboard-410c: build: * build_process
x86: build: * build_process
No fixes (compared to build v5.3.16-181-g5770ae7aea0c)
Boards, architectures and test suites:
dragonboard-410c
- build - fail: 1,
hi6220-hikey
- build - pass: 1,
i386
- build - pass: 1,
- linux-log-parser - pass: 6,
- ltp-quickhit-tests - pass: 106,
juno-r2
- build - pass: 1,
- linux-log-parser - pass: 6,
- ltp-quickhit-tests - pass: 106, skip: 1,
x15
- build - pass: 1,
- install-android-platform-tools-r2600 - pass: 2,
- linux-log-parser - pass: 6,
- ltp-quickhit-tests - pass: 106, skip: 1,
x86
- build - fail: 1,
I can not find an actual failure on the link above. Where is the build log? I see an error on your servers: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe-sanity/build/v4.1... (for the 4.14 tree), but is that what failed?
greg k-h
Hello!
On Tue, 17 Dec 2019 at 11:52, Greg KH gregkh@linuxfoundation.org wrote:
On Tue, Dec 17, 2019 at 05:25:46PM +0000, Linaro QA wrote:
[...]
Regressions (compared to build v5.3.16-181-g5770ae7aea0c)
dragonboard-410c: build: * build_process
x86: build: * build_process
I can not find an actual failure on the link above. Where is the build log? I see an error on your servers: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe-sanity/build/v4.1... (for the 4.14 tree), but is that what failed?
I was worried for a bit, as we have a parallel system where 5.3 also failed. Here's the build stuff (you need one too many clicks to reach that place in Jenkins): https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-5.3/76/
Now that I look at other jobs, I see 4.14, 4.19 and 5.3 all failed with the same problem:
fatal: unable to access 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/': The requested URL returned error: 504
(We fetch linux-next in order to get the "next" kselftests version.)
Because it also failed on the other system (which lives in a different cloud), I'm guessing this was due to a transient network problem in git.kernel.org.
Those failed builds are now being rebuilt and should appear as fixed soon. Thanks for your patience!
Greetings!
Daniel Díaz daniel.diaz@linaro.org
On Tue, Dec 17, 2019 at 12:21:45PM -0600, Daniel Díaz wrote:
Hello!
On Tue, 17 Dec 2019 at 11:52, Greg KH gregkh@linuxfoundation.org wrote:
On Tue, Dec 17, 2019 at 05:25:46PM +0000, Linaro QA wrote:
[...]
Regressions (compared to build v5.3.16-181-g5770ae7aea0c)
dragonboard-410c: build: * build_process
x86: build: * build_process
I can not find an actual failure on the link above. Where is the build log? I see an error on your servers: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe-sanity/build/v4.1... (for the 4.14 tree), but is that what failed?
I was worried for a bit, as we have a parallel system where 5.3 also failed. Here's the build stuff (you need one too many clicks to reach that place in Jenkins): https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-5.3/76/
Now that I look at other jobs, I see 4.14, 4.19 and 5.3 all failed with the same problem:
fatal: unable to access 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/': The requested URL returned error: 504
(We fetch linux-next in order to get the "next" kselftests version.)
Because it also failed on the other system (which lives in a different cloud), I'm guessing this was due to a transient network problem in git.kernel.org.
Those failed builds are now being rebuilt and should appear as fixed soon. Thanks for your patience!
Ok, thanks, got worried there...