Re: [PATCH] switch to clang-9 in Linux/travis-ci builds

2020-03-15 Thread Илья Шипицин
пн, 16 мар. 2020 г. в 11:35, Willy Tarreau : > On Sun, Mar 15, 2020 at 10:54:56PM +0500, ??? wrote: > > ??, 14 ???. 2020 ?. ? 14:23, Willy Tarreau : > > > > > Hi Ilya, > > > > > > On Fri, Jan 24, 2020 at 11:46:45AM +0500, ??? wrote: > > > > Hello, > > > > > > > > let us use clang

Re: [PATCH] switch to clang-9 in Linux/travis-ci builds

2020-03-15 Thread Willy Tarreau
On Sun, Mar 15, 2020 at 10:54:56PM +0500, ??? wrote: > ??, 14 ???. 2020 ?. ? 14:23, Willy Tarreau : > > > Hi Ilya, > > > > On Fri, Jan 24, 2020 at 11:46:45AM +0500, ??? wrote: > > > Hello, > > > > > > let us use clang-9 instead of default clang-7 for linux builds. > > > > It seem

Partnership Outreach with Simplilearn (Just checking back)

2020-03-15 Thread Rachel
Hi again,  I reached out a few days back and, since I hadn’t heard back, I figured you may have lost track of my email. I’m quite interested in working together with you so I thought I’d follow up and see if you’d still be interested to work with us. Feel free to reach out anytime to discuss furt

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Ok here a slightly modified version, the regex did not work. Regards. On Sun, 15 Mar 2020 at 20:21, Willy Tarreau wrote: > Hi David! > > On Sun, Mar 15, 2020 at 01:55:33PM +, David CARLIER wrote: > > Yes surely I had only a raspberry at hand arm64 surely needs too. > > change of approaches.

Re: [PATCH] enable DEBUG_STRICT=1 for all kind of CI builds

2020-03-15 Thread Willy Tarreau
On Sun, Mar 15, 2020 at 11:42:12AM +0100, William Lallemand wrote: > On Sun, Mar 15, 2020 at 12:10:30PM +0500, ??? wrote: > > Hello, > > > > I added DEBUG_STRICT=1 to all builds. > > > > Ilya Shipitcin > > > Subject: [PATCH] BUILD: CI: enable DEBUG_STRICT=1 for all kinds of CI builds >

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Willy Tarreau
Hi David! On Sun, Mar 15, 2020 at 01:55:33PM +, David CARLIER wrote: > Yes surely I had only a raspberry at hand arm64 surely needs too. > change of approaches. (...) --- a/Makefile +++ b/Makefile @@ -328,6 +328,12 @@ ifeq ($(TARGET),linux-glibc) USE_CPU_AFFINITY USE_THREAD USE_EPOLL US

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Илья Шипицин
before your patch, ldd on arm64 shows /usr/bin/ld: src/ev_poll.o(.debug_info+0x78): R_AARCH64_ABS64 used with TLS symbol poll_events /usr/bin/ld: src/ev_poll.o(.debug_info+0xe3): R_AARCH64_ABS64 used with TLS symbol nbfd /usr/bin/ld: src/ev_epoll.o(.debug_info+0x66): R_AARCH64_ABS64 used with TL

Re: [PATCH] switch to clang-9 in Linux/travis-ci builds

2020-03-15 Thread Илья Шипицин
сб, 14 мар. 2020 г. в 14:23, Willy Tarreau : > Hi Ilya, > > On Fri, Jan 24, 2020 at 11:46:45AM +0500, ??? wrote: > > Hello, > > > > let us use clang-9 instead of default clang-7 for linux builds. > > It seems I missed this one. Now applied carefully, we'll see. If it > causes new failures

Re: Tests timeout on my ARM64 test VM

2020-03-15 Thread Илья Шипицин
tests are easy to reproduce manually. each test consiss of few parts 1) prepare config 2) start haproxy 3) perform queries against it it might be something like iptables (just guess). I would have a look inside some (failing) vtc and create config to start haproxy manually On Sun, Mar 15, 2020

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Yes surely I had only a raspberry at hand arm64 surely needs too. change of approaches. On Sun, 15 Mar 2020 at 13:39, Martin Grigorov wrote: > Hi David, > > On my ARM64 VM `uname -m` returns: > $ uname -m > aarch64 > > Should your change take 'aarch64' into account as well ? > > Martin > > On S

Re: [PATCH] switch to clang-9 in Linux/travis-ci builds

2020-03-15 Thread Martin Grigorov
Hi, On Sat, Mar 14, 2020 at 11:26 AM Willy Tarreau wrote: > Hi Ilya, > > On Fri, Jan 24, 2020 at 11:46:45AM +0500, ??? wrote: > > Hello, > > > > let us use clang-9 instead of default clang-7 for linux builds. > > It seems I missed this one. Now applied carefully, we'll see. If it > caus

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Martin Grigorov
Hi David, On my ARM64 VM `uname -m` returns: $ uname -m aarch64 Should your change take 'aarch64' into account as well ? Martin On Sun, Mar 15, 2020 at 3:34 PM David CARLIER wrote: > Oups sorry I really forgot :-) > > On Sun, 15 Mar 2020 at 13:32, Martin Grigorov > wrote: > >> Hi >> >> On Su

Re: [PATCH] enable DEBUG_STRICT=1 for all kind of CI builds

2020-03-15 Thread Martin Grigorov
Hello, I've just tested the change on my ARM64 VM and the build is successful! Regards, Martin On Sun, Mar 15, 2020 at 9:12 AM Илья Шипицин wrote: > Hello, > > I added DEBUG_STRICT=1 to all builds. > > Ilya Shipitcin >

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Oups sorry I really forgot :-) On Sun, 15 Mar 2020 at 13:32, Martin Grigorov wrote: > Hi > > On Sun, Mar 15, 2020 at 3:03 PM Aleksandar Lazic > wrote: > >> On 15.03.20 11:33, David CARLIER wrote: >> > Hi >> > >> > Here a little patch proposal to fix build on ARM. >> > >> > Regards. >> >> Ähm, m

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Martin Grigorov
Hi On Sun, Mar 15, 2020 at 3:03 PM Aleksandar Lazic wrote: > On 15.03.20 11:33, David CARLIER wrote: > > Hi > > > > Here a little patch proposal to fix build on ARM. > > > > Regards. > > Ähm, maybe my mail client hide the Patch because I can't see it ;-)? > It seems David forgot to attach it or

Re: Tests timeout on my ARM64 test VM

2020-03-15 Thread Martin Grigorov
Hi Willy, On Fri, Mar 13, 2020 at 10:03 PM Willy Tarreau wrote: > Hi Martin, > > On Fri, Mar 13, 2020 at 12:35:12PM +0200, Martin Grigorov wrote: > > Hi , > > > > Suddenly today the build is again green here! > > I didn't make any changes to my testing setup. > > It must be something on the

Re: [PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread Aleksandar Lazic
On 15.03.20 11:33, David CARLIER wrote: Hi Here a little patch proposal to fix build on ARM. Regards. Ähm, maybe my mail client hide the Patch because I can't see it ;-)? Regards Aleks

Re: [PATCH] enable DEBUG_STRICT=1 for all kind of CI builds

2020-03-15 Thread William Lallemand
On Sun, Mar 15, 2020 at 12:10:30PM +0500, Илья Шипицин wrote: > Hello, > > I added DEBUG_STRICT=1 to all builds. > > Ilya Shipitcin > Subject: [PATCH] BUILD: CI: enable DEBUG_STRICT=1 for all kinds of CI builds Hello Ilya, Please use the "CI:" prefix from now, instead of "BUILD:". Thanks. --

[PATCH]: BUILD link to lib atomic on ARM

2020-03-15 Thread David CARLIER
Hi Here a little patch proposal to fix build on ARM. Regards.

[PATCH] enable DEBUG_STRICT=1 for all kind of CI builds

2020-03-15 Thread Илья Шипицин
Hello, I added DEBUG_STRICT=1 to all builds. Ilya Shipitcin From 9ff834e99daaf48fff088aa5461aca4919a327c8 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 15 Mar 2020 12:08:08 +0500 Subject: [PATCH] BUILD: CI: enable DEBUG_STRICT=1 for all kinds of CI builds Fixes: #546 --- .cirrus.yml