Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 26, 2018 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/5192257657011999c08d6e0027bacd9f to your computer and use it in GitHub Desktop.
Save zoffixznet/5192257657011999c08d6e0027bacd9f to your computer and use it in GitHub Desktop.
2018.03.265 zoffix@VirtualBox~/R/rakudo (master)$ z build moar; z build nqp; z build rakudo
make: *** No rule to make target `realclean'. Stop.
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.26
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
src/debug/debugserver.c: In function ‘check_requirements’:
src/debug/debugserver.c:428:13: warning: unknown conversion type character ‘b’ in format [-Wformat=]
fprintf(stderr, "debugserver: too many fields in message of type %d: accepted %b, got %b\n", data->type, accepted, data->fields_set);
^
src/debug/debugserver.c:428:13: warning: unknown conversion type character ‘b’ in format [-Wformat=]
src/debug/debugserver.c:428:13: warning: too many arguments for format [-Wformat-extra-args]
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/facts.o
compiling src/spesh/optimize.o
compiling src/spesh/dead_bb_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/stats.o
compiling src/spesh/plan.o
compiling src/spesh/arg_guard.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
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/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
compiling src/jit/expr.o
compiling src/jit/tile.o
compiling src/jit/linear_scan.o
compiling src/jit/x64/emit.o
compiling src/jit/x64/arch.o
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
linking libmoar.so
linking moar
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/bin"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp moar "/home/zoffix/R/install/bin"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e chmod 755 "/home/zoffix/R/install/bin/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/lib"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e rm_f "/home/zoffix/R/install/lib/libmoar.so"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp libmoar.so "/home/zoffix/R/install/lib"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/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/R/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/R/install/share/nqp/lib/MAST"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/share/pkgconfig"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/home/zoffix/R/install/share/pkgconfig"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/home/zoffix/R/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/6model/reprs"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/core"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/gc"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/gen"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/io"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/mast"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/math"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/platform"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/profiler"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/spesh"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/debug"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/strings"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/jit"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath "/home/zoffix/R/install/include/moar/instrument"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/home/zoffix/R/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/*.h "/home/zoffix/R/install/include/moar"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/home/zoffix/R/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/R/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/R/install/include/moar/core"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/home/zoffix/R/install/include/moar/gc"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/home/zoffix/R/install/include/moar/gen"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/io/*.h "/home/zoffix/R/install/include/moar/io"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/home/zoffix/R/install/include/moar/mast"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/math/*.h "/home/zoffix/R/install/include/moar/math"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/home/zoffix/R/install/include/moar/platform"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/home/zoffix/R/install/include/moar/profiler"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/home/zoffix/R/install/include/moar/spesh"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/home/zoffix/R/install/include/moar/debug"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/home/zoffix/R/install/include/moar/strings"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/home/zoffix/R/install/include/moar/jit"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/home/zoffix/R/install/include/moar/instrument"
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/R/install/include/libuv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /home/zoffix/R/install/include/libuv
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/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/R/install/include/libtommath
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /home/zoffix/R/install/include/libtommath
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/R/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /home/zoffix/R/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /home/zoffix/R/install/include/dyncall
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/zoffix/R/install/include/dyncall
make: *** No rule to make target `realclean'. Stop.
Creating tools/build/install-jvm-runner.pl ...
Cleaning up ...
You can now use 'make' to build NQP.
After that, 'make test' will run some tests and
'make install' will install NQP.
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/zoffix/R/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \
--output=gen/moar/stage1/ModuleLoader.moarvm src/vm/moar/ModuleLoader.nqp
/home/zoffix/perl5/perlbrew/perls/perl-5.26.1/bin/perl tools/build/gen-moar-runner.pl "/home/zoffix/R/install/bin/moar"
/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/R/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \
--output=gen/moar/stage1/nqpmo.moarvm gen/moar/stage1/nqpmo.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/R/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 \
--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/R/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 \
--output=gen/moar/stage1/MASTOps.moarvm /home/zoffix/R/install/bin/../share/nqp/lib/MAST/Ops.nqp
/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/R/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 \
--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/R/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 \
--output=gen/moar/stage1/QRegex.moarvm gen/moar/stage1/QRegex.nqp
/home/zoffix/R/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 \
--output=gen/moar/stage1/MASTNodes.moarvm /home/zoffix/R/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/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/R/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 \
--output=gen/moar/stage1/NQPHLL.moarvm gen/moar/stage1/NQPHLL.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/R/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 \
--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/R/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 \
--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/R/install /home/zoffix/R/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/R/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 \
--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/R/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 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/R/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/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/R/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/R/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/R/install/bin/../share/nqp/lib/MAST/Ops.nqp
/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/R/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/R/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/R/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/R/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/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/R/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/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/R/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/R/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/R/install /home/zoffix/R/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/R/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 -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
prove -j07 -r --exec "./nqp-m" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall t/concurrency
t/nqp/001-literals.t ................... ok
t/nqp/002-if.t ......................... ok
t/nqp/006-args-pos.t ................... ok
t/nqp/004-unless.t ..................... ok
t/nqp/005-comments.t ................... ok
t/nqp/007-boolean.t .................... ok
t/nqp/008-blocks.t ..................... ok
t/nqp/003-if-else.t .................... ok
t/nqp/009-var.t ........................ ok
t/nqp/015-list.t ....................... ok
t/nqp/012-logical.t .................... ok
t/nqp/013-op.t ......................... ok
t/nqp/011-sub.t ........................ ok
t/nqp/010-cmp.t ........................ ok
t/nqp/017-positional.t ................. ok
t/nqp/016-ternary.t .................... ok
t/nqp/018-associative.t ................ ok
t/nqp/020-return.t ..................... ok
t/nqp/022-optional-args.t .............. ok
t/nqp/024-module.t ..................... ok
t/nqp/014-while.t ...................... ok
t/nqp/023-named-args.t ................. ok
t/nqp/029-make.t ....................... ok
t/nqp/027-self.t ....................... ok
t/nqp/026-methodops.t .................. ok
t/nqp/028-subclass.t ................... ok
t/nqp/021-contextual.t ................. ok
t/nqp/025-class.t ...................... ok
t/nqp/035-prefix-sigil.t ............... ok
t/nqp/033-init.t ....................... ok
t/nqp/036-callable.t ................... ok
t/nqp/032-protoregex.t ................. ok
t/nqp/037-slurpy.t ..................... ok
t/nqp/034-rxcodeblock.t ................ ok
t/nqp/038-quotes.t ..................... ok
t/nqp/039-pointy.t ..................... ok
t/nqp/031-grammar.t .................... ok
t/nqp/043-package-var.t ................ ok
t/nqp/040-lists.t ...................... ok
t/nqp/041-flat.t ....................... ok
t/nqp/042-cond-loop.t .................. ok
t/nqp/045-smartmatch.t ................. ok
t/nqp/046-charspec.t ................... ok
t/nqp/019-file-ops.t ................... ok
t/nqp/048-closure.t .................... ok
t/nqp/051-multi.t ...................... ok
t/nqp/050-regex.t ...................... ok
t/nqp/055-multi-method.t ............... ok
t/nqp/053-knowhow.t .................... ok
t/nqp/057-construction.t ............... ok
t/nqp/047-loop-control.t ............... ok
t/nqp/056-role.t ....................... ok
t/nqp/061-mixin.t ...................... ok
t/nqp/063-slurp.t ...................... ok
t/nqp/062-subst.t ...................... ok
t/nqp/049-regex-interpolation.t ........ ok
t/nqp/044-try-catch.t .................. ok
t/nqp/058-attrs.t ...................... ok
t/nqp/064-native.t ..................... ok
t/nqp/065-how.t ........................ ok
t/nqp/066-pararole.t ................... ok
t/nqp/068-associative-for.t ............ ok
t/nqp/067-container.t .................. ok
t/nqp/069-js-keywords-as-identifier.t .. ok
t/nqp/070-invokespec.t ................. ok
t/nqp/072-rolehow.t .................... ok
t/nqp/074-nfa.t ........................ ok
t/nqp/073-delegation.t ................. ok
t/nqp/071-setboolspec.t ................ ok
t/nqp/075-curcode.t .................... ok
t/nqp/060-bigint.t ..................... ok
t/nqp/077-curlexpad.t .................. ok
t/nqp/079-callercode.t ................. ok
t/nqp/080-matches.t .................... ok
t/nqp/076-capture.t .................... ok
t/nqp/085-type-tester.t ................ ok
t/nqp/081-radix.t ...................... ok
t/nqp/088-more-if-tests.t .............. ok
t/nqp/089-istype.t ..................... ok
t/nqp/082-decode.t ..................... ok
t/nqp/084-loop-labels.t ................ ok
t/nqp/059-nqpop.t ...................... ok
t/nqp/091-codename.t ................... ok
t/nqp/083-math.t ....................... ok
t/nqp/087-parametric-6model.t .......... ok
t/nqp/092-where.t ...................... ok
t/nqp/090-findmethod.t ................. ok
t/nqp/096-array-methods.t .............. ok
t/nqp/094-clone.t ...................... ok
t/nqp/099-getstaticcode.t .............. ok
t/nqp/098-boxing.t ..................... ok
t/nqp/093-oo-ops.t ..................... ok
t/nqp/100-dispatcher.t ................. ok
t/nqp/097-hll.t ........................ ok
t/nqp/095-cclass.t ..................... ok
t/nqp/104-method-cache.t ............... ok
t/nqp/103-typecache.t .................. ok
t/nqp/101-lexpad-stuff.t ............... ok
t/nqp/108-vmhash.t ..................... ok
t/nqp/104-refs.t ....................... ok
t/nqp/105-multicache.t ................. ok
t/nqp/109-coercions.t .................. ok
t/nqp/106-unicodenames.t ............... All 33 subtests passed
t/nqp/110-normalization.t .............. ok
t/hll/01-language.t .................... skipped: design changes, need re-work
t/hll/02-modules.t ..................... skipped: design changes, need re-work
t/nqp/111-spawnprocasync.t ............. ok
t/nqp/113-run-command.t ................ ok
t/hll/04-import.t ...................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/03-exports.t ..................... skipped: design changes (EXPORT now lexical), need re-work
t/nqp/114-pod-panic.t .................. ok
t/nqp/112-call.t ....................... ok
t/hll/05-commandline.t ................. ok
t/nqp/107-index.t ...................... ok
t/qast/02-manipulation.t ............... ok
t/nqp/102-multidim.t ................... ok
t/moar/03-line-seps.t .................. ok
t/moar/01-continuations.t .............. ok
t/moar/04-argument-truncation.t ........ ok
t/moar/07-eqatic.t ..................... ok
t/moar/05-decoder.t .................... ok
t/p5regex/01-p5regex.t ................. ok
t/moar/09-concat.t ..................... ok
t/moar/02-qast-references.t ............ ok
t/moar/10-eqatim.t ..................... ok
t/moar/11-decode.t ..................... ok
t/moar/08-indexic.t .................... ok
t/hll/06-sprintf.t ..................... ok
t/moar/51-jit-div_i.t .................. ok
t/moar/50-jit-register-alloc.t ......... ok
t/serialization/03-closures.t .......... ok
t/nativecall/01-basic.t ................ ok
t/serialization/04-repossession.t ...... ok
t/concurrency/01-thread.t .............. ok
t/concurrency/04-osr-crash.t ........... ok
t/serialization/02-types.t ............. ok
t/serialization/01-basic.t ............. ok
t/qast/01-qast.t ....................... ok
t/qregex/01-qregex.t ................... ok
t/concurrency/03-semaphore.t ........... ok
t/concurrency/02-lock.t ................ ok
Test Summary Report
-------------------
t/nqp/106-unicodenames.t (Wstat: 0 Tests: 34 Failed: 1)
Failed test: 34
Parse errors: Bad plan. You planned 33 tests but ran 34.
Files=141, Tests=12022, 11 wallclock secs ( 1.10 usr 0.18 sys + 26.78 cusr 2.82 csys = 30.88 CPU)
Result: FAIL
make: *** [m-test] Error 1
The spawned command 'make' exited unsuccessfully (exit code: 2)
in method build-nqp at /home/zoffix/zscript/bin/../lib/RDev.pm6 (RDev) line 231
in sub MAIN at /home/zoffix/zscript/bin/z line 84
in block <unit> at /home/zoffix/zscript/bin/z line 148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment