From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E7B1843E881 for ; Mon, 30 Mar 2020 22:01:35 +0300 (MSK) Date: Mon, 30 Mar 2020 21:55:16 +0300 From: Igor Munkin Message-ID: <20200330185516.GM22874@tarantool.org> References: <20200327133202.GD22874@tarantool.org> <20200328111814.GF22874@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200328111814.GF22874@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich , Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org There were two separate problems: * MacOS dynamic libraries have a .dylib suffix instead of the .so one, so Lua libraries required for tests failed to be found. This issue is fixed (sent the diffs with the fix within a corresponding patches). * Trace assembling fails with "failed to allocate mcode memory" on FreeBSD. I filed an issue[1] and added corresponding skipcond files to the patches. Now CI is green[1]. On 28.03.20, Igor Munkin wrote: > CI failed for OSX and FreeBSD on the introduced test. I'll investigate > the root cause (for now it looks like invalid paths for LD_LIBRARY_PATH > and LUA_CPATH). > > > -- > Best regards, > IM [1]: https://gitlab.com/tarantool/tarantool/-/jobs/491398423 -- Best regards, IM