rakudo / rakudo

🦋 Rakudo – Raku on MoarVM, JVM, and JS
https://rakudo.org/
Artistic License 2.0
1.74k stars 375 forks source link

Consistent SEGV at stage parse during build #2263

Closed zoffixznet closed 6 years ago

zoffixznet commented 6 years ago

This happens for MasterDuke and for my SourceBaby bot on hack, but not my debian google VM. Camelia also seems to have built the lattest ( https://github.com/rakudo/rakudo/commit/3272207ae52aa0577fd6920666a1a05df217c952 ) commit fine, yet Commitable bot says it could not build the executable for that commit.

This likely was introduced during recent p6bool commits (pinging @niner )

Here's the full build session on hack, from scratch from a fresh checkout:

zoffix@hack:~/services/sourceable$ git clone https://github.com/rakudo/rakudo /home/zoffix/services/sourceable/building-perl6
Cloning into '/home/zoffix/services/sourceable/building-perl6'...
remote: Counting objects: 172629, done.
remote: Compressing objects: 100% (105/105), done.
remote: Total 172629 (delta 132), reused 172 (delta 107), pack-reused 172410
Receiving objects: 100% (172629/172629), 48.45 MiB | 15.09 MiB/s, done.
Resolving deltas: 100% (127852/127852), done.
zoffix@hack:~/services/sourceable$ cd !$
cd /home/zoffix/services/sourceable/building-perl6
zoffix@hack:~/services/sourceable/building-perl6$ perl Configure.pl --gen-moar --gen-nqp --backends=moar
ATTENTION: no --prefix supplied, building and installing to /home/zoffix/services/sourceable/building-perl6/install
No pre-existing installed file found at /home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m
Cloning into 'nqp'...
remote: Counting objects: 81710, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 81710 (delta 12), reused 30 (delta 11), pack-reused 81667
Receiving objects: 100% (81710/81710), 122.53 MiB | 16.28 MiB/s, done.
Resolving deltas: 100% (52740/52740), done.
Note: checking out '2018.08-46-gdb0f117'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at db0f1175a... [MoarVM Bump] Brings 17 commits
Building NQP ...
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl Configure.pl --prefix=/home/zoffix/services/sourceable/building-perl6/install --backends=moar --make-install --git-protocol=https --gen-moar
Creating tools/build/install-jvm-runner.pl ...
Can't exec "/home/zoffix/services/sourceable/building-perl6/install/bin/moar": No such file or directory at tools/lib/NQP/Configure.pm line 292.
Use of uninitialized value $moar_version_output in pattern match (m//) at tools/lib/NQP/Configure.pm line 306.
Cloning into 'MoarVM'...
remote: Counting objects: 73755, done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 73755 (delta 53), reused 62 (delta 40), pack-reused 73659
Receiving objects: 100% (73755/73755), 51.02 MiB | 9.39 MiB/s, done.
Resolving deltas: 100% (54492/54492), done.
Note: checking out '2018.08-45-gef47433'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b <new-branch-name>
HEAD is now at ef4743315... Teach the lego JIT to compile hllbool, too
Configuring and building MoarVM ...
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl Configure.pl --optimize --prefix=/home/zoffix/services/sourceable/building-perl6/install --make-install
Welcome to MoarVM!
Updating submodules .................................... OK
Configuring native build environment ................... 
    trying to compile a simple C program ............... YES
    probing support of -Werror=* ....................... YES
    Testing pkgconfig .................................. 0.29
OK
    probing whether your compiler thinks that it is gcc  YES
    probing how your compiler does static inline ....... static __inline__
    your CPU can read unaligned values for all of int32 int64 num64
    probing the size of pointers ....................... 8
    probing C type support for: _Bool, bool ............ YES: _Bool,bool
    probing computed goto support ...................... YES
    probing pthread_yield support ...................... NO
    probing support of rdtscp intrinsic ................ YES
        make: make
     compile: gcc -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC
    includes:  -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
        link: gcc  -O3 -DNDEBUG -Wl,-rpath,"/@libdir@"
        libs: -lm -lpthread -lrt -ldl
  byte order: little endian
Configuring 3rdparty libs .............................. OK
  3rdparty: 3rdparty/cmp/libcmp.a
            3rdparty/dyncall/dyncall/libdyncall_s.a
            3rdparty/dyncall/dyncallback/libdyncallback_s.a
            3rdparty/dyncall/dynload/libdynload_s.a
            3rdparty/libatomicops/src/libatomic_ops.a
            3rdparty/libtommath/libtommath.a
            3rdparty/libuv/libuv.a
            3rdparty/sha1/libsha1.a
            3rdparty/tinymt/libtinymt.a
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'make' to build and 'make help' to see a list of
available make targets.
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/exceptions.o
compiling src/core/interp.o
compiling src/core/threadcontext.o
compiling src/core/compunit.o
compiling src/core/bytecode.o
compiling src/core/frame.o
compiling src/core/callstack.o
compiling src/core/validation.o
compiling src/core/bytecodedump.o
compiling src/core/threads.o
compiling src/core/ops.o
compiling src/core/hll.o
compiling src/core/loadbytecode.o
compiling src/math/num.o
compiling src/math/grisu.o
compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
compiling src/core/nativecall_dyncall.o
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
compiling src/core/regionalloc.o
compiling src/debug/debugserver.o
compiling src/gen/config.o
compiling src/gc/orchestrate.o
compiling src/gc/allocation.o
compiling src/gc/worklist.o
compiling src/gc/roots.o
compiling src/gc/collect.o
compiling src/gc/gen2.o
compiling src/gc/wb.o
compiling src/gc/objectid.o
compiling src/gc/finalize.o
compiling src/gc/debug.o
compiling src/io/io.o
compiling src/io/eventloop.o
compiling src/io/syncfile.o
compiling src/io/syncsocket.o
compiling src/io/fileops.o
compiling src/io/dirops.o
compiling src/io/procops.o
compiling src/io/timers.o
compiling src/io/filewatchers.o
compiling src/io/signals.o
compiling src/io/asyncsocket.o
compiling src/io/asyncsocketudp.o
compiling src/6model/reprs.o
compiling src/6model/reprconv.o
compiling src/6model/containers.o
compiling src/6model/parametric.o
compiling src/6model/reprs/MVMString.o
compiling src/6model/reprs/VMArray.o
compiling src/6model/reprs/MVMHash.o
compiling src/6model/reprs/MVMCFunction.o
compiling src/6model/reprs/KnowHOWREPR.o
compiling src/6model/reprs/KnowHOWAttributeREPR.o
compiling src/6model/reprs/P6str.o
compiling src/6model/reprs/P6opaque.o
compiling src/6model/reprs/MVMCode.o
compiling src/6model/reprs/MVMOSHandle.o
compiling src/6model/reprs/MVMCompUnit.o
compiling src/6model/reprs/MVMStaticFrame.o
compiling src/6model/reprs/P6int.o
compiling src/6model/reprs/P6num.o
compiling src/6model/reprs/Uninstantiable.o
compiling src/6model/reprs/HashAttrStore.o
compiling src/6model/reprs/MVMThread.o
compiling src/6model/reprs/MVMIter.o
compiling src/6model/reprs/MVMContext.o
compiling src/6model/reprs/SCRef.o
compiling src/6model/reprs/MVMCallCapture.o
compiling src/6model/reprs/P6bigint.o
compiling src/6model/reprs/NFA.o
compiling src/6model/reprs/MVMException.o
compiling src/6model/reprs/MVMDLLSym.o
compiling src/6model/reprs/MVMMultiCache.o
compiling src/6model/reprs/MVMContinuation.o
compiling src/6model/reprs/NativeCall.o
compiling src/6model/reprs/CPointer.o
compiling src/6model/reprs/CStr.o
compiling src/6model/reprs/CArray.o
compiling src/6model/reprs/CStruct.o
compiling src/6model/reprs/CUnion.o
compiling src/6model/reprs/ReentrantMutex.o
compiling src/6model/reprs/ConditionVariable.o
compiling src/6model/reprs/Semaphore.o
compiling src/6model/reprs/ConcBlockingQueue.o
compiling src/6model/reprs/MVMAsyncTask.o
compiling src/6model/reprs/MVMNull.o
compiling src/6model/reprs/CPPStruct.o
compiling src/6model/reprs/NativeRef.o
compiling src/6model/reprs/MultiDimArray.o
compiling src/6model/reprs/Decoder.o
compiling src/6model/reprs/MVMSpeshLog.o
compiling src/6model/reprs/MVMStaticFrameSpesh.o
compiling src/6model/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
compiling src/mast/compiler.o
compiling src/mast/driver.o
compiling src/spesh/dump.o
compiling src/spesh/graph.o
compiling src/spesh/codegen.o
compiling src/spesh/candidate.o
compiling src/spesh/manipulate.o
compiling src/spesh/args.o
compiling src/spesh/usages.o
compiling src/spesh/facts.o
compiling src/spesh/optimize.o
compiling src/spesh/dead_bb_elimination.o
compiling src/spesh/dead_ins_elimination.o
compiling src/spesh/deopt.o
compiling src/spesh/log.o
compiling src/spesh/threshold.o
compiling src/spesh/inline.o
compiling src/spesh/osr.o
compiling src/spesh/lookup.o
compiling src/spesh/iterator.o
compiling src/spesh/worker.o
compiling src/spesh/debug.o
compiling src/spesh/stats.o
compiling src/spesh/plan.o
compiling src/spesh/arg_guard.o
compiling src/spesh/plugin.o
compiling src/spesh/frame_walker.o
compiling src/strings/decode_stream.o
compiling src/strings/ascii.o
compiling src/strings/parse_num.o
compiling src/strings/utf8.o
compiling src/strings/utf8_c8.o
compiling src/strings/nfg.o
compiling src/strings/ops.o
generating src/strings/unicode.c
compiling src/strings/unicode.o
compiling src/strings/normalize.o
compiling src/strings/latin1.o
compiling src/strings/utf16.o
compiling src/strings/windows1252.o
compiling src/strings/shiftjis.o
compiling src/strings/shiftjis_codeindex.o
compiling src/math/bigintops.o
compiling src/profiler/instrument.o
compiling src/profiler/log.o
compiling src/profiler/profile.o
compiling src/profiler/heapsnapshot.o
compiling src/profiler/telemeh.o
compiling src/instrument/crossthreadwrite.o
compiling src/instrument/line_coverage.o
compiling src/platform/sys.o
compiling src/platform/random.o
compiling src/platform/memmem32.o
compiling src/moar.o
compiling src/platform/posix/mmap.o
compiling src/platform/posix/time.o
compiling src/platform/posix/io.o
compiling src/jit/graph.o
compiling src/jit/label.o
compiling src/jit/compile.o
compiling src/jit/log.o
Precompiling templates from src/jit/core_templates.expr
compiling src/jit/expr.o
Building tile tables from src/jit/x64/tile_pattern.tile
compiling src/jit/tile.o
compiling src/jit/linear_scan.o
compiling src/jit/interface.o
gcc -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -O3 -DNDEBUG -Wl,-rpath,"//home/zoffix/services/sourceable/building-perl6/install/lib" 3rdparty/dynasm/minilua.c -o 3rdparty/dynasm/minilua -lm -lpthread -lrt -ldl
preprocessing src/jit/x64/emit.dasc
compiling src/jit/x64/emit.o
compiling src/jit/x64/arch.o
compiling 3rdparty/cmp/cmp.o
linking 3rdparty/cmp/libcmp.a
building dyncall...
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
linking 3rdparty/libatomicops/src/libatomic_ops.a
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Entering directory '/home/zoffix/services/sourceable/building-perl6/nqp/MoarVM/3rdparty/libatomicops/src'
make  all-am
make[2]: Entering directory '/home/zoffix/services/sourceable/building-perl6/nqp/MoarVM/3rdparty/libatomicops/src'
gcc -DHAVE_CONFIG_H   -I../src -I../src  -fPIC -Wall -Wextra -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c
In file included from atomic_ops.c:80:0:
atomic_ops/sysdeps/standard_ao_double_t.h:35:37: warning: ‘-pedantic’ is not an option that controls warnings [-Wpragmas]
 #     pragma GCC diagnostic ignored "-pedantic"
                                     ^~~~~~~~~~~
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po
rm -f libatomic_ops.a
ar cru libatomic_ops.a atomic_ops.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libatomic_ops.a
make[2]: Leaving directory '/home/zoffix/services/sourceable/building-perl6/nqp/MoarVM/3rdparty/libatomicops/src'
make[1]: Leaving directory '/home/zoffix/services/sourceable/building-perl6/nqp/MoarVM/3rdparty/libatomicops/src'
compiling 3rdparty/tinymt/tinymt64.o
linking 3rdparty/tinymt/libtinymt.a
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
compiling 3rdparty/libtommath/bn_error.o
compiling 3rdparty/libtommath/bn_fast_mp_invmod.o
compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_2expt.o
compiling 3rdparty/libtommath/bn_mp_abs.o
compiling 3rdparty/libtommath/bn_mp_add.o
compiling 3rdparty/libtommath/bn_mp_add_d.o
compiling 3rdparty/libtommath/bn_mp_addmod.o
compiling 3rdparty/libtommath/bn_mp_and.o
compiling 3rdparty/libtommath/bn_mp_clamp.o
compiling 3rdparty/libtommath/bn_mp_clear.o
compiling 3rdparty/libtommath/bn_mp_clear_multi.o
compiling 3rdparty/libtommath/bn_mp_cmp.o
compiling 3rdparty/libtommath/bn_mp_cmp_d.o
compiling 3rdparty/libtommath/bn_mp_cmp_mag.o
compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o
compiling 3rdparty/libtommath/bn_mp_copy.o
compiling 3rdparty/libtommath/bn_mp_count_bits.o
compiling 3rdparty/libtommath/bn_mp_div.o
compiling 3rdparty/libtommath/bn_mp_div_2.o
compiling 3rdparty/libtommath/bn_mp_div_2d.o
compiling 3rdparty/libtommath/bn_mp_div_3.o
compiling 3rdparty/libtommath/bn_mp_div_d.o
compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o
compiling 3rdparty/libtommath/bn_mp_dr_reduce.o
compiling 3rdparty/libtommath/bn_mp_dr_setup.o
compiling 3rdparty/libtommath/bn_mp_exch.o
compiling 3rdparty/libtommath/bn_mp_export.o
compiling 3rdparty/libtommath/bn_mp_expt_d.o
compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o
compiling 3rdparty/libtommath/bn_mp_exptmod.o
compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o
compiling 3rdparty/libtommath/bn_mp_exteuclid.o
compiling 3rdparty/libtommath/bn_mp_fread.o
compiling 3rdparty/libtommath/bn_mp_fwrite.o
compiling 3rdparty/libtommath/bn_mp_gcd.o
compiling 3rdparty/libtommath/bn_mp_get_int.o
compiling 3rdparty/libtommath/bn_mp_get_long.o
compiling 3rdparty/libtommath/bn_mp_get_long_long.o
compiling 3rdparty/libtommath/bn_mp_grow.o
compiling 3rdparty/libtommath/bn_mp_import.o
compiling 3rdparty/libtommath/bn_mp_init.o
compiling 3rdparty/libtommath/bn_mp_init_copy.o
compiling 3rdparty/libtommath/bn_mp_init_multi.o
compiling 3rdparty/libtommath/bn_mp_init_set.o
compiling 3rdparty/libtommath/bn_mp_init_set_int.o
compiling 3rdparty/libtommath/bn_mp_init_size.o
compiling 3rdparty/libtommath/bn_mp_invmod.o
compiling 3rdparty/libtommath/bn_mp_invmod_slow.o
compiling 3rdparty/libtommath/bn_mp_is_square.o
compiling 3rdparty/libtommath/bn_mp_jacobi.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o
compiling 3rdparty/libtommath/bn_mp_lcm.o
compiling 3rdparty/libtommath/bn_mp_lshd.o
compiling 3rdparty/libtommath/bn_mp_mod.o
compiling 3rdparty/libtommath/bn_mp_mod_2d.o
compiling 3rdparty/libtommath/bn_mp_mod_d.o
compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o
compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o
compiling 3rdparty/libtommath/bn_mp_mul.o
compiling 3rdparty/libtommath/bn_mp_mul_2.o
compiling 3rdparty/libtommath/bn_mp_mul_2d.o
compiling 3rdparty/libtommath/bn_mp_mul_d.o
compiling 3rdparty/libtommath/bn_mp_mulmod.o
compiling 3rdparty/libtommath/bn_mp_n_root.o
compiling 3rdparty/libtommath/bn_mp_n_root_ex.o
compiling 3rdparty/libtommath/bn_mp_neg.o
compiling 3rdparty/libtommath/bn_mp_or.o
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o
compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o
compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o
compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o
compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o
compiling 3rdparty/libtommath/bn_mp_radix_size.o
compiling 3rdparty/libtommath/bn_mp_radix_smap.o
compiling 3rdparty/libtommath/bn_mp_rand.o
compiling 3rdparty/libtommath/bn_mp_read_radix.o
compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_reduce.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_setup.o
compiling 3rdparty/libtommath/bn_mp_rshd.o
compiling 3rdparty/libtommath/bn_mp_set.o
compiling 3rdparty/libtommath/bn_mp_set_int.o
compiling 3rdparty/libtommath/bn_mp_set_long.o
compiling 3rdparty/libtommath/bn_mp_set_long_long.o
compiling 3rdparty/libtommath/bn_mp_shrink.o
compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o
compiling 3rdparty/libtommath/bn_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_sqrmod.o
compiling 3rdparty/libtommath/bn_mp_sqrt.o
compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o
compiling 3rdparty/libtommath/bn_mp_sub.o
compiling 3rdparty/libtommath/bn_mp_sub_d.o
compiling 3rdparty/libtommath/bn_mp_submod.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o
compiling 3rdparty/libtommath/bn_mp_toom_mul.o
compiling 3rdparty/libtommath/bn_mp_toom_sqr.o
compiling 3rdparty/libtommath/bn_mp_toradix.o
compiling 3rdparty/libtommath/bn_mp_toradix_n.o
compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o
compiling 3rdparty/libtommath/bn_mp_xor.o
compiling 3rdparty/libtommath/bn_mp_zero.o
compiling 3rdparty/libtommath/bn_prime_tab.o
compiling 3rdparty/libtommath/bn_reverse.o
compiling 3rdparty/libtommath/bn_s_mp_add.o
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_s_mp_sub.o
compiling 3rdparty/libtommath/bncore.o
linking 3rdparty/libtommath/libtommath.a
compiling 3rdparty/libuv/src/unix/linux-core.o
compiling 3rdparty/libuv/src/unix/linux-inotify.o
compiling 3rdparty/libuv/src/unix/linux-syscalls.o
compiling 3rdparty/libuv/src/unix/proctitle.o
compiling 3rdparty/libuv/src/fs-poll.o
compiling 3rdparty/libuv/src/inet.o
compiling 3rdparty/libuv/src/uv-common.o
compiling 3rdparty/libuv/src/version.o
compiling 3rdparty/libuv/src/timer.o
compiling 3rdparty/libuv/src/unix/async.o
compiling 3rdparty/libuv/src/unix/core.o
compiling 3rdparty/libuv/src/unix/dl.o
compiling 3rdparty/libuv/src/unix/fs.o
compiling 3rdparty/libuv/src/unix/getaddrinfo.o
compiling 3rdparty/libuv/src/unix/loop-watcher.o
compiling 3rdparty/libuv/src/unix/loop.o
compiling 3rdparty/libuv/src/unix/pipe.o
compiling 3rdparty/libuv/src/unix/poll.o
compiling 3rdparty/libuv/src/unix/process.o
compiling 3rdparty/libuv/src/unix/signal.o
compiling 3rdparty/libuv/src/unix/stream.o
compiling 3rdparty/libuv/src/unix/tcp.o
compiling 3rdparty/libuv/src/unix/thread.o
compiling 3rdparty/libuv/src/threadpool.o
compiling 3rdparty/libuv/src/unix/tty.o
compiling 3rdparty/libuv/src/unix/udp.o
linking 3rdparty/libuv/libuv.a
linking libmoar.so
linking moar
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/bin"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp moar "/home/zoffix/services/sourceable/building-perl6/install/bin"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e chmod 755 "/home/zoffix/services/sourceable/building-perl6/install/bin/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/lib"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e rm_f "/home/zoffix/services/sourceable/building-perl6/install/lib/libmoar.so"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp libmoar.so  "/home/zoffix/services/sourceable/building-perl6/install/lib"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib/MAST"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib/MAST"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib/MAST"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/share/pkgconfig"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/home/zoffix/services/sourceable/building-perl6/install/share/pkgconfig"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/6model/reprs"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/core"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/gc"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/gen"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/io"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/mast"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/math"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/platform"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/profiler"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/spesh"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/debug"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/strings"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/strings/siphash"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/jit"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/services/sourceable/building-perl6/install/include/moar/instrument"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/6model"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/6model/reprs"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/core/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/core"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/gc"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/gen"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/io/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/io"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/mast"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/math/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/math"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/platform"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/profiler"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/spesh"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/debug"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/strings"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/strings/siphash"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/jit"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/home/zoffix/services/sourceable/building-perl6/install/include/moar/instrument"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libuv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libuv/uv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libuv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/uv/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libuv/uv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/libtommath
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /home/zoffix/services/sourceable/building-perl6/install/include/libtommath
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /home/zoffix/services/sourceable/building-perl6/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /home/zoffix/services/sourceable/building-perl6/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/zoffix/services/sourceable/building-perl6/install/include/dyncall
Cleaning up ...
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp  > gen/moar/stage1/nqpmo.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/nqpmo.moarvm gen/moar/stage1/nqpmo.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/ModuleLoader.moarvm src/vm/moar/ModuleLoader.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/NQPLock.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp  > gen/moar/stage1/NQPCORE.setting
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting=NULL --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/NQPCORE.setting.moarvm gen/moar/stage1/NQPCORE.setting
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Children.nqp src/QAST/Node.nqp src/QAST/NodeList.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp  > gen/moar/stage1/QASTNode.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 --stable-sc=stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage1/QASTNode.moarvm gen/moar/stage1/QASTNode.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QRegex/NFA.nqp src/QRegex/Cursor.nqp  > gen/moar/stage1/QRegex.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 --stable-sc=stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage1/QRegex.moarvm gen/moar/stage1/QRegex.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp  > gen/moar/stage1/NQPHLL.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/NQPHLL.moarvm gen/moar/stage1/NQPHLL.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/MASTOps.moarvm /home/zoffix/services/sourceable/building-perl6/install/bin/../share/nqp/lib/MAST/Ops.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/MASTNodes.moarvm /home/zoffix/services/sourceable/building-perl6/install/bin/../share/nqp/lib/MAST/Nodes.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/QAST/QASTRegexCompilerMAST.nqp src/vm/moar/QAST/QASTOperationsMAST.nqp src/vm/moar/QAST/QASTCompilerMAST.nqp  > gen/moar/stage1/QAST.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/QAST.moarvm gen/moar/stage1/QAST.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp  > gen/moar/stage1/NQPP6QRegex.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --no-regex-lib --target=mbc --stable-sc=stage1 \
    --output=gen/moar/stage1/NQPP6QRegex.moarvm gen/moar/stage1/NQPP6QRegex.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-version.pl /home/zoffix/services/sourceable/building-perl6/install /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib > gen/moar/stage1/nqp-config.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp  gen/moar/stage1/nqp-config.nqp > gen/moar/stage1/NQP.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \
    --setting=NQPCORE --target=mbc --no-regex-lib --stable-sc=stage1 \
    --output=gen/moar/stage1/nqp.moarvm gen/moar/stage1/NQP.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp  > gen/moar/stage2/nqpmo.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/nqpmo.moarvm gen/moar/stage2/nqpmo.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/ModuleLoader.moarvm src/vm/moar/ModuleLoader.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/NQPLock.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp  > gen/moar/stage2/NQPCORE.setting
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting=NULL --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/NQPCORE.setting.moarvm gen/moar/stage2/NQPCORE.setting
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Children.nqp src/QAST/Node.nqp src/QAST/NodeList.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp  > gen/moar/stage2/QASTNode.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/QASTNode.moarvm gen/moar/stage2/QASTNode.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QRegex/NFA.nqp src/QRegex/Cursor.nqp  > gen/moar/stage2/QRegex.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/QRegex.moarvm gen/moar/stage2/QRegex.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp  > gen/moar/stage2/NQPHLL.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/NQPHLL.moarvm gen/moar/stage2/NQPHLL.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/MASTOps.moarvm /home/zoffix/services/sourceable/building-perl6/install/bin/../share/nqp/lib/MAST/Ops.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/MASTNodes.moarvm /home/zoffix/services/sourceable/building-perl6/install/bin/../share/nqp/lib/MAST/Nodes.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/QAST/QASTRegexCompilerMAST.nqp src/vm/moar/QAST/QASTOperationsMAST.nqp src/vm/moar/QAST/QASTCompilerMAST.nqp  > gen/moar/stage2/QAST.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/QAST.moarvm gen/moar/stage2/QAST.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp  > gen/moar/stage2/NQPP6QRegex.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --no-regex-lib --target=mbc \
    --output=gen/moar/stage2/NQPP6QRegex.moarvm gen/moar/stage2/NQPP6QRegex.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-version.pl /home/zoffix/services/sourceable/building-perl6/install /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib > gen/moar/stage2/nqp-config.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/vm/moar/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp  gen/moar/stage2/nqp-config.nqp > gen/moar/stage2/NQP.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \
    --setting=NQPCORE --target=mbc --no-regex-lib \
    --output=gen/moar/stage2/nqp.moarvm gen/moar/stage2/NQP.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqpmo.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/ModuleLoader.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPCORE.setting.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QASTNode.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QRegex.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPHLL.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTOps.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTNodes.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QAST.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPP6QRegex.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqp.moarvm .
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-moar-runner.pl "/home/zoffix/services/sourceable/building-perl6/install/bin/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-cat.pl moar src/QRegex/P5Regex/Grammar.nqp src/QRegex/P5Regex/Actions.nqp src/QRegex/P5Regex/Compiler.nqp  > gen/moar/stage2/NQPP5QRegex.nqp
./nqp-m --target=mbc --output=NQPP5QRegex.moarvm \
    gen/moar/stage2/NQPP5QRegex.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp nqp-m nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e chmod 755 nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/bin
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib/profiler
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp nqpmo.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp ModuleLoader.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp NQPCORE.setting.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp QASTNode.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp QRegex.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp NQPHLL.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp MASTOps.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp MASTNodes.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp QAST.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp NQPP6QRegex.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp nqp.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp NQPP5QRegex.moarvm /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/vm/moar/profiler/template.html /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib/profiler/template.html
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/install-moar-runner.pl "" /home/zoffix/services/sourceable/building-perl6/install /home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib /home/zoffix/services/sourceable/building-perl6/install/bin/moar
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp nqp-m nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e chmod 755 nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp /home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m /home/zoffix/services/sourceable/building-perl6/install/bin/nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e chmod 755 /home/zoffix/services/sourceable/building-perl6/install/bin/nqp

NQP has been built and installed.
Using /home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m (version 2018.08-46-gdb0f1175a / MoarVM 2018.08-45-gef4743315).
Cleaning up ...

You can now use 'make' to build Rakudo.
After that, 'make test' will run some tests and
'make install' will install Rakudo.
zoffix@hack:~/services/sourceable/building-perl6$ make
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/check-nqp-version.pl /home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/vm/moar/ModuleLoaderVMConfig.nqp src/Perl6/ModuleLoader.nqp > gen/moar/ModuleLoader.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/ModuleLoader.moarvm --encoding=utf8 \
    gen/moar/ModuleLoader.nqp
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -I/home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/dyncall -I/home/zoffix/services/sourceable/building-perl6/install/include/moar \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/sha1 -I/home/zoffix/services/sourceable/building-perl6/install/include/tinymt  -I/home/zoffix/services/sourceable/building-perl6/install/include/libtommath \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/libuv -I/home/zoffix/services/sourceable/building-perl6/install/include  -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback -o dynext/perl6_ops.o src/vm/moar/ops/perl6_ops.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -I/home/zoffix/services/sourceable/building-perl6/install/include/libatomic_ops \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/dyncall -I/home/zoffix/services/sourceable/building-perl6/install/include/moar \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/sha1 -I/home/zoffix/services/sourceable/building-perl6/install/include/tinymt  -I/home/zoffix/services/sourceable/building-perl6/install/include/libtommath \
    -I/home/zoffix/services/sourceable/building-perl6/install/include/libuv -I/home/zoffix/services/sourceable/building-perl6/install/include  -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback -o dynext/container.o src/vm/moar/ops/container.c
gcc  -L/home/zoffix/services/sourceable/building-perl6/install/lib -shared -fPIC -O3 -DNDEBUG -Wl,-rpath,"//home/zoffix/services/sourceable/building-perl6/install/lib"  -O3 -DNDEBUG -lm -lpthread -lrt -ldl -o dynext/libperl6_ops_moar.so dynext/perl6_ops.o dynext/container.o -lmoar 
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --target=mbc --output=blib/Perl6/Ops.moarvm --encoding=utf8 \
    src/vm/moar/Perl6/Ops.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Pod.moarvm --encoding=utf8 \
    src/Perl6/Pod.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/World.moarvm --encoding=utf8 \
    src/Perl6/World.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Actions.nqp \
                              src/Perl6/PodActions.nqp > gen/moar/Perl6-Actions.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Actions.moarvm --encoding=utf8 \
    gen/moar/Perl6-Actions.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Grammar.nqp \
                              src/Perl6/PodGrammar.nqp > gen/moar/Perl6-Grammar.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Grammar.moarvm --encoding=utf8 \
    gen/moar/Perl6-Grammar.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Optimizer.nqp > gen/moar/Perl6-Optimizer.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Optimizer.moarvm --encoding=utf8 \
    gen/moar/Perl6-Optimizer.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Compiler.moarvm --encoding=utf8 \
    src/Perl6/Compiler.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-version.pl /home/zoffix/services/sourceable/building-perl6/install /home/zoffix/services/sourceable/building-perl6/install/share > gen/moar/main-version.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/main.nqp gen/moar/main-version.nqp > gen/moar/main.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=perl6.moarvm \
    --vmlibs=dynext/libperl6_ops_moar.so=Rakudo_ops_init gen/moar/main.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar -f tools/build/common_bootstrap_sources > gen/moar/Metamodel.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/Metamodel.moarvm --encoding=utf8 \
    gen/moar/Metamodel.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Metamodel/BOOTSTRAP.nqp src/Perl6/Metamodel/EXPORTHOW.nqp  src/vm/moar/spesh-plugins.nqp > gen/moar/BOOTSTRAP.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m --module-path=blib --target=mbc --output=blib/Perl6/BOOTSTRAP.moarvm --encoding=utf8 \
        --vmlibs=dynext/libperl6_ops_moar.so=Rakudo_ops_init gen/moar/BOOTSTRAP.nqp
/home/zoffix/services/sourceable/building-perl6/install/bin/nqp-m tools/build/gen-cat.nqp moar -f tools/build/moar_core_sources > gen/moar/CORE.setting
The following step can take a long time, please be patient.
/home/zoffix/services/sourceable/building-perl6/install/bin/moar --libpath="blib" --libpath="/home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib" --libpath="/home/zoffix/services/sourceable/building-perl6/install/share/nqp/lib" perl6.moarvm --nqp-lib=blib --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm gen/moar/CORE.setting
Stage start      :   0.000
Stage parse      : Segmentation fault
Makefile:509: recipe for target 'CORE.setting.moarvm' failed
make: *** [CORE.setting.moarvm] Error 139
zoffix@hack:~/services/sourceable/building-perl6$ 
MasterDuke17 commented 6 years ago

https://github.com/MoarVM/MoarVM/issues/958

niner commented 6 years ago

I can't reproduce this, no matter what I do :/ Can you please bisect the issue? MasterDuke17++ reports that the build succeeds with a disabled JIT, so the bug may be somewhere in MoarVM 954bdf88bc5d6909c8e37b9133355696751f0b67..ef4743315dc9993f40b433f5beda72d0dfd5cc1b

niner commented 6 years ago

The segfault is probably fixed by brrt's https://github.com/MoarVM/MoarVM/commit/fb8976ab19 Please re-test :)

MasterDuke17 commented 6 years ago

Yep, everything is fine now. Closing.