Skip to content

Instantly share code, notes, and snippets.

@leonardinius
Created November 5, 2014 09:34
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 leonardinius/8e19459e739dfd7c5afa to your computer and use it in GitHub Desktop.
Save leonardinius/8e19459e739dfd7c5afa to your computer and use it in GitHub Desktop.
mkdir -p .deps/build/third-party
cd .deps/build/third-party && \
cmake -G 'Unix Makefiles' \
../../../third-party
Re-run cmake no build system arguments
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found GNU Make at /usr/bin/make
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim/.deps/build/third-party
mkdir -p build
touch build/.ran-third-party-cmake
make -C .deps/build/third-party
make[1]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -H/tmp/neovim/third-party -B/tmp/neovim/.deps/build/third-party --check-build-system CMakeFiles/Makefile.cmake 0
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/third-party/CMakeFiles /tmp/neovim/.deps/build/third-party/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/libuv.dir/build.make CMakeFiles/libuv.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/libuv.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/libuv.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/libuv.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/libuv.dir/depend.internal".
Scanning dependencies of target libuv
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/libuv.dir/build.make CMakeFiles/libuv.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 4
[ 2%] Creating directories for 'libuv'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/libuv
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/libuv-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/tmp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/libuv-stamp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/downloads/libuv
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-mkdir
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 5
[ 5%] Performing download step for 'libuv'
cd /tmp/neovim/.deps/build/downloads/libuv && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -DPREFIX=/tmp/neovim/.deps/build -DDOWNLOAD_DIR=/tmp/neovim/.deps/build/downloads/libuv -DURL=https://github.com/joyent/libuv/archive/v0.11.28.tar.gz -DEXPECTED_MD5=1a849ba4fc571d531482ed74bc7aabc4 -DTARGET=libuv -P /tmp/neovim/third-party/cmake/DownloadAndExtractFile.cmake
-- file: /tmp/neovim/.deps/build/downloads/libuv/v0.11.28.tar.gz
-- downloading...
src='https://github.com/joyent/libuv/archive/v0.11.28.tar.gz'
dst='/tmp/neovim/.deps/build/downloads/libuv/v0.11.28.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim/.deps/build/downloads/libuv/v0.11.28.tar.gz'
dst='/tmp/neovim/.deps/build/src/libuv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /tmp/neovim/.deps/build/downloads/libuv && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-download
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 7
[ 8%] No patch step for 'libuv'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-patch
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 6
[ 11%] No update step for 'libuv'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-update
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 8
[ 13%] Performing configure step for 'libuv'
cd /tmp/neovim/.deps/build/src/libuv-build && sh /tmp/neovim/.deps/build/src/libuv/autogen.sh && /tmp/neovim/.deps/build/src/libuv/configure --with-pic --disable-shared --prefix=/tmp/neovim/.deps/usr CC=/usr/bin/cc
+ libtoolize
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ automake --add-missing --copy
configure.ac:27: installing './ar-lib'
configure.ac:24: installing './compile'
configure.ac:21: installing './config.guess'
configure.ac:21: installing './config.sub'
configure.ac:20: installing './install-sh'
configure.ac:20: installing './missing'
Makefile.am: installing './depcomp'
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... /usr/bin/cc
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 /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking whether /usr/bin/cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/cc -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 dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc static flag -static works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... yes
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dtrace... no
checking for pkg-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
cd /tmp/neovim/.deps/build/src/libuv-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-configure
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 9
[ 16%] Performing build step for 'libuv'
cd /tmp/neovim/.deps/build/src/libuv-build && make
make[4]: Entering directory `/tmp/neovim/.deps/build/src/libuv-build'
make all-am
make[5]: Entering directory `/tmp/neovim/.deps/build/src/libuv-build'
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-threadpool.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-getnameinfo.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-linux-core.lo
CC src/unix/libuv_la-linux-inotify.lo
CC src/unix/libuv_la-linux-syscalls.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/libuv-build'
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/libuv-build'
cd /tmp/neovim/.deps/build/src/libuv-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 3
[ 19%] Performing install step for 'libuv'
cd /tmp/neovim/.deps/build/src/libuv-build && make install
make[4]: Entering directory `/tmp/neovim/.deps/build/src/libuv-build'
make install-am
make[5]: Entering directory `/tmp/neovim/.deps/build/src/libuv-build'
make[6]: Entering directory `/tmp/neovim/.deps/build/src/libuv-build'
/bin/mkdir -p '/tmp/neovim/.deps/usr/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libuv.la '/tmp/neovim/.deps/usr/lib'
libtool: install: /usr/bin/install -c .libs/libuv.lai /tmp/neovim/.deps/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /tmp/neovim/.deps/usr/lib/libuv.a
libtool: install: chmod 644 /tmp/neovim/.deps/usr/lib/libuv.a
libtool: install: ranlib /tmp/neovim/.deps/usr/lib/libuv.a
libtool: finish: PATH="/home/vagrant/.linuxbrew/bin:/home/vagrant/.linuxbrew/bin:/home/vagrant/.rvm/gems/ruby-2.1.2/bin:/home/vagrant/.rvm/gems/ruby-2.1.2@global/bin:/home/vagrant/.rvm/rubies/ruby-2.1.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:~/usr/bin:/home/vagrant/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin:/home/vagrant/usr/bin:/home/vagrant/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin:/home/vagrant/usr/bin:/home/vagrant/.rvm/bin:/sbin" ldconfig -n /tmp/neovim/.deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/neovim/.deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/tmp/neovim/.deps/usr/include'
/usr/bin/install -c -m 644 /tmp/neovim/.deps/build/src/libuv/include/uv.h /tmp/neovim/.deps/build/src/libuv/include/uv-errno.h /tmp/neovim/.deps/build/src/libuv/include/uv-threadpool.h /tmp/neovim/.deps/build/src/libuv/include/uv-version.h /tmp/neovim/.deps/build/src/libuv/include/uv-unix.h /tmp/neovim/.deps/build/src/libuv/include/uv-linux.h '/tmp/neovim/.deps/usr/include'
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/libuv-build'
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/libuv-build'
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/libuv-build'
cd /tmp/neovim/.deps/build/src/libuv-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-install
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 2
[ 22%] Completed 'libuv'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/third-party/CMakeFiles
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/third-party/CMakeFiles/libuv-complete
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/libuv-stamp/libuv-done
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 2 3 4 5 6 7 8 9
[ 22%] Built target libuv
make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/luajit.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/luajit.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/luajit.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/luajit.dir/depend.internal".
Scanning dependencies of target luajit
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 14
[ 25%] Creating directories for 'luajit'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luajit
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luajit
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/tmp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luajit-stamp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/downloads/luajit
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-mkdir
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 15
[ 27%] Performing download step for 'luajit'
cd /tmp/neovim/.deps/build/downloads/luajit && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -DPREFIX=/tmp/neovim/.deps/build -DDOWNLOAD_DIR=/tmp/neovim/.deps/build/downloads/luajit -DURL=http://luajit.org/download/LuaJIT-2.0.3.tar.gz -DEXPECTED_MD5=f14e9104be513913810cd59c8c658dc0 -DTARGET=luajit -P /tmp/neovim/third-party/cmake/DownloadAndExtractFile.cmake
-- file: /tmp/neovim/.deps/build/downloads/luajit/LuaJIT-2.0.3.tar.gz
-- downloading...
src='http://luajit.org/download/LuaJIT-2.0.3.tar.gz'
dst='/tmp/neovim/.deps/build/downloads/luajit/LuaJIT-2.0.3.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim/.deps/build/downloads/luajit/LuaJIT-2.0.3.tar.gz'
dst='/tmp/neovim/.deps/build/src/luajit'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /tmp/neovim/.deps/build/downloads/luajit && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-download
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 17
[ 30%] No patch step for 'luajit'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-patch
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 16
[ 33%] No update step for 'luajit'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-update
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 18
[ 36%] No configure step for 'luajit'
cd /tmp/neovim/.deps/build/src/luajit && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-configure
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 19
[ 38%] No build step for 'luajit'
cd /tmp/neovim/.deps/build/src/luajit && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 13
[ 41%] Performing install step for 'luajit'
cd /tmp/neovim/.deps/build/src/luajit && make CC=/usr/bin/cc PREFIX=/tmp/neovim/.deps/usr CFLAGS=-fPIC BUILDMODE=static install
make[4]: Entering directory `/tmp/neovim/.deps/build/src/luajit'
==== Building LuaJIT 2.0.3 ====
make -C src
make[5]: Entering directory `/tmp/neovim/.deps/build/src/luajit/src'
HOSTCC host/minilua.o
HOSTLINK host/minilua
DYNASM host/buildvm_arch.h
HOSTCC host/buildvm.o
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
HOSTLINK host/buildvm
BUILDVM lj_vm.s
ASM lj_vm.o
CC lj_gc.o
BUILDVM lj_ffdef.h
CC lj_err.o
CC lj_char.o
BUILDVM lj_bcdef.h
CC lj_bc.o
CC lj_obj.o
CC lj_str.o
CC lj_tab.o
CC lj_func.o
CC lj_udata.o
CC lj_meta.o
CC lj_debug.o
CC lj_state.o
CC lj_dispatch.o
CC lj_vmevent.o
CC lj_vmmath.o
CC lj_strscan.o
CC lj_api.o
CC lj_lex.o
CC lj_parse.o
CC lj_bcread.o
CC lj_bcwrite.o
CC lj_load.o
CC lj_ir.o
CC lj_opt_mem.o
BUILDVM lj_folddef.h
CC lj_opt_fold.o
CC lj_opt_narrow.o
CC lj_opt_dce.o
CC lj_opt_loop.o
CC lj_opt_split.o
CC lj_opt_sink.o
CC lj_mcode.o
CC lj_snap.o
CC lj_record.o
CC lj_crecord.o
BUILDVM lj_recdef.h
CC lj_ffrecord.o
CC lj_asm.o
CC lj_trace.o
CC lj_gdbjit.o
CC lj_ctype.o
CC lj_cdata.o
CC lj_cconv.o
CC lj_ccall.o
CC lj_ccallback.o
CC lj_carith.o
CC lj_clib.o
CC lj_cparse.o
CC lj_lib.o
CC lj_alloc.o
CC lib_aux.o
BUILDVM lj_libdef.h
CC lib_base.o
CC lib_math.o
CC lib_bit.o
CC lib_string.o
CC lib_table.o
CC lib_io.o
CC lib_os.o
CC lib_package.o
CC lib_debug.o
CC lib_jit.o
CC lib_ffi.o
CC lib_init.o
AR libluajit.a
CC luajit.o
BUILDVM jit/vmdef.lua
LINK luajit
OK Successfully built LuaJIT
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/luajit/src'
==== Successfully built LuaJIT 2.0.3 ====
==== Installing LuaJIT 2.0.3 to /tmp/neovim/.deps/usr ====
mkdir -p /tmp/neovim/.deps/usr/bin /tmp/neovim/.deps/usr/lib /tmp/neovim/.deps/usr/include/luajit-2.0 /tmp/neovim/.deps/usr/share/man/man1 /tmp/neovim/.deps/usr/lib/pkgconfig /tmp/neovim/.deps/usr/share/luajit-2.0.3/jit /tmp/neovim/.deps/usr/share/lua/5.1 /tmp/neovim/.deps/usr/lib/lua/5.1
cd src && install -m 0755 luajit /tmp/neovim/.deps/usr/bin/luajit-2.0.3
cd src && test -f libluajit.a && install -m 0644 libluajit.a /tmp/neovim/.deps/usr/lib/libluajit-5.1.a || :
rm -f /tmp/neovim/.deps/usr/bin/luajit /tmp/neovim/.deps/usr/lib/libluajit-5.1.so.2.0.3 /tmp/neovim/.deps/usr/lib/libluajit-5.1.so /tmp/neovim/.deps/usr/lib/libluajit-5.1.so
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /tmp/neovim/.deps/usr/lib/libluajit-5.1.so.2.0.3 && \
ldconfig -n /tmp/neovim/.deps/usr/lib && \
ln -sf libluajit-5.1.so.2.0.3 /tmp/neovim/.deps/usr/lib/libluajit-5.1.so && \
ln -sf libluajit-5.1.so.2.0.3 /tmp/neovim/.deps/usr/lib/libluajit-5.1.so || :
cd etc && install -m 0644 luajit.1 /tmp/neovim/.deps/usr/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/tmp/neovim/.deps/usr|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /tmp/neovim/.deps/usr/lib/pkgconfig/luajit.pc && \
rm -f luajit.pc.tmp
cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /tmp/neovim/.deps/usr/include/luajit-2.0
cd src/jit && install -m 0644 bc.lua v.lua dump.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua bcsave.lua vmdef.lua /tmp/neovim/.deps/usr/share/luajit-2.0.3/jit
ln -sf luajit-2.0.3 /tmp/neovim/.deps/usr/bin/luajit
==== Successfully installed LuaJIT 2.0.3 to /tmp/neovim/.deps/usr ====
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/luajit'
cd /tmp/neovim/.deps/build/src/luajit && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-install
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 12
[ 44%] Completed 'luajit'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/third-party/CMakeFiles
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/third-party/CMakeFiles/luajit-complete
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luajit-stamp/luajit-done
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 12 13 14 15 16 17 18 19
[ 44%] Built target luajit
make -f CMakeFiles/luarocks.dir/build.make CMakeFiles/luarocks.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/luarocks.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/luarocks.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/luarocks.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/luarocks.dir/depend.internal".
Scanning dependencies of target luarocks
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/luarocks.dir/build.make CMakeFiles/luarocks.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 22
[ 47%] Creating directories for 'luarocks'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luarocks
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luarocks
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/tmp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/luarocks-stamp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/downloads/luarocks
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-mkdir
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 23
[ 50%] Performing download step for 'luarocks'
cd /tmp/neovim/.deps/build/downloads/luarocks && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -DPREFIX=/tmp/neovim/.deps/build -DDOWNLOAD_DIR=/tmp/neovim/.deps/build/downloads/luarocks -DURL=https://github.com/keplerproject/luarocks/archive/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz -DEXPECTED_MD5=0f53f42909fbcd2c88be303e8f970516 -DTARGET=luarocks -P /tmp/neovim/third-party/cmake/DownloadAndExtractFile.cmake
-- file: /tmp/neovim/.deps/build/downloads/luarocks/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz
-- downloading...
src='https://github.com/keplerproject/luarocks/archive/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz'
dst='/tmp/neovim/.deps/build/downloads/luarocks/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim/.deps/build/downloads/luarocks/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz'
dst='/tmp/neovim/.deps/build/src/luarocks'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /tmp/neovim/.deps/build/downloads/luarocks && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-download
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 25
[ 52%] No patch step for 'luarocks'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-patch
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 24
[ 55%] No update step for 'luarocks'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-update
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 26
[ 58%] Performing configure step for 'luarocks'
cd /tmp/neovim/.deps/build/src/luarocks && /tmp/neovim/.deps/build/src/luarocks/configure --prefix=/tmp/neovim/.deps/usr --force-config --with-lua=/tmp/neovim/.deps/usr --with-lua-include=/tmp/neovim/.deps/usr/include/luajit-2.0 --lua-suffix=jit
Checking Lua includes... lua.h found in /tmp/neovim/.deps/usr/include/luajit-2.0/lua.h
curl found at /usr/bin
md5sum found at /usr/bin
Configuring for system... Linux
Configuring for architecture... x86_64
Using unversioned rocks dir: /tmp/neovim/.deps/usr/lib/luarocks/rocks
Writing configuration...
Installation prefix: /tmp/neovim/.deps/usr
LuaRocks configuration directory: /tmp/neovim/.deps/usr/etc/luarocks
Using Lua from: /tmp/neovim/.deps/usr
Done configuring.
- Type 'make build' and 'make install':
to install to /tmp/neovim/.deps/usr as usual.
- Type 'make bootstrap':
to install LuaRocks in /tmp/neovim/.deps/usr as a rock.
cd /tmp/neovim/.deps/build/src/luarocks && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-configure
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 27
[ 61%] No build step for 'luarocks'
cd /tmp/neovim/.deps/build/src/luarocks && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 21
[ 63%] Performing install step for 'luarocks'
cd /tmp/neovim/.deps/build/src/luarocks && make bootstrap
make[4]: Entering directory `/tmp/neovim/.deps/build/src/luarocks'
rm -f src/luarocks/site_config.lua
echo 'local site_config = {}' >> src/luarocks/site_config.lua
if [ -n "/tmp/neovim/.deps/usr" ] ;\
then \
echo "site_config.LUAROCKS_PREFIX=[[/tmp/neovim/.deps/usr]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim/.deps/usr/include/luajit-2.0" ] ;\
then \
echo "site_config.LUA_INCDIR=[[/tmp/neovim/.deps/usr/include/luajit-2.0]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim/.deps/usr/lib" ] ;\
then \
echo "site_config.LUA_LIBDIR=[[/tmp/neovim/.deps/usr/lib]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim/.deps/usr/bin" ] ;\
then \
echo "site_config.LUA_BINDIR=[[/tmp/neovim/.deps/usr/bin]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "jit" ] ;\
then \
echo "site_config.LUA_INTERPRETER=[[luajit]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim/.deps/usr/etc/luarocks" ] ;\
then \
echo "site_config.LUAROCKS_SYSCONFDIR=[[/tmp/neovim/.deps/usr/etc/luarocks]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim/.deps/usr" ] ;\
then \
echo "site_config.LUAROCKS_ROCKS_TREE=[[/tmp/neovim/.deps/usr]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "yes" ] ;\
then \
echo "site_config.LUAROCKS_FORCE_CONFIG=true" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/lib/luarocks/rocks" ] ;\
then \
echo "site_config.LUAROCKS_ROCKS_SUBDIR=[[/lib/luarocks/rocks]]" >> src/luarocks/site_config.lua ;\
fi
if [ "yes" = "yes" ] ;\
then \
echo "site_config.LUA_DIR_SET=true" >> src/luarocks/site_config.lua ;\
fi
echo "site_config.LUAROCKS_UNAME_S=[[Linux]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_UNAME_M=[[x86_64]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_DOWNLOADER=[[curl]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_MD5CHECKER=[[md5sum]]" >> src/luarocks/site_config.lua
if [ -n "lib/x86_64-linux-gnu" ] ;\
then \
echo 'site_config.LUAROCKS_EXTERNAL_DEPS_SUBDIRS={ bin="bin", lib={ "lib", [[lib/x86_64-linux-gnu]] }, include="include" }' >> src/luarocks/site_config.lua ;\
echo 'site_config.LUAROCKS_RUNTIME_EXTERNAL_DEPS_SUBDIRS={ bin="bin", lib={ "lib", [[lib/x86_64-linux-gnu]] }, include="include" }' >> src/luarocks/site_config.lua ;\
fi
echo "return site_config" >> src/luarocks/site_config.lua
mkdir -p "/tmp/neovim/.deps/usr/share/lua/5.1//luarocks"
cp src/luarocks/site_config.lua "/tmp/neovim/.deps/usr/share/lua/5.1//luarocks"
mkdir -p "/tmp/neovim/.deps/usr"
if [ ! -f "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua" ] ;\
then \
mkdir -p `dirname "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua"` ;\
echo 'rocks_trees = {' >> "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua" ;\
if [ ! -n "yes" ] ;\
then \
echo ' { name = [[user]], root = home..[[/.luarocks]] },' >> "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua" ;\
fi ;\
echo ' { name = [[system]], root = [[/tmp/neovim/.deps/usr]] }' >> "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua" ;\
echo '}' >> "/tmp/neovim/.deps/usr/etc/luarocks/config-5.1.lua" ;\
fi
for f in luarocks luarocks-admin ;\
do \
mv src/bin/$f src/bin/$f.bak ;\
sed "s,^#!.*lua.*,#!/usr/bin/env lua,;/^package.path/d" < src/bin/$f.bak > src/bin/$f ;\
chmod +x src/bin/$f ;\
rm -f src/bin/$f.bak ;\
done
'/tmp/neovim/.deps/usr/bin/luajit' -e "package.path=[[`echo "$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'`/src/?.lua;]]..package.path" src/bin/luarocks make rockspec --tree="/tmp/neovim/.deps/usr"
Warning: variable CFLAGS was not passed in build_variables
make[5]: Entering directory `/tmp/neovim/.deps/build/src/luarocks'
mkdir -p "/tmp/neovim/.deps/usr/lib/luarocks/rocks/luarocks/2.2.0-1/bin"
cd src/bin && for f in luarocks luarocks-admin; \
do \
cp "$f" "/tmp/neovim/.deps/usr/lib/luarocks/rocks/luarocks/2.2.0-1/bin/$f-5.1"; \
ln -nfs "$f-5.1" "/tmp/neovim/.deps/usr/lib/luarocks/rocks/luarocks/2.2.0-1/bin/$f"; \
done
mkdir -p "/tmp/neovim/.deps/usr/lib/luarocks/rocks/luarocks/2.2.0-1/lua/luarocks"
cd src/luarocks && for f in fs/unix/tools.lua fs/unix.lua fs/win32/tools.lua fs/win32.lua fs/lua.lua persist.lua list.lua require.lua repos.lua dir.lua make_manifest.lua command_line.lua install.lua build/command.lua build/cmake.lua build/make.lua build/builtin.lua fetch/cvs.lua fetch/git.lua fetch/sscm.lua tools/patch.lua fetch/svn.lua tools/zip.lua tools/tar.lua pack.lua type_check.lua make.lua remove.lua fs.lua manif.lua add.lua deps.lua build.lua search.lua show.lua manif_core.lua fetch.lua unpack.lua validate.lua cfg.lua download.lua help.lua util.lua index.lua cache.lua refresh_cache.lua loader.lua admin_remove.lua fetch/hg.lua fetch/git_file.lua new_version.lua lint.lua purge.lua path.lua path_cmd.lua write_rockspec.lua doc.lua upload.lua upload/api.lua upload/multipart.lua fetch/git_http.lua; \
do \
d="/tmp/neovim/.deps/usr/lib/luarocks/rocks/luarocks/2.2.0-1/lua/luarocks"/`dirname "$f"` && \
mkdir -p "$d" && \
cp "$f" "$d" || exit 1; \
done
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/luarocks'
No existing manifest. Attempting to rebuild...
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
luarocks 2.2.0-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/luarocks'
cd /tmp/neovim/.deps/build/src/luarocks && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-install
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 20
[ 66%] Completed 'luarocks'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/third-party/CMakeFiles
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/third-party/CMakeFiles/luarocks-complete
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/luarocks-stamp/luarocks-done
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 20 21 22 23 24 25 26 27
[ 66%] Built target luarocks
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/msgpack.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/msgpack.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/msgpack.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/msgpack.dir/depend.internal".
Scanning dependencies of target msgpack
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 30
[ 69%] Creating directories for 'msgpack'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/msgpack
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/msgpack-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/tmp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/src/msgpack-stamp
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/downloads/msgpack
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-mkdir
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 31
[ 72%] Performing download step for 'msgpack'
cd /tmp/neovim/.deps/build/downloads/msgpack && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -DPREFIX=/tmp/neovim/.deps/build -DDOWNLOAD_DIR=/tmp/neovim/.deps/build/downloads/msgpack -DURL=https://github.com/msgpack/msgpack-c/archive/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz -DEXPECTED_MD5=3599eaf904b8ba0c36cea7ed80973364 -DTARGET=msgpack -P /tmp/neovim/third-party/cmake/DownloadAndExtractFile.cmake
-- file: /tmp/neovim/.deps/build/downloads/msgpack/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz
-- downloading...
src='https://github.com/msgpack/msgpack-c/archive/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz'
dst='/tmp/neovim/.deps/build/downloads/msgpack/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim/.deps/build/downloads/msgpack/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz'
dst='/tmp/neovim/.deps/build/src/msgpack'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /tmp/neovim/.deps/build/downloads/msgpack && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-download
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 33
[ 75%] No patch step for 'msgpack'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-patch
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 32
[ 77%] No update step for 'msgpack'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-update
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 34
[ 80%] Performing configure step for 'msgpack'
cd /tmp/neovim/.deps/build/src/msgpack-build && cmake /tmp/neovim/.deps/build/src/msgpack -DMSGPACK_ENABLE_CXX=OFF -DMSGPACK_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=/tmp/neovim/.deps/usr -DCMAKE_C_COMPILER=/usr/bin/cc "-DCMAKE_C_FLAGS:STRING= -fPIC"
Re-run cmake no build system arguments
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim/.deps/build/src/msgpack-build
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-configure
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 35
[ 83%] Performing build step for 'msgpack'
cd /tmp/neovim/.deps/build/src/msgpack-build && make
make[4]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -H/tmp/neovim/.deps/build/src/msgpack -B/tmp/neovim/.deps/build/src/msgpack-build --check-build-system CMakeFiles/Makefile.cmake 0
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[5]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/depend
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack.dir/depend.internal".
Scanning dependencies of target msgpack
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/build
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 1
[ 10%] Building C object CMakeFiles/msgpack.dir/src/unpack.c.o
/usr/bin/cc -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/unpack.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/unpack.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 2
[ 20%] Building C object CMakeFiles/msgpack.dir/src/objectc.c.o
/usr/bin/cc -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/objectc.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/objectc.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 3
[ 30%] Building C object CMakeFiles/msgpack.dir/src/version.c.o
/usr/bin/cc -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/version.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/version.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 4
[ 40%] Building C object CMakeFiles/msgpack.dir/src/vrefbuffer.c.o
/usr/bin/cc -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/vrefbuffer.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 5
[ 50%] Building C object CMakeFiles/msgpack.dir/src/zone.c.o
/usr/bin/cc -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/zone.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/zone.c
Linking C shared library libmsgpack.so
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_link_script CMakeFiles/msgpack.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -fPIC -shared -Wl,-soname,libmsgpack.so.3 -o libmsgpack.so.4.0.0 CMakeFiles/msgpack.dir/src/unpack.c.o CMakeFiles/msgpack.dir/src/objectc.c.o CMakeFiles/msgpack.dir/src/version.c.o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o CMakeFiles/msgpack.dir/src/zone.c.o
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_symlink_library libmsgpack.so.4.0.0 libmsgpack.so.3 libmsgpack.so
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 1 2 3 4 5
[ 50%] Built target msgpack
make -f CMakeFiles/msgpack-static.dir/build.make CMakeFiles/msgpack-static.dir/depend
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack-static.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack-static.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack-static.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack-static.dir/depend.internal".
Scanning dependencies of target msgpack-static
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack-static.dir/build.make CMakeFiles/msgpack-static.dir/build
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 6
[ 60%] Building C object CMakeFiles/msgpack-static.dir/src/unpack.c.o
/usr/bin/cc -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/unpack.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/unpack.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 7
[ 70%] Building C object CMakeFiles/msgpack-static.dir/src/objectc.c.o
/usr/bin/cc -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/objectc.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/objectc.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 8
[ 80%] Building C object CMakeFiles/msgpack-static.dir/src/version.c.o
/usr/bin/cc -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/version.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/version.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 9
[ 90%] Building C object CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o
/usr/bin/cc -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/vrefbuffer.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 10
[100%] Building C object CMakeFiles/msgpack-static.dir/src/zone.c.o
/usr/bin/cc -fPIC -I/tmp/neovim/.deps/build/src/msgpack/. -I/tmp/neovim/.deps/build/src/msgpack/include -I/tmp/neovim/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/zone.c.o -c /tmp/neovim/.deps/build/src/msgpack/src/zone.c
Linking C static library libmsgpack.a
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -P CMakeFiles/msgpack-static.dir/cmake_clean_target.cmake
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_link_script CMakeFiles/msgpack-static.dir/link.txt --verbose=1
/usr/bin/ar cr libmsgpack.a CMakeFiles/msgpack-static.dir/src/unpack.c.o CMakeFiles/msgpack-static.dir/src/objectc.c.o CMakeFiles/msgpack-static.dir/src/version.c.o CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o CMakeFiles/msgpack-static.dir/src/zone.c.o
/usr/bin/ranlib libmsgpack.a
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 6 7 8 9 10
[100%] Built target msgpack-static
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 0
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-build
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 29
[ 86%] Performing install step for 'msgpack'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -DMAKE_PRG=make "-DREMOVE_FILE_GLOB=/tmp/neovim/.deps/usr/lib/libmsgpack*.so*" -P /tmp/neovim/third-party/cmake/InstallMsgpack.cmake
make[4]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -H/tmp/neovim/.deps/build/src/msgpack -B/tmp/neovim/.deps/build/src/msgpack-build --check-build-system CMakeFiles/Makefile.cmake 0
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[5]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/depend
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack.dir/DependInfo.cmake --color=
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack.dir/build.make CMakeFiles/msgpack.dir/build
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
make[6]: Nothing to be done for `CMakeFiles/msgpack.dir/build'.
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 1 2 3 4 5
[ 50%] Built target msgpack
make -f CMakeFiles/msgpack-static.dir/build.make CMakeFiles/msgpack-static.dir/depend
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles/msgpack-static.dir/DependInfo.cmake --color=
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
make -f CMakeFiles/msgpack-static.dir/build.make CMakeFiles/msgpack-static.dir/build
make[6]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
make[6]: Nothing to be done for `CMakeFiles/msgpack-static.dir/build'.
make[6]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 6 7 8 9 10
[100%] Built target msgpack-static
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/src/msgpack-build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[5]: Entering directory `/tmp/neovim/.deps/build/src/msgpack-build'
make[5]: Nothing to be done for `preinstall'.
make[5]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
Install the project...
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /tmp/neovim/.deps/usr/lib/libmsgpack.so.4.0.0
-- Installing: /tmp/neovim/.deps/usr/lib/libmsgpack.so.3
-- Installing: /tmp/neovim/.deps/usr/lib/libmsgpack.so
-- Installing: /tmp/neovim/.deps/usr/lib/libmsgpack.a
-- Installing: /tmp/neovim/.deps/usr/include
-- Installing: /tmp/neovim/.deps/usr/include/msgpack
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/fbuffer.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/string.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/cpp11
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/cpp11/array.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/cpp11/tuple.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/cpp11/array_char.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/cpp11/forward_list.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/vector.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/set.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/detail
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/detail/cpp11_define.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/detail/cpp03_define.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/bool.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/msgpack_tuple.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/char_ptr.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/int.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/nil.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/fixint.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/vector_char.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/raw.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/pair.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/define.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/deque.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/float.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/map.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/list.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/tr1
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/tr1/unordered_set.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/adaptor/tr1/unordered_map.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/unpack.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/detail
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/detail/cpp11_zone.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/detail/cpp03_zone.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/zone.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/zbuffer.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/pack.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/unpack_template.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/fbuffer.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/sysdep.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/version.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/sbuffer.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/pack_define.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/zbuffer.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/cpp_config.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/pack_template.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/version.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/sbuffer.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/gcc_atomic.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/object.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/type.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/util.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/version_master.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/unpack_define.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/unpack.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/zone.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/vrefbuffer.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/object.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/vrefbuffer.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack/pack.hpp
-- Installing: /tmp/neovim/.deps/usr/include/msgpack.h
-- Installing: /tmp/neovim/.deps/usr/include/msgpack.hpp
-- Installing: /tmp/neovim/.deps/usr/lib/pkgconfig/msgpack.pc
make[4]: Leaving directory `/tmp/neovim/.deps/build/src/msgpack-build'
cd /tmp/neovim/.deps/build/src/msgpack-build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-install
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 28
[ 88%] Completed 'msgpack'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E make_directory /tmp/neovim/.deps/build/third-party/CMakeFiles
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/third-party/CMakeFiles/msgpack-complete
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch /tmp/neovim/.deps/build/src/msgpack-stamp/msgpack-done
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 28 29 30 31 32 33 34 35
[ 88%] Built target msgpack
make -f CMakeFiles/busted.dir/build.make CMakeFiles/busted.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/busted.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/busted.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/busted.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/busted.dir/depend.internal".
Scanning dependencies of target busted
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/busted.dir/build.make CMakeFiles/busted.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 1
[ 91%] Generating /tmp/neovim/.deps/usr/bin/busted
/tmp/neovim/.deps/usr/bin/luarocks build busted 2.0.rc3 CC=/usr/bin/cc LD=/usr/bin/cc
Missing dependencies for busted:
say >= 1.2-1
luafilesystem >= 1.5.0
ansicolors >= 1.0-1
penlight >= 1.0.0-1
mediator_lua >= 1.1-3
dkjson >= 2.1.0
lua_cliargs >= 2.0
luassert >= 1.7.1-0
Using https://rocks.moonscript.org/say-1.2-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
say 1.2-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://rocks.moonscript.org/luafilesystem-1.6.2-2.src.rock... switching to 'build' mode
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c src/lfs.c -o src/lfs.o
/usr/bin/cc -shared -o lfs.so -L/tmp/neovim/.deps/usr/lib src/lfs.o
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
luafilesystem 1.6.2-2 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
Using https://rocks.moonscript.org/ansicolors-1.0.2-3.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
ansicolors 1.0.2-3 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://rocks.moonscript.org/penlight-1.3.1-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
penlight 1.3.1-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
Using https://rocks.moonscript.org/mediator_lua-1.1-3.rockspec... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
mediator_lua 1.1-3 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://rocks.moonscript.org/dkjson-2.5-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
dkjson 2.5-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
Using https://rocks.moonscript.org/lua_cliargs-2.1-2.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
lua_cliargs 2.1-2 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://rocks.moonscript.org/luassert-1.7.1-0.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
luassert 1.7.1-0 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
busted 2.0.rc3-0 is now built and installed in /tmp/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 1
[ 91%] Built target busted
make -f CMakeFiles/lua-messagepack.dir/build.make CMakeFiles/lua-messagepack.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/lua-messagepack.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/lua-messagepack.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/lua-messagepack.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/lua-messagepack.dir/depend.internal".
Scanning dependencies of target lua-messagepack
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/lua-messagepack.dir/build.make CMakeFiles/lua-messagepack.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 11
[ 94%] Generating /tmp/neovim/.deps/usr/lib/luarocks/rocks/lua-messagepack
/tmp/neovim/.deps/usr/bin/luarocks build lua-messagepack CC=/usr/bin/cc LD=/usr/bin/cc
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
lua-messagepack 0.3.1-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 11
[ 94%] Built target lua-messagepack
make -f CMakeFiles/lpeg.dir/build.make CMakeFiles/lpeg.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/lpeg.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/lpeg.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/lpeg.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/lpeg.dir/depend.internal".
Scanning dependencies of target lpeg
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/lpeg.dir/build.make CMakeFiles/lpeg.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 10
[ 97%] Generating /tmp/neovim/.deps/usr/lib/luarocks/rocks/lpeg
/tmp/neovim/.deps/usr/bin/luarocks build lpeg CC=/usr/bin/cc LD=/usr/bin/cc
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c lptree.c -o lptree.o
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o
/usr/bin/cc -shared -o lpeg.so -L/tmp/neovim/.deps/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
lpeg 0.12-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 10
[ 97%] Built target lpeg
make -f CMakeFiles/nvim-client.dir/build.make CMakeFiles/nvim-client.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/nvim-client.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/nvim-client.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/nvim-client.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/nvim-client.dir/depend.internal".
Scanning dependencies of target nvim-client
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/nvim-client.dir/build.make CMakeFiles/nvim-client.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 36
[100%] Generating /tmp/neovim/.deps/usr/lib/luarocks/rocks/nvim-client
/tmp/neovim/.deps/usr/bin/luarocks build https://raw.githubusercontent.com/neovim/lua-client/master/nvim-client-0.0.1-1.rockspec CC=/usr/bin/cc LD=/usr/bin/cc LIBUV_DIR=/tmp/neovim/.deps/usr
Missing dependencies for nvim-client:
coxpcall
Using https://rocks.moonscript.org/coxpcall-1.15.0-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
coxpcall 1.15.0-1 is now built and installed in /tmp/neovim/.deps/usr (license: MIT/X11)
Cloning into 'lua-client'...
warning: expected SRV RR, found RR type 1
Note: checking out 'ba1c313e7363311a220c988925ff8b378ed59521'.
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
/usr/bin/cc -O2 -fPIC -I/tmp/neovim/.deps/usr/include/luajit-2.0 -c nvim/loop.c -o nvim/loop.o -I/tmp/neovim/.deps/usr/include
/usr/bin/cc -shared -o nvim/loop.so -L/tmp/neovim/.deps/usr/lib nvim/loop.o -L/tmp/neovim/.deps/usr/lib -Wl,-rpath,/tmp/neovim/.deps/usr/lib: -luv -lpthread -lrt -ldl
Updating manifest for /tmp/neovim/.deps/usr/lib/luarocks/rocks
nvim-client 0.0.1-1 is now built and installed in /tmp/neovim/.deps/usr (license: Apache)
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles 36
[100%] Built target nvim-client
make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/depend
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
cd /tmp/neovim/.deps/build/third-party && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim/third-party /tmp/neovim/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party /tmp/neovim/.deps/build/third-party/CMakeFiles/third-party.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/third-party.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/third-party.dir/depend.internal".
Dependee "/tmp/neovim/.deps/build/third-party/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/.deps/build/third-party/CMakeFiles/third-party.dir/depend.internal".
Scanning dependencies of target third-party
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/build
make[3]: Entering directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E touch .third-party
make[3]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/.deps/build/third-party/CMakeFiles
[100%] Built target third-party
make[2]: Leaving directory `/tmp/neovim/.deps/build/third-party'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/.deps/build/third-party/CMakeFiles 0
make[1]: Leaving directory `/tmp/neovim/.deps/build/third-party'
cd build && cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCMAKE_INSTALL_PREFIX:PATH=/tmp/neovim/../out VERBOSE=1 DEBUG=1 ..
Re-run cmake no build system arguments
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Found LibUV: /tmp/neovim/.deps/usr/lib/libuv.a
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found Msgpack: /tmp/neovim/.deps/usr/lib/libmsgpack.a
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found LuaJit: /tmp/neovim/.deps/usr/lib/libluajit-5.1.a
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Checking Lua interpreter /tmp/neovim/.deps/usr/bin/luajit
-- Using the Lua interpreter /tmp/neovim/.deps/usr/bin/luajit
-- Found GNU Make at /usr/bin/make
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file libgen.h
-- Looking for include file libgen.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file termcap.h
-- Looking for include file termcap.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getpwent
-- Looking for getpwent - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for iconv
-- Looking for iconv - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for setpgid
-- Looking for setpgid - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigvec
-- Looking for sigvec - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for utime
-- Looking for utime - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- Looking for tgetent in curses
-- Looking for tgetent in curses - found
-- Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE)
CMake Warning (dev) at CMakeLists.txt:241 (add_custom_target):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "test" is reserved or not valid for certain CMake features,
such as generator expressions, and may result in undefined behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
_FORTIFY_SOURCE
-- Build files have been written to: /tmp/neovim/build
touch build/.ran-cmake
make -C build
make[1]: Entering directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -H/tmp/neovim -B/tmp/neovim/build --check-build-system CMakeFiles/Makefile.cmake 0
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/build/CMakeFiles /tmp/neovim/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory `/tmp/neovim/build'
make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/depend
make[3]: Entering directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 0%] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/genex_cmds.lua /tmp/neovim/src/nvim /tmp/neovim/build/include /tmp/neovim/build/src/nvim/auto
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 0%] Generating auto/eval.c.generated.h, ../../include/eval.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/eval.c /tmp/neovim/build/src/nvim/auto/eval.c.generated.h /tmp/neovim/build/include/eval.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 0%] Generating auto/buffer.c.generated.h, ../../include/buffer.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/buffer.c /tmp/neovim/build/src/nvim/auto/buffer.c.generated.h /tmp/neovim/build/include/buffer.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 0%] Generating auto/ops.c.generated.h, ../../include/ops.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ops.c /tmp/neovim/build/src/nvim/auto/ops.c.generated.h /tmp/neovim/build/include/ops.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 1
[ 2%] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/charset.c /tmp/neovim/build/src/nvim/auto/charset.c.generated.h /tmp/neovim/build/include/charset.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 2%] Generating auto/misc1.c.generated.h, ../../include/misc1.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/misc1.c /tmp/neovim/build/src/nvim/auto/misc1.c.generated.h /tmp/neovim/build/include/misc1.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 2%] Generating auto/indent.c.generated.h, ../../include/indent.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/indent.c /tmp/neovim/build/src/nvim/auto/indent.c.generated.h /tmp/neovim/build/include/indent.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 2%] Generating auto/ex_eval.c.generated.h, ../../include/ex_eval.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ex_eval.c /tmp/neovim/build/src/nvim/auto/ex_eval.c.generated.h /tmp/neovim/build/include/ex_eval.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 2
[ 4%] Generating auto/file_search.c.generated.h, ../../include/file_search.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/file_search.c /tmp/neovim/build/src/nvim/auto/file_search.c.generated.h /tmp/neovim/build/include/file_search.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 4%] Generating auto/farsi.c.generated.h, ../../include/farsi.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/farsi.c /tmp/neovim/build/src/nvim/auto/farsi.c.generated.h /tmp/neovim/build/include/farsi.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 4%] Generating auto/fold.c.generated.h, ../../include/fold.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/fold.c /tmp/neovim/build/src/nvim/auto/fold.c.generated.h /tmp/neovim/build/include/fold.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 3
[ 6%] Generating auto/move.c.generated.h, ../../include/move.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/move.c /tmp/neovim/build/src/nvim/auto/move.c.generated.h /tmp/neovim/build/include/move.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 6%] Generating auto/tag.c.generated.h, ../../include/tag.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/tag.c /tmp/neovim/build/src/nvim/auto/tag.c.generated.h /tmp/neovim/build/include/tag.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 6%] Generating auto/diff.c.generated.h, ../../include/diff.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/diff.c /tmp/neovim/build/src/nvim/auto/diff.c.generated.h /tmp/neovim/build/include/diff.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 6%] Generating auto/garray.c.generated.h, ../../include/garray.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/garray.c /tmp/neovim/build/src/nvim/auto/garray.c.generated.h /tmp/neovim/build/include/garray.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 4
[ 8%] Generating auto/misc2.c.generated.h, ../../include/misc2.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/misc2.c /tmp/neovim/build/src/nvim/auto/misc2.c.generated.h /tmp/neovim/build/include/misc2.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 8%] Generating auto/profile.c.generated.h, ../../include/profile.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/profile.c /tmp/neovim/build/src/nvim/auto/profile.c.generated.h /tmp/neovim/build/include/profile.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 8%] Generating auto/fileio.c.generated.h, ../../include/fileio.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/fileio.c /tmp/neovim/build/src/nvim/auto/fileio.c.generated.h /tmp/neovim/build/include/fileio.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 5
[ 10%] Generating auto/strings.c.generated.h, ../../include/strings.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/strings.c /tmp/neovim/build/src/nvim/auto/strings.c.generated.h /tmp/neovim/build/include/strings.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 10%] Generating auto/regexp.c.generated.h, ../../include/regexp.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/regexp.c /tmp/neovim/build/src/nvim/auto/regexp.c.generated.h /tmp/neovim/build/include/regexp.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 10%] Generating auto/memline.c.generated.h, ../../include/memline.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/memline.c /tmp/neovim/build/src/nvim/auto/memline.c.generated.h /tmp/neovim/build/include/memline.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 10%] Generating auto/memfile.c.generated.h, ../../include/memfile.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/memfile.c /tmp/neovim/build/src/nvim/auto/memfile.c.generated.h /tmp/neovim/build/include/memfile.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 6
[ 12%] Generating auto/window.c.generated.h, ../../include/window.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/window.c /tmp/neovim/build/src/nvim/auto/window.c.generated.h /tmp/neovim/build/include/window.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 12%] Generating auto/hardcopy.c.generated.h, ../../include/hardcopy.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/hardcopy.c /tmp/neovim/build/src/nvim/auto/hardcopy.c.generated.h /tmp/neovim/build/include/hardcopy.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 12%] Generating auto/tempfile.c.generated.h, ../../include/tempfile.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/tempfile.c /tmp/neovim/build/src/nvim/auto/tempfile.c.generated.h /tmp/neovim/build/include/tempfile.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 7
[ 14%] Generating auto/undo.c.generated.h, ../../include/undo.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/undo.c /tmp/neovim/build/src/nvim/auto/undo.c.generated.h /tmp/neovim/build/include/undo.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 14%] Generating auto/memory.c.generated.h, ../../include/memory.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/memory.c /tmp/neovim/build/src/nvim/auto/memory.c.generated.h /tmp/neovim/build/include/memory.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 14%] Generating auto/search.c.generated.h, ../../include/search.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/search.c /tmp/neovim/build/src/nvim/auto/search.c.generated.h /tmp/neovim/build/include/search.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 14%] Generating auto/keymap.c.generated.h, ../../include/keymap.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/keymap.c /tmp/neovim/build/src/nvim/auto/keymap.c.generated.h /tmp/neovim/build/include/keymap.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 8
[ 16%] Generating auto/option.c.generated.h, ../../include/option.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/option.c /tmp/neovim/build/src/nvim/auto/option.c.generated.h /tmp/neovim/build/include/option.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 16%] Generating auto/if_cscope.c.generated.h, ../../include/if_cscope.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/if_cscope.c /tmp/neovim/build/src/nvim/auto/if_cscope.c.generated.h /tmp/neovim/build/include/if_cscope.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 16%] Generating auto/screen.c.generated.h, ../../include/screen.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/screen.c /tmp/neovim/build/src/nvim/auto/screen.c.generated.h /tmp/neovim/build/include/screen.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 9
[ 18%] Generating auto/menu.c.generated.h, ../../include/menu.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/menu.c /tmp/neovim/build/src/nvim/auto/menu.c.generated.h /tmp/neovim/build/include/menu.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 18%] Generating auto/edit.c.generated.h, ../../include/edit.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/edit.c /tmp/neovim/build/src/nvim/auto/edit.c.generated.h /tmp/neovim/build/include/edit.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 18%] Generating auto/os_unix.c.generated.h, ../../include/os_unix.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os_unix.c /tmp/neovim/build/src/nvim/auto/os_unix.c.generated.h /tmp/neovim/build/include/os_unix.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 18%] Generating auto/ex_cmds2.c.generated.h, ../../include/ex_cmds2.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ex_cmds2.c /tmp/neovim/build/src/nvim/auto/ex_cmds2.c.generated.h /tmp/neovim/build/include/ex_cmds2.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 10
[ 20%] Generating auto/spell.c.generated.h, ../../include/spell.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/spell.c /tmp/neovim/build/src/nvim/auto/spell.c.generated.h /tmp/neovim/build/include/spell.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 20%] Generating auto/mbyte.c.generated.h, ../../include/mbyte.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/mbyte.c /tmp/neovim/build/src/nvim/auto/mbyte.c.generated.h /tmp/neovim/build/include/mbyte.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 20%] Generating auto/cursor.c.generated.h, ../../include/cursor.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/cursor.c /tmp/neovim/build/src/nvim/auto/cursor.c.generated.h /tmp/neovim/build/include/cursor.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 11
[ 22%] Generating auto/sha256.c.generated.h, ../../include/sha256.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/sha256.c /tmp/neovim/build/src/nvim/auto/sha256.c.generated.h /tmp/neovim/build/include/sha256.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 22%] Generating auto/term.c.generated.h, ../../include/term.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/term.c /tmp/neovim/build/src/nvim/auto/term.c.generated.h /tmp/neovim/build/include/term.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 22%] Generating auto/quickfix.c.generated.h, ../../include/quickfix.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/quickfix.c /tmp/neovim/build/src/nvim/auto/quickfix.c.generated.h /tmp/neovim/build/include/quickfix.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 22%] Generating auto/ex_docmd.c.generated.h, ../../include/ex_docmd.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ex_docmd.c /tmp/neovim/build/src/nvim/auto/ex_docmd.c.generated.h /tmp/neovim/build/include/ex_docmd.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 12
[ 24%] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ex_cmds.c /tmp/neovim/build/src/nvim/auto/ex_cmds.c.generated.h /tmp/neovim/build/include/ex_cmds.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 24%] Generating auto/popupmnu.c.generated.h, ../../include/popupmnu.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/popupmnu.c /tmp/neovim/build/src/nvim/auto/popupmnu.c.generated.h /tmp/neovim/build/include/popupmnu.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 24%] Generating auto/indent_c.c.generated.h, ../../include/indent_c.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/indent_c.c /tmp/neovim/build/src/nvim/auto/indent_c.c.generated.h /tmp/neovim/build/include/indent_c.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 13
[ 26%] Generating auto/hashtab.c.generated.h, ../../include/hashtab.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/hashtab.c /tmp/neovim/build/src/nvim/auto/hashtab.c.generated.h /tmp/neovim/build/include/hashtab.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 26%] Generating auto/arabic.c.generated.h, ../../include/arabic.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/arabic.c /tmp/neovim/build/src/nvim/auto/arabic.c.generated.h /tmp/neovim/build/include/arabic.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 26%] Generating auto/syntax.c.generated.h, ../../include/syntax.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/syntax.c /tmp/neovim/build/src/nvim/auto/syntax.c.generated.h /tmp/neovim/build/include/syntax.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 26%] Generating auto/getchar.c.generated.h, ../../include/getchar.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/getchar.c /tmp/neovim/build/src/nvim/auto/getchar.c.generated.h /tmp/neovim/build/include/getchar.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 14
[ 28%] Generating auto/message.c.generated.h, ../../include/message.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/message.c /tmp/neovim/build/src/nvim/auto/message.c.generated.h /tmp/neovim/build/include/message.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 28%] Generating auto/mark.c.generated.h, ../../include/mark.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/mark.c /tmp/neovim/build/src/nvim/auto/mark.c.generated.h /tmp/neovim/build/include/mark.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 28%] Generating auto/normal.c.generated.h, ../../include/normal.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/normal.c /tmp/neovim/build/src/nvim/auto/normal.c.generated.h /tmp/neovim/build/include/normal.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 15
[ 30%] Generating auto/ui.c.generated.h, ../../include/ui.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ui.c /tmp/neovim/build/src/nvim/auto/ui.c.generated.h /tmp/neovim/build/include/ui.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 30%] Generating auto/log.c.generated.h, ../../include/log.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/log.c /tmp/neovim/build/src/nvim/auto/log.c.generated.h /tmp/neovim/build/include/log.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 30%] Generating auto/path.c.generated.h, ../../include/path.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/path.c /tmp/neovim/build/src/nvim/auto/path.c.generated.h /tmp/neovim/build/include/path.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 30%] Generating auto/map.c.generated.h, ../../include/map.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/map.c /tmp/neovim/build/src/nvim/auto/map.c.generated.h /tmp/neovim/build/include/map.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 16
[ 32%] Generating auto/main.c.generated.h, ../../include/main.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/main.c /tmp/neovim/build/src/nvim/auto/main.c.generated.h /tmp/neovim/build/include/main.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 32%] Generating auto/cursor_shape.c.generated.h, ../../include/cursor_shape.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/cursor_shape.c /tmp/neovim/build/src/nvim/auto/cursor_shape.c.generated.h /tmp/neovim/build/include/cursor_shape.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 32%] Generating auto/version.c.generated.h, ../../include/version.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/version.c /tmp/neovim/build/src/nvim/auto/version.c.generated.h /tmp/neovim/build/include/version.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 32%] Generating auto/ex_getln.c.generated.h, ../../include/ex_getln.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/ex_getln.c /tmp/neovim/build/src/nvim/auto/ex_getln.c.generated.h /tmp/neovim/build/include/ex_getln.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 17
[ 34%] Generating auto/digraph.c.generated.h, ../../include/digraph.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/digraph.c /tmp/neovim/build/src/nvim/auto/digraph.c.generated.h /tmp/neovim/build/include/digraph.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 34%] Generating auto/os/fs.c.generated.h, ../../include/os/fs.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/fs.c /tmp/neovim/build/src/nvim/auto/os/fs.c.generated.h /tmp/neovim/build/include/os/fs.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 34%] Generating auto/os/rstream.c.generated.h, ../../include/os/rstream.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/rstream.c /tmp/neovim/build/src/nvim/auto/os/rstream.c.generated.h /tmp/neovim/build/include/os/rstream.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 18
[ 36%] Generating auto/os/time.c.generated.h, ../../include/os/time.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/time.c /tmp/neovim/build/src/nvim/auto/os/time.c.generated.h /tmp/neovim/build/include/os/time.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 36%] Generating auto/os/dl.c.generated.h, ../../include/os/dl.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/dl.c /tmp/neovim/build/src/nvim/auto/os/dl.c.generated.h /tmp/neovim/build/include/os/dl.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 36%] Generating auto/os/provider.c.generated.h, ../../include/os/provider.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/provider.c /tmp/neovim/build/src/nvim/auto/os/provider.c.generated.h /tmp/neovim/build/include/os/provider.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 36%] Generating auto/os/mem.c.generated.h, ../../include/os/mem.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/mem.c /tmp/neovim/build/src/nvim/auto/os/mem.c.generated.h /tmp/neovim/build/include/os/mem.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 19
[ 38%] Generating auto/os/input.c.generated.h, ../../include/os/input.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/input.c /tmp/neovim/build/src/nvim/auto/os/input.c.generated.h /tmp/neovim/build/include/os/input.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 38%] Generating auto/os/shell.c.generated.h, ../../include/os/shell.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/shell.c /tmp/neovim/build/src/nvim/auto/os/shell.c.generated.h /tmp/neovim/build/include/os/shell.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 38%] Generating auto/os/signal.c.generated.h, ../../include/os/signal.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/signal.c /tmp/neovim/build/src/nvim/auto/os/signal.c.generated.h /tmp/neovim/build/include/os/signal.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 20
[ 40%] Generating auto/os/env.c.generated.h, ../../include/os/env.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/env.c /tmp/neovim/build/src/nvim/auto/os/env.c.generated.h /tmp/neovim/build/include/os/env.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 40%] Generating auto/os/uv_helpers.c.generated.h, ../../include/os/uv_helpers.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/uv_helpers.c /tmp/neovim/build/src/nvim/auto/os/uv_helpers.c.generated.h /tmp/neovim/build/include/os/uv_helpers.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 40%] Generating auto/os/wstream.c.generated.h, ../../include/os/wstream.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/wstream.c /tmp/neovim/build/src/nvim/auto/os/wstream.c.generated.h /tmp/neovim/build/include/os/wstream.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 40%] Generating auto/os/event.c.generated.h, ../../include/os/event.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/event.c /tmp/neovim/build/src/nvim/auto/os/event.c.generated.h /tmp/neovim/build/include/os/event.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 21
[ 42%] Generating auto/os/users.c.generated.h, ../../include/os/users.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/users.c /tmp/neovim/build/src/nvim/auto/os/users.c.generated.h /tmp/neovim/build/include/os/users.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 42%] Generating auto/os/job.c.generated.h, ../../include/os/job.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/os/job.c /tmp/neovim/build/src/nvim/auto/os/job.c.generated.h /tmp/neovim/build/include/os/job.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 42%] Generating auto/api/buffer.c.generated.h, ../../include/api/buffer.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/buffer.c /tmp/neovim/build/src/nvim/auto/api/buffer.c.generated.h /tmp/neovim/build/include/api/buffer.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 22
[ 44%] Generating auto/api/vim.c.generated.h, ../../include/api/vim.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/vim.c /tmp/neovim/build/src/nvim/auto/api/vim.c.generated.h /tmp/neovim/build/include/api/vim.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 44%] Generating auto/api/window.c.generated.h, ../../include/api/window.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/window.c /tmp/neovim/build/src/nvim/auto/api/window.c.generated.h /tmp/neovim/build/include/api/window.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 44%] Generating auto/api/tabpage.c.generated.h, ../../include/api/tabpage.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/tabpage.c /tmp/neovim/build/src/nvim/auto/api/tabpage.c.generated.h /tmp/neovim/build/include/api/tabpage.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 44%] Generating auto/api/private/helpers.c.generated.h, ../../include/api/private/helpers.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/private/helpers.c /tmp/neovim/build/src/nvim/auto/api/private/helpers.c.generated.h /tmp/neovim/build/include/api/private/helpers.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 23
[ 46%] Generating auto/api/private/handle.c.generated.h, ../../include/api/private/handle.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/api/private/handle.c /tmp/neovim/build/src/nvim/auto/api/private/handle.c.generated.h /tmp/neovim/build/include/api/private/handle.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 46%] Generating auto/msgpack_rpc/server.c.generated.h, ../../include/msgpack_rpc/server.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/msgpack_rpc/server.c /tmp/neovim/build/src/nvim/auto/msgpack_rpc/server.c.generated.h /tmp/neovim/build/include/msgpack_rpc/server.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 46%] Generating auto/msgpack_rpc/channel.c.generated.h, ../../include/msgpack_rpc/channel.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/msgpack_rpc/channel.c /tmp/neovim/build/src/nvim/auto/msgpack_rpc/channel.c.generated.h /tmp/neovim/build/include/msgpack_rpc/channel.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 24
[ 48%] Generating auto/msgpack_rpc/helpers.c.generated.h, ../../include/msgpack_rpc/helpers.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/msgpack_rpc/helpers.c /tmp/neovim/build/src/nvim/auto/msgpack_rpc/helpers.c.generated.h /tmp/neovim/build/include/msgpack_rpc/helpers.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 48%] Generating auto/regexp_nfa.c.generated.h, ../../include/regexp_nfa.h.generated.h
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/gendeclarations.lua /tmp/neovim/src/nvim/regexp_nfa.c /tmp/neovim/build/src/nvim/auto/regexp_nfa.c.generated.h /tmp/neovim/build/include/regexp_nfa.h.generated.h /usr/bin/cc\ \ -DINCLUDE_GENERATED_DECLARATIONS\ -DHAVE_CONFIG_H\ -I/tmp/neovim/build/config\ -I/tmp/neovim/src\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include\ -I/tmp/neovim/.deps/usr/include/luajit-2.0\ -I/tmp/neovim/build/src/nvim/auto\ -I/tmp/neovim/build/include\ \ -E
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 48%] Generating auto/msgpack_dispatch.c
cd /tmp/neovim/build/src/nvim && ../../../.deps/usr/bin/luajit /tmp/neovim/scripts/msgpack-gen.lua /tmp/neovim/src/nvim/api/tabpage.h /tmp/neovim/src/nvim/api/window.h /tmp/neovim/src/nvim/api/buffer.h /tmp/neovim/src/nvim/api/vim.h /tmp/neovim/build/include/api/buffer.h.generated.h /tmp/neovim/build/include/api/vim.h.generated.h /tmp/neovim/build/include/api/window.h.generated.h /tmp/neovim/build/include/api/tabpage.h.generated.h /tmp/neovim/build/src/nvim/auto/msgpack_dispatch.c
cd /tmp/neovim/build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim /tmp/neovim/src/nvim /tmp/neovim/build /tmp/neovim/build/src/nvim /tmp/neovim/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake" is newer than depender "/tmp/neovim/build/src/nvim/CMakeFiles/nvim.dir/depend.internal".
Dependee "/tmp/neovim/build/src/nvim/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim/build/src/nvim/CMakeFiles/nvim.dir/depend.internal".
Scanning dependencies of target nvim
make[3]: Leaving directory `/tmp/neovim/build'
make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/build
make[3]: Entering directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 25
[ 51%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o -c /tmp/neovim/build/config/auto/pathdef.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 51%] Building C object src/nvim/CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o -c /tmp/neovim/build/src/nvim/auto/msgpack_dispatch.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 51%] Building C object src/nvim/CMakeFiles/nvim.dir/eval.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/eval.c.o -c /tmp/neovim/src/nvim/eval.c
/tmp/neovim/src/nvim/eval.c: In function ‘call_user_func’:
/tmp/neovim/src/nvim/eval.c:18539:16: warning: ‘call_start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
call_start = profile_end(call_start);
^
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 26
[ 53%] Building C object src/nvim/CMakeFiles/nvim.dir/buffer.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/buffer.c.o -c /tmp/neovim/src/nvim/buffer.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 53%] Building C object src/nvim/CMakeFiles/nvim.dir/ops.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ops.c.o -c /tmp/neovim/src/nvim/ops.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 53%] Building C object src/nvim/CMakeFiles/nvim.dir/charset.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/charset.c.o -c /tmp/neovim/src/nvim/charset.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 53%] Building C object src/nvim/CMakeFiles/nvim.dir/misc1.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/misc1.c.o -c /tmp/neovim/src/nvim/misc1.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 27
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/indent.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/indent.c.o -c /tmp/neovim/src/nvim/indent.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_eval.c.o -c /tmp/neovim/src/nvim/ex_eval.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/file_search.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/file_search.c.o -c /tmp/neovim/src/nvim/file_search.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 28
[ 57%] Building C object src/nvim/CMakeFiles/nvim.dir/farsi.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/farsi.c.o -c /tmp/neovim/src/nvim/farsi.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 57%] Building C object src/nvim/CMakeFiles/nvim.dir/fold.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/fold.c.o -c /tmp/neovim/src/nvim/fold.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 57%] Building C object src/nvim/CMakeFiles/nvim.dir/move.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/move.c.o -c /tmp/neovim/src/nvim/move.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 57%] Building C object src/nvim/CMakeFiles/nvim.dir/tag.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/tag.c.o -c /tmp/neovim/src/nvim/tag.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 29
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/diff.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/diff.c.o -c /tmp/neovim/src/nvim/diff.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/garray.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/garray.c.o -c /tmp/neovim/src/nvim/garray.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/misc2.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/misc2.c.o -c /tmp/neovim/src/nvim/misc2.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 30
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/profile.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/profile.c.o -c /tmp/neovim/src/nvim/profile.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/fileio.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/fileio.c.o -c /tmp/neovim/src/nvim/fileio.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/strings.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/strings.c.o -c /tmp/neovim/src/nvim/strings.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/regexp.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/regexp.c.o -c /tmp/neovim/src/nvim/regexp.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 31
[ 63%] Building C object src/nvim/CMakeFiles/nvim.dir/memline.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/memline.c.o -c /tmp/neovim/src/nvim/memline.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 63%] Building C object src/nvim/CMakeFiles/nvim.dir/memfile.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/memfile.c.o -c /tmp/neovim/src/nvim/memfile.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 63%] Building C object src/nvim/CMakeFiles/nvim.dir/window.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/window.c.o -c /tmp/neovim/src/nvim/window.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 32
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/hardcopy.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/hardcopy.c.o -c /tmp/neovim/src/nvim/hardcopy.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/tempfile.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/tempfile.c.o -c /tmp/neovim/src/nvim/tempfile.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/undo.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/undo.c.o -c /tmp/neovim/src/nvim/undo.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/memory.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/memory.c.o -c /tmp/neovim/src/nvim/memory.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 33
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/search.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/search.c.o -c /tmp/neovim/src/nvim/search.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/keymap.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/keymap.c.o -c /tmp/neovim/src/nvim/keymap.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/option.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/option.c.o -c /tmp/neovim/src/nvim/option.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/if_cscope.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/if_cscope.c.o -c /tmp/neovim/src/nvim/if_cscope.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 34
[ 69%] Building C object src/nvim/CMakeFiles/nvim.dir/screen.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/screen.c.o -c /tmp/neovim/src/nvim/screen.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 69%] Building C object src/nvim/CMakeFiles/nvim.dir/menu.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/menu.c.o -c /tmp/neovim/src/nvim/menu.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 69%] Building C object src/nvim/CMakeFiles/nvim.dir/edit.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/edit.c.o -c /tmp/neovim/src/nvim/edit.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 35
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/os_unix.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os_unix.c.o -c /tmp/neovim/src/nvim/os_unix.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_cmds2.c.o -c /tmp/neovim/src/nvim/ex_cmds2.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/spell.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/spell.c.o -c /tmp/neovim/src/nvim/spell.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/mbyte.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/mbyte.c.o -c /tmp/neovim/src/nvim/mbyte.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 36
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/cursor.c.o -c /tmp/neovim/src/nvim/cursor.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/sha256.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/sha256.c.o -c /tmp/neovim/src/nvim/sha256.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/term.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/term.c.o -c /tmp/neovim/src/nvim/term.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 37
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/quickfix.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/quickfix.c.o -c /tmp/neovim/src/nvim/quickfix.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_docmd.c.o -c /tmp/neovim/src/nvim/ex_docmd.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_cmds.c.o -c /tmp/neovim/src/nvim/ex_cmds.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/popupmnu.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/popupmnu.c.o -c /tmp/neovim/src/nvim/popupmnu.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 38
[ 77%] Building C object src/nvim/CMakeFiles/nvim.dir/indent_c.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/indent_c.c.o -c /tmp/neovim/src/nvim/indent_c.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 77%] Building C object src/nvim/CMakeFiles/nvim.dir/hashtab.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/hashtab.c.o -c /tmp/neovim/src/nvim/hashtab.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 77%] Building C object src/nvim/CMakeFiles/nvim.dir/arabic.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/arabic.c.o -c /tmp/neovim/src/nvim/arabic.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 39
[ 79%] Building C object src/nvim/CMakeFiles/nvim.dir/syntax.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/syntax.c.o -c /tmp/neovim/src/nvim/syntax.c
/tmp/neovim/src/nvim/syntax.c: In function ‘syn_regexec’:
/tmp/neovim/src/nvim/syntax.c:2863:8: warning: ‘pt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
pt = profile_end(pt);
^
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 79%] Building C object src/nvim/CMakeFiles/nvim.dir/getchar.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/getchar.c.o -c /tmp/neovim/src/nvim/getchar.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 79%] Building C object src/nvim/CMakeFiles/nvim.dir/message.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/message.c.o -c /tmp/neovim/src/nvim/message.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 79%] Building C object src/nvim/CMakeFiles/nvim.dir/mark.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/mark.c.o -c /tmp/neovim/src/nvim/mark.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 40
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/normal.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/normal.c.o -c /tmp/neovim/src/nvim/normal.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/ui.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ui.c.o -c /tmp/neovim/src/nvim/ui.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/log.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/log.c.o -c /tmp/neovim/src/nvim/log.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 41
[ 83%] Building C object src/nvim/CMakeFiles/nvim.dir/path.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/path.c.o -c /tmp/neovim/src/nvim/path.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 83%] Building C object src/nvim/CMakeFiles/nvim.dir/map.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/map.c.o -c /tmp/neovim/src/nvim/map.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 83%] Building C object src/nvim/CMakeFiles/nvim.dir/main.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/main.c.o -c /tmp/neovim/src/nvim/main.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 83%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/cursor_shape.c.o -c /tmp/neovim/src/nvim/cursor_shape.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 42
[ 85%] Building C object src/nvim/CMakeFiles/nvim.dir/version.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/version.c.o -c /tmp/neovim/src/nvim/version.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 85%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_getln.c.o -c /tmp/neovim/src/nvim/ex_getln.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 85%] Building C object src/nvim/CMakeFiles/nvim.dir/digraph.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/digraph.c.o -c /tmp/neovim/src/nvim/digraph.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 43
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fs.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/fs.c.o -c /tmp/neovim/src/nvim/os/fs.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/rstream.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/rstream.c.o -c /tmp/neovim/src/nvim/os/rstream.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/time.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/time.c.o -c /tmp/neovim/src/nvim/os/time.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/dl.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/dl.c.o -c /tmp/neovim/src/nvim/os/dl.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 44
[ 89%] Building C object src/nvim/CMakeFiles/nvim.dir/os/provider.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/provider.c.o -c /tmp/neovim/src/nvim/os/provider.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 89%] Building C object src/nvim/CMakeFiles/nvim.dir/os/mem.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/mem.c.o -c /tmp/neovim/src/nvim/os/mem.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 89%] Building C object src/nvim/CMakeFiles/nvim.dir/os/input.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/input.c.o -c /tmp/neovim/src/nvim/os/input.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 45
[ 91%] Building C object src/nvim/CMakeFiles/nvim.dir/os/shell.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/shell.c.o -c /tmp/neovim/src/nvim/os/shell.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 91%] Building C object src/nvim/CMakeFiles/nvim.dir/os/signal.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/signal.c.o -c /tmp/neovim/src/nvim/os/signal.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 91%] Building C object src/nvim/CMakeFiles/nvim.dir/os/env.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/env.c.o -c /tmp/neovim/src/nvim/os/env.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 91%] Building C object src/nvim/CMakeFiles/nvim.dir/os/uv_helpers.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/uv_helpers.c.o -c /tmp/neovim/src/nvim/os/uv_helpers.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 46
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/os/wstream.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/wstream.c.o -c /tmp/neovim/src/nvim/os/wstream.c
/tmp/neovim/src/nvim/os/wstream.c: In function ‘wstream_set_file’:
/tmp/neovim/src/nvim/os/wstream.c:119:18: warning: unused variable ‘type’ [-Wunused-variable]
uv_handle_type type = uv_guess_handle(file);
^
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/os/event.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/event.c.o -c /tmp/neovim/src/nvim/os/event.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/os/users.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/users.c.o -c /tmp/neovim/src/nvim/os/users.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 47
[ 95%] Building C object src/nvim/CMakeFiles/nvim.dir/os/job.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/os/job.c.o -c /tmp/neovim/src/nvim/os/job.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 95%] Building C object src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/buffer.c.o -c /tmp/neovim/src/nvim/api/buffer.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 95%] Building C object src/nvim/CMakeFiles/nvim.dir/api/vim.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/vim.c.o -c /tmp/neovim/src/nvim/api/vim.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 95%] Building C object src/nvim/CMakeFiles/nvim.dir/api/window.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/window.c.o -c /tmp/neovim/src/nvim/api/window.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 48
[ 97%] Building C object src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/tabpage.c.o -c /tmp/neovim/src/nvim/api/tabpage.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 97%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/private/helpers.c.o -c /tmp/neovim/src/nvim/api/private/helpers.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[ 97%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/handle.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/api/private/handle.c.o -c /tmp/neovim/src/nvim/api/private/handle.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 49
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o -c /tmp/neovim/src/nvim/msgpack_rpc/server.c
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o -c /tmp/neovim/src/nvim/msgpack_rpc/channel.c
/tmp/neovim/src/nvim/msgpack_rpc/channel.c: In function ‘job_err’:
/tmp/neovim/src/nvim/msgpack_rpc/channel.c:322:12: warning: unused variable ‘channel’ [-Wunused-variable]
Channel *channel = job_data(data);
^
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o
cd /tmp/neovim/build/src/nvim && /usr/bin/cc -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -O2 -g -DNDEBUG -I/tmp/neovim/build/config -I/tmp/neovim/src -isystem /tmp/neovim/.deps/usr/include -isystem /tmp/neovim/.deps/usr/include/luajit-2.0 -I/tmp/neovim/build/src/nvim/auto -I/tmp/neovim/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wconversion -o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o -c /tmp/neovim/src/nvim/msgpack_rpc/helpers.c
Linking C executable ../../bin/nvim
cd /tmp/neovim/build/src/nvim && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_link_script CMakeFiles/nvim.dir/link.txt --verbose=1
/usr/bin/cc -O2 -g -DNDEBUG -Wl,--no-undefined CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o CMakeFiles/nvim.dir/eval.c.o CMakeFiles/nvim.dir/buffer.c.o CMakeFiles/nvim.dir/ops.c.o CMakeFiles/nvim.dir/charset.c.o CMakeFiles/nvim.dir/misc1.c.o CMakeFiles/nvim.dir/indent.c.o CMakeFiles/nvim.dir/ex_eval.c.o CMakeFiles/nvim.dir/file_search.c.o CMakeFiles/nvim.dir/farsi.c.o CMakeFiles/nvim.dir/fold.c.o CMakeFiles/nvim.dir/move.c.o CMakeFiles/nvim.dir/tag.c.o CMakeFiles/nvim.dir/diff.c.o CMakeFiles/nvim.dir/garray.c.o CMakeFiles/nvim.dir/misc2.c.o CMakeFiles/nvim.dir/profile.c.o CMakeFiles/nvim.dir/fileio.c.o CMakeFiles/nvim.dir/strings.c.o CMakeFiles/nvim.dir/regexp.c.o CMakeFiles/nvim.dir/memline.c.o CMakeFiles/nvim.dir/memfile.c.o CMakeFiles/nvim.dir/window.c.o CMakeFiles/nvim.dir/hardcopy.c.o CMakeFiles/nvim.dir/tempfile.c.o CMakeFiles/nvim.dir/undo.c.o CMakeFiles/nvim.dir/memory.c.o CMakeFiles/nvim.dir/search.c.o CMakeFiles/nvim.dir/keymap.c.o CMakeFiles/nvim.dir/option.c.o CMakeFiles/nvim.dir/if_cscope.c.o CMakeFiles/nvim.dir/screen.c.o CMakeFiles/nvim.dir/menu.c.o CMakeFiles/nvim.dir/edit.c.o CMakeFiles/nvim.dir/os_unix.c.o CMakeFiles/nvim.dir/ex_cmds2.c.o CMakeFiles/nvim.dir/spell.c.o CMakeFiles/nvim.dir/mbyte.c.o CMakeFiles/nvim.dir/cursor.c.o CMakeFiles/nvim.dir/sha256.c.o CMakeFiles/nvim.dir/term.c.o CMakeFiles/nvim.dir/quickfix.c.o CMakeFiles/nvim.dir/ex_docmd.c.o CMakeFiles/nvim.dir/ex_cmds.c.o CMakeFiles/nvim.dir/popupmnu.c.o CMakeFiles/nvim.dir/indent_c.c.o CMakeFiles/nvim.dir/hashtab.c.o CMakeFiles/nvim.dir/arabic.c.o CMakeFiles/nvim.dir/syntax.c.o CMakeFiles/nvim.dir/getchar.c.o CMakeFiles/nvim.dir/message.c.o CMakeFiles/nvim.dir/mark.c.o CMakeFiles/nvim.dir/normal.c.o CMakeFiles/nvim.dir/ui.c.o CMakeFiles/nvim.dir/log.c.o CMakeFiles/nvim.dir/path.c.o CMakeFiles/nvim.dir/map.c.o CMakeFiles/nvim.dir/main.c.o CMakeFiles/nvim.dir/cursor_shape.c.o CMakeFiles/nvim.dir/version.c.o CMakeFiles/nvim.dir/ex_getln.c.o CMakeFiles/nvim.dir/digraph.c.o CMakeFiles/nvim.dir/os/fs.c.o CMakeFiles/nvim.dir/os/rstream.c.o CMakeFiles/nvim.dir/os/time.c.o CMakeFiles/nvim.dir/os/dl.c.o CMakeFiles/nvim.dir/os/provider.c.o CMakeFiles/nvim.dir/os/mem.c.o CMakeFiles/nvim.dir/os/input.c.o CMakeFiles/nvim.dir/os/shell.c.o CMakeFiles/nvim.dir/os/signal.c.o CMakeFiles/nvim.dir/os/env.c.o CMakeFiles/nvim.dir/os/uv_helpers.c.o CMakeFiles/nvim.dir/os/wstream.c.o CMakeFiles/nvim.dir/os/event.c.o CMakeFiles/nvim.dir/os/users.c.o CMakeFiles/nvim.dir/os/job.c.o CMakeFiles/nvim.dir/api/buffer.c.o CMakeFiles/nvim.dir/api/vim.c.o CMakeFiles/nvim.dir/api/window.c.o CMakeFiles/nvim.dir/api/tabpage.c.o CMakeFiles/nvim.dir/api/private/helpers.c.o CMakeFiles/nvim.dir/api/private/handle.c.o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o -o ../../bin/nvim -rdynamic -lcurses ../../../.deps/usr/lib/libuv.a -ldl -lnsl -lrt ../../../.deps/usr/lib/libmsgpack.a ../../../.deps/usr/lib/libluajit-5.1.a -lm -lpthread
make[3]: Leaving directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
[100%] Built target nvim
make[2]: Leaving directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/build/CMakeFiles 0
make[1]: Leaving directory `/tmp/neovim/build'
make -C build install
make[1]: Entering directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -H/tmp/neovim -B/tmp/neovim/build --check-build-system CMakeFiles/Makefile.cmake 0
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/build/CMakeFiles /tmp/neovim/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory `/tmp/neovim/build'
make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/depend
make[3]: Entering directory `/tmp/neovim/build'
cd /tmp/neovim/build && /home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim /tmp/neovim/src/nvim /tmp/neovim/build /tmp/neovim/build/src/nvim /tmp/neovim/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake --color=
make[3]: Leaving directory `/tmp/neovim/build'
make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/build
make[3]: Entering directory `/tmp/neovim/build'
make[3]: Nothing to be done for `src/nvim/CMakeFiles/nvim.dir/build'.
make[3]: Leaving directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_report /tmp/neovim/build/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
[100%] Built target nvim
make[2]: Leaving directory `/tmp/neovim/build'
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -E cmake_progress_start /tmp/neovim/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory `/tmp/neovim/build'
make[2]: Nothing to be done for `preinstall'.
make[2]: Leaving directory `/tmp/neovim/build'
Install the project...
/home/vagrant/.linuxbrew/Cellar/cmake/3.0.2/bin/cmake -P cmake_install.cmake
-- Install configuration: "RelWithDebInfo"
-- Installing: /tmp/neovim/../out/share
-- Installing: /tmp/neovim/../out/share/nvim
-- Installing: /tmp/neovim/../out/share/nvim/runtime
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/shellmenu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/matchit.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/matchit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/editexisting.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/less.sh
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/justify.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/less.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/dvorak
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/less.bat
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macros/swapmous.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/makemenu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/netrwSettings.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html401s.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html40s.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html40t.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xsd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html401f.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xhtml11.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html401t.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xhtml10f.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xhtml10s.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xsl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html40f.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/xhtml10t.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xml/html32.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/ccomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/csscomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/paste.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/python3complete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/tar.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/ada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/netrw_gitignore.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/pythoncomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/htmlcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/phpcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/decada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/sqlcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/tohtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/javascriptcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/vimball.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/netrwFileHandlers.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/syntaxcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/getscript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/clojurecomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/rubycomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/netrw.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/gnat.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/zip.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/adacomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/xmlcomplete.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/gzip.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/autoload/spellfile.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/vimrc_example.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/macmap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/evim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/shine.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/evening.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/desert.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/industry.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/default.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/blue.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/zellner.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/elflord.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/pablo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/koehler.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/peachpuff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/slate.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/ron.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/torte.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/darkblue.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/murphy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/delek.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/colors/morning.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/scripts.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/filetype.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/optwin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/russian-dvorak.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/czech_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/esperanto_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/ukrainian-jcuken.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian-latin_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrewp_iso-8859-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/lithuanian-baltic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/bulgarian-bds.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian_cp1250.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/polish-slash_cp1250.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrew_cp1255.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/esperanto.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/dvorak.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrewp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/russian-yawerty.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/canfr-win.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/ukrainian-dvorak.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/mongolian_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrew.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/magyar_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/polish-slash.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/vietnamese-viqr_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian-latin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrewp_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/russian-jcukenwin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/tamil_tscii.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/greek_cp1253.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/slovak.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian_cp1251.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/polish-slash_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/pinyin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/greek_iso-8859-7.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/slovak_cp1250.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/greek.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/polish-slash_cp852.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/greek_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/persian.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/thaana.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/accents.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/croatian_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian_iso-8859-2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/thaana-phonetic_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/kana.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/polish-slash_iso-8859-2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/sinhala.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/arabic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/slovak_iso-8859-2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian_iso-8859-5.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrewp_cp1255.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrew_iso-8859-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/hebrew_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/sinhala-phonetic_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/persian-iranian_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/belarusian-jcuken.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/russian-jcuken.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/croatian_iso-8859-2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/croatian_cp1250.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/slovak_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/arabic_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/croatian.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/serbian_utf-8.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/greek_cp737.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/bulgarian-phonetic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/keymap/czech.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/gvimrc_example.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/efm_filter.pl
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/vim132
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/vimspell.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/ccfilter.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/efm_perl.pl
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/unicode.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/xcmdsrv_client.c
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/shtags.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/pltags.pl
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/vim_vs_net.cmd
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/vimspell.sh
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/ccfilter.c
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/mve.awk
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/vimm
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/ccfilter_README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/efm_filter.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/ref
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/shtags.pl
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/blink.c
-- Installing: /tmp/neovim/../out/share/nvim/runtime/tools/mve.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/taskedit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/moo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/conf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/protocols.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gnuplot.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dirpager.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mallard.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/amiga.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/maple.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/man.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/abel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tilde.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/muttrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sas.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rnoweb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tt2html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rtf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/elmfilt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fortran.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/r.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/awk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ia64.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/litestep.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/scilab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/manual.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rrst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xbl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/spyce.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/initng.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tt2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqloracle.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ncf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tidy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xf86conf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/markdown.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cupl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pod.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/abc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/udevconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sed.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gretl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/limits.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/purifylog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lotos.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/objcpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/edif.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/crontab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/atlas.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/modula3.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/desktop.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqlj.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nqc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/zimbu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/yacc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vroom.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/a65.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tak.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dosbatch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/occam.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/def.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/config.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asn.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/loginaccess.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/a2ps.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqlhana.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/specman.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mmp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/csdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/spec.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/robots.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/svg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nastran.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ishd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/progress.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/openroad.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/usserverlog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/logindefs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lpc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/msql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mupad.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/latte.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/c.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/context.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/svn.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sindacmp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ecd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tags.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sather.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pli.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hostsaccess.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cheetah.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/grub.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/crm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dylanintr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/trustees.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/form.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pfmain.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gitcommit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rcslog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dtrace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dts.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sindaout.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tsscl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/reva.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/omnimark.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sgmldecl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xsd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pdf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fgl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jovial.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aspvbs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/modula2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sgml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/papp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fvwm2m4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/coco.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/setserial.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/simula.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jgraph.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rcs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/kconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/python.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tar.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rebol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dylan.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/inform.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cuplsim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/m4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/expect.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/objc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aptconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/procmail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ld.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/basic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pascal.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/terminfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/opl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ipfilter.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/haml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/voscm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/updatedb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mysql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/euphoria4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqlinformix.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cdrdaoconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lsl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pccts.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gprof.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gedcom.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/chill.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/art.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ocaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gdb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xpm2.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/help.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/scss.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tads.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mailaliases.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asm68k.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/named.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/csp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/elinks.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hercules.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rmd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/baan.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/git.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/csh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/snnspat.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tli.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pine.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sudoers.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/arch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gitrebase.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ant.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/upstreamlog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pcap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/haskell.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/htmlm4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sdc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cynpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sysctl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asterisk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/foxpro.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rexx.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lua.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ist.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/freebasic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/uc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mix.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/uil.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/exim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/matlab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/grads.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/java.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hostconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fdcc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/denyhosts.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vera.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/idl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/apachestyle.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/calendar.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/monk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dylanlid.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/alsaconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dircolors.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fvwm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dot.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/viminfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/json.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/prolog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cmake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/msmessages.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vgrindefs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/kscript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/make.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cmusrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vsejcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tssgm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/abap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jal.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/plaintex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sendpr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pilrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/change.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/docbk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/registry.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pov.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/remind.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/debchangelog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jargon.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bzr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/idlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/eviews.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/docbkxml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ampl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/libao.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hitest.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mailcap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lscript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/django.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xslt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/2html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/javascript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/upstreaminstalllog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/php.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/datascript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dcd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vhdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/esmtprc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ldif.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/blank.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sshconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/messages.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/treetop.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/msidl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqlanywhere.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slpspi.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/netrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/verilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xxd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bindzone.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slrnrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/smith.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/arduino.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/changelog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/screen.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/samba.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vmasm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/chaskell.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xkb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/povini.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gitconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/colortest.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/desc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/htmlcheetah.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/perl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/qf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/psf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/focexec.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cabal.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sisu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/eterm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/acedb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tcsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/indent.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mrxvtrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dns.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/verilogams.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/abaqus.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/promela.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asteriskvm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/quake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pike.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rhelp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/services.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/forth.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lilo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/postscr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/scheme.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/iss.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mma.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/eiffel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dosini.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rnc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/taskdata.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asmh8300.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vrml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/diva.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/winbatch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/htmlos.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gitolite.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/kivy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/texinfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/css.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slrnsc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bib.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gpg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/docbksgml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/plp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/redif.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lss.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mib.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/systemverilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hastepreproc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wdiff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/web.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dracula.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/webmacro.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/skill.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gtkrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/exports.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lout.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/squid.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tasm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fstab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/st.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/usw2kagtlog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wget.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dictdconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sinda.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/groovy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/privoxy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/model.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/d.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/splint.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fasm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/spice.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/valgrind.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/z8a.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ptcap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/csc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pamconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/passwd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/groff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ninja.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/antlr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/prescribe.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ppwiz.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ibasic.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/readline.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ayacc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/yaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/apache.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lftp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/stp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/strace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/proto.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/htmldjango.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gitsendemail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/clojure.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rpcgen.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/masm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/esqlc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/javacc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/snobol4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sensors.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cvsrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/clipper.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ldapconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hamster.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/upstart.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/group.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mplayerconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wsml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mmix.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/j.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/upstreamdat.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/syncolor.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/clean.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mgp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jproperties.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/flexwiki.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ctrlh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/doxygen.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/obj.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nanorc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nroff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/bdf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xquery.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/snnsres.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/autoit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cvs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/falcon.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gdmo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/vim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ora.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/phtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tt2js.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sass.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nasm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slice.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/takcmp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jsp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ratpoison.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lite.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/asciidoc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/framescript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/modsim3.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/maxima.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lynx.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sicad.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/netrw.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cterm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/icon.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/catalog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sgmllnx.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cucumber.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/smarty.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xmath.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/resolv.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jess.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lisp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/snnsnet.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/icemenu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lhaskell.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/smil.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dsl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tssop.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rib.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/perl6.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/kwt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/inittab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/debcontrol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dnsmasq.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cobol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/eruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nosyntax.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xpm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tsalt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/po.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/euphoria3.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/btm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sshdconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/whitespace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/automake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gsp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/texmf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/virata.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/trasys.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/elf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ppd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aspperl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/zsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/aflex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/spup.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/chordpro.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cdrtoc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/racc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/jam.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xmodmap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xhtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/erlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gkrellmrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/haste.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ahdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cfg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/manconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dictconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rng.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/natural.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/logtalk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wvdial.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/tpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pyrex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cynlib.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slpconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/stata.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mush.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/b.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xinetd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/slpreg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/debsources.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/hgcommit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/kix.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/esterel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lprolog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/lifelines.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/takout.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/chaiscript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/wml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fetchmail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/modconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/synload.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/pinfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sqlforms.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/conaryrecipe.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/initex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/xdefaults.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cweb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/cuda.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/liquid.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/udevrules.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mason.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/autohotkey.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/radiance.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/mgl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/sieve.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/plm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/gnash.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/rpl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/plsql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/dtd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/syntax.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/smcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/fan.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/master.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/ave.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/udevperm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/diff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/syntax/nsis.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indoff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/delmenu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/bugreport.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftoff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/synmenu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/tilde.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rnoweb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/fortran.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/r.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/awk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rrst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/aap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xf86conf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/tcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/zimbu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/yacc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/vroom.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/occam.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/config.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ishd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/c.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/dtrace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xsd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/python.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/dylan.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/vb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/objc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ld.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/pascal.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/haml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ocaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/scss.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rmd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/mp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ant.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/lua.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/matlab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/java.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/json.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/prolog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cmake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/bst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/make.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/docbk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/pov.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/idlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xslt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/javascript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/php.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/vhdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/tex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/treetop.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sqlanywhere.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/verilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/changelog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/gitconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/perl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/tf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/eterm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/tcsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rhelp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/postscr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/scheme.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/mma.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/eiffel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/gitolite.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/css.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/bib.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/systemverilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/dictdconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/ch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/d.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/readline.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/yaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/htmldjango.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/clojure.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/hamster.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/j.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/falcon.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/vim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/sass.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/jsp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/framescript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cucumber.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/lisp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/perl6.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cobol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/eruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/automake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/mail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/zsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xhtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/erlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/dictconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/logtalk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/pyrex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/xinetd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/lifelines.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/chaiscript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/cuda.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/liquid.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/rpl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/indent/dtd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugof.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/vimballPlugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/matchparen.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/getscriptPlugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/tohtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/tarPlugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/zipPlugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/netrwPlugin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/rrhelper.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/gzip.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/plugin/spellfile.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/conf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/protocols.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/man.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/muttrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rnoweb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/tt2html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/fortran.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/r.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rrst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/aap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xf86conf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/markdown.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/udevconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/limits.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/tcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/zimbu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/logcheck.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/vroom.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dosbatch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/occam.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/config.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/loginaccess.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/a2ps.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/spec.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/svg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ishd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sql.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/logindefs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/c.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/context.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/hostsaccess.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/grub.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/crm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gitcommit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dtrace.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/reva.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xsd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/pdf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/aspvbs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sgml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/setserial.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/kconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/python.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/m4.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/vb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/objc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/procmail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ld.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/pascal.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/terminfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/haml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/updatedb.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cdrdaoconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gprof.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/art.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ocaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/help.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/scss.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mailaliases.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/elinks.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rmd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/git.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/csh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sudoers.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/arch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gitrebase.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ant.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/haskell.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sysctl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/lua.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/matlab.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/java.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/hostconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/text.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/denyhosts.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/calendar.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/alsaconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dircolors.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/fvwm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/json.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/prolog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/msmessages.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/bst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/make.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/abap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/plaintex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/docbk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/registry.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/debchangelog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/libao.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mailcap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xslt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/javascript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/php.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/vhdl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/tex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sshconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/treetop.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/slpspi.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/netrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/verilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/changelog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/screen.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gitconfig.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/perl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/qf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/eterm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/tcsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/indent.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mrxvtrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/abaqus.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/quake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rhelp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/services.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/postscr.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/scheme.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dosini.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rnc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/css.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gpg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/systemverilog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dictdconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/ch.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/csc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/pamconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/passwd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/readline.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/html.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/yaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/lftp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/htmldjango.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/gitsendemail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/clojure.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sensors.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cvsrc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/hamster.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/logtalk.dict
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/group.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mplayerconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/j.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/jproperties.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/flexwiki.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/nanorc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/bdf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/falcon.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/vim.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sass.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/jsp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/framescript.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cucumber.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/lisp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/perl6.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/kwt.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/debcontrol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/cobol.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/eruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/btm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/automake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/mail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/zsh.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/racc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xmodmap.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xhtml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/erlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/manconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dictconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/logtalk.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/pyrex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/slpconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xinetd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/slpreg.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/lprolog.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/fetchmail.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/modconf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/pinfo.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/initex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/xdefaults.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/liquid.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/udevrules.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/sieve.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/rpl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/dtd.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/udevperm.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/diff.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/ftplugin/nsis.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/mswin.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/ks_roman.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-15.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/dec-mcs.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-11.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-5.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/koi8-u.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/jis_roman.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-13.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/hp-roman8.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/latin1.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1253.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/ascii.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/mac-roman.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-9.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-2.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/gb_roman.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1257.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-7.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-4.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1254.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cidfont.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-3.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1251.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-14.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1252.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1250.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/prolog.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cns_roman.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/cp1255.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-10.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/ebcdic-uk.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/iso-8859-8.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/print/koi8-r.ps
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_23.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/quickref.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/maketags.awk
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/term.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_20.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_24.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/sponsor.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/remote.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/tips.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/options.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/repeat.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_02.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/various.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_gzip.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/sign.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_cscop.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/print.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_12.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_10.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/help.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_29.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_zip.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_pyth.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/cmdline.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/Makefile
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_45.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_paren.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/scroll.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/autocmd.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_90.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_25.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_41.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/syntax.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/gui.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_05.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/nvim_clipboard.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/eval.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_28.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/msgpack_rpc.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_lua.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/howto.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/change.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/diff.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_04.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/os_mac.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_mzsch.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_09.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_31.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_11.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/vi_diff.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/os_win32.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/uganda.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_43.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/spell.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/insert.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/digraph.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_01.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/motion.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/tagsrch.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/doctags.c
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_tar.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/filetype.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/arabic.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_ruby.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/nvim_intro.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/editing.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/makehtml.awk
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/os_dos.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/farsi.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_40.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_tcl.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_30.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/quotes.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/windows.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_27.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_22.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/tabpage.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/index.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/os_unix.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/nvim_python.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_getscript.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/intro.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/map.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/develop.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/russian.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_32.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/undo.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_21.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl/evim-pl.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl/vimtutor-pl.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl/vimdiff-pl.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl/xxd-pl.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/pl/vim-pl.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/vim.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/evim.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/de
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/de/vim-de.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/xxd.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it/xxd-it.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it/evim-it.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it/vim-it.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it/vimdiff-it.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/it/vimtutor-it.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/vimtutor.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja/vimtutor-ja.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja/evim-ja.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja/xxd-ja.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja/vim-ja.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ja/vimdiff-ja.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr/xxd-fr.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr/evim-fr.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr/vimtutor-fr.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr/vimdiff-fr.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/fr/vim-fr.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru/evim-ru.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru/vim-ru.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru/vimdiff-ru.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru/vimtutor-ru.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/ru/xxd-ru.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/manpages/vimdiff.1
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/mlang.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/helphelp.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/mbyte.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/starting.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/hebrew.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/job_control.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/debugger.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_03.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/if_perl.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/gui_x11.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_06.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/indent.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_42.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_07.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/visual.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/message.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/quickfix.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_08.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_spec.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_toc.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/gui_w32.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pattern.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/todo.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/recover.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/fold.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/debug.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_netrw.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_26.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/usr_44.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/ft_sql.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/rileft.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/ft_ada.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/doc/pi_vimball.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/rgb.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/menu.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/xmllint.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/hp_acc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/g95.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/cs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/onsgmls.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/mipspro_c89.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/tidy.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/tcl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fortran_F.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/rspec.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/ruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/haml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/intel.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/ocaml.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fortran_cv.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/ant.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/msvc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/gfortran.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/dot.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/xbuild.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/mipspro_cpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/rubyunit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/mcs.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fortran_lf95.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fortran_g77.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/php.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/tex.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/mips_c.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/decada.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/pyunit.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/xmlwf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/perl.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/irix5_cpp.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/bcc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/icc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fpc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/gcc.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/ifort.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/irix5_c.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/neato.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/splint.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/fortran_elf90.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/se.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/jikes.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/javac.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/rake.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/modelsim_vcom.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/bdf.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/pbx.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/sass.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/msbuild.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/rst.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/cucumber.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/gnat.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/eruby.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/checkstyle.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/README.txt
-- Installing: /tmp/neovim/../out/share/nvim/runtime/compiler/erlang.vim
-- Installing: /tmp/neovim/../out/share/nvim/runtime/python_setup.vim
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/efm_filter.pl
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/efm_perl.pl
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/pltags.pl
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/shtags.pl
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/mve.awk
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/doc/maketags.awk
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/doc/makehtml.awk
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/macros/less.sh
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/vimspell.sh
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/ref
-- Up-to-date: /tmp/neovim/../out/share/nvim/runtime/tools/vimm
-- Generating helptags in /tmp/neovim/../out/share/nvim/runtime/doc.
*** buffer overflow detected ***: /tmp/neovim/build/bin/nvim terminated
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x73e0f)[0x2b5a480ffe0f]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x2b5a481977dc]
/lib/x86_64-linux-gnu/libc.so.6(+0x10a6a0)[0x2b5a481966a0]
/tmp/neovim/build/bin/nvim(eval_init+0xf4)[0x43fdb4]
/tmp/neovim/build/bin/nvim(main+0xbe)[0x42d2fe]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x2b5a480adec5]
/tmp/neovim/build/bin/nvim[0x42f86c]
======= Memory map: ========
00400000-00625000 r-xp 00000000 fc:00 4992545 /tmp/neovim/build/bin/nvim
00824000-00825000 r--p 00224000 fc:00 4992545 /tmp/neovim/build/bin/nvim
00825000-00837000 rw-p 00225000 fc:00 4992545 /tmp/neovim/build/bin/nvim
00837000-00845000 rw-p 00000000 00:00 0
00b18000-00b39000 rw-p 00000000 00:00 0 [heap]
2b5a4730e000-2b5a47331000 r-xp 00000000 fc:00 2752678 /lib/x86_64-linux-gnu/ld-2.19.so
2b5a47331000-2b5a47334000 rw-p 00000000 00:00 0
2b5a4733b000-2b5a47340000 rw-p 00000000 00:00 0
2b5a47530000-2b5a47531000 r--p 00022000 fc:00 2752678 /lib/x86_64-linux-gnu/ld-2.19.so
2b5a47531000-2b5a47532000 rw-p 00023000 fc:00 2752678 /lib/x86_64-linux-gnu/ld-2.19.so
2b5a47532000-2b5a47533000 rw-p 00000000 00:00 0
2b5a47533000-2b5a47558000 r-xp 00000000 fc:00 2752578 /lib/x86_64-linux-gnu/libtinfo.so.5.9
2b5a47558000-2b5a47757000 ---p 00025000 fc:00 2752578 /lib/x86_64-linux-gnu/libtinfo.so.5.9
2b5a47757000-2b5a4775b000 r--p 00024000 fc:00 2752578 /lib/x86_64-linux-gnu/libtinfo.so.5.9
2b5a4775b000-2b5a4775c000 rw-p 00028000 fc:00 2752578 /lib/x86_64-linux-gnu/libtinfo.so.5.9
2b5a4775c000-2b5a4775f000 r-xp 00000000 fc:00 2752779 /lib/x86_64-linux-gnu/libdl-2.19.so
2b5a4775f000-2b5a4795e000 ---p 00003000 fc:00 2752779 /lib/x86_64-linux-gnu/libdl-2.19.so
2b5a4795e000-2b5a4795f000 r--p 00002000 fc:00 2752779 /lib/x86_64-linux-gnu/libdl-2.19.so
2b5a4795f000-2b5a47960000 rw-p 00003000 fc:00 2752779 /lib/x86_64-linux-gnu/libdl-2.19.so
2b5a47960000-2b5a47967000 r-xp 00000000 fc:00 2752611 /lib/x86_64-linux-gnu/librt-2.19.so
2b5a47967000-2b5a47b66000 ---p 00007000 fc:00 2752611 /lib/x86_64-linux-gnu/librt-2.19.so
2b5a47b66000-2b5a47b67000 r--p 00006000 fc:00 2752611 /lib/x86_64-linux-gnu/librt-2.19.so
2b5a47b67000-2b5a47b68000 rw-p 00007000 fc:00 2752611 /lib/x86_64-linux-gnu/librt-2.19.so
2b5a47b68000-2b5a47c6d000 r-xp 00000000 fc:00 2752682 /lib/x86_64-linux-gnu/libm-2.19.so
2b5a47c6d000-2b5a47e6c000 ---p 00105000 fc:00 2752682 /lib/x86_64-linux-gnu/libm-2.19.so
2b5a47e6c000-2b5a47e6d000 r--p 00104000 fc:00 2752682 /lib/x86_64-linux-gnu/libm-2.19.so
2b5a47e6d000-2b5a47e6e000 rw-p 00105000 fc:00 2752682 /lib/x86_64-linux-gnu/libm-2.19.so
2b5a47e6e000-2b5a47e87000 r-xp 00000000 fc:00 2752780 /lib/x86_64-linux-gnu/libpthread-2.19.so
2b5a47e87000-2b5a48086000 ---p 00019000 fc:00 2752780 /lib/x86_64-linux-gnu/libpthread-2.19.so
2b5a48086000-2b5a48087000 r--p 00018000 fc:00 2752780 /lib/x86_64-linux-gnu/libpthread-2.19.so
2b5a48087000-2b5a48088000 rw-p 00019000 fc:00 2752780 /lib/x86_64-linux-gnu/libpthread-2.19.so
2b5a48088000-2b5a4808c000 rw-p 00000000 00:00 0
2b5a4808c000-2b5a48247000 r-xp 00000000 fc:00 2752673 /lib/x86_64-linux-gnu/libc-2.19.so
2b5a48247000-2b5a48447000 ---p 001bb000 fc:00 2752673 /lib/x86_64-linux-gnu/libc-2.19.so
2b5a48447000-2b5a4844b000 r--p 001bb000 fc:00 2752673 /lib/x86_64-linux-gnu/libc-2.19.so
2b5a4844b000-2b5a4844d000 rw-p 001bf000 fc:00 2752673 /lib/x86_64-linux-gnu/libc-2.19.so
2b5a4844d000-2b5a48452000 rw-p 00000000 00:00 0
2b5a48452000-2b5a48468000 r-xp 00000000 fc:00 2752559 /lib/x86_64-linux-gnu/libgcc_s.so.1
2b5a48468000-2b5a48667000 ---p 00016000 fc:00 2752559 /lib/x86_64-linux-gnu/libgcc_s.so.1
2b5a48667000-2b5a48668000 rw-p 00015000 fc:00 2752559 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fff35e85000-7fff35ea6000 rw-p 00000000 00:00 0 [stack]
7fff35f13000-7fff35f15000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
CMake Error at /tmp/neovim/cmake/GenerateHelptags.cmake:25 (message):
Generating helptags failed:
Call Stack (most recent call first):
cmake_install.cmake:516 (include)
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/neovim/build'
make: *** [install] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment