* [Buildroot] [autobuild.buildroot.net] Build results for 2017-05-16
@ 2017-05-17 6:27 Thomas Petazzoni
2017-05-17 19:20 ` [Buildroot] Analysis of build " Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-05-17 6:27 UTC (permalink / raw)
To: buildroot
Hello,
Build statistics for 2017-05-16
================================
successes : 251
failures : 10
timeouts : 0
TOTAL : 261
Classification of failures by reason
====================================
protobuf-3.2.0 | 2
cmake-3.7.2 | 1
cppcms-1.0.5 | 1
libepoxy-1.4.1 | 1
libmemcached-1.0.18 | 1
modem-manager-1.6.4 | 1
ntp-4.2.8p10 | 1
oracle-mysql-5.1.73 | 1
rabbitmq-c-v0.8.0 | 1
Detail of failures
===================
x86_64 | cmake-3.7.2 | NOK | http://autobuild.buildroot.net/results/e89a29fb06991d8da9b946e284741c56397ac4bc |
x86_64 | cppcms-1.0.5 | NOK | http://autobuild.buildroot.net/results/a7eb1ede552ae14f409cfd7bd877bcf25ca69a74 | ORPH
sh4 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/38701cee74110de90cd72f720b3ee8bd69666325 |
x86_64 | libmemcached-1.0.18 | NOK | http://autobuild.buildroot.net/results/5ee26b9676acc1a360bb86aa13a0c992727309a2 |
x86_64 | modem-manager-1.6.4 | NOK | http://autobuild.buildroot.net/results/8a551a29263d5daa12e1036a4e3804214fd4066a |
mips64el | ntp-4.2.8p10 | NOK | http://autobuild.buildroot.net/results/25efd86193d0b0fea2a4b2d84fb7f19baa140eb5 | ORPH
x86_64 | oracle-mysql-5.1.73 | NOK | http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a | ORPH
sparc | protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/4329cda610082053d0a8fd7796a690ddaa21de04 | ORPH
sparc | protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/d1640867dee1b0fe8341698b1d4d02c5edff90a1 | ORPH
arm | rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/d90fc2ccf61518f3c3198ef566976096f75c2776 |
--
http://autobuild.buildroot.net
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] Analysis of build results for 2017-05-16 2017-05-17 6:27 [Buildroot] [autobuild.buildroot.net] Build results for 2017-05-16 Thomas Petazzoni @ 2017-05-17 19:20 ` Thomas Petazzoni 2017-05-17 19:53 ` Peter Korsgaard 2017-05-17 21:59 ` Thomas Petazzoni 0 siblings, 2 replies; 5+ messages in thread From: Thomas Petazzoni @ 2017-05-17 19:20 UTC (permalink / raw) To: buildroot Hello, On Wed, 17 May 2017 08:27:51 +0200 (CEST), Thomas Petazzoni wrote: > successes : 251 > failures : 10 This is getting better, and better, and better. We're down to 3.83% of failures for yesterday. Today will be a little bit worse, with currently 4.19% failures. But we're really below 5% of failures, which is very good. > x86_64 | cmake-3.7.2 | NOK | http://autobuild.buildroot.net/results/e89a29fb06991d8da9b946e284741c56397ac4bc | /home/test/autobuild/run/instance-2/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/bdver3/usr/lib64/libgcrypt.so.20: undefined reference to `gpg_err_set_errno at GPG_ERROR_1.0' Weird, because this looks like a static linking issue, but this is not a statically linked configuration. It appeared three times, but only with this toolchain (Sourcery CodeBench): http://autobuild.buildroot.net/?reason=cmake-3.7.2 > x86_64 | cppcms-1.0.5 | NOK | http://autobuild.buildroot.net/results/a7eb1ede552ae14f409cfd7bd877bcf25ca69a74 | ORPH It's the same issue as the cmake issue above: /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpg_err_set_errno at GPG_ERROR_1.0' /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpgrt_lock_init at GPG_ERROR_1.0' /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpgrt_lock_destroy at GPG_ERROR_1.0' > sh4 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/38701cee74110de90cd72f720b3ee8bd69666325 | The EGL issue, I will send a patch. > x86_64 | libmemcached-1.0.18 | NOK | http://autobuild.buildroot.net/results/5ee26b9676acc1a360bb86aa13a0c992727309a2 | -fPIC issue it seems. It's weird because they only seem to appear with musl toolchains. > x86_64 | modem-manager-1.6.4 | NOK | http://autobuild.buildroot.net/results/8a551a29263d5daa12e1036a4e3804214fd4066a | Would be fixed by https://patchwork.ozlabs.org/patch/762195/. I'll apply. > mips64el | ntp-4.2.8p10 | NOK | http://autobuild.buildroot.net/results/25efd86193d0b0fea2a4b2d84fb7f19baa140eb5 | ORPH Another -fPIC issue. We have a patch proposed at https://patchwork.ozlabs.org/patch/762084/, I'll try it out. > x86_64 | oracle-mysql-5.1.73 | NOK | http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a | ORPH protocol.cc:27:40: error: narrowing conversion of ''\37777777776'' from 'char' to 'uchar {aka unsigned char}' inside { } [-Wnarrowing] static uchar eof_buff[1]= { (char) 254 }; /* Marker for end of fields */ I searched the oracle-mysql Git history, and I believe I might have a fix for this. > sparc | protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/4329cda610082053d0a8fd7796a690ddaa21de04 | ORPH > sparc | protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/d1640867dee1b0fe8341698b1d4d02c5edff90a1 | ORPH Fixed by https://git.buildroot.org/buildroot/commit/?id=ef9ffa3426edc895dc180d45b48bf305522b3450. > arm | rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/d90fc2ccf61518f3c3198ef566976096f75c2776 | Fixed by https://git.buildroot.org/buildroot/commit/?id=beb6524225f12549a216183abc07745f8d36e764 Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Analysis of build results for 2017-05-16 2017-05-17 19:20 ` [Buildroot] Analysis of build " Thomas Petazzoni @ 2017-05-17 19:53 ` Peter Korsgaard 2017-05-17 20:26 ` Thomas Petazzoni 2017-05-17 21:59 ` Thomas Petazzoni 1 sibling, 1 reply; 5+ messages in thread From: Peter Korsgaard @ 2017-05-17 19:53 UTC (permalink / raw) To: buildroot >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes: > Hello, > On Wed, 17 May 2017 08:27:51 +0200 (CEST), Thomas Petazzoni wrote: >> successes : 251 >> failures : 10 > This is getting better, and better, and better. We're down to 3.83% of > failures for yesterday. Today will be a little bit worse, with > currently 4.19% failures. But we're really below 5% of failures, which > is very good. Indeed, very nice! >> x86_64 | oracle-mysql-5.1.73 | NOK | >> http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a >> | ORPH > protocol.cc:27:40: error: narrowing conversion of ''\37777777776'' > from 'char' to 'uchar {aka unsigned char}' inside { } [-Wnarrowing] > static uchar eof_buff[1]= { (char) 254 }; /* Marker for end of fields */ > I searched the oracle-mysql Git history, and I believe I might have a > fix for this. Hmm, isn't it just the cast that is wrong? E.G. it should be (uchar) 254 -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Analysis of build results for 2017-05-16 2017-05-17 19:53 ` Peter Korsgaard @ 2017-05-17 20:26 ` Thomas Petazzoni 0 siblings, 0 replies; 5+ messages in thread From: Thomas Petazzoni @ 2017-05-17 20:26 UTC (permalink / raw) To: buildroot Hello, On Wed, 17 May 2017 21:53:51 +0200, Peter Korsgaard wrote: > >> x86_64 | oracle-mysql-5.1.73 | NOK | > >> http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a > >> | ORPH > > > protocol.cc:27:40: error: narrowing conversion of ''\37777777776'' > > from 'char' to 'uchar {aka unsigned char}' inside { } [-Wnarrowing] > > static uchar eof_buff[1]= { (char) 254 }; /* Marker for end of fields */ > > > I searched the oracle-mysql Git history, and I believe I might have a > > fix for this. > > Hmm, isn't it just the cast that is wrong? E.G. it should be (uchar) 254 Indeed, fixed in https://git.buildroot.org/buildroot/commit/?id=19e78e509e5e729437d2188b28aee7655340c67d. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Analysis of build results for 2017-05-16 2017-05-17 19:20 ` [Buildroot] Analysis of build " Thomas Petazzoni 2017-05-17 19:53 ` Peter Korsgaard @ 2017-05-17 21:59 ` Thomas Petazzoni 1 sibling, 0 replies; 5+ messages in thread From: Thomas Petazzoni @ 2017-05-17 21:59 UTC (permalink / raw) To: buildroot Hello, On Wed, 17 May 2017 21:20:23 +0200, Thomas Petazzoni wrote: > > x86_64 | cmake-3.7.2 | NOK | http://autobuild.buildroot.net/results/e89a29fb06991d8da9b946e284741c56397ac4bc | > > /home/test/autobuild/run/instance-2/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/bdver3/usr/lib64/libgcrypt.so.20: undefined reference to `gpg_err_set_errno at GPG_ERROR_1.0' > > Weird, because this looks like a static linking issue, but this is not > a statically linked configuration. > > It appeared three times, but only with this toolchain (Sourcery CodeBench): > > http://autobuild.buildroot.net/?reason=cmake-3.7.2 Couldn't reproduce so far. I've started a rebuild of a failed configuration. > > x86_64 | cppcms-1.0.5 | NOK | http://autobuild.buildroot.net/results/a7eb1ede552ae14f409cfd7bd877bcf25ca69a74 | ORPH > > It's the same issue as the cmake issue above: > > /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpg_err_set_errno at GPG_ERROR_1.0' > /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpgrt_lock_init at GPG_ERROR_1.0' > /home/test/autobuild/run/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.so: undefined reference to `gpgrt_lock_destroy at GPG_ERROR_1.0' Fixed proposed at: https://patchwork.ozlabs.org/patch/763789/. > > sh4 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/38701cee74110de90cd72f720b3ee8bd69666325 | > > The EGL issue, I will send a patch. I've worked on the patch tonight, I've started some builds to verify it works fine in all situations. > > x86_64 | libmemcached-1.0.18 | NOK | http://autobuild.buildroot.net/results/5ee26b9676acc1a360bb86aa13a0c992727309a2 | > > -fPIC issue it seems. It's weird because they only seem to appear with > musl toolchains. Still needs investigation. > > x86_64 | modem-manager-1.6.4 | NOK | http://autobuild.buildroot.net/results/8a551a29263d5daa12e1036a4e3804214fd4066a | > > Would be fixed by https://patchwork.ozlabs.org/patch/762195/. I'll > apply. Committed: https://git.buildroot.org/buildroot/commit/?id=2677210f545c3f3e8c52c973e08c3a460c521e5b. > > mips64el | ntp-4.2.8p10 | NOK | http://autobuild.buildroot.net/results/25efd86193d0b0fea2a4b2d84fb7f19baa140eb5 | ORPH > > Another -fPIC issue. We have a patch proposed at > https://patchwork.ozlabs.org/patch/762084/, I'll try it out. Fixed by https://git.buildroot.org/buildroot/commit/?id=7fde83cdf0da338937dae13144eea2923e5c2730 > > > x86_64 | oracle-mysql-5.1.73 | NOK | http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a | ORPH > > protocol.cc:27:40: error: narrowing conversion of ''\37777777776'' from 'char' to 'uchar {aka unsigned char}' inside { } [-Wnarrowing] > static uchar eof_buff[1]= { (char) 254 }; /* Marker for end of fields */ > > I searched the oracle-mysql Git history, and I believe I might have a > fix for this. Fixed by https://git.buildroot.org/buildroot/commit/?id=19e78e509e5e729437d2188b28aee7655340c67d. Summary, on 10 failures: - 2 remains to be investigated (cmake and libmemcached) - 6 have already been fixed - 2 have patches Good night! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-17 21:59 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-05-17 6:27 [Buildroot] [autobuild.buildroot.net] Build results for 2017-05-16 Thomas Petazzoni 2017-05-17 19:20 ` [Buildroot] Analysis of build " Thomas Petazzoni 2017-05-17 19:53 ` Peter Korsgaard 2017-05-17 20:26 ` Thomas Petazzoni 2017-05-17 21:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox