Skip to content

Instantly share code, notes, and snippets.

@anathematic
Last active April 6, 2018 05:18
Show Gist options
  • Save anathematic/cd267e1dc15d8f0eebd4d895f51176cc to your computer and use it in GitHub Desktop.
Save anathematic/cd267e1dc15d8f0eebd4d895f51176cc to your computer and use it in GitHub Desktop.
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Elixir app detected
remote: -----> Checking Erlang and Elixir versions
remote: Will use the following versions:
remote: * Stack heroku-16
remote: * Erlang 20.1
remote: * Elixir 1.6.0
remote: -----> Will export the following config vars:
remote: * MIX_ENV=prod
remote: -----> Stack changed, will rebuild
remote: -----> Cleaning all cache to force rebuilds
remote: -----> Fetching Erlang 20.1
remote: -----> Installing Erlang 20.1 (changed)
remote:
remote: -----> Fetching Elixir v1.6.0 for OTP 20
remote: -----> Installing Elixir v1.6.0 (changed)
remote: -----> Installing Hex
remote: * creating /app/.mix/archives/hex-0.17.3
remote: -----> Installing rebar
remote: * creating /app/.mix/rebar
remote: * creating /app/.mix/rebar3
remote: -----> Executing pre compile: pwd
remote: /tmp/build_687291de1680587ef527ea343df0e8c7
remote: -----> Fetching app dependencies with mix
remote: * Getting libxml (https://github.com/anathematic/libxml.git)
remote: remote: Counting objects: 237, done.
remote: remote: Compressing objects: 100% (43/43), done.
remote: remote: Total 237 (delta 36), reused 54 (delta 26), pack-reused 166
remote: Receiving objects: 100% (237/237), 61.57 KiB | 0 bytes/s, done.
remote: Resolving deltas: 100% (120/120), done.
remote: cp: cannot stat '/app/.hex/': No such file or directory
remote: -----> Copying hex from /app/.mix/archives/hex-0.17.3
remote: -----> Compiling
remote: mkdir -p libxml2_build
remote: cd libxml2_build \
remote: && curl -LO http://xmlsoft.org/sources/libxml2-2.9.4.tar.gz \
remote: && echo ""ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c" *libxml2-2.9.4.tar.gz" | shasum -a 256 -c \
remote: && tar xf libxml2-2.9.4.tar.gz \
remote: && cd libxml2-2.9.4 \
remote: && ./configure --prefix=`pwd`/../../priv/libxml2 --with-pic --without-python \
remote: && make -j2 \
remote: && make install
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote: 100 5248k 100 5248k 0 0 3589k 0 0:00:01 0:00:01 --:--:-- 3587k
remote: libxml2-2.9.4.tar.gz: OK
remote: checking whether to enable maintainer-specific portions of Makefiles... yes
remote: checking build system type... x86_64-unknown-linux-gnu
remote: checking host system type... x86_64-unknown-linux-gnu
remote: checking for a BSD-compatible install... /usr/bin/install -c
remote: checking whether build environment is sane... yes
remote: checking for a thread-safe mkdir -p... /bin/mkdir -p
remote: checking for gawk... no
remote: checking for mawk... mawk
remote: checking whether make sets $(MAKE)... yes
remote: checking whether make supports nested variables... yes
remote: checking whether make supports nested variables... (cached) yes
remote: checking for gcc... gcc
remote: checking whether the C compiler works... yes
remote: checking for C compiler default output file name... a.out
remote: checking for suffix of executables...
remote: checking whether we are cross compiling... no
remote: checking for suffix of object files... o
remote: checking whether we are using the GNU C compiler... yes
remote: checking whether gcc accepts -g... yes
remote: checking for gcc option to accept ISO C89... none needed
remote: checking whether gcc understands -c and -o together... yes
remote: checking for style of include used by make... GNU
remote: checking dependency style of gcc... gcc3
remote: checking whether ln -s works... yes
remote: checking how to run the C preprocessor... gcc -E
remote: checking for mv... /bin/mv
remote: checking for tar... /bin/tar
remote: checking for perl... /usr/bin/perl
remote: checking for wget... /usr/bin/wget
remote: checking for xmllint... /usr/bin/xmllint
remote: checking for xsltproc... /usr/bin/xsltproc
remote: checking for pkg-config... /usr/bin/pkg-config
remote: checking pkg-config is at least version 0.9.0... yes
remote: checking how to print strings... printf
remote: checking for a sed that does not truncate output... /bin/sed
remote: checking for grep that handles long lines and -e... /bin/grep
remote: checking for egrep... /bin/grep -E
remote: checking for fgrep... /bin/grep -F
remote: checking for ld used by gcc... /usr/bin/ld
remote: checking if the linker (/usr/bin/ld) is GNU ld... yes
remote: checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
remote: checking the name lister (/usr/bin/nm -B) interface... BSD nm
remote: checking the maximum length of command line arguments... 3145728
remote: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
remote: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
remote: checking for /usr/bin/ld option to reload object files... -r
remote: checking for objdump... objdump
remote: checking how to recognize dependent libraries... pass_all
remote: checking for dlltool... no
remote: checking how to associate runtime and link libraries... printf %s\n
remote: checking for ar... ar
remote: checking for archiver @FILE support... @
remote: checking for strip... strip
remote: checking for ranlib... ranlib
remote: checking command to parse /usr/bin/nm -B output from gcc object... ok
remote: checking for sysroot... no
remote: checking for a working dd... /bin/dd
remote: checking how to truncate binary pipes... /bin/dd bs=4096 count=1
remote: checking for mt... no
remote: checking if : is a manifest tool... no
remote: checking for ANSI C header files... yes
remote: checking for sys/types.h... yes
remote: checking for sys/stat.h... yes
remote: checking for stdlib.h... yes
remote: checking for string.h... yes
remote: checking for memory.h... yes
remote: checking for strings.h... yes
remote: checking for inttypes.h... yes
remote: checking for stdint.h... yes
remote: checking for unistd.h... yes
remote: checking for dlfcn.h... yes
remote: checking for objdir... .libs
remote: checking if gcc supports -fno-rtti -fno-exceptions... no
remote: checking for gcc option to produce PIC... -fPIC -DPIC
remote: checking if gcc PIC flag -fPIC -DPIC works... yes
remote: checking if gcc static flag -static works... yes
remote: checking if gcc supports -c -o file.o... yes
remote: checking if gcc supports -c -o file.o... (cached) yes
remote: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
remote: checking whether -lc should be explicitly linked in... no
remote: checking dynamic linker characteristics... GNU/Linux ld.so
remote: checking how to hardcode library paths into programs... immediate
remote: checking whether stripping libraries is possible... yes
remote: checking if libtool supports shared libraries... yes
remote: checking whether to build shared libraries... yes
remote: checking whether to build static libraries... yes
remote: Checking zlib
remote: checking for Z... yes
remote: checking zlib.h usability... yes
remote: checking zlib.h presence... yes
remote: checking for zlib.h... yes
remote: Checking lzma
remote: checking for LZMA... yes
remote: checking lzma.h usability... yes
remote: checking lzma.h presence... yes
remote: checking for lzma.h... yes
remote: Checking headers
remote: checking for dirent.h that defines DIR... yes
remote: checking for library containing opendir... none required
remote: checking for ANSI C header files... (cached) yes
remote: checking fcntl.h usability... yes
remote: checking fcntl.h presence... yes
remote: checking for fcntl.h... yes
remote: checking for unistd.h... (cached) yes
remote: checking ctype.h usability... yes
remote: checking ctype.h presence... yes
remote: checking for ctype.h... yes
remote: checking dirent.h usability... yes
remote: checking dirent.h presence... yes
remote: checking for dirent.h... yes
remote: checking errno.h usability... yes
remote: checking errno.h presence... yes
remote: checking for errno.h... yes
remote: checking malloc.h usability... yes
remote: checking malloc.h presence... yes
remote: checking for malloc.h... yes
remote: checking stdarg.h usability... yes
remote: checking stdarg.h presence... yes
remote: checking for stdarg.h... yes
remote: checking for sys/stat.h... (cached) yes
remote: checking for sys/types.h... (cached) yes
remote: checking for stdint.h... (cached) yes
remote: checking for inttypes.h... (cached) yes
remote: checking time.h usability... yes
remote: checking time.h presence... yes
remote: checking for time.h... yes
remote: checking ansidecl.h usability... no
remote: checking ansidecl.h presence... no
remote: checking for ansidecl.h... no
remote: checking ieeefp.h usability... no
remote: checking ieeefp.h presence... no
remote: checking for ieeefp.h... no
remote: checking nan.h usability... no
remote: checking nan.h presence... no
remote: checking for nan.h... no
remote: checking math.h usability... yes
remote: checking math.h presence... yes
remote: checking for math.h... yes
remote: checking limits.h usability... yes
remote: checking limits.h presence... yes
remote: checking for limits.h... yes
remote: checking fp_class.h usability... no
remote: checking fp_class.h presence... no
remote: checking for fp_class.h... no
remote: checking float.h usability... yes
remote: checking float.h presence... yes
remote: checking for float.h... yes
remote: checking for stdlib.h... (cached) yes
remote: checking for sys/socket.h... yes
remote: checking for netinet/in.h... yes
remote: checking for arpa/inet.h... yes
remote: checking netdb.h usability... yes
remote: checking netdb.h presence... yes
remote: checking for netdb.h... yes
remote: checking sys/time.h usability... yes
remote: checking sys/time.h presence... yes
remote: checking for sys/time.h... yes
remote: checking sys/select.h usability... yes
remote: checking sys/select.h presence... yes
remote: checking for sys/select.h... yes
remote: checking poll.h usability... yes
remote: checking poll.h presence... yes
remote: checking for poll.h... yes
remote: checking sys/mman.h usability... yes
remote: checking sys/mman.h presence... yes
remote: checking for sys/mman.h... yes
remote: checking sys/timeb.h usability... yes
remote: checking sys/timeb.h presence... yes
remote: checking for sys/timeb.h... yes
remote: checking signal.h usability... yes
remote: checking signal.h presence... yes
remote: checking for signal.h... yes
remote: checking for arpa/nameser.h... yes
remote: checking for resolv.h... yes
remote: checking dl.h usability... no
remote: checking dl.h presence... no
remote: checking for dl.h... no
remote: checking for dlfcn.h... (cached) yes
remote: Checking types
remote: checking for uint32_t... yes
remote: Checking libraries
remote: checking for strftime... yes
remote: checking for strdup... yes
remote: checking for strndup... yes
remote: checking for strerror... yes
remote: checking for finite... yes
remote: checking for isnand... no
remote: checking for fp_class... no
remote: checking for class... no
remote: checking for fpclass... no
remote: checking for strftime... (cached) yes
remote: checking for localtime... yes
remote: checking for gettimeofday... yes
remote: checking for ftime... yes
remote: checking for stat... yes
remote: checking for _stat... no
remote: checking for signal... yes
remote: checking for rand... yes
remote: checking for rand_r... yes
remote: checking for srand... yes
remote: checking for time... yes
remote: checking for isascii... yes
remote: checking for mmap... yes
remote: checking for munmap... yes
remote: checking for putenv... yes
remote: checking for va_copy... yes
remote: checking whether va_list is an array type... yes
remote: checking for library containing gethostent... none required
remote: checking for library containing setsockopt... none required
remote: checking for library containing connect... none required
remote: checking for type of socket length (socklen_t)... socklen_t *
remote: checking for const gethostbyname() argument... yes
remote: checking for const send() second argument... yes
remote: checking whether to enable IPv6... yes
remote: checking struct sockaddr::ss_family... yes
remote: checking for getaddrinfo... yes
remote: checking for isnan... yes
remote: checking for isinf... yes
remote: checking for shl_load... no
remote: checking for shl_load in -ldld... no
remote: checking for dlopen... no
remote: checking for dlopen in -ldl... yes
remote: Checking configuration requirements
remote: Enabling multithreaded support
remote: checking pthread.h usability... yes
remote: checking pthread.h presence... yes
remote: checking for pthread.h... yes
remote: checking for pthread_join in -lpthread... yes
remote: Enabled Schematron support
remote: checking iconv.h usability... yes
remote: checking iconv.h presence... yes
remote: checking for iconv.h... yes
remote: checking for iconv... yes
remote: checking for iconv declaration...
remote: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
remote: Disabling ICU support
remote: Enabled Schemas/Relax-NG support
remote: checking for printf... yes
remote: checking for sprintf... yes
remote: checking for fprintf... yes
remote: checking for snprintf... yes
remote: checking for vfprintf... yes
remote: checking for vsprintf... yes
remote: checking for vsnprintf... yes
remote: checking for sscanf... yes
remote: Disabling code coverage for GCC
remote: checking that generated files are newer than configure... done
remote: configure: creating ./config.status
remote: config.status: creating libxml2.spec
remote: config.status: creating Makefile
remote: config.status: creating include/Makefile
remote: config.status: creating include/libxml/Makefile
remote: config.status: creating doc/Makefile
remote: config.status: creating doc/examples/Makefile
remote: config.status: creating doc/devhelp/Makefile
remote: config.status: creating example/Makefile
remote: config.status: creating python/Makefile
remote: config.status: creating python/tests/Makefile
remote: config.status: creating xstc/Makefile
remote: config.status: creating include/libxml/xmlversion.h
remote: config.status: creating libxml-2.0.pc
remote: config.status: creating libxml-2.0-uninstalled.pc
remote: config.status: creating libxml2-config.cmake
remote: config.status: creating python/setup.py
remote: config.status: creating xml2-config
remote: config.status: creating config.h
remote: config.status: executing depfiles commands
remote: config.status: executing libtool commands
remote: Done configuring
remote: make[1]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make all-recursive
remote: make[2]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: Making all in include
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: Making all in libxml
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[4]: Nothing to be done for 'all'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[4]: Nothing to be done for 'all-am'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: Making all in .
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: CC SAX.lo
remote: CC entities.lo
remote: CC encoding.lo
remote: CC error.lo
remote: CC parserInternals.lo
remote: CC parser.lo
remote: CC tree.lo
remote: CC hash.lo
remote: CC list.lo
remote: CC xmlIO.lo
remote: CC xmlmemory.lo
remote: CC uri.lo
remote: CC valid.lo
remote: CC xlink.lo
remote: CC HTMLparser.lo
remote: CC HTMLtree.lo
remote: CC debugXML.lo
remote: CC xpath.lo
remote: In file included from xpath.c:462:0:
remote: timsort.h: In function ‘libxml_domnode_tim_sort_collapse’:
remote: timsort.h:405:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
remote: if ((stack_curr == 2) && (stack[0].length + stack[1].length == size)) {
remote: ^
remote: timsort.h:397:19: warning: variable ‘BD’ set but not used [-Wunused-but-set-variable]
remote: int ABC, BCD, BD, CD;
remote: ^
remote: In file included from ./include/libxml/parser.h:18:0,
remote: from ./include/libxml/globals.h:18,
remote: from ./include/libxml/threads.h:35,
remote: from ./include/libxml/xmlmemory.h:218,
remote: from ./include/libxml/tree.h:1307,
remote: from ./include/libxml/c14n.h:27,
remote: from elfgcchack.h:17,
remote: from libxml.h:106,
remote: from xpath.c:18:
remote: xpath.c: In function ‘xmlXPathRegisterFuncNS__internal_alias’:
remote: xpath.c:4875:73: warning: ISO C forbids passing argument 4 of ‘xmlHashAddEntry2__internal_alias’ between function pointer and ‘void *’ [-Wpedantic]
remote: return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
remote: ^
remote: ./include/libxml/hash.h:56:29: note: in definition of macro ‘XML_CAST_FPTR’
remote: #define XML_CAST_FPTR(fptr) fptr
remote: ^
remote: In file included from libxml.h:106:0,
remote: from xpath.c:18:
remote: elfgcchack.h:4269:36: note: expected ‘void *’ but argument is of type ‘xmlXPathFunction {aka void (*)(struct _xmlXPathParserContext *, int)}’
remote: extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden")));
remote: ^
remote: xpath.c: In function ‘xmlXPathFunctionLookupNS__internal_alias’:
remote: xpath.c:4956:24: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
remote: XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
remote: ^
remote: xpath.c: In function ‘xmlXPathCompOpEval’:
remote: xpath.c:13563:41: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
remote: XML_CAST_FPTR(func) = op->cache;
remote: ^
remote: xpath.c:13590:31: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
remote: op->cache = XML_CAST_FPTR(func);
remote: ^
remote: In file included from xpath.c:476:0:
remote: xpath.c: At top level:
remote: trionan.c:194:1: warning: ‘trio_is_special_quantity’ defined but not used [-Wunused-function]
remote: trio_is_special_quantity
remote: ^
remote: trionan.c:218:1: warning: ‘trio_is_negative’ defined but not used [-Wunused-function]
remote: trio_is_negative
remote: ^
remote: CC xpointer.lo
remote: CC xinclude.lo
remote: CC nanohttp.lo
remote: CC nanoftp.lo
remote: CC catalog.lo
remote: CC globals.lo
remote: CC threads.lo
remote: threads.c:53:12: warning: redundant redeclaration of ‘pthread_once’ [-Wredundant-decls]
remote: extern int pthread_once (pthread_once_t *__once_control,
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:494:12: note: previous declaration of ‘pthread_once’ was here
remote: extern int pthread_once (pthread_once_t *__once_control,
remote: ^
remote: threads.c:56:14: warning: redundant redeclaration of ‘pthread_getspecific’ [-Wredundant-decls]
remote: extern void *pthread_getspecific (pthread_key_t __key)
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1119:14: note: previous declaration of ‘pthread_getspecific’ was here
remote: extern void *pthread_getspecific (pthread_key_t __key) __THROW;
remote: ^
remote: threads.c:58:12: warning: redundant redeclaration of ‘pthread_setspecific’ [-Wredundant-decls]
remote: extern int pthread_setspecific (pthread_key_t __key,
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1122:12: note: previous declaration of ‘pthread_setspecific’ was here
remote: extern int pthread_setspecific (pthread_key_t __key,
remote: ^
remote: threads.c:61:12: warning: redundant redeclaration of ‘pthread_key_create’ [-Wredundant-decls]
remote: extern int pthread_key_create (pthread_key_t *__key,
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1111:12: note: previous declaration of ‘pthread_key_create’ was here
remote: extern int pthread_key_create (pthread_key_t *__key,
remote: ^
remote: threads.c:64:12: warning: redundant redeclaration of ‘pthread_key_delete’ [-Wredundant-decls]
remote: extern int pthread_key_delete (pthread_key_t __key)
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1116:12: note: previous declaration of ‘pthread_key_delete’ was here
remote: extern int pthread_key_delete (pthread_key_t __key) __THROW;
remote: ^
remote: threads.c:67:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:66:12: warning: redundant redeclaration of ‘pthread_mutex_init’ [-Wredundant-decls]
remote: extern int pthread_mutex_init ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:749:12: note: previous declaration of ‘pthread_mutex_init’ was here
remote: extern int pthread_mutex_init (pthread_mutex_t *__mutex,
remote: ^
remote: threads.c:69:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:68:12: warning: redundant redeclaration of ‘pthread_mutex_destroy’ [-Wredundant-decls]
remote: extern int pthread_mutex_destroy ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:754:12: note: previous declaration of ‘pthread_mutex_destroy’ was here
remote: extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
remote: ^
remote: threads.c:71:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:70:12: warning: redundant redeclaration of ‘pthread_mutex_lock’ [-Wredundant-decls]
remote: extern int pthread_mutex_lock ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:762:12: note: previous declaration of ‘pthread_mutex_lock’ was here
remote: extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
remote: ^
remote: threads.c:73:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:72:12: warning: redundant redeclaration of ‘pthread_mutex_unlock’ [-Wredundant-decls]
remote: extern int pthread_mutex_unlock ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:773:12: note: previous declaration of ‘pthread_mutex_unlock’ was here
remote: extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
remote: ^
remote: threads.c:75:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:74:12: warning: redundant redeclaration of ‘pthread_cond_init’ [-Wredundant-decls]
remote: extern int pthread_cond_init ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:968:12: note: previous declaration of ‘pthread_cond_init’ was here
remote: extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
remote: ^
remote: threads.c:77:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:76:12: warning: redundant redeclaration of ‘pthread_cond_destroy’ [-Wredundant-decls]
remote: extern int pthread_cond_destroy ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:973:12: note: previous declaration of ‘pthread_cond_destroy’ was here
remote: extern int pthread_cond_destroy (pthread_cond_t *__cond)
remote: ^
remote: threads.c:79:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:78:12: warning: redundant redeclaration of ‘pthread_cond_wait’ [-Wredundant-decls]
remote: extern int pthread_cond_wait ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:989:12: note: previous declaration of ‘pthread_cond_wait’ was here
remote: extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
remote: ^
remote: threads.c:81:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:80:12: warning: redundant redeclaration of ‘pthread_equal’ [-Wredundant-decls]
remote: extern int pthread_equal ()
remote: ^
remote: In file included from /usr/include/features.h:367:0,
remote: from /usr/include/stdio.h:27,
remote: from libxml.h:51,
remote: from threads.c:11:
remote: /usr/include/pthread.h:1153:1: note: previous definition of ‘pthread_equal’ was here
remote: __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2))
remote: ^
remote: threads.c:83:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:82:18: warning: redundant redeclaration of ‘pthread_self’ [-Wredundant-decls]
remote: extern pthread_t pthread_self ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:275:18: note: previous declaration of ‘pthread_self’ was here
remote: extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
remote: ^
remote: threads.c:85:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:84:12: warning: redundant redeclaration of ‘pthread_key_create’ [-Wredundant-decls]
remote: extern int pthread_key_create ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1111:12: note: previous declaration of ‘pthread_key_create’ was here
remote: extern int pthread_key_create (pthread_key_t *__key,
remote: ^
remote: threads.c:87:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:86:12: warning: redundant redeclaration of ‘pthread_key_delete’ [-Wredundant-decls]
remote: extern int pthread_key_delete ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:1116:12: note: previous declaration of ‘pthread_key_delete’ was here
remote: extern int pthread_key_delete (pthread_key_t __key) __THROW;
remote: ^
remote: threads.c:89:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
remote: __attribute((weak));
remote: ^
remote: threads.c:88:12: warning: redundant redeclaration of ‘pthread_cond_signal’ [-Wredundant-decls]
remote: extern int pthread_cond_signal ()
remote: ^
remote: In file included from threads.c:28:0:
remote: /usr/include/pthread.h:977:12: note: previous declaration of ‘pthread_cond_signal’ was here
remote: extern int pthread_cond_signal (pthread_cond_t *__cond)
remote: ^
remote: CC c14n.lo
remote: CC xmlstring.lo
remote: CC buf.lo
remote: CC xmlregexp.lo
remote: CC xmlschemas.lo
remote: CC xmlschemastypes.lo
remote: CC xmlunicode.lo
remote: CC xmlreader.lo
remote: CC relaxng.lo
remote: CC dict.lo
remote: CC SAX2.lo
remote: CC xmlwriter.lo
remote: CC legacy.lo
remote: CC chvalid.lo
remote: CC pattern.lo
remote: CC xmlsave.lo
remote: CC xmlmodule.lo
remote: CC schematron.lo
remote: CC xzlib.lo
remote: CC testdso.lo
remote: CC xmllint.o
remote: CC xmlcatalog.o
remote: CC testSchemas.o
remote: CC testRelax.o
remote: CC testSAX.o
remote: CC testHTML.o
remote: CC testXPath.o
remote: CC testURI.o
remote: CC testThreads.o
remote: CC testC14N.o
remote: CC testAutomata.o
remote: CC testRegexp.o
remote: CC testReader.o
remote: CC testapi.o
remote: CC testModule.o
remote: CC runtest.o
remote: runtest.c: In function ‘streamProcessTest’:
remote: runtest.c:2145:65: warning: unused parameter ‘options’ [-Wunused-parameter]
remote: xmlTextReaderPtr reader, const char *rng, int options) {
remote: ^
remote: testapi.c:18040:25: warning: ‘gen_xmlSchematronPtr’ defined but not used [-Wunused-function]
remote: static xmlSchematronPtr gen_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:18043:13: warning: ‘des_xmlSchematronPtr’ defined but not used [-Wunused-function]
remote: static void des_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, xmlSchematronPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:18060:35: warning: ‘gen_xmlSchematronParserCtxtPtr’ defined but not used [-Wunused-function]
remote: static xmlSchematronParserCtxtPtr gen_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:18063:13: warning: ‘des_xmlSchematronParserCtxtPtr’ defined but not used [-Wunused-function]
remote: static void des_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchematronParserCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:18558:18: warning: ‘gen_const_xmlBufPtr’ defined but not used [-Wunused-function]
remote: static xmlBufPtr gen_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:18561:13: warning: ‘des_const_xmlBufPtr’ defined but not used [-Wunused-function]
remote: static void des_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, const xmlBufPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:34503:27: warning: ‘gen_xmlSAXHandlerPtr_ptr’ defined but not used [-Wunused-function]
remote: static xmlSAXHandlerPtr * gen_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: testapi.c:34506:13: warning: ‘des_xmlSAXHandlerPtr_ptr’ defined but not used [-Wunused-function]
remote: static void des_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED, xmlSAXHandlerPtr * val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
remote: ^
remote: CC runsuite.o
remote: CC testchar.o
remote: CC testdict.o
remote: CC runxmlconf.o
remote: CC testrecurse.o
remote: CC testlimits.o
remote: sed -e 's?\@XML_LIBDIR\@?-L/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib?g' \
remote: -e 's?\@XML_INCLUDEDIR\@?-I/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/include/libxml2?g' \
remote: -e 's?\@VERSION\@?2.9.4?g' \
remote: -e 's?\@XML_LIBS\@?-lxml2 -lz -llzma -lm ?g' \
remote: < ./xml2Conf.sh.in > xml2Conf.tmp \
remote: && mv xml2Conf.tmp xml2Conf.sh
remote: CCLD libxml2.la
remote: ar: `u' modifier ignored since `D' is the default (see `U')
remote: CCLD testdso.la
remote: ar: `u' modifier ignored since `D' is the default (see `U')
remote: CCLD xmllint
remote: CCLD xmlcatalog
remote: CCLD testSchemas
remote: CCLD testRelax
remote: CCLD testSAX
remote: CCLD testHTML
remote: CCLD testXPath
remote: CCLD testURI
remote: CCLD testThreads
remote: CCLD testC14N
remote: CCLD testAutomata
remote: CCLD testRegexp
remote: CCLD testReader
remote: CCLD testModule
remote: CCLD runtest
remote: CCLD runsuite
remote: CCLD testchar
remote: CCLD testdict
remote: CCLD runxmlconf
remote: CCLD testrecurse
remote: CCLD testlimits
remote: CCLD testapi
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: Making all in doc
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making all in .
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: make[4]: Nothing to be done for 'all-am'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making all in devhelp
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: make[4]: Nothing to be done for 'all'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: Making all in examples
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: CC io1.o
remote: CC io2.o
remote: CC parse1.o
remote: CC parse2.o
remote: CC parse3.o
remote: CC parse4.o
remote: CC reader1.o
remote: CC reader2.o
remote: CC reader3.o
remote: CC reader4.o
remote: CC testWriter.o
remote: CC tree1.o
remote: CC tree2.o
remote: tree2.c: In function ‘main’:
remote: tree2.c:30:15: warning: variable ‘dtd’ set but not used [-Wunused-but-set-variable]
remote: xmlDtdPtr dtd = NULL; /* DTD pointer */
remote: ^
remote: CC xpath1.o
remote: CC xpath2.o
remote: CCLD io1
remote: CCLD io2
remote: CCLD parse1
remote: CCLD parse2
remote: CCLD parse3
remote: CCLD parse4
remote: CCLD reader1
remote: CCLD reader2
remote: CCLD reader3
remote: CCLD reader4
remote: CCLD testWriter
remote: CCLD tree1
remote: CCLD tree2
remote: CCLD xpath1
remote: CCLD xpath2
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making all in example
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: CC gjobread.o
remote: CCLD gjobread
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: Making all in xstc
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[3]: Nothing to be done for 'all'.
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[2]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make[1]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make[1]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make install-recursive
remote: make[2]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: Making install in include
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: Making install in libxml
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[5]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[5]: Nothing to be done for 'install-exec-am'.
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/include/libxml2/libxml'
remote: /usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/include/libxml2/libxml'
remote: /usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/include/libxml2/libxml'
remote: make[5]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include/libxml'
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[5]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[5]: Nothing to be done for 'install-exec-am'.
remote: make[5]: Nothing to be done for 'install-data-am'.
remote: make[5]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/include'
remote: Making install in .
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib'
remote: /bin/bash ./libtool --mode=install /usr/bin/install -c libxml2.la '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib'
remote: libtool: install: /usr/bin/install -c .libs/libxml2.so.2.9.4 /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/libxml2.so.2.9.4
remote: libtool: install: (cd /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib && { ln -s -f libxml2.so.2.9.4 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.4 libxml2.so.2; }; })
remote: libtool: install: (cd /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib && { ln -s -f libxml2.so.2.9.4 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.4 libxml2.so; }; })
remote: libtool: install: /usr/bin/install -c .libs/libxml2.lai /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/libxml2.la
remote: libtool: install: /usr/bin/install -c .libs/libxml2.a /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/libxml2.a
remote: libtool: install: chmod 644 /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/libxml2.a
remote: libtool: install: ranlib /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/libxml2.a
remote: libtool: finish: PATH="/app/.platform_tools/erlang/erts-9.1/bin:/app/.platform_tools/erlang/bin:/tmp/build_687291de1680587ef527ea343df0e8c7/.platform_tools/elixir/bin:/tmp/build_687291de1680587ef527ea343df0e8c7/.platform_tools/erlang/bin:/usr/local/bin:/usr/bin:/bin:/tmp/codon/vendor/bin:/sbin" ldconfig -n /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib
remote: ----------------------------------------------------------------------
remote: Libraries have been installed in:
remote: /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib
remote:
remote: If you ever happen to want to link against installed libraries
remote: in a given directory, LIBDIR, you must either use libtool, and
remote: specify the full pathname of the library, or use the '-LLIBDIR'
remote: flag during linking and do at least one of the following:
remote: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
remote: during execution
remote: - add LIBDIR to the 'LD_RUN_PATH' environment variable
remote: during linking
remote: - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
remote: - have your system administrator add LIBDIR to '/etc/ld.so.conf'
remote:
remote: See any operating system documentation about shared libraries for
remote: more information, such as the ld(1) and ld.so(8) manual pages.
remote: ----------------------------------------------------------------------
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin'
remote: /bin/bash ./libtool --mode=install /usr/bin/install -c xmllint xmlcatalog '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin'
remote: libtool: install: /usr/bin/install -c .libs/xmllint /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin/xmllint
remote: libtool: install: /usr/bin/install -c .libs/xmlcatalog /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin/xmlcatalog
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin'
remote: /usr/bin/install -c xml2-config '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/bin'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib'
remote: /usr/bin/install -c -m 644 xml2Conf.sh '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/cmake/libxml2'
remote: /usr/bin/install -c -m 644 libxml2-config.cmake '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/cmake/libxml2'
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4
remote: /usr/bin/install -c -m 0644 ./Copyright /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/examples
remote: /usr/bin/install -c -m 0644 ./xmllint.c /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/examples
remote: /usr/bin/install -c -m 0644 ./testSAX.c /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/examples
remote: /usr/bin/install -c -m 0644 ./testHTML.c /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/examples
remote: /usr/bin/install -c -m 0644 ./testXPath.c /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/examples
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/aclocal'
remote: /usr/bin/install -c -m 644 libxml.m4 '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/aclocal'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man1'
remote: /usr/bin/install -c -m 644 xml2-config.1 '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man1'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man3'
remote: /usr/bin/install -c -m 644 libxml.3 '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man3'
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/pkgconfig'
remote: /usr/bin/install -c -m 644 libxml-2.0.pc '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/lib/pkgconfig'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: Making install in doc
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making install in .
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: make[5]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: make[5]: Nothing to be done for 'install-exec-am'.
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html
remote: /usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/html
remote: /usr/bin/install -c -m 0644 ./html/*.html /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/html
remote: /usr/bin/install -c -m 0644 ./html/*.png /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/html
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial
remote: /usr/bin/install -c -m 0644 ./tutorial/*.* \
remote: /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial/images
remote: /usr/bin/install -c -m 0644 ./tutorial/images/*.* \
remote: /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial/images
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial/images/callouts
remote: /usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
remote: /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html/tutorial/images/callouts
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man1'
remote: /usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/man/man1'
remote: make[5]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making install in devhelp
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: make[5]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: make[5]: Nothing to be done for 'install-exec-am'.
remote: /bin/mkdir -p '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/gtk-doc/html/libxml2'
remote: /usr/bin/install -c -m 644 libxml2.devhelp general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/gtk-doc/html/libxml2'
remote: /usr/bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/gtk-doc/html/libxml2'
remote: make[5]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/devhelp'
remote: Making install in examples
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: make[5]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: make[5]: Nothing to be done for 'install-exec-am'.
remote: /bin/mkdir -p /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html
remote: /usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/../../priv/libxml2/share/doc/libxml2-2.9.4/html
remote: make[5]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc/examples'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/doc'
remote: Making install in example
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: make[4]: Nothing to be done for 'install-exec-am'.
remote: make[4]: Nothing to be done for 'install-data-am'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/example'
remote: Making install in xstc
remote: make[3]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[4]: Entering directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[4]: Nothing to be done for 'install-exec-am'.
remote: make[4]: Nothing to be done for 'install-data-am'.
remote: make[4]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[3]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4/xstc'
remote: make[2]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: make[1]: Leaving directory '/tmp/build_687291de1680587ef527ea343df0e8c7/deps/libxml/libxml2_build/libxml2-2.9.4'
remote: cc -fPIC -I/app/.platform_tools/erlang/erts-9.1/include -Ipriv/libxml2/include/libxml2 -Lpriv/libxml2/lib -shared -o priv/libxml_nif.so src/libxml_nif.c priv/libxml2/lib/libxml2.a
remote: ==> libxml
remote: Compiling 10 files (.ex)
remote:
remote: 05:15:08.210 [error] Process #PID<0.149.0> raised an exception
remote: ** (MatchError) no match of right hand side value: {:error, {:load_failed, 'Failed to load NIF library: \'/tmp/build_687291de1680587ef527ea343df0e8c7/_build/prod/lib/libxml/priv/libxml_nif.so: undefined symbol: lzma_properties_decode\''}}
remote: lib/libxml/nif.ex:5: Libxml.Nif.load_nif/0
remote: (kernel) code_server.erl:1333: anonymous fn/1 in :code_server.handle_on_load/5
remote:
remote: 05:15:08.214 [warn] The on_load function for module Elixir.Libxml.Nif returned:
remote: {{:badmatch, {:error, {:load_failed, 'Failed to load NIF library: \'/tmp/build_687291de1680587ef527ea343df0e8c7/_build/prod/lib/libxml/priv/libxml_nif.so: undefined symbol: lzma_properties_decode\''}}}, [{Libxml.Nif, :load_nif, 0, [file: 'lib/libxml/nif.ex', line: 5]}, {:code_server, :"-handle_on_load/5-fun-0-", 1, [file: 'code_server.erl', line: 1333]}]}
remote:
remote: Generated libxml app
remote: ==> libxmlheroku
remote: Compiling 1 file (.ex)
remote: Generated libxmlheroku app
remote: cp: cannot stat '/app/.hex': No such file or directory
remote: -----> Creating .profile.d with env vars
remote: -----> Writing export for multi-buildpack support
remote: -----> Executing post compile: pwd
remote: /tmp/build_687291de1680587ef527ea343df0e8c7
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> web
remote:
remote: -----> Compressing...
remote: Done: 68.4M
remote: -----> Launching...
remote: Released v3
remote: https://obscure-ravine-54279.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/obscure-ravine-54279.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment