[389-devel] 389 DS nightly 2019-06-19 - 95% PASS

2019-06-18 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2019/06/19/report-389-ds-base-1.4.1.4-20190618git5f0d45a.fc30.x86_64.html ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 7:54 AM Viktor Ashirov wrote: > On Tue, Jun 18, 2019 at 1:30 AM Simon Pichugin > wrote: > > > > Hi team, > > I'm in the process of creating a Vagrant file which is close to the > customer's ENV. > > It is heavilly based on Viktor's beaker task. > > I use it for building

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Howard Chu
> Date: Tue, 18 Jun 2019 07:54:43 +0200 > From: Viktor Ashirov > On Tue, Jun 18, 2019 at 1:30 AM Simon Pichugin wrote: >> >> Hi team, >> I'm in the process of creating a Vagrant file which is close to the >> customer's ENV. >> It is heavilly based on Viktor's beaker task. >> I use it for

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 2:45 PM William Brown wrote: > > > > On 18 Jun 2019, at 14:38, Viktor Ashirov wrote: > > > > > > > > On Tue, Jun 18, 2019 at 2:33 PM William Brown wrote: > > > > > > > On 18 Jun 2019, at 14:19, Viktor Ashirov wrote: > > > > > > > > > > > > On Tue, Jun 18, 2019 at 2:10

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread William Brown
> On 18 Jun 2019, at 14:38, Viktor Ashirov wrote: > > > > On Tue, Jun 18, 2019 at 2:33 PM William Brown wrote: > > > > On 18 Jun 2019, at 14:19, Viktor Ashirov wrote: > > > > > > > > On Tue, Jun 18, 2019 at 2:10 PM William Brown wrote: > > > > > > > > Memalign is pretty important -

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 2:33 PM William Brown wrote: > > > > On 18 Jun 2019, at 14:19, Viktor Ashirov wrote: > > > > > > > > On Tue, Jun 18, 2019 at 2:10 PM William Brown wrote: > > > > > > > > Memalign is pretty important - the short version is "we can not remove > it". > > > I didn't say

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread William Brown
> On 18 Jun 2019, at 14:19, Viktor Ashirov wrote: > > > > On Tue, Jun 18, 2019 at 2:10 PM William Brown wrote: > > > > > Memalign is pretty important - the short version is "we can not remove it". > > I didn't say "remove", I said "review". > > > > There are some structures in the code

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 2:10 PM William Brown wrote: > > > > > Memalign is pretty important - the short version is "we can not remove > it". > > I didn't say "remove", I said "review". > > > > There are some structures in the code that rely on this for performance > to guarantee that they memory

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread William Brown
> > Memalign is pretty important - the short version is "we can not remove it". > I didn't say "remove", I said "review". > > There are some structures in the code that rely on this for performance to > guarantee that they memory is aligned to a page boundary, or cache line > boundary. In

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 9:50 AM William Brown wrote: > > > > On 18 Jun 2019, at 07:54, Viktor Ashirov wrote: > > > > On Tue, Jun 18, 2019 at 1:30 AM Simon Pichugin > wrote: > >> > >> Hi team, > >> I'm in the process of creating a Vagrant file which is close to the > customer's ENV. > >> It is

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-18 Thread William Brown
> On 18 Jun 2019, at 07:54, Viktor Ashirov wrote: > > On Tue, Jun 18, 2019 at 1:30 AM Simon Pichugin wrote: >> >> Hi team, >> I'm in the process of creating a Vagrant file which is close to the >> customer's ENV. >> It is heavilly based on Viktor's beaker task. >> I use it for building and