From owner-dev-ci@freebsd.org Wed Jan 9 00:52:54 2019 Return-Path: Delivered-To: dev-ci@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448601490C4F for ; Wed, 9 Jan 2019 00:52:54 +0000 (UTC) (envelope-from srs0=5dzf=pr=sigsegv.be=kristof@codepro.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C537B93ED4 for ; Wed, 9 Jan 2019 00:52:53 +0000 (UTC) (envelope-from srs0=5dzf=pr=sigsegv.be=kristof@codepro.be) Received: from [100.73.243.24] (122-56-202-124.mobile.spark.co.nz [122.56.202.124]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id C4B0FF95F; Wed, 9 Jan 2019 01:52:40 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Build failed on AWS medium EC2 instance From: Kristof Provost X-Mailer: iPhone Mail (16C101) In-Reply-To: Date: Wed, 9 Jan 2019 13:52:32 +1300 Cc: dev-ci@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <35DC29EB-889E-4D41-B6F9-C742D5A333F0@sigsegv.be> References: To: Albaro Pereyra <2albaropereyra@gmail.com> X-Rspamd-Queue-Id: C537B93ED4 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: dev-ci@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Continuous Integration Build and Test Results List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2019 00:52:54 -0000 > On 9 Jan 2019, at 11:57, Albaro Pereyra <2albaropereyra@gmail.com> wrote: >=20 > Greetings, >=20 > I am not sure if this is the correct mailing list or not, that being said > if it is not please help me find the right one. >=20 > Here is my dilemma I am trying to build Freebsd Release 12.0.0 on > 11.2-RELEASE-p4 on a AWS ec2 instance. > While building using the following commands: >=20 > make buildworld && make buildkernel KERNCONF=3DGENERIC && make installkern= el > KERNCONF=3DGENERIC; >=20 > I received the following error message. >=20 > *** Signal 9 >=20 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make[5]: stopped in /usr/src/usr.bin/clang/lldb >=20 >=20 > *** Error code 1 >=20 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make[4]: stopped in /usr/src/usr.bin/clang >=20 >=20 > *** Error code 1 >=20 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make[3]: stopped in /usr/src/usr.bin >=20 >=20 > *** Error code 1 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make[2]: stopped in /usr/src >=20 >=20 > *** Error code 1 >=20 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make[1]: stopped in /usr/src >=20 >=20 > *** Error code 1 >=20 >=20 >=20 >=20 >=20 > Stop. >=20 >=20 > make: stopped in /usr/src >=20 >=20 > ON: >=20 > c++ -target x86_64-unknown-freebsd12.0 > --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe > -I/usr/src/contrib/llvm/tools/lldb/include > -I/usr/src/contrib/llvm/tools/clang/include -DCLANG_ENABLE_ARCMT > -DCLANG_ENABLE_STATIC_ANALYZER -I/usr/src/lib/clang/include > -I/usr/src/contrib/llvm/include -DLLVM_BUILD_GLOBAL_ISEL > -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG > -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" > -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"= \" > -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM > -DLLVM_TARGET_ENABLE_MIPS -DLLVM_TARGET_ENABLE_POWERPC > -DLLVM_TARGET_ENABLE_SPARC -DLLVM_TARGET_ENABLE_X86 > -DLLVM_NATIVE_ASMPARSER=3DLLVMInitializeX86AsmParser > -DLLVM_NATIVE_ASMPRINTER=3DLLVMInitializeX86AsmPrinter > -DLLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disassembler > -DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target > -DLLVM_NATIVE_TARGETINFO=3DLLVMInitializeX86TargetInfo > -DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX86TargetMC -ffunction-sections > -fdata-sections -gline-tables-only -fstack-protector-strong -Wno-empty-bod= y > -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare > -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function > -Wno-enum-conversion -Wno-unused-local-typedef > -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum > -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -std=3Dc++= 11 > -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions > -Wl,--gc-sections -o lldb.full Driver.o > /usr/obj/usr/src/amd64.amd64/lib/clang/liblldb/liblldb.a > /usr/obj/usr/src/amd64.amd64/lib/clang/libclang/libclang.a > /usr/obj/usr/src/amd64.amd64/lib/clang/libllvm/libllvm.a -ledit > -lpanel -lncursesw > -lz -lpthreadobjcopy --only-keep-debug lldb.full lldb.debug >=20 Is there anything before that? Also, take a look at dmesg output, because my= first thought is you might be running out of memory.=20 Regards, Kristof=