-
-
Save jsarenik/e07be20339fb34f6710838a730b9b5a1 to your computer and use it in GitHub Desktop.
Alpine lightning full log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ rm -rf lightning | |
+ git clone https://github.com/ElementsProject/lightning.git | |
Cloning into 'lightning'... | |
+ cd lightning | |
+ ./configure --disable-developer --disable-valgrind | |
Compiling ccan/tools/configurator/configurator...done | |
Making autoconf users comfortable... yes | |
checking for off_t is 32 bits... no | |
checking for __alignof__ support... yes | |
checking for asprintf() declaration... yes | |
checking for __attribute__((cold)) support... yes | |
checking for __attribute__((const)) support... yes | |
checking for __attribute__((pure)) support... yes | |
checking for __attribute__((may_alias)) support... yes | |
checking for __attribute__((noreturn)) support... yes | |
checking for __attribute__ format printf support... yes | |
checking for __attribute__((unused)) support... yes | |
checking for __attribute__((used)) support... yes | |
checking for backtrace() in <execinfo.h>... no | |
checking for big endian... no | |
checking for <byteswap.h>... yes | |
checking for bswap64 in byteswap.h... yes | |
checking for __builtin_choose_expr support... yes | |
checking for __builtin_clz support... yes | |
checking for __builtin_clzl support... yes | |
checking for __builtin_clzll support... yes | |
checking for __builtin_ctz support... yes | |
checking for __builtin_ctzl support... yes | |
checking for __builtin_ctzll support... yes | |
checking for __builtin_constant_p support... yes | |
checking for __builtin_expect support... yes | |
checking for __builtin_ffs support... yes | |
checking for __builtin_ffsl support... yes | |
checking for __builtin_ffsll support... yes | |
checking for __builtin_popcount support... yes | |
checking for __builtin_popcountl support... yes | |
checking for __builtin_popcountll support... yes | |
checking for __builtin_types_compatible_p support... yes | |
checking for <intrinsics.h>... no | |
checking for struct timespec declaration... yes | |
checking for clock_gettime() declaration... yes | |
checking for compound literal support... yes | |
checking for fchdir support... yes | |
checking for <err.h>... yes | |
checking for for loop declaration support... yes | |
checking for flexible array member support... yes | |
checking for getpagesize() in <unistd.h>... yes | |
checking for isblank() in <ctype.h>... yes | |
checking for little endian... yes | |
checking for memmem in <string.h>... yes | |
checking for memrchr in <string.h>... yes | |
checking for mmap() declaration... yes | |
checking for /proc/self/maps exists... yes | |
checking for qsort_r cmp takes trailing arg... no | |
checking for __attribute__((section)) and __start/__stop... yes | |
checking for stack grows upwards... no | |
checking for statement expression support... yes | |
checking for <sys/filio.h>... no | |
checking for <sys/termios.h>... no | |
checking for <sys/unistd.h>... no | |
checking for __typeof__ support... yes | |
checking for unaligned access to int... yes | |
checking for utime() declaration... yes | |
checking for __attribute__((warn_unused_result))... yes | |
checking for #pragma omp and -fopenmp support... yes | |
checking for <valgrind/memcheck.h>... no | |
checking for working <ucontext.h... no | |
Writing variables to config.vars.7771... yes | |
Writing header to ccan/config.h... yes | |
pytest | |
Setting PREFIX... /usr/local | |
Setting CC... cc | |
Setting CONFIGURATOR_CC... cc | |
Setting CWARNFLAGS... -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition | |
Setting CDEBUGFLAGS... -std=gnu11 -g -fstack-protector | |
Setting VALGRIND... 0 | |
Setting DEVELOPER... 0 | |
Setting COMPAT... 1 | |
Setting PYTEST... pytest | |
+ make -j4 | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o ccan/ccan/cdump/tools/cdump-enumstr.o ccan/ccan/cdump/tools/cdump-enumstr.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-cdump.o ccan/ccan/cdump/cdump.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-strmap.o ccan/ccan/strmap/strmap.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-asort.o ccan/ccan/asort/asort.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-autodata.o ccan/ccan/autodata/autodata.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-bitops.o ccan/ccan/bitops/bitops.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-breakpoint.o ccan/ccan/breakpoint/breakpoint.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crc.o ccan/ccan/crc/crc.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crypto-hmac.o ccan/ccan/crypto/hmac_sha256/hmac_sha256.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crypto-hkdf.o ccan/ccan/crypto/hkdf_sha256/hkdf_sha256.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crypto-ripemd160.o ccan/ccan/crypto/ripemd160/ripemd160.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crypto-sha256.o ccan/ccan/crypto/sha256/sha256.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DSHACHAIN_BITS=48 -c -o ccan-crypto-shachain.o ccan/ccan/crypto/shachain/shachain.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-crypto-siphash24.o ccan/ccan/crypto/siphash24/siphash24.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-daemonize.o ccan/ccan/daemonize/daemonize.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-err.o ccan/ccan/err/err.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-fdpass.o ccan/ccan/fdpass/fdpass.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-htable.o ccan/ccan/htable/htable.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-ilog.o ccan/ccan/ilog/ilog.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-io-io.o ccan/ccan/io/io.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-intmap.o ccan/ccan/intmap/intmap.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-io-poll.o ccan/ccan/io/poll.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-io-fdpass.o ccan/ccan/io/fdpass/fdpass.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-isaac.o ccan/ccan/isaac/isaac.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-isaac64.o ccan/ccan/isaac/isaac64.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-list.o ccan/ccan/list/list.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-mem.o ccan/ccan/mem/mem.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-noerr.o ccan/ccan/noerr/noerr.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-opt-helpers.o ccan/ccan/opt/helpers.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-opt-parse.o ccan/ccan/opt/parse.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-opt-usage.o ccan/ccan/opt/usage.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-opt.o ccan/ccan/opt/opt.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-pipecmd.o ccan/ccan/pipecmd/pipecmd.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-ptr_valid.o ccan/ccan/ptr_valid/ptr_valid.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-rbuf.o ccan/ccan/rbuf/rbuf.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-read_write_all.o ccan/ccan/read_write_all/read_write_all.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-str-base32.o ccan/ccan/str/base32/base32.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-str-hex.o ccan/ccan/str/hex/hex.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-str.o ccan/ccan/str/str.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-take.o ccan/ccan/take/take.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-tal-grab_file.o ccan/ccan/tal/grab_file/grab_file.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-tal-link.o ccan/ccan/tal/link/link.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-tal-path.o ccan/ccan/tal/path/path.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-tal-str.o ccan/ccan/tal/str/str.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-tal.o ccan/ccan/tal/tal.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-time.o ccan/ccan/time/time.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -c -o ccan-timer.o ccan/ccan/timer/timer.c | |
tools/generate-wire.py hsmd/gen_hsm_client_wire.h hsm_client_wire_type< hsmd/hsm_client_wire_csv > hsmd/gen_hsm_client_wire.c | |
Reinitializing submodules external/libsodium external/libwally-core external/jsmn external/libbase58 external/libbacktrace ... | |
Submodule 'daemon/jsmn' (https://github.com/zserge/jsmn) registered for path 'external/jsmn' | |
Submodule 'external/libbacktrace' (https://github.com/ianlancetaylor/libbacktrace.git) registered for path 'external/libbacktrace' | |
Submodule 'bitcoin/libbase58' (https://github.com/bitcoin/libbase58.git) registered for path 'external/libbase58' | |
Submodule 'libsodium' (https://github.com/jedisct1/libsodium.git) registered for path 'external/libsodium' | |
Submodule 'external/libwally-core' (https://github.com/ElementsProject/libwally-core.git) registered for path 'external/libwally-core' | |
Cloning into '/home/jasan/lightning-auto-test/lightning/external/jsmn'... | |
tools/generate-wire.py common/gen_status_wire.h status < common/status_wire.csv > common/gen_status_wire.c | |
tools/generate-wire.py --bolt wire/gen_peer_wire.h wire_type < wire/gen_peer_wire_csv > wire/gen_peer_wire.c | |
tools/generate-wire.py gossipd/gen_gossip_wire.h gossip_wire_type < gossipd/gossip_wire.csv > gossipd/gen_gossip_wire.c | |
tools/generate-wire.py --header gossipd/gen_gossip_store.h gossip_store_type < gossipd/gossip_store.csv > gossipd/gen_gossip_store.h | |
tools/generate-wire.py gossipd/gen_gossip_store.h gossip_store_type < gossipd/gossip_store.csv > gossipd/gen_gossip_store.c | |
tools/generate-wire.py --bolt wire/gen_onion_wire.h onion_type < wire/gen_onion_wire_csv > wire/gen_onion_wire.c | |
tools/generate-wire.py openingd/gen_opening_wire.h opening_wire_type < openingd/opening_wire.csv > openingd/gen_opening_wire.c | |
tools/generate-wire.py common/gen_peer_status_wire.h peer_status < common/peer_status_wire.csv > common/gen_peer_status_wire.c | |
tools/generate-wire.py channeld/gen_channel_wire.h channel_wire_type < channeld/channel_wire.csv > channeld/gen_channel_wire.c | |
tools/generate-wire.py closingd/gen_closing_wire.h closing_wire_type < closingd/closing_wire.csv > closingd/gen_closing_wire.c | |
tools/generate-wire.py onchaind/gen_onchain_wire.h onchain_wire_type < onchaind/onchain_wire.csv > onchaind/gen_onchain_wire.c | |
tools/generate-wire.py --bolt --printwire devtools/gen_print_wire.h wire_type < wire/gen_peer_wire_csv > devtools/gen_print_wire.c | |
tools/generate-wire.py --bolt --printwire --header devtools/gen_print_wire.h wire_type < wire/gen_peer_wire_csv > devtools/gen_print_wire.h | |
Cloning into '/home/jasan/lightning-auto-test/lightning/external/libbacktrace'... | |
Cloning into '/home/jasan/lightning-auto-test/lightning/external/libbase58'... | |
Cloning into '/home/jasan/lightning-auto-test/lightning/external/libsodium'... | |
Cloning into '/home/jasan/lightning-auto-test/lightning/external/libwally-core'... | |
Submodule path 'external/jsmn': checked out '6784c826d9674915a4d89649c6288e6aecb4110d' | |
Submodule path 'external/libbacktrace': checked out '5a99ff7fed66b8ea8f09c9805c138524a7035ece' | |
Submodule path 'external/libbase58': checked out '16c2527608053d2cc2fa05b2e3b5ae96065d1410' | |
Submodule path 'external/libsodium': checked out '675149b9b8b66ff44152553fb3ebf9858128363d' | |
Submodule path 'external/libwally-core': checked out '770c572db76e7730dd2c8481c78aaf02682b1c1a' | |
cd external/libwally-core && ./tools/autogen.sh && ./configure CC="cc" --enable-static=yes --host="x86_64-alpine-linux-musl" --build="" --enable-module-recovery --enable-shared=no --prefix=/ --libdir=/ && make | |
cd external/libsodium && ./autogen.sh && ./configure CC="cc" --enable-static=yes --host="x86_64-alpine-linux-musl" --build="" --enable-shared=no --enable-tests=no --prefix=/ --libdir=/ && make | |
[ -f external/jsmn/jsmn.c ] | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o external/base58.o external/libbase58/base58.c | |
cd external/libbacktrace-build && ../libbacktrace/configure CC="cc" --enable-static=yes --host="x86_64-alpine-linux-musl" --build="" --enable-shared=no --prefix=/ --libdir=/ && make | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/base58.o bitcoin/base58.c | |
configure: WARNING: If you wanted to set the --build type, don't use --host. | |
If a cross compiler is detected then cross compile mode will be used. | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/block.o bitcoin/block.c | |
checking build system type... x86_64-pc-linux-musl | |
checking host system type... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/chainparams.o bitcoin/chainparams.c | |
x86_64-alpine-linux-musl | |
checking target system type... x86_64-alpine-linux-musl | |
checking for x86_64-alpine-linux-musl-gcc... cc | |
checking for C compiler default output file name... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/locktime.o bitcoin/locktime.c | |
a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/pubkey.o bitcoin/pubkey.c | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/pullpush.o bitcoin/pullpush.c | |
yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/script.o bitcoin/script.c | |
none needed | |
checking how to run the C preprocessor... cc -E | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/shadouble.o bitcoin/shadouble.c | |
yes | |
checking for sys/types.h... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/short_channel_id.o bitcoin/short_channel_id.c | |
yes | |
checking for sys/stat.h... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/signature.o bitcoin/signature.c | |
yes | |
checking for stdlib.h... yes | |
checking for string.h... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/tx.o bitcoin/tx.c | |
yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/varint.o bitcoin/varint.c | |
yes | |
checking for unistd.h... cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -DJSMN_STRICT=1 -o external/jsmn.o external/jsmn/jsmn.c | |
yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... ar rc external/libbase58.a external/base58.o | |
ar rc external/libjsmn.a external/jsmn.o | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... autoreconf: running: aclocal --force -I m4 | |
yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-alpine-linux-musl-gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking for gawk... (cached) gawk | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld | |
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... no | |
checking for x86_64-alpine-linux-musl-dumpbin... no | |
checking for x86_64-alpine-linux-musl-link... no | |
checking for dumpbin... no | |
checking for link... link -dump -symbols | |
checking the name lister (link -dump -symbols) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 98304 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-alpine-linux-musl-ar... no | |
checking for ar... ar | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... strip | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse link -dump -symbols output from cc object... failed | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/x86_64-alpine-linux-musl/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 special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking unwind.h usability... yes | |
checking unwind.h presence... yes | |
checking for unwind.h... yes | |
checking for _Unwind_Backtrace... yes | |
checking for -funwind-tables option... yes | |
checking for -frandom-seed=string option... yes | |
checking whether cc supports -W... yes | |
checking whether cc supports -Wall... yes | |
checking whether cc supports -Wwrite-strings... yes | |
checking whether cc supports -Wstrict-prototypes... yes | |
checking whether cc supports -Wmissing-prototypes... yes | |
checking whether cc supports -Wold-style-definition... yes | |
checking whether cc supports -Wmissing-format-attribute... yes | |
checking whether cc supports -Wcast-qual... yes | |
checking for _Unwind_GetIPInfo... yes | |
checking __sync extensions... yes | |
checking __atomic extensions... yes | |
checking output filetype... elf64 | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking link.h usability... yes | |
checking link.h presence... yes | |
checking for link.h... yes | |
checking for dl_iterate_phdr... yes | |
checking sys/ldr.h usability... no | |
checking sys/ldr.h presence... no | |
checking for sys/ldr.h... no | |
checking for fcntl... yes | |
checking whether strnlen is declared... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for getexecname... no | |
checking for clock_gettime... yes | |
checking whether -pthread is supported... yes | |
checking for compress in -lz... yes | |
checking whether --compress-debug-sections is supported... yes | |
checking for objcopy... objcopy | |
checking whether objcopy supports debuglink... objcopy:/tmp/ls9002: cannot fill debug link section `x': No such file or directory | |
no | |
checking whether tests can run... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating backtrace-supported.h | |
config.status: creating config.h | |
config.status: executing libtool commands | |
config.status: executing default commands | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
make all-am | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o atomic.lo ../libbacktrace/atomic.c | |
true DO=all multi-do # make | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o dwarf.lo ../libbacktrace/dwarf.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/atomic.c -o atomic.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/dwarf.c -o dwarf.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o fileline.lo ../libbacktrace/fileline.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/fileline.c -o fileline.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o posix.lo ../libbacktrace/posix.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/posix.c -o posix.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o print.lo ../libbacktrace/print.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/print.c -o print.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o sort.lo ../libbacktrace/sort.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/sort.c -o sort.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o state.lo ../libbacktrace/state.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/state.c -o state.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o backtrace.lo ../libbacktrace/backtrace.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/backtrace.c -o backtrace.o | |
autoreconf: configure.ac: tracing | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o simple.lo ../libbacktrace/simple.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/simple.c -o simple.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o elf.lo ../libbacktrace/elf.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/elf.c -o elf.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmapio.lo ../libbacktrace/mmapio.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/mmapio.c -o mmapio.o | |
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmap.lo ../libbacktrace/mmap.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../libbacktrace -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../libbacktrace/mmap.c -o mmap.o | |
autoreconf: configure.ac: creating directory build-aux | |
autoreconf: running: libtoolize --copy --force | |
/bin/bash ./libtool --tag=CC --mode=link cc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -o libbacktrace.la -rpath / atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo -lz | |
libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libbacktrace.a | |
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
make -C external/libbacktrace-build DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
true DO=install multi-do # make | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test/lightning/external/' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libbacktrace.la '/home/jasan/lightning-auto-test/lightning/external/' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtool: install: /usr/bin/install -c .libs/libbacktrace.lai /home/jasan/lightning-auto-test/lightning/external/libbacktrace.la | |
libtool: install: /usr/bin/install -c .libs/libbacktrace.a /home/jasan/lightning-auto-test/lightning/external/libbacktrace.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test/lightning/external/libbacktrace.a | |
libtool: install: ranlib /home/jasan/lightning-auto-test/lightning/external/libbacktrace.a | |
libtool: install: warning: remember to run `libtool --finish /' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libbacktrace-build' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. | |
libtoolize: copying file 'build-aux/m4/libtool.m4' | |
libtoolize: copying file 'build-aux/m4/ltoptions.m4' | |
libtoolize: copying file 'build-aux/m4/ltsugar.m4' | |
libtoolize: copying file 'build-aux/m4/ltversion.m4' | |
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' | |
autoreconf: configure.ac: not using Autoheader | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:76: installing 'build-aux/compile' | |
configure.ac:9: installing 'build-aux/config.guess' | |
configure.ac:9: installing 'build-aux/config.sub' | |
configure.ac:10: installing 'build-aux/install-sh' | |
configure.ac:10: installing 'build-aux/missing' | |
src/libsodium/Makefile.am: installing 'build-aux/depcomp' | |
parallel-tests: installing 'build-aux/test-driver' | |
autoreconf: Leaving directory `.' | |
configure: WARNING: unrecognized options: --enable-tests | |
checking build system type... x86_64-pc-linux-musl | |
checking host system type... x86_64-alpine-linux-musl | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '1000' is supported by ustar format... yes | |
checking whether GID '1000' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make supports the include directive... yes (GNU style) | |
checking for x86_64-alpine-linux-musl-gcc... 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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking whether cc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for cc option to accept ISO C99... none needed | |
checking dependency style of cc... gcc3 | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for variable-length arrays... yes | |
checking for __native_client__ defined... no | |
checking for _FORTIFY_SOURCE defined... yes | |
checking whether C compiler accepts -fvisibility=hidden... yes | |
checking whether C compiler accepts -fPIC... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether the linker accepts -pie... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -fno-strict-overflow... yes | |
checking whether C compiler accepts -fstack-protector... yes | |
checking whether the linker accepts -fstack-protector... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes | |
checking for clang... no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... configure.ac:10: installing 'build-aux/compile' | |
configure.ac:5: installing 'build-aux/config.guess' | |
configure.ac:5: installing 'build-aux/config.sub' | |
configure.ac:9: installing 'build-aux/install-sh' | |
configure.ac:9: installing 'build-aux/missing' | |
yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32... no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wsometimes-uninitialized... Makefile.am: installing 'build-aux/depcomp' | |
no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... parallel-tests: installing 'build-aux/test-driver' | |
yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether the linker accepts -Wl,-z,noexecstack... yes | |
checking for a broken clang + AVX512 combination... no | |
checking whether segmentation violations can be caught when using the C compiler... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'tools/build-aux'. | |
libtoolize: copying file 'tools/build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'tools/build-aux/m4'. | |
libtoolize: copying file 'tools/build-aux/m4/libtool.m4' | |
libtoolize: copying file 'tools/build-aux/m4/ltoptions.m4' | |
yes | |
checking whether SIGABRT can be caught when using the C compiler... libtoolize: copying file 'tools/build-aux/m4/ltsugar.m4' | |
no | |
configure: WARNING: On this platform, SIGABRT cannot be caught using signal handlers. | |
checking for thread local storage (TLS) class... libtoolize: copying file 'tools/build-aux/m4/ltversion.m4' | |
libtoolize: copying file 'tools/build-aux/m4/lt~obsolete.m4' | |
_Thread_local | |
thread local storage is supported | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld | |
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... no | |
checking for x86_64-alpine-linux-musl-dumpbin... no | |
checking for x86_64-alpine-linux-musl-link... no | |
checking for dumpbin... no | |
checking for link... link -dump | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 98304 | |
checking how to convert x86_64-pc-linux-musl file names to x86_64-alpine-linux-musl format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
checking for x86_64-alpine-linux-musl-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-alpine-linux-musl-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-alpine-linux-musl-ar... no | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-alpine-linux-musl-strip... strip | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse nm output from cc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for x86_64-alpine-linux-musl-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/x86_64-alpine-linux-musl/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 x86_64-alpine-linux-musl-ar... ar | |
checking whether C compiler accepts -mmmx... yes | |
checking for MMX instructions set... yes | |
checking whether C compiler accepts -mmmx... (cached) yes | |
checking whether C compiler accepts -msse2... yes | |
checking for SSE2 instructions set... yes | |
checking whether C compiler accepts -msse2... (cached) yes | |
checking whether C compiler accepts -msse3... yes | |
checking for SSE3 instructions set... yes | |
checking whether C compiler accepts -msse3... (cached) yes | |
checking whether C compiler accepts -mssse3... yes | |
checking for SSSE3 instructions set... yes | |
checking whether C compiler accepts -mssse3... (cached) yes | |
checking whether C compiler accepts -msse4.1... yes | |
checking for SSE4.1 instructions set... yes | |
checking whether C compiler accepts -msse4.1... (cached) yes | |
checking whether C compiler accepts -mavx... yes | |
checking for AVX instructions set... yes | |
checking whether C compiler accepts -mavx... (cached) yes | |
checking whether C compiler accepts -mavx2... yes | |
checking for AVX2 instructions set... yes | |
checking whether C compiler accepts -mavx2... (cached) yes | |
checking if _mm256_broadcastsi128_si256 is correctly defined... yes | |
checking whether C compiler accepts -mavx512f... yes | |
checking for AVX512F instructions set... yes | |
checking whether C compiler accepts -mavx512f... (cached) yes | |
checking whether C compiler accepts -maes... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking for AESNI instructions set and PCLMULQDQ... yes | |
checking whether C compiler accepts -maes... (cached) yes | |
checking whether C compiler accepts -mpclmul... (cached) yes | |
checking whether C compiler accepts -mrdrnd... yes | |
checking for RDRAND... yes | |
checking whether C compiler accepts -mrdrnd... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking intrin.h usability... no | |
checking intrin.h presence... no | |
checking for intrin.h... no | |
checking if _xgetbv() is available... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether __STDC_LIMIT_MACROS is required... no | |
checking whether we can use x86_64 asm code... yes | |
checking whether we can assemble AVX opcodes... yes | |
checking for 128-bit arithmetic... yes | |
checking for cpuid instruction... yes | |
checking if the .private_extern asm directive is supported... no | |
checking if the .hidden asm directive is supported... yes | |
checking if weak symbols are supported... yes | |
checking if data alignment is required... no | |
checking if atomic operations are supported... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for arc4random... no | |
checking for arc4random_buf... no | |
checking for mmap... yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
checking for memset_s... no | |
checking for explicit_bzero... no | |
checking for nanosleep... yes | |
checking for posix_memalign... yes | |
checking for getpid... yes | |
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builds/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating dist-build/Makefile | |
config.status: creating libsodium.pc | |
config.status: creating libsodium-uninstalled.pc | |
config.status: creating msvc-scripts/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/libsodium/Makefile | |
config.status: creating src/libsodium/include/Makefile | |
config.status: creating src/libsodium/include/sodium/version.h | |
config.status: creating test/default/Makefile | |
config.status: creating test/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --enable-tests | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
Making all in builds | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/builds' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/builds' | |
Making all in contrib | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/contrib' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/contrib' | |
Making all in dist-build | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/dist-build' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/dist-build' | |
Making all in msvc-scripts | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/msvc-scripts' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/msvc-scripts' | |
Making all in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
Making all in libsodium | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
Making all in include | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo | |
CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
configure.ac:28: installing 'tools/build-aux/compile' | |
configure.ac:7: installing 'tools/build-aux/config.guess' | |
configure.ac:7: installing 'tools/build-aux/config.sub' | |
configure.ac:27: installing 'tools/build-aux/install-sh' | |
configure.ac:27: installing 'tools/build-aux/missing' | |
src/Makefile.am: installing 'tools/build-aux/depcomp' | |
parallel-tests: installing 'tools/build-aux/test-driver' | |
checking build system type... x86_64-pc-linux-musl | |
checking host system type... x86_64-alpine-linux-musl | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... strip | |
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 how to print strings... printf | |
checking whether make supports the include directive... yes (GNU style) | |
checking for x86_64-alpine-linux-musl-gcc... 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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... gcc3 | |
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 cc... /usr/x86_64-alpine-linux-musl/bin/ld | |
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... no | |
checking for x86_64-alpine-linux-musl-dumpbin... no | |
checking for x86_64-alpine-linux-musl-link... no | |
checking for dumpbin... no | |
checking for link... link -dump | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
98304 | |
checking how to convert x86_64-pc-linux-musl file names to x86_64-alpine-linux-musl format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
checking for x86_64-alpine-linux-musl-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-alpine-linux-musl-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-alpine-linux-musl-ar... no | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-alpine-linux-musl-strip... strip | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse nm output from cc object... CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
checking for x86_64-alpine-linux-musl-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... 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 cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/x86_64-alpine-linux-musl/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 whether make supports nested variables... (cached) yes | |
checking for x86_64-alpine-linux-musl-gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking whether cc understands -c and -o together... (cached) yes | |
checking dependency style of cc... (cached) gcc3 | |
checking for x86_64-alpine-linux-musl-ar... no | |
checking for ar... /usr/bin/ar | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... /usr/bin/ranlib | |
checking for gsed... no | |
checking whether byte ordering is bigendian... no | |
checking for inline... inline | |
checking for size_t... yes | |
checking for uint64_t... yes | |
checking for uint32_t... yes | |
checking for uint16_t... yes | |
checking for uint8_t... CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo | |
yes | |
checking whether C compiler accepts -O3... yes | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=1... yes | |
checking whether C compiler accepts -fstack-protector-strong... yes | |
checking whether C compiler accepts -DNDEBUG=1... yes | |
checking whether the linker accepts -O3... yes | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether C compiler accepts -flax-vector-conversions... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -Wformat-nonliteral... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking whether C compiler accepts -Wformat... CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
yes | |
checking whether C compiler accepts -Wstrict-prototypes... CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
yes | |
checking whether C compiler accepts -Wshadow... yes | |
checking whether C compiler accepts -Wnested-externs... yes | |
checking whether C compiler accepts -Wcast-align... yes | |
checking whether C compiler accepts -Wpedantic... yes | |
checking whether C compiler accepts -Wextra... yes | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wno-unused-function... yes | |
checking whether C compiler accepts -Wno-long-long... yes | |
checking whether C compiler accepts -Wno-overlength-strings... yes | |
checking whether C compiler accepts -Wno-variadic-macros... yes | |
checking whether C compiler accepts -Wl,--whole-archive... yes | |
checking whether C compiler accepts -Wno-shadow... yes | |
checking whether C compiler accepts -Wno-self-assign... yes | |
checking whether C compiler accepts -Wno-missing-field-initializers... yes | |
checking whether C compiler accepts -fvisibility=hidden... yes | |
CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
checking byteswap.h, usability... no | |
checking byteswap.h, presence... no | |
checking for byteswap.h,... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking whether cc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking asm/page.h usability... no | |
checking asm/page.h presence... no | |
checking for asm/page.h... no | |
checking for python... /usr/bin/python | |
checking for a version of Python >= '2.1.0'... yes | |
checking for a version of Python >= '2.7.0'... yes | |
checking for the distutils Python package... yes | |
checking for Python include path... -I/usr/include/python2.7 | |
checking for Python library path... -L/usr/lib -lpython2.7 | |
checking for Python site-packages path... /usr/lib/python2.7/site-packages | |
checking python extra libraries... -ldl -lm | |
checking python extra linking flags... CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
-Xlinker -export-dynamic | |
checking consistency of all components of python development environment... CC crypto_box/libsodium_la-crypto_box.lo | |
yes | |
checking for swig... /usr/bin/swig | |
checking for java... java | |
checking for javac... no | |
checking for jar... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
CC crypto_box/libsodium_la-crypto_box_easy.lo | |
CC crypto_box/libsodium_la-crypto_box_seal.lo | |
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/wallycore.pc | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in src/secp256k1 (/home/jasan/lightning-auto-test/lightning/external/libwally-core/src/secp256k1) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/' 'CC=cc' '--enable-static=yes' '--host=x86_64-alpine-linux-musl' '--build=' '--enable-module-recovery' '--enable-shared=no' '--libdir=/' 'build_alias=' 'host_alias=x86_64-alpine-linux-musl' '--disable-shared' '--disable-jni' '--with-pic' '--with-bignum=no' '--enable-experimental' '--enable-module-ecdh' '--enable-module-rangeproof' '--enable-module-surjectionproof' '--enable-module-whitelist' '--enable-module-generator' '--enable-openssl-tests=no' '--enable-tests=no' '--enable-exhaustive-tests=no' '--disable-dependency-tracking' --cache-file=/dev/null --srcdir=. | |
checking build system type... x86_64-pc-linux-musl | |
checking host system type... x86_64-alpine-linux-musl | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo | |
yes | |
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
checking whether make supports nested variables... yes | |
checking how to print strings... printf | |
checking whether make supports the include directive... yes (GNU style) | |
checking for x86_64-alpine-linux-musl-gcc... cc | |
checking whether the C compiler works... CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... none | |
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 cc... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... no | |
checking for x86_64-alpine-linux-musl-dumpbin... no | |
checking for x86_64-alpine-linux-musl-link... no | |
checking for dumpbin... no | |
checking for link... link -dump | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 98304 | |
checking how to convert x86_64-pc-linux-musl file names to x86_64-alpine-linux-musl format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
checking for /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 option to reload object files... -r | |
checking for x86_64-alpine-linux-musl-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-alpine-linux-musl-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-alpine-linux-musl-ar... /usr/bin/ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-alpine-linux-musl-strip... strip | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse nm output from cc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for x86_64-alpine-linux-musl-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... cc -E | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo | |
checking for ANSI C header files... CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
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 cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... CC crypto_generichash/libsodium_la-crypto_generichash.lo | |
yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 -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... CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for x86_64-alpine-linux-musl-pkg-config... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for x86_64-alpine-linux-musl-ar... /usr/bin/ar | |
checking for x86_64-alpine-linux-musl-ranlib... no | |
checking for ranlib... /usr/bin/ranlib | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... /usr/bin/strip | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) none | |
checking how to run the C preprocessor... gcc -E | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking dependency style of cc... none | |
checking if cc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes | |
checking if cc supports -fvisibility=hidden... yes | |
checking for __int128... yes | |
checking for __builtin_expect... yes | |
checking for __builtin_popcount... yes | |
checking native compiler: gcc... ok | |
checking for __builtin_clzll... yes | |
checking for x86_64 assembly availability... CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
yes | |
checking whether byte ordering is bigendian... no | |
configure: Using static precomputation: yes | |
configure: Using assembly optimizations: x86_64 | |
configure: Using field implementation: 64bit | |
configure: Using bignum implementation: no | |
configure: Using scalar implementation: 64bit | |
configure: Using endomorphism optimizations: no | |
configure: Building for coverage analysis: no | |
configure: Building ECDH module: yes | |
configure: Building ECDSA pubkey recovery module: yes | |
configure: Using jni: no | |
configure: ****** | |
configure: WARNING: experimental build | |
configure: Experimental features do not have stable APIs or properties, and may not be safe for production use. | |
configure: Building ECDH module: yes | |
configure: Building NUMS generator module: yes | |
configure: Building range proof module: yes | |
configure: Building key whitelisting module: yes | |
configure: Building surjection proof module: yes | |
configure: ****** | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
config.status: creating Makefile | |
config.status: creating libsecp256k1.pc | |
config.status: creating src/libsecp256k1-config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
Making all in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make all-recursive | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
Making all in secp256k1 | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src/secp256k1' | |
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o | |
CC crypto_hash/libsodium_la-crypto_hash.lo | |
CC crypto_hash/sha256/libsodium_la-hash_sha256.lo | |
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo | |
CC crypto_hash/sha512/libsodium_la-hash_sha512.lo | |
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo | |
CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo | |
CC crypto_kdf/libsodium_la-crypto_kdf.lo | |
CC crypto_kx/libsodium_la-crypto_kx.lo | |
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo | |
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo | |
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2.lo | |
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo | |
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo | |
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo | |
CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo | |
gcc gen_context.o -o gen_context | |
./gen_context | |
CC src/libsecp256k1_la-secp256k1.lo | |
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo | |
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo | |
CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo | |
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo | |
CC crypto_sign/libsodium_la-crypto_sign.lo | |
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo | |
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo | |
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo | |
CC crypto_stream/libsodium_la-crypto_stream.lo | |
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
CC crypto_verify/sodium/libsodium_la-verify.lo | |
CC randombytes/libsodium_la-randombytes.lo | |
CC sodium/libsodium_la-codecs.lo | |
CC sodium/libsodium_la-core.lo | |
CC sodium/libsodium_la-runtime.lo | |
CC sodium/libsodium_la-utils.lo | |
CC sodium/libsodium_la-version.lo | |
CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo | |
CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo | |
CCLD libsecp256k1.la | |
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src/secp256k1' | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
CC libwallycore_la-aes.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo | |
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC libwallycore_la-base58.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_core/ed25519/libsodium_la-core_ed25519.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo | |
CC crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo | |
CC libwallycore_la-bip32.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-bip38.lo | |
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-bip39.lo | |
CC libwallycore_la-bech32.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC libwallycore_la-elements.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-hex.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-hmac.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC libwallycore_la-internal.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-mnemonic.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-pbkdf2.lo | |
CC libwallycore_la-script.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-scrypt.lo | |
CC libwallycore_la-sign.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-wordlist.lo | |
CC ctest/test_clear-test_clear.o | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CC ccan/ccan/crypto/ripemd160/libwallycore_la-ripemd160.lo | |
CC ccan/ccan/crypto/sha256/libwallycore_la-sha256.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libsse41.la | |
CC ccan/ccan/crypto/sha512/libwallycore_la-sha512.lo | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC ccan/ccan/str/hex/libwallycore_la-hex.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CCLD libavx512f.la | |
CC randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libaesni.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libsse2.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libssse3.la | |
CCLD libwallycore.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
copying selected object files to avoid basename conflicts... | |
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD test_clear | |
CCLD librdrand.la | |
CCLD libavx2.la | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
make -C external/libwally-core DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
Making install-exec in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
Making install-exec in secp256k1 | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src/secp256k1' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test/lightning/external/' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libsecp256k1.la '/home/jasan/lightning-auto-test/lightning/external/' | |
libtool: install: /usr/bin/install -c .libs/libsecp256k1.lai /home/jasan/lightning-auto-test/lightning/external/libsecp256k1.la | |
libtool: install: /usr/bin/install -c .libs/libsecp256k1.a /home/jasan/lightning-auto-test/lightning/external/libsecp256k1.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test/lightning/external/libsecp256k1.a | |
libtool: install: /usr/bin/ranlib /home/jasan/lightning-auto-test/lightning/external/libsecp256k1.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src/secp256k1' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
/bin/mkdir -p '/home/jasan/lightning-auto-test/lightning/external/' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libwallycore.la '/home/jasan/lightning-auto-test/lightning/external/' | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libwallycore.lai /home/jasan/lightning-auto-test/lightning/external/libwallycore.la | |
libtool: install: /usr/bin/install -c .libs/libwallycore.a /home/jasan/lightning-auto-test/lightning/external/libwallycore.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test/lightning/external/libwallycore.a | |
libtool: install: /usr/bin/ranlib /home/jasan/lightning-auto-test/lightning/external/libwallycore.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core' | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
Making all in test | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
Making all in default | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test/default' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test/default' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
make -C external/libsodium DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
Making install-exec in builds | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/builds' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/builds' | |
Making install-exec in contrib | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/contrib' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/contrib' | |
Making install-exec in dist-build | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/dist-build' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/dist-build' | |
Making install-exec in msvc-scripts | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/msvc-scripts' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/msvc-scripts' | |
Making install-exec in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
Making install-exec in libsodium | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
Making install-exec in include | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Nothing to be done for 'install-exec'. | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test/lightning/external/' | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/home/jasan/lightning-auto-test/lightning/external/' | |
libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/jasan/lightning-auto-test/lightning/external/libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libsodium.a /home/jasan/lightning-auto-test/lightning/external/libsodium.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test/lightning/external/libsodium.a | |
libtool: install: ranlib /home/jasan/lightning-auto-test/lightning/external/libsodium.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/src' | |
Making install-exec in test | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
Making install-exec in default | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test/default' | |
make[3]: Nothing to be done for 'install-exec'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test/default' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium/test' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning/external/libsodium' | |
cc ccan/ccan/cdump/tools/cdump-enumstr.o ccan-cdump.o ccan-strmap.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o ccan/ccan/cdump/tools/cdump-enumstr | |
ccan/ccan/cdump/tools/cdump-enumstr common/htlc_state.h > common/gen_htlc_state_names.h | |
tools/generate-wire.py --header common/gen_status_wire.h status < common/status_wire.csv > common/gen_status_wire.h | |
tools/generate-wire.py --header common/gen_peer_status_wire.h peer_status < common/peer_status_wire.csv > common/gen_peer_status_wire.h | |
tools/generate-wire.py --bolt --header wire/gen_peer_wire.h wire_type < wire/gen_peer_wire_csv > wire/gen_peer_wire.h | |
tools/generate-wire.py --bolt --header wire/gen_onion_wire.h onion_type < wire/gen_onion_wire_csv > wire/gen_onion_wire.h | |
tools/generate-wire.py --header hsmd/gen_hsm_client_wire.h hsm_client_wire_type < hsmd/hsm_client_wire_csv > hsmd/gen_hsm_client_wire.h | |
tools/generate-wire.py --header gossipd/gen_gossip_wire.h gossip_wire_type < gossipd/gossip_wire.csv > gossipd/gen_gossip_wire.h | |
tools/generate-wire.py --header openingd/gen_opening_wire.h opening_wire_type < openingd/opening_wire.csv > openingd/gen_opening_wire.h | |
ccan/ccan/cdump/tools/cdump-enumstr channeld/full_channel_error.h > channeld/gen_full_channel_error_names.h | |
tools/generate-wire.py --header channeld/gen_channel_wire.h channel_wire_type < channeld/channel_wire.csv > channeld/gen_channel_wire.h | |
tools/generate-wire.py --header closingd/gen_closing_wire.h closing_wire_type < closingd/closing_wire.csv > closingd/gen_closing_wire.h | |
tools/generate-wire.py --header onchaind/gen_onchain_wire.h onchain_wire_type < onchaind/onchain_wire.csv > onchaind/gen_onchain_wire.h | |
ccan/ccan/cdump/tools/cdump-enumstr onchaind/onchain_types.h > onchaind/gen_onchain_types_names.h | |
ccan/ccan/cdump/tools/cdump-enumstr lightningd/channel_state.h > lightningd/gen_channel_state_names.h | |
cmp: gen_version.h: No such file or directory | |
Version updated | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o hsmd/hsm.o hsmd/hsm.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o hsmd/gen_hsm_client_wire.o hsmd/gen_hsm_client_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/bip32.o common/bip32.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/daemon.o common/daemon.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/daemon_conn.o common/daemon_conn.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/derive_basepoints.o common/derive_basepoints.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/funding_tx.o common/funding_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/gen_status_wire.o common/gen_status_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/hash_u5.o common/hash_u5.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/key_derive.o common/key_derive.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/msg_queue.o common/msg_queue.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/permute_tx.o common/permute_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/status.o common/status.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/status_wire.o common/status_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/subdaemon.o common/subdaemon.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/type_to_string.o common/type_to_string.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/utils.o common/utils.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/utxo.o common/utxo.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/version.o common/version.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/withdraw_tx.o common/withdraw_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/wire_sync.o wire/wire_sync.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/wire_io.o wire/wire_io.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/fromwire.o wire/fromwire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/peer_wire.o wire/peer_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/towire.o wire/towire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/gen_peer_wire.o wire/gen_peer_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/gen_gossip_wire.o gossipd/gen_gossip_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/gossip.o gossipd/gossip.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/gen_gossip_store.o gossipd/gen_gossip_store.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/gossip_store.o gossipd/gossip_store.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/handshake.o gossipd/handshake.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/netaddress.o gossipd/netaddress.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/routing.o gossipd/routing.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/tor_autoservice.o gossipd/tor_autoservice.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/tor.o gossipd/tor.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/broadcast.o gossipd/broadcast.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/base32.o common/base32.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/bech32.o common/bech32.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/bech32_util.o common/bech32_util.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/crypto_state.o common/crypto_state.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/crypto_sync.o common/crypto_sync.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/cryptomsg.o common/cryptomsg.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/dev_disconnect.o common/dev_disconnect.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/features.o common/features.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/ping.o common/ping.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/pseudorand.o common/pseudorand.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/timeout.o common/timeout.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/wireaddr.o common/wireaddr.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/wire_error.o common/wire_error.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o hsmd/client.o hsmd/client.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/gossip_msg.o lightningd/gossip_msg.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/gen_onion_wire.o wire/gen_onion_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o openingd/opening.o openingd/opening.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o openingd/gen_opening_wire.o openingd/gen_opening_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/channel_config.o common/channel_config.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/gen_peer_status_wire.o common/gen_peer_status_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/htlc_wire.o common/htlc_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/initial_channel.o common/initial_channel.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/initial_commit_tx.o common/initial_commit_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/keyset.o common/keyset.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/memleak.o common/memleak.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/peer_billboard.o common/peer_billboard.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/peer_failed.o common/peer_failed.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/read_peer_msg.o common/read_peer_msg.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o channeld/channel.o channeld/channel.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o channeld/commit_tx.o channeld/commit_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o channeld/full_channel.o channeld/full_channel.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o channeld/gen_channel_wire.o channeld/gen_channel_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/htlc_state.o common/htlc_state.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/htlc_tx.o common/htlc_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/sphinx.o common/sphinx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o closingd/closing.o closingd/closing.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o closingd/gen_closing_wire.o closingd/gen_closing_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/close_tx.o common/close_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/socket_close.o common/socket_close.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o onchaind/onchain.o onchaind/onchain.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o onchaind/gen_onchain_wire.o onchaind/gen_onchain_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o onchaind/onchain_wire.o onchaind/onchain_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/bitcoind.o lightningd/bitcoind.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/chaintopology.o lightningd/chaintopology.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/channel.o lightningd/channel.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/channel_control.o lightningd/channel_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/closing_control.o lightningd/closing_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/connect_control.o lightningd/connect_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/gossip_control.o lightningd/gossip_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/hsm_control.o lightningd/hsm_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/htlc_end.o lightningd/htlc_end.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/invoice.o lightningd/invoice.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/json.o lightningd/json.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/jsonrpc.o lightningd/jsonrpc.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/lightningd.o lightningd/lightningd.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/log.o lightningd/log.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/log_status.o lightningd/log_status.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/onchain_control.o lightningd/onchain_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/opening_control.o lightningd/opening_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/options.o lightningd/options.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/pay.o lightningd/pay.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/payalgo.o lightningd/payalgo.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/peer_control.o lightningd/peer_control.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/peer_htlcs.o lightningd/peer_htlcs.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/subd.o lightningd/subd.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/watch.o lightningd/watch.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/dev_ping.o lightningd/dev_ping.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/memdump.o lightningd/memdump.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/bolt11.o common/bolt11.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/configdir.o common/configdir.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/json.o common/json.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/json_escaped.o common/json_escaped.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/wallet_tx.o common/wallet_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/db.o wallet/db.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/invoices.o wallet/invoices.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/txfilter.o wallet/txfilter.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/wallet.o wallet/wallet.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/walletrpc.o wallet/walletrpc.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o cli/lightning-cli.o cli/lightning-cli.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o devtools/gen_print_wire.o devtools/gen_print_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o devtools/print_wire.o devtools/print_wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o devtools/bolt11-cli.o devtools/bolt11-cli.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o devtools/decodemsg.o devtools/decodemsg.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o devtools/onion.o devtools/onion.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o bitcoin/test/run-tx-encode.o bitcoin/test/run-tx-encode.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/test/run-ip_port_parsing.o common/test/run-ip_port_parsing.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/test/run-features.o common/test/run-features.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/test/run-bolt11.o common/test/run-bolt11.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/test/run-json.o common/test/run-json.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o common/test/run-sphinx.o common/test/run-sphinx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wire/test/run-peer-wire.o wire/test/run-peer-wire.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/test/run-wallet.o wallet/test/run-wallet.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o wallet/test/run-db.o wallet/test/run-db.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/test/run-responder-success.o gossipd/test/run-responder-success.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/test/run-bench-find_route.o gossipd/test/run-bench-find_route.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/test/run-find_route.o gossipd/test/run-find_route.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/test/run-initiator-success.o gossipd/test/run-initiator-success.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o gossipd/test/run-find_route-specific.o gossipd/test/run-find_route-specific.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o channeld/test/run-full_channel.o channeld/test/run-full_channel.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o onchaind/test/run-grind_feerate.o onchaind/test/run-grind_feerate.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/test/run-find_my_path.o lightningd/test/run-find_my_path.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/test/run-funding_tx.o lightningd/test/run-funding_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/test/run-cryptomsg.o lightningd/test/run-cryptomsg.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/test/run-key_derive.o lightningd/test/run-key_derive.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o lightningd/test/run-commit_tx.o lightningd/test/run-commit_tx.c | |
cc -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -std=gnu11 -g -fstack-protector -I ccan -I external/libsodium/src/libsodium/include -I external/libwally-core/include/ -I external/libwally-core/src/secp256k1/include/ -I external/jsmn/ -I external/libbase58/ -I external/libbacktrace/ -I external/libbacktrace-build -I . -I/usr/local/include -DDEVELOPER=0 -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS -DCOMPAT_V052=1 -DBINTOPKGLIBEXECDIR='"'../libexec/c-lightning'"' -c -o cli/test/run-large-input.o cli/test/run-large-input.c | |
cc hsmd/hsm.o hsmd/gen_hsm_client_wire.o common/bip32.o common/daemon.o common/daemon_conn.o common/derive_basepoints.o common/funding_tx.o common/gen_status_wire.o common/hash_u5.o common/key_derive.o common/msg_queue.o common/permute_tx.o common/status.o common/status_wire.o common/subdaemon.o common/type_to_string.o common/utils.o common/utxo.o common/version.o common/withdraw_tx.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_hsmd | |
cc gossipd/gen_gossip_wire.o gossipd/gossip.o gossipd/gen_gossip_store.o gossipd/gossip_store.o gossipd/handshake.o gossipd/netaddress.o gossipd/routing.o gossipd/tor_autoservice.o gossipd/tor.o gossipd/broadcast.o common/base32.o common/bech32.o common/bech32_util.o common/bip32.o common/crypto_state.o common/crypto_sync.o common/cryptomsg.o common/daemon.o common/daemon_conn.o common/dev_disconnect.o common/features.o common/gen_status_wire.o common/msg_queue.o common/ping.o common/pseudorand.o common/status.o common/status_wire.o common/subdaemon.o common/timeout.o common/type_to_string.o common/utils.o common/utxo.o common/version.o common/wireaddr.o common/wire_error.o hsmd/client.o hsmd/gen_hsm_client_wire.o lightningd/gossip_msg.o wire/gen_onion_wire.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_gossipd | |
cc openingd/opening.o openingd/gen_opening_wire.o common/base32.o common/bip32.o common/channel_config.o common/crypto_state.o common/crypto_sync.o common/cryptomsg.o common/daemon.o common/daemon_conn.o common/derive_basepoints.o common/dev_disconnect.o common/funding_tx.o common/gen_status_wire.o common/gen_peer_status_wire.o common/htlc_wire.o common/initial_channel.o common/initial_commit_tx.o common/key_derive.o common/keyset.o common/memleak.o common/msg_queue.o common/ping.o common/peer_billboard.o common/peer_failed.o common/permute_tx.o common/pseudorand.o common/read_peer_msg.o common/status.o common/status_wire.o common/subdaemon.o common/type_to_string.o common/utils.o common/utxo.o common/version.o common/wire_error.o common/wireaddr.o gossipd/gen_gossip_wire.o lightningd/gossip_msg.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o hsmd/client.o hsmd/gen_hsm_client_wire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_openingd | |
cc channeld/channel.o channeld/commit_tx.o channeld/full_channel.o channeld/gen_channel_wire.o wire/gen_onion_wire.o common/base32.o common/bip32.o common/channel_config.o common/crypto_state.o common/crypto_sync.o common/cryptomsg.o common/daemon.o common/daemon_conn.o common/derive_basepoints.o common/dev_disconnect.o common/gen_status_wire.o common/gen_peer_status_wire.o common/htlc_state.o common/htlc_tx.o common/htlc_wire.o common/initial_channel.o common/initial_commit_tx.o common/keyset.o common/key_derive.o common/memleak.o common/msg_queue.o common/ping.o common/peer_billboard.o common/peer_failed.o common/permute_tx.o common/pseudorand.o common/read_peer_msg.o common/sphinx.o common/status.o common/status_wire.o common/subdaemon.o common/timeout.o common/type_to_string.o common/utils.o common/utxo.o common/version.o common/wire_error.o common/wireaddr.o gossipd/gen_gossip_wire.o lightningd/gossip_msg.o wire/fromwire.o wire/towire.o wire/wire_sync.o wire/wire_io.o wire/peer_wire.o wire/gen_peer_wire.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o hsmd/client.o hsmd/gen_hsm_client_wire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_channeld | |
cc closingd/closing.o closingd/gen_closing_wire.o wire/gen_onion_wire.o common/base32.o common/close_tx.o common/crypto_state.o common/crypto_sync.o common/cryptomsg.o common/daemon.o common/daemon_conn.o common/dev_disconnect.o common/derive_basepoints.o common/gen_peer_status_wire.o common/gen_status_wire.o common/htlc_wire.o common/memleak.o common/msg_queue.o common/peer_billboard.o common/peer_failed.o common/permute_tx.o common/ping.o common/read_peer_msg.o common/socket_close.o common/status.o common/status_wire.o common/subdaemon.o common/type_to_string.o common/utils.o common/version.o common/wire_error.o common/wireaddr.o gossipd/gen_gossip_wire.o lightningd/gossip_msg.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_closingd | |
cc onchaind/onchain.o onchaind/gen_onchain_wire.o onchaind/onchain_wire.o wire/gen_onion_wire.o common/daemon.o common/daemon_conn.o common/derive_basepoints.o common/dev_disconnect.o common/gen_status_wire.o common/htlc_tx.o common/htlc_wire.o common/initial_commit_tx.o common/keyset.o common/key_derive.o common/memleak.o common/msg_queue.o common/peer_billboard.o common/permute_tx.o common/status.o common/status_wire.o common/subdaemon.o common/type_to_string.o common/utils.o common/version.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightning_onchaind | |
cc lightningd/bitcoind.o lightningd/chaintopology.o lightningd/channel.o lightningd/channel_control.o lightningd/closing_control.o lightningd/connect_control.o lightningd/gossip_control.o lightningd/gossip_msg.o lightningd/hsm_control.o lightningd/htlc_end.o lightningd/invoice.o lightningd/json.o lightningd/jsonrpc.o lightningd/lightningd.o lightningd/log.o lightningd/log_status.o lightningd/onchain_control.o lightningd/opening_control.o lightningd/options.o lightningd/pay.o lightningd/payalgo.o lightningd/peer_control.o lightningd/peer_htlcs.o lightningd/subd.o lightningd/watch.o lightningd/dev_ping.o lightningd/memdump.o common/base32.o common/bech32.o common/bech32_util.o common/bip32.o common/bolt11.o common/channel_config.o common/configdir.o common/crypto_state.o common/daemon.o common/derive_basepoints.o common/features.o common/funding_tx.o common/gen_peer_status_wire.o common/gen_status_wire.o common/hash_u5.o common/htlc_state.o common/htlc_wire.o common/key_derive.o common/json.o common/json_escaped.o common/memleak.o common/msg_queue.o common/permute_tx.o common/pseudorand.o common/sphinx.o common/status_wire.o common/timeout.o common/type_to_string.o common/utils.o common/utxo.o common/version.o common/wallet_tx.o common/wire_error.o common/wireaddr.o common/withdraw_tx.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o wire/gen_onion_wire.o hsmd/client.o hsmd/gen_hsm_client_wire.o gossipd/gen_gossip_wire.o openingd/gen_opening_wire.o channeld/gen_channel_wire.o closingd/gen_closing_wire.o onchaind/gen_onchain_wire.o onchaind/onchain_wire.o wallet/db.o wallet/invoices.o wallet/txfilter.o wallet/wallet.o wallet/walletrpc.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/lightningd | |
cc cli/lightning-cli.o common/configdir.o common/json.o common/json_escaped.o common/utils.o common/version.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o cli/lightning-cli | |
cc devtools/gen_print_wire.o devtools/print_wire.o common/bech32.o common/bech32_util.o common/bolt11.o common/hash_u5.o common/type_to_string.o common/utils.o common/version.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/fromwire.o wire/towire.o devtools/bolt11-cli.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o devtools/bolt11-cli | |
cc devtools/gen_print_wire.o devtools/print_wire.o common/bech32.o common/bech32_util.o common/bolt11.o common/hash_u5.o common/type_to_string.o common/utils.o common/version.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/fromwire.o wire/towire.o devtools/decodemsg.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o devtools/decodemsg | |
cc devtools/gen_print_wire.o devtools/print_wire.o common/bech32.o common/bech32_util.o common/bolt11.o common/hash_u5.o common/type_to_string.o common/utils.o common/version.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/fromwire.o wire/towire.o devtools/onion.o common/sphinx.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o devtools/onion | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/test/run-tx-encode.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o bitcoin/test/run-tx-encode | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o common/test/run-ip_port_parsing.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o common/test/run-ip_port_parsing | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o common/test/run-features.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o common/test/run-features | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o common/test/run-bolt11.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o common/test/run-bolt11 | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o common/test/run-json.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o common/test/run-json | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o common/test/run-sphinx.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o common/test/run-sphinx | |
cc common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o wire/test/run-peer-wire.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o wire/test/run-peer-wire | |
cc bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o common/base32.o common/htlc_state.o common/type_to_string.o common/memleak.o common/key_derive.o common/pseudorand.o common/timeout.o common/utils.o common/wireaddr.o common/version.o wire/towire.o wire/fromwire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o wallet/test/run-wallet.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o wallet/test/run-wallet | |
cc bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o common/base32.o common/htlc_state.o common/type_to_string.o common/memleak.o common/key_derive.o common/pseudorand.o common/timeout.o common/utils.o common/wireaddr.o common/version.o wire/towire.o wire/fromwire.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o wallet/test/run-db.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o wallet/test/run-db | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o gossipd/test/run-responder-success.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o gossipd/test/run-responder-success | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o gossipd/test/run-bench-find_route.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o gossipd/test/run-bench-find_route | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o gossipd/test/run-find_route.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o gossipd/test/run-find_route | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o gossipd/test/run-initiator-success.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o gossipd/test/run-initiator-success | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o gossipd/test/run-find_route-specific.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o gossipd/test/run-find_route-specific | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o channeld/test/run-full_channel.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o channeld/test/run-full_channel | |
cc common/features.o common/pseudorand.o common/type_to_string.o common/utils.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o onchaind/test/run-grind_feerate.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o onchaind/test/run-grind_feerate | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o lightningd/test/run-find_my_path.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/test/run-find_my_path | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o lightningd/test/run-funding_tx.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/test/run-funding_tx | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o lightningd/test/run-cryptomsg.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/test/run-cryptomsg | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o lightningd/test/run-key_derive.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/test/run-key_derive | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/daemon_conn.o common/htlc_state.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o lightningd/test/run-commit_tx.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o lightningd/test/run-commit_tx | |
cc ccan-asort.o ccan-autodata.o ccan-bitops.o ccan-breakpoint.o ccan-crc.o ccan-crypto-hmac.o ccan-crypto-hkdf.o ccan-crypto-ripemd160.o ccan-crypto-sha256.o ccan-crypto-shachain.o ccan-crypto-siphash24.o ccan-daemonize.o ccan-err.o ccan-fdpass.o ccan-htable.o ccan-ilog.o ccan-io-io.o ccan-intmap.o ccan-io-poll.o ccan-io-fdpass.o ccan-isaac.o ccan-isaac64.o ccan-list.o ccan-mem.o ccan-noerr.o ccan-opt-helpers.o ccan-opt-parse.o ccan-opt-usage.o ccan-opt.o ccan-pipecmd.o ccan-ptr_valid.o ccan-rbuf.o ccan-read_write_all.o ccan-str-base32.o ccan-str-hex.o ccan-str.o ccan-take.o ccan-tal-grab_file.o ccan-tal-link.o ccan-tal-path.o ccan-tal-str.o ccan-tal.o ccan-time.o ccan-timer.o bitcoin/base58.o bitcoin/block.o bitcoin/chainparams.o bitcoin/locktime.o bitcoin/pubkey.o bitcoin/pullpush.o bitcoin/script.o bitcoin/shadouble.o bitcoin/short_channel_id.o bitcoin/signature.o bitcoin/tx.o bitcoin/varint.o wire/wire_sync.o wire/wire_io.o wire/fromwire.o wire/peer_wire.o wire/towire.o wire/gen_peer_wire.o common/configdir.o common/daemon_conn.o common/htlc_state.o common/json.o common/json_escaped.o common/pseudorand.o common/memleak.o common/msg_queue.o common/utils.o common/type_to_string.o common/permute_tx.o cli/test/run-large-input.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o cli/test/run-large-input | |
rm external/libwally-core/src/secp256k1/libsecp256k1.la | |
+ make check | |
bitcoin/test/run-tx-encode > /dev/null | |
common/test/run-ip_port_parsing > /dev/null | |
common/test/run-features > /dev/null | |
common/test/run-bolt11 > /dev/null | |
common/test/run-json > /dev/null | |
do_json_tok_bitcoin_amount("0.00000001", 1): ok | |
do_json_tok_bitcoin_amount("0.00000007", 7): ok | |
do_json_tok_bitcoin_amount("0.00000008", 8): ok | |
do_json_tok_bitcoin_amount("0.00000010", 10): ok | |
do_json_tok_bitcoin_amount("0.12345678", 12345678): ok | |
do_json_tok_bitcoin_amount("0.01234567", 1234567): ok | |
do_json_tok_bitcoin_amount("123.45678900", 12345678900): ok | |
common/test/run-sphinx > /dev/null | |
wire/test/run-peer-wire > /dev/null | |
wallet/test/run-wallet > /dev/null | |
wallet/test/run-db > /dev/null | |
gossipd/test/run-responder-success > /dev/null | |
gossipd/test/run-bench-find_route > /dev/null | |
gossipd/test/run-find_route > /dev/null | |
gossipd/test/run-initiator-success > /dev/null | |
gossipd/test/run-find_route-specific > /dev/null | |
channeld/test/run-full_channel > /dev/null | |
onchaind/test/run-grind_feerate > /dev/null | |
lightningd/test/run-find_my_path > /dev/null | |
lightningd/test/run-funding_tx > /dev/null | |
lightningd/test/run-cryptomsg > /dev/null | |
lightningd/test/run-key_derive > /dev/null | |
lightningd/test/run-commit_tx > /dev/null | |
cli/test/run-large-input > /dev/null | |
make installcheck | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning' | |
make DESTDIR=$(pwd)/testinstall install | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning' | |
mkdir -p /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/bin | |
mkdir -p /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning | |
mkdir -p /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man1 | |
mkdir -p /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7 | |
mkdir -p /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning | |
install cli/lightning-cli lightningd/lightningd /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/bin | |
install lightningd/lightning_channeld lightningd/lightning_closingd lightningd/lightning_gossipd lightningd/lightning_hsmd lightningd/lightning_onchaind lightningd/lightning_openingd /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning | |
install -m 644 doc/lightning-cli.1 /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man1 | |
install -m 644 doc/lightning-autocleaninvoice.7 doc/lightning-close.7 doc/lightning-connect.7 doc/lightning-decodepay.7 doc/lightning-delexpiredinvoice.7 doc/lightning-delinvoice.7 doc/lightning-fundchannel.7 doc/lightning-getroute.7 doc/lightning-invoice.7 doc/lightning-listfunds.7 doc/lightning-listinvoices.7 doc/lightning-listpayments.7 doc/lightning-newaddr.7 doc/lightning-pay.7 doc/lightning-sendpay.7 doc/lightning-waitinvoice.7 doc/lightning-waitanyinvoice.7 doc/lightning-waitsendpay.7 doc/lightning-withdraw.7 /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7 | |
install -m 644 README.md doc/INSTALL.md doc/HACKING.md LICENSE /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning' | |
testinstall/usr/local/bin/lightningd --test-daemons-only --lightning-dir=testinstall | |
make DESTDIR=$(pwd)/testinstall uninstall | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning' | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/bin/lightning-cli | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/bin/lightningd | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_channeld | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_closingd | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_gossipd | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_hsmd | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_onchaind | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/libexec/c-lightning/lightning_openingd | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man1/lightning-cli.1 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-autocleaninvoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-close.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-connect.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-decodepay.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-delexpiredinvoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-delinvoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-fundchannel.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-getroute.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-invoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-listfunds.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-listinvoices.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-listpayments.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-newaddr.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-pay.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-sendpay.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-waitinvoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-waitanyinvoice.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-waitsendpay.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/man/man7/lightning-withdraw.7 | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning/README.md | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning/INSTALL.md | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning/HACKING.md | |
rm -f /home/jasan/lightning-auto-test/lightning/testinstall/usr/local/share/doc/c-lightning/LICENSE | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test/lightning' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning' | |
make pytest | |
make[1]: Entering directory '/home/jasan/lightning-auto-test/lightning' | |
PYTHONPATH=contrib/pylightning:$PYTHONPATH TEST_DEBUG=1 DEVELOPER=0 VALGRIND=0 pytest tests/ -v -x | |
============================= test session starts ============================== | |
platform linux -- Python 3.6.4, pytest-3.0.5, py-1.5.2, pluggy-0.4.0 -- /usr/bin/python3.6 | |
cachedir: .cache | |
rootdir: /home/jasan/lightning-auto-test/lightning, inifile: | |
plugins: xdist-1.22.2, test-groups-1.0.3, rerunfailures-3.1, forked-0.2, flaky-3.4.0 | |
collecting ... collected 110 items | |
tests/test_closing.py::test_closing_id PASSED | |
tests/test_gossip.py::test_gossip_pruning SKIPPED | |
tests/test_gossip.py::test_gossip_disable_channels SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_addfunds_from_block PASSED | |
tests/test_lightningd.py::LightningDTests::test_address PASSED | |
tests/test_lightningd.py::LightningDTests::test_autocleaninvoice PASSED | |
tests/test_lightningd.py::LightningDTests::test_bad_opening PASSED | |
tests/test_lightningd.py::LightningDTests::test_balance PASSED | |
tests/test_lightningd.py::LightningDTests::test_bech32_funding SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_bitcoin_failure PASSED | |
tests/test_lightningd.py::LightningDTests::test_blockchaintrack SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_channel_persistence SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_channel_reenable SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_cli PASSED | |
tests/test_lightningd.py::LightningDTests::test_closing SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_closing_different_fees SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_closing_negotiation_reconnect SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_closing_torture SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_closing_while_disconnected PASSED | |
tests/test_lightningd.py::LightningDTests::test_connect PASSED | |
tests/test_lightningd.py::LightningDTests::test_connect_by_gossip SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_connect_standard_addr PASSED | |
tests/test_lightningd.py::LightningDTests::test_db_upgrade PASSED | |
tests/test_lightningd.py::LightningDTests::test_decodepay PASSED | |
tests/test_lightningd.py::LightningDTests::test_disconnect SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_disconnect_fundee SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_disconnect_funder SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_disconnect_half_signed SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_disconnectpeer PASSED | |
tests/test_lightningd.py::LightningDTests::test_fee_limits SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_forget_channel SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_forward SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_forward_different_fees_and_cltv SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_forward_pad_fees_and_cltv SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_fundee_forget_funding_tx_unconfirmed SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_funding_all PASSED | |
tests/test_lightningd.py::LightningDTests::test_funding_change PASSED | |
tests/test_lightningd.py::LightningDTests::test_funding_fail PASSED | |
tests/test_lightningd.py::LightningDTests::test_funding_toolarge PASSED | |
tests/test_lightningd.py::LightningDTests::test_funding_while_offline PASSED | |
tests/test_lightningd.py::LightningDTests::test_gossip_badsig SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_jsonrpc SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_no_empty_announcements SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_persistence SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_query_channel_range SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_timestamp_filter SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_gossip_weirdalias PASSED | |
tests/test_lightningd.py::LightningDTests::test_htlc_in_timeout SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_htlc_out_timeout SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_htlc_sig_persistence SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_invoice PASSED | |
tests/test_lightningd.py::LightningDTests::test_invoice_expiry PASSED | |
tests/test_lightningd.py::LightningDTests::test_invoice_preimage PASSED | |
tests/test_lightningd.py::LightningDTests::test_invoice_weirdstring PASSED | |
tests/test_lightningd.py::LightningDTests::test_io_logging PASSED | |
tests/test_lightningd.py::LightningDTests::test_listconfigs PASSED | |
tests/test_lightningd.py::LightningDTests::test_lockin_between_restart PASSED | |
tests/test_lightningd.py::LightningDTests::test_multiple_channels SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_multirpc PASSED | |
tests/test_lightningd.py::LightningDTests::test_names PASSED | |
tests/test_lightningd.py::LightningDTests::test_onchain_all_dust SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_different_fees SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_dust_out SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_feechange SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_first_commit SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_middleman SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_timeout SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchain_unwatch SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_onchaind_replay SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_pay PASSED | |
tests/test_lightningd.py::LightningDTests::test_pay0 PASSED | |
tests/test_lightningd.py::LightningDTests::test_pay_disconnect SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_pay_optional_args PASSED | |
tests/test_lightningd.py::LightningDTests::test_payment_duplicate_uncommitted SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_payment_failed_persistence SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_payment_success_persistence SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_peerinfo PASSED | |
tests/test_lightningd.py::LightningDTests::test_penalty_inhtlc SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_penalty_outhtlc SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_permfail SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_permfail_htlc_in SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_permfail_htlc_out SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_permfail_new_commit SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_ping SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_query_short_channel_id SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_channel_peers PASSED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_normal SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_openingd SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_receiver_add SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_receiver_fulfill SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_sender_add SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_sender_add1 SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_reconnect_signed SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_report_routing_failure SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_rescan PASSED | |
tests/test_lightningd.py::LightningDTests::test_routing_gossip SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_routing_gossip_reconnect SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_second_channel PASSED | |
tests/test_lightningd.py::LightningDTests::test_sendpay PASSED | |
tests/test_lightningd.py::LightningDTests::test_sendpay_cant_afford PASSED | |
tests/test_lightningd.py::LightningDTests::test_shutdown SKIPPED | |
tests/test_lightningd.py::LightningDTests::test_shutdown_awaiting_lockin FAILED | |
===Flaky Test Report=== | |
===End Flaky Test Report=== | |
=================================== FAILURES =================================== | |
________________ LightningDTests.test_shutdown_awaiting_lockin _________________ | |
self = <test_lightningd.LightningDTests testMethod=test_shutdown_awaiting_lockin> | |
def test_shutdown_awaiting_lockin(self): | |
l1 = self.node_factory.get_node() | |
l2 = self.node_factory.get_node(options={'funding-confirms': 3}) | |
l1.rpc.connect(l2.info['id'], 'localhost', l2.port) | |
self.give_funds(l1, 10**6 + 1000000) | |
chanid = l1.rpc.fundchannel(l2.info['id'], 10**6)['channel_id'] | |
# Technically, this is async to fundchannel. | |
l1.daemon.wait_for_log('sendrawtx exit 0') | |
bitcoind.generate_block(1) | |
# This should return with an error, then close. | |
self.assertRaisesRegex(ValueError, | |
"Channel close negotiation not finished", | |
l1.rpc.close, chanid, False, 0) | |
l1.daemon.wait_for_log('CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN') | |
l2.daemon.wait_for_log('CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN') | |
l1.daemon.wait_for_log('CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE') | |
l2.daemon.wait_for_log('CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE') | |
# And should put closing into mempool (happens async, so | |
# CLOSINGD_COMPLETE may come first). | |
l1.daemon.wait_for_logs(['sendrawtx exit 0', ' to CLOSINGD_COMPLETE']) | |
l2.daemon.wait_for_logs(['sendrawtx exit 0', ' to CLOSINGD_COMPLETE']) | |
assert bitcoind.rpc.getmempoolinfo()['size'] == 1 | |
bitcoind.generate_block(1) | |
l1.daemon.wait_for_log(' to ONCHAIN') | |
l2.daemon.wait_for_log(' to ONCHAIN') | |
bitcoind.generate_block(100) | |
> wait_forget_channels(l1) | |
tests/test_lightningd.py:3738: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
tests/test_lightningd.py:77: in wait_forget_channels | |
node.daemon.wait_for_log(r'onchaind complete, forgetting peer') | |
tests/utils.py:187: in wait_for_log | |
return self.wait_for_logs([regex], timeout) | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
self = <utils.LightningD object at 0x7f18fb5b94e0> | |
regexs = ['onchaind complete, forgetting peer'], timeout = 60 | |
def wait_for_logs(self, regexs, timeout=TIMEOUT): | |
"""Look for `regexs` in the logs. | |
We tail the stdout of the process and look for each regex in `regexs`, | |
starting from last of the previous waited-for log entries (if any). We | |
fail if the timeout is exceeded or if the underlying process | |
exits before all the `regexs` were found. | |
If timeout is None, no time-out is applied. | |
""" | |
logging.debug("Waiting for {} in the logs".format(regexs)) | |
exs = [re.compile(r) for r in regexs] | |
start_time = time.time() | |
pos = self.logsearch_start | |
while True: | |
if timeout is not None and time.time() > start_time + timeout: | |
print("Time-out: can't find {} in logs".format(exs)) | |
for r in exs: | |
if self.is_in_log(r): | |
print("({} was previously in logs!)".format(r)) | |
> raise TimeoutError('Unable to find "{}" in logs.'.format(exs)) | |
E TimeoutError: Unable to find "[re.compile('onchaind complete, forgetting peer')]" in logs. | |
tests/utils.py:163: TimeoutError | |
----------------------------- Captured stdout call ----------------------------- | |
DEBUG:root:Starting 'bitcoind -datadir=/tmp/lightning-dt9vrf7f/test_shutdown_awaiting_lockin/bitcoind -printtoconsole -server -regtest -logtimestamps -nolisten' | |
DEBUG:root:Waiting for ['Done loading'] in the logs | |
DEBUG:root:Found 're.compile('Done loading')' in logs | |
INFO:root:BitcoinD started | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:45617 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-dt9vrf7f/test_shutdown_awaiting_lockin/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-dt9vrf7f/test_shutdown_awaiting_lockin/lightning-1/ --log-level=debug --network=regtest --rescan=1 --watchtime-blocks=5' | |
DEBUG:root:Waiting for ['Server started with public key'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.662Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.663Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.663Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.663Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.664Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.664Z lightningd(19338): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.665Z lightningd(19338): Creating database | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.838Z lightningd(19338): Client: Received message 11 from client | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.838Z lightningd(19338): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.839Z lightning_gossipd(19358): pid 19358, msgfd 12 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:19.839Z lightningd(19338): Loaded 0 channels from DB | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.033Z lightning_gossipd(19358): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.046Z lightningd(19338): Adding block 100: 1f5998d7ad6cf31116cff685b30c1bc8708f5187b0da6a471e6555dac2f9837a | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.184Z lightningd(19338): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.184Z lightning_gossipd(19358): Created IPv4 listener on port 45617 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.184Z lightning_gossipd(19358): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.184Z lightningd(19338): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2867-g56046d47 | |
DEBUG:root:Found 're.compile('Server started with public key')' in logs | |
INFO:root:LightningD started | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.185Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 45617}], 'version': 'v0.5.2-2016-11-21-2867-g56046d47', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.186Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 45617}], 'version': 'v0.5.2-2016-11-21-2867-g56046d47', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:34243 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-dt9vrf7f/test_shutdown_awaiting_lockin/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --funding-confirms=3 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-dt9vrf7f/test_shutdown_awaiting_lockin/lightning-2/ --log-level=debug --network=regtest --rescan=1 --watchtime-blocks=5' | |
DEBUG:root:Waiting for ['Server started with public key'] in the logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.208Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.209Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.209Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:20.210Z lightningd(19338): Adding block 101: 50047effa95ccebc6600d541b523d22b91eb0964bc8b86294bfa96f04f0454cb | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.210Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.210Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.211Z lightningd(19364): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.211Z lightningd(19364): Creating database | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.629Z lightningd(19364): Client: Received message 11 from client | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.629Z lightningd(19364): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.630Z lightning_gossipd(19380): pid 19380, msgfd 12 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.630Z lightningd(19364): Loaded 0 channels from DB | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:20.989Z lightning_gossipd(19380): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.001Z lightningd(19364): Adding block 100: 1f5998d7ad6cf31116cff685b30c1bc8708f5187b0da6a471e6555dac2f9837a | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.195Z lightningd(19364): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.195Z lightning_gossipd(19380): Created IPv4 listener on port 34243 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.195Z lightning_gossipd(19380): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.195Z lightningd(19364): Server started with public key 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59, alias SILENTARTIST- (color #022d22) and lightningd v0.5.2-2016-11-21-2867-g56046d47 | |
DEBUG:root:Found 're.compile('Server started with public key')' in logs | |
INFO:root:LightningD started | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.197Z lightningd(19364):jcon fd 15: Success | |
DEBUG:root:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 34243}], 'version': 'v0.5.2-2016-11-21-2867-g56046d47', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.197Z lightningd(19364):jcon fd 15: Success | |
DEBUG:root:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 34243}], 'version': 'v0.5.2-2016-11-21-2867-g56046d47', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling connect with payload {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'host': 'localhost', 'port': 34243} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.198Z lightning_gossipd(19358): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.200Z lightning_gossipd(19358): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.201Z lightning_gossipd(19380): peer_out WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): peer_in WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): UPDATE WIRE_GOSSIPCTL_CONNECT_TO_PEER_RESULT | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): Handing back peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 to master | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.201Z lightning_gossipd(19358): hand_back_peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59: now local again | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.201Z lightning_gossipd(19380): peer_in WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.201Z lightning_gossipd(19380): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.201Z lightning_gossipd(19380): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.201Z lightning_gossipd(19380): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.202Z lightning_gossipd(19380): Handing back peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 to master | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.202Z lightning_gossipd(19380): hand_back_peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518: now local again | |
DEBUG:root:Received response for connect call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'}, 'id': 0} | |
DEBUG:root:Calling newaddr with payload {'addresstype': None} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:21.204Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:21.214Z lightningd(19364): Adding block 101: 50047effa95ccebc6600d541b523d22b91eb0964bc8b86294bfa96f04f0454cb | |
DEBUG:root:Received response for newaddr call: {'jsonrpc': '2.0', 'result': {'address': '2ND18GnVdY7UugvtV6QfZ5aY7fj5YPjSmH9'}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:22.531Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:23.632Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:23.732Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:23.833Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:23.934Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.035Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.136Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.237Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.338Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.439Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.540Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.641Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.742Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.843Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:24.944Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.045Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.146Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.248Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.349Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.450Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.550Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.651Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.752Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.854Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:25.955Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.057Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.158Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.259Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.360Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.461Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.562Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.663Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.764Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.865Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:26.966Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.067Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.168Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.269Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.370Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.471Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.572Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.673Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.774Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.875Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:27.976Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.077Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.177Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.278Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.380Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.481Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.582Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.683Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.784Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.885Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:28.985Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.086Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.187Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.288Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.389Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.490Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.591Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.692Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.793Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.895Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:29.996Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.097Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.198Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.298Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.400Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.501Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.602Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.703Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.804Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:30.906Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.007Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.108Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.209Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.310Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.411Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.513Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.614Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.715Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.816Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:31.916Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.017Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.119Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.220Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.321Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.422Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.523Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.624Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.725Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.826Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:32.927Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.028Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.128Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.230Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.331Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.432Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.533Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.633Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.734Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.835Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:33.936Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.037Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.139Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.241Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.343Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.446Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.548Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.650Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.752Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.855Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:34.957Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.059Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.161Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.264Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.366Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.468Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.570Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.672Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.775Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.877Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:35.979Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.081Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.184Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.286Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.388Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.490Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.593Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.695Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.797Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:36.899Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.002Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.104Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.206Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.309Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.411Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.513Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.615Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.718Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.820Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:37.922Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.025Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.127Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.229Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.331Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.434Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.536Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.638Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.740Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.842Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:38.945Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.047Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.149Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.251Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.353Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.455Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.558Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.660Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.762Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.865Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:39.967Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.069Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.171Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.274Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.376Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.478Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.581Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.683Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.785Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.888Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:40.990Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.092Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.195Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.297Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.399Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.501Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.604Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.706Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.808Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:41.911Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.013Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.115Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.218Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.320Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.422Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.525Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.627Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.729Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.832Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:42.934Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.036Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.138Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.241Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.343Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.445Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.548Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.650Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.752Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.855Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:43.957Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.059Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.162Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.264Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.366Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.468Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.570Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.673Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.775Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.877Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:44.979Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.081Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.183Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.285Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.387Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.489Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.592Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.694Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.796Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:45.898Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.000Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.102Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.204Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.306Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.408Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.510Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.612Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.714Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.816Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:46.917Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.019Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.121Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.223Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.325Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.427Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.529Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.631Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.732Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.834Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:47.936Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.037Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.139Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.241Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.343Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.446Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.548Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.650Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.752Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.854Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:48.956Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.058Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.160Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.262Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.363Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.465Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.567Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.669Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.771Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.873Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:49.975Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.077Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.180Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.282Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.384Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.486Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.576Z lightningd(19338): Adding block 102: 2d18310fa1d33340a4741d8cf7023fcae1119d68e9d5d9e197208c778e935c88 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.577Z lightningd(19338): Owning output 0 2000000 (P2SH) txid 5e7f06cfd473c53526480165d9cb1a7dc9177016856139d118c7fb55cf58c88e | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:50.854Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [{'txid': '5e7f06cfd473c53526480165d9cb1a7dc9177016856139d118c7fb55cf58c88e', 'output': 0, 'value': 2000000, 'address': '2ND18GnVdY7UugvtV6QfZ5aY7fj5YPjSmH9', 'status': 'confirmed'}], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling fundchannel with payload {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'satoshi': 1000000} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.353Z lightning_gossipd(19358): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.353Z lightning_gossipd(19358): REPLY WIRE_GOSSIPCTL_RELEASE_PEER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.353Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 20713, msgfd 18 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.365Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: First per_commit_point = 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.365Z lightning_gossipd(19380): peer_in WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.365Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.365Z lightning_gossipd(19380): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.365Z lightning_gossipd(19380): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.365Z lightning_gossipd(19380): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.366Z lightningd(19364): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 20714, msgfd 17 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.381Z lightningd(19364): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: First per_commit_point = 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.381Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.381Z lightningd(19364): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.383Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: signature 304502210096462f33fca2e4e9deaa406c7eea94cd09dd27a91af11c0af5d8bb648f05bd1602205874aad85702f451a7b22209eab977fdfed037c5e5a4d55f1ba959d043e8fce0 on tx 0200000001237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc501000000009db0e280010a2d0f0000000000160014806e1ef61a9c8fc33fb3455a12e0a6ff6d7fb7469a3ed620 using key 02324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.383Z lightningd(19364): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.383Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.385Z lightningd(19364): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: REPLY WIRE_OPENING_FUNDEE_REPLY with 2 fds | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.385Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got opening_fundee_finish_response | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.386Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Watching funding tx c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.386Z lightningd(19364): Client: Received message 1 from client | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.386Z lightningd(19364): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.386Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 20715, msgfd 20 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.386Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.632Z lightning_gossipd(19380): try_reach_peer: have peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.633Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: init REMOTE: remote_per_commit = 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50, old_remote_per_commit = 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 next_idx_local = 1 next_idx_remote = 1 revocations_received = 0 feerates 7500/7500 (range 1875-75000) | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:51.633Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.633Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.636Z lightningd(19338): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: REPLY WIRE_OPENING_FUNDER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.636Z lightningd(19338): 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.637Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx has 1 inputs, 2 outputs: | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.637Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: 0: 2000000 satoshi (P2SH) 5e7f06cfd473c53526480165d9cb1a7dc9177016856139d118c7fb55cf58c88e? | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.638Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Getting HSM to sign funding tx | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.638Z lightningd(19338): Client: Received message 1 from client | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.639Z lightningd(19338): Client: Received message 4 from client | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.640Z lightningd(19338): Owning output 0 994743 (SEGWIT) txid c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.640Z lightningd(19338): (tx c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23) | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.641Z lightningd(19338): sendrawtransaction: 020000000001018ec858cf55fbc718d1396185167017c97d1acbd96501482635c573d4cf067f5e000000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02473044022043c6953bcfd388a07321ff6404b27928d43cd358b956b72d8fc43596e53975b3022028651c090d3ed14162c14fd91b009614233aefbc17acfc7b5ed3a7b4b0dec8e2012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.642Z lightningd(19338): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.642Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 20718, msgfd 22 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.642Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.643Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for fundchannel call: {'jsonrpc': '2.0', 'result': {'tx': '020000000001018ec858cf55fbc718d1396185167017c97d1acbd96501482635c573d4cf067f5e000000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02473044022043c6953bcfd388a07321ff6404b27928d43cd358b956b72d8fc43596e53975b3022028651c090d3ed14162c14fd91b009614233aefbc17acfc7b5ed3a7b4b0dec8e2012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000', 'txid': 'c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23', 'channel_id': '237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc4'}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.887Z lightningd(19338): sendrawtx exit 0, gave c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23? | |
DEBUG:root:Waiting for ['sendrawtx exit 0'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.887Z lightning_gossipd(19358): try_reach_peer: have peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:Found 're.compile('sendrawtx exit 0')' in logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:51.887Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: init LOCAL: remote_per_commit = 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977, old_remote_per_commit = 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 next_idx_local = 1 next_idx_remote = 1 revocations_received = 0 feerates 7500/7500 (range 1875-75000) | |
DEBUG:root:Calling close with payload {'id': '237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc4', 'force': False, 'timeout': 0} | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:52.834Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: State changed from CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:52.839Z lightningd(19364): Adding block 102: 2d18310fa1d33340a4741d8cf7023fcae1119d68e9d5d9e197208c778e935c88 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.265Z lightningd(19338):jcon fd 15: Failing: Channel close negotiation not finished before timeout | |
DEBUG:root:Received response for close call: {'jsonrpc': '2.0', 'error': {'code': -1, 'message': 'Channel close negotiation not finished before timeout'}, 'id': 0} | |
DEBUG:root:Waiting for ['CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN'] in the logs | |
DEBUG:root:Found 're.compile('CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN')' in logs | |
DEBUG:root:Waiting for ['CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.275Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Trying commit | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.275Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.276Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_SHUTDOWN | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.286Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_SHUTDOWN | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.286Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_CHANNEL_GOT_SHUTDOWN | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.331Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_SHUTDOWN | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.332Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CHANNEL_GOT_SHUTDOWN | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.332Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN | |
DEBUG:root:Found 're.compile('CHANNELD_AWAITING_LOCKIN to CHANNELD_SHUTTING_DOWN')' in logs | |
DEBUG:root:Waiting for ['CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.742Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_CHANNEL_SHUTDOWN_COMPLETE | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.742Z lightningd(19338): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_CHANNEL_SHUTDOWN_COMPLETE | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.743Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 20733, msgfd 17 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:53.743Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: State changed from CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE | |
DEBUG:root:Found 're.compile('CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE')' in logs | |
DEBUG:root:Waiting for ['CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE'] in the logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.798Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Trying commit | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.798Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:53.798Z lightningd(19364): Adding block 103: 6e3f2f62d4e74d082216610f8f2a21e01293cffeeffe5c706039f66c323c180c | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: satoshi_out = 1000000/0 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: dustlimit = 546 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: fee = 5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Making close tx at = 1000000/0 fee 5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: sending fee offer 5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.187Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_CLOSING_SIGNED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.232Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got depth change 0->1 for c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.232Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Funding tx c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 depth 1 of 3 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.442Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_SHUTDOWN | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.442Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CHANNEL_SHUTDOWN_COMPLETE | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.442Z lightningd(19364): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CHANNEL_SHUTDOWN_COMPLETE | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.443Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 20735, msgfd 17 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.444Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE | |
DEBUG:root:Found 're.compile('CHANNELD_SHUTTING_DOWN to CLOSINGD_SIGEXCHANGE')' in logs | |
DEBUG:root:Waiting for ['sendrawtx exit 0', ' to CLOSINGD_COMPLETE'] in the logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.676Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: satoshi_out = 0/1000000 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.676Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: dustlimit = 546 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.676Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: fee = 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.677Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_CLOSING_SIGNED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.677Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Making close tx at = 0/1000000 fee 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.677Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Received fee offer 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.677Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: ...offer is reasonable | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.678Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CLOSING_RECEIVED_SIGNATURE | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.678Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Their actual closing tx fee is 5430 vs previous 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.898Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Making close tx at = 0/1000000 fee 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.898Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: sending fee offer 5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_CLOSING_SIGNED | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.898Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_CLOSING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Making close tx at = 1000000/0 fee 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.898Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Feerange init 0-5430, remote higher | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Received fee offer 5430 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:54.899Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Feerange remote update 5430: now 0-5429 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: ...offer is reasonable | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_CLOSING_RECEIVED_SIGNATURE | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:54.899Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Their actual closing tx fee is 5430 vs previous 5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.087Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Feerange init 0-5430, remote higher | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.088Z lightningd(19364): lightning_closingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CLOSING_COMPLETE | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.087Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Feerange local update 5430: now 5431-5430 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.088Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_CLOSING_COMPLETE | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.088Z lightningd(19364): (tx aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.090Z lightningd(19364): sendrawtransaction: 02000000000101237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc50100000000ffffffff010a2d0f0000000000160014071c49cad2f420f3c805f9f6b98a57269cb141500400483045022100ca725668799393f41453b5690a8d452c6b0d031b0ad3f6aa95561f878275bb5c022055d77b39eaa64febf7f1e3c831c57d4fa90f6f9556fb602cc4f8aa1d4f0ece6f01473044022025ddf9af979393a2bf818890de07af78229726e4fcd1a8768cc4388de49f21fb0220012945f2c1e4c0f23deb9670d4b0a74dafa54a8e3634df5c1be64abd12e997ff0147522102324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b2102e3bd38009866c9da8ec4aa99cc4ea9c6c0dd46df15c61ef0ce1f271291714e5752ae00000000 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.091Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from CLOSINGD_SIGEXCHANGE to CLOSINGD_COMPLETE | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.088Z lightningd(19338): lightning_closingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Status closed, but not exited. Killing | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.088Z lightningd(19338): (tx aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.089Z lightningd(19338): sendrawtransaction: 02000000000101237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc50100000000ffffffff010a2d0f0000000000160014071c49cad2f420f3c805f9f6b98a57269cb141500400483045022100ca725668799393f41453b5690a8d452c6b0d031b0ad3f6aa95561f878275bb5c022055d77b39eaa64febf7f1e3c831c57d4fa90f6f9556fb602cc4f8aa1d4f0ece6f01473044022025ddf9af979393a2bf818890de07af78229726e4fcd1a8768cc4388de49f21fb0220012945f2c1e4c0f23deb9670d4b0a74dafa54a8e3634df5c1be64abd12e997ff0147522102324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b2102e3bd38009866c9da8ec4aa99cc4ea9c6c0dd46df15c61ef0ce1f271291714e5752ae00000000 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.090Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: State changed from CLOSINGD_SIGEXCHANGE to CLOSINGD_COMPLETE | |
DEBUG:root:Found 're.compile(' to CLOSINGD_COMPLETE')' in logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.376Z lightningd(19338): sendrawtx exit 0, gave aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6? | |
DEBUG:root:Found 're.compile('sendrawtx exit 0')' in logs | |
DEBUG:root:Waiting for ['sendrawtx exit 0', ' to CLOSINGD_COMPLETE'] in the logs | |
DEBUG:root:Found 're.compile(' to CLOSINGD_COMPLETE')' in logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.377Z lightning_gossipd(19358): Forgetting remote peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.377Z lightning_gossipd(19358): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-11T04:58:55.377Z lightning_gossipd(19358): Failed connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.454Z lightningd(19364): sendrawtx exit 0, gave aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6? | |
DEBUG:root:Found 're.compile('sendrawtx exit 0')' in logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.462Z lightning_gossipd(19380): Forgetting remote peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.462Z lightning_gossipd(19380): Resolving ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.462Z lightning_gossipd(19380): Could not resolve ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-11T04:58:55.462Z lightning_gossipd(19380): No address known for 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, giving up | |
DEBUG:root:Waiting for [' to ONCHAIN'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.128Z lightningd(19338): Adding block 103: 6e3f2f62d4e74d082216610f8f2a21e01293cffeeffe5c706039f66c323c180c | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.130Z lightningd(19338): Owning output 0 994743 (SEGWIT) txid c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.388Z lightningd(19338): Adding block 104: 461384038f6afc7ffd94da9895fd8e5d948b9ef874fe485a57b9ea4ab4975b4a | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.389Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got UTXO spend for c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23:1: aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.389Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Peer permanent failure in CLOSINGD_COMPLETE: Funding transaction spent | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.389Z lightningd(19338): (tx aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.390Z lightningd(19338): sendrawtransaction: 02000000000101237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc50100000000ffffffff010a2d0f0000000000160014071c49cad2f420f3c805f9f6b98a57269cb141500400483045022100ca725668799393f41453b5690a8d452c6b0d031b0ad3f6aa95561f878275bb5c022055d77b39eaa64febf7f1e3c831c57d4fa90f6f9556fb602cc4f8aa1d4f0ece6f01473044022025ddf9af979393a2bf818890de07af78229726e4fcd1a8768cc4388de49f21fb0220012945f2c1e4c0f23deb9670d4b0a74dafa54a8e3634df5c1be64abd12e997ff0147522102324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b2102e3bd38009866c9da8ec4aa99cc4ea9c6c0dd46df15c61ef0ce1f271291714e5752ae00000000 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.391Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: State changed from CLOSINGD_COMPLETE to FUNDING_SPEND_SEEN | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.392Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 20765, msgfd 16 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.395Z lightningd(19338): Owning output 0 994570 (SEGWIT) txid aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.600Z lightningd(19338): sendrawtx exit 27, gave error code: -27?error message:?transaction already in block chain? | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.602Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Tracking output 1 of c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23: FUNDING_TRANSACTION/FUNDING_OUTPUT | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.602Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Remote per-commit point: 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.603Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Old remote per-commit point: 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.603Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: UPDATE WIRE_ONCHAIN_INIT_REPLY | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.603Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: State changed from FUNDING_SPEND_SEEN to ONCHAIN | |
DEBUG:root:Found 're.compile(' to ONCHAIN')' in logs | |
DEBUG:root:Waiting for [' to ONCHAIN'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.834Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got depth change 0->1 for aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.834Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got depth change 0->2 for c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:21.834Z lightningd(19338): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 depth 2 of 3 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:22.055Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Resolved FUNDING_TRANSACTION/FUNDING_OUTPUT by MUTUAL_CLOSE (aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:22.056Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got new message WIRE_ONCHAIN_DEPTH | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:22.056Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: FUNDING_TRANSACTION/FUNDING_OUTPUT->MUTUAL_CLOSE depth 1 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.254Z lightningd(19364): Adding block 104: 461384038f6afc7ffd94da9895fd8e5d948b9ef874fe485a57b9ea4ab4975b4a | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.255Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got UTXO spend for c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23:1: aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.255Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer permanent failure in CLOSINGD_COMPLETE: Funding transaction spent | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.255Z lightningd(19364): (tx aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.256Z lightningd(19364): sendrawtransaction: 02000000000101237ab205a6dc4885eeaa5e11435367fd3688a0b4e6e187021d29625bdedd9fc50100000000ffffffff010a2d0f0000000000160014071c49cad2f420f3c805f9f6b98a57269cb141500400483045022100ca725668799393f41453b5690a8d452c6b0d031b0ad3f6aa95561f878275bb5c022055d77b39eaa64febf7f1e3c831c57d4fa90f6f9556fb602cc4f8aa1d4f0ece6f01473044022025ddf9af979393a2bf818890de07af78229726e4fcd1a8768cc4388de49f21fb0220012945f2c1e4c0f23deb9670d4b0a74dafa54a8e3634df5c1be64abd12e997ff0147522102324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b2102e3bd38009866c9da8ec4aa99cc4ea9c6c0dd46df15c61ef0ce1f271291714e5752ae00000000 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.257Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from CLOSINGD_COMPLETE to FUNDING_SPEND_SEEN | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.258Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 20781, msgfd 16 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.534Z lightningd(19364): sendrawtx exit 27, gave error code: -27?error message:?transaction already in block chain? | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.534Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Tracking output 1 of c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23: FUNDING_TRANSACTION/FUNDING_OUTPUT | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.535Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Remote per-commit point: 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.535Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Old remote per-commit point: 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.535Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_ONCHAIN_INIT_REPLY | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.535Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from FUNDING_SPEND_SEEN to ONCHAIN | |
DEBUG:root:Found 're.compile(' to ONCHAIN')' in logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:24.946Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Resolved FUNDING_TRANSACTION/FUNDING_OUTPUT by MUTUAL_CLOSE (aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6) | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:25.623Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got depth change 0->1 for aac51ca074de42f1bc8c526123e58f6d4e9b90cccc43ce8f1c52f72bcc67b9d6 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:25.624Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got depth change 1->2 for c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:25.624Z lightningd(19364): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Funding tx c59fddde5b62291d0287e1e6b4a08836fd675343115eaaee8548dca605b27a23 depth 2 of 3 | |
DEBUG:root:Waiting for ['onchaind complete, forgetting peer'] in the logs | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:25.845Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got new message WIRE_ONCHAIN_DEPTH | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:25.845Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: FUNDING_TRANSACTION/FUNDING_OUTPUT->MUTUAL_CLOSE depth 1 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:51.853Z lightningd(19338): Adding block 105: 4aff29b6295a543558515f2a627c95088c9e2a2fe0b421a7ac87ce91ffffe763 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:52.079Z lightningd(19338): Adding block 106: 668ad6026c9b840b97d4d84c7e8ba894143251f55321d0e3351a71eb1dc2d471 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:52.472Z lightningd(19338): Adding block 107: 54c2eafb38512c7c1dc383a78b2311a521367d8f53f2b22db8d62db45b4f5c67 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:53.068Z lightningd(19338): Adding block 108: 04100794bf1856fda1e3fc12ef9383db94af1dcd1deecfe1c09e2dc4cd90fa9d | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:53.290Z lightningd(19338): Adding block 109: 7de0a1b2c36e35107c81f0cda085483ebeb37e49b6b5ea138431118b8f84c89a | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:53.535Z lightningd(19338): Adding block 110: 0c8d4e2242fcf2e094ebea83bc6d6d8377ea3d576c5e88ea3fda4294cfcc6faf | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:53.768Z lightningd(19338): Adding block 111: 6475525dea244b39c19da89303b96f7fa57232a1bf210ed9fe2bcc170c410755 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:53.990Z lightningd(19338): Adding block 112: 60cd4abf4315507e9708f8853421ba8faa908b9de54fc310717167fe09260e57 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:54.191Z lightningd(19338): Adding block 113: 21aa657ddf864914e32035ef36121c32bf164b9e51d366125d01ecf850cce8a4 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:54.380Z lightningd(19338): Adding block 114: 793abeaac97352fbdc45f5b4f6fe2074d53f31399b5d27fa261739f0fcd5a758 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:54.624Z lightningd(19338): Adding block 115: 17d00f46262419e3b317e2d6eb377787a851351b89955ac4559067cad118dab2 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:54.835Z lightningd(19338): Adding block 116: 5249934fa2987657ba6a84ee4444ae48ababa7f12ae80b0eeec3df695c17cef6 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:55.069Z lightningd(19338): Adding block 117: 717b05de2cd65fda83af25e879751279587d4473a1c6b7673d48041047f43ad6 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:55.302Z lightningd(19338): Adding block 118: 4568b738307f2ac476fb5545a485d52ebc826fca1f465589187bc296b2e7c8cb | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:55.523Z lightningd(19338): Adding block 119: 51f2c9f41e01ec35b984e889375f8dbc0d75228601b6ce903c5c5cc49eb2c67b | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:55.646Z lightningd(19364): Adding block 105: 4aff29b6295a543558515f2a627c95088c9e2a2fe0b421a7ac87ce91ffffe763 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:55.868Z lightningd(19338): Adding block 120: 504b4574f77c4fa7a7d5a0702d278017a81bb9466a8337910e0e3429519e258a | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:56.168Z lightningd(19364): Adding block 106: 668ad6026c9b840b97d4d84c7e8ba894143251f55321d0e3351a71eb1dc2d471 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:56.378Z lightningd(19338): Adding block 121: 1436da94d43d0a9a12e343c691a71180f158ec89fcd3145c4b0e23ee8092c5fe | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:56.708Z lightningd(19364): Adding block 107: 54c2eafb38512c7c1dc383a78b2311a521367d8f53f2b22db8d62db45b4f5c67 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:56.946Z lightningd(19338): Adding block 122: 3a11e106637606f10b2bf3159e07eda9afafe360d62ef009671d838b7c6048bf | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:57.256Z lightningd(19364): Adding block 108: 04100794bf1856fda1e3fc12ef9383db94af1dcd1deecfe1c09e2dc4cd90fa9d | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:57.458Z lightningd(19338): Adding block 123: 6042ad7c39a767bf513079d4968e3c6c520a216d6dde4dc6b2960a183352c64b | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:57.769Z lightningd(19364): Adding block 109: 7de0a1b2c36e35107c81f0cda085483ebeb37e49b6b5ea138431118b8f84c89a | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:57.969Z lightningd(19338): Adding block 124: 1346aa9b8ad11c889ff870eaddb88aff358e45577f6066d0ae0703d6d766bb71 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:58.246Z lightningd(19364): Adding block 110: 0c8d4e2242fcf2e094ebea83bc6d6d8377ea3d576c5e88ea3fda4294cfcc6faf | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:58.468Z lightningd(19338): Adding block 125: 2409b18c4e1625f149c5419f47a5d9316f215a3ab6290012726137b3a33367aa | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:58.813Z lightningd(19364): Adding block 111: 6475525dea244b39c19da89303b96f7fa57232a1bf210ed9fe2bcc170c410755 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:59.024Z lightningd(19338): Adding block 126: 0336956e3aa6ec783ca4f2126528a35268ea0fbe8e434c8b97ccf2da306c6caa | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:59.358Z lightningd(19364): Adding block 112: 60cd4abf4315507e9708f8853421ba8faa908b9de54fc310717167fe09260e57 | |
DEBUG:root:lightningd-1: 2018-06-11T04:59:59.580Z lightningd(19338): Adding block 127: 669bd1366e2928b3cc5cf537a5441ed20110d0369ce573b6ea852ccba99b7e35 | |
DEBUG:root:lightningd-2: 2018-06-11T04:59:59.913Z lightningd(19364): Adding block 113: 21aa657ddf864914e32035ef36121c32bf164b9e51d366125d01ecf850cce8a4 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:00.114Z lightningd(19338): Adding block 128: 135a279fcd29f9c248c031e0c0a286f441360da170443e252a6f747f3691b669 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:00.447Z lightningd(19364): Adding block 114: 793abeaac97352fbdc45f5b4f6fe2074d53f31399b5d27fa261739f0fcd5a758 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:00.636Z lightningd(19338): Adding block 129: 5c2868a4302793d903c8d34b541fc2ce77a19cc6fb86cad64c63b0361bb3fcae | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:00.946Z lightningd(19364): Adding block 115: 17d00f46262419e3b317e2d6eb377787a851351b89955ac4559067cad118dab2 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:01.158Z lightningd(19338): Adding block 130: 3b3e6e3506a85a43c0522429092399e4375ce9ab1050151be8fe43e77cbb5af7 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:01.468Z lightningd(19364): Adding block 116: 5249934fa2987657ba6a84ee4444ae48ababa7f12ae80b0eeec3df695c17cef6 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:01.658Z lightningd(19338): Adding block 131: 3b530093fa2926c4eb91bbfb8438d15729b5db4b410f01aa037125f83424afad | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:01.857Z lightningd(19364): Adding block 117: 717b05de2cd65fda83af25e879751279587d4473a1c6b7673d48041047f43ad6 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:02.058Z lightningd(19338): Adding block 132: 29b8873e8b2e0a2076d087d0c2a8aa3999dcdb77db14848b263bac22caaa792d | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:02.357Z lightningd(19364): Adding block 118: 4568b738307f2ac476fb5545a485d52ebc826fca1f465589187bc296b2e7c8cb | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:02.569Z lightningd(19338): Adding block 133: 44e0b5b570786d9e90699904ba36010c621d25f6e4c1570f66973c350ec78fb1 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:02.901Z lightningd(19364): Adding block 119: 51f2c9f41e01ec35b984e889375f8dbc0d75228601b6ce903c5c5cc49eb2c67b | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:03.103Z lightningd(19338): Adding block 134: 693a5d34b3b2c8e9bd290729b4d0a385313aa7037b8d978511053fbfda6599a8 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:03.447Z lightningd(19364): Adding block 120: 504b4574f77c4fa7a7d5a0702d278017a81bb9466a8337910e0e3429519e258a | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:03.680Z lightningd(19338): Adding block 135: 000bbfc567ada6f588cfe33ca82f61da531bf6ca7449464d5fce0b119076f226 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:04.035Z lightningd(19364): Adding block 121: 1436da94d43d0a9a12e343c691a71180f158ec89fcd3145c4b0e23ee8092c5fe | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:04.236Z lightningd(19338): Adding block 136: 28c7730baabb4ac8ae4fda3541ec2f5477fb6714589b873a587f54b9812e9b9c | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:04.536Z lightningd(19364): Adding block 122: 3a11e106637606f10b2bf3159e07eda9afafe360d62ef009671d838b7c6048bf | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:04.747Z lightningd(19338): Adding block 137: 51f809b70480d08da96f958f4c8c699a4e360852ef095327ca46824ecce2cfe4 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:05.069Z lightningd(19364): Adding block 123: 6042ad7c39a767bf513079d4968e3c6c520a216d6dde4dc6b2960a183352c64b | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:05.269Z lightningd(19338): Adding block 138: 66e915eb6814a2a30ca6b3b506676c281432ea1b0f7cab351ea716820e4675b9 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:05.565Z lightningd(19364): Adding block 124: 1346aa9b8ad11c889ff870eaddb88aff358e45577f6066d0ae0703d6d766bb71 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:05.641Z lightningd(19338): Adding block 139: 7b21fd9aa4ec50e929df383e42c93f47651523728385167bd84b2db8da2f50ed | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:06.069Z lightningd(19364): Adding block 125: 2409b18c4e1625f149c5419f47a5d9316f215a3ab6290012726137b3a33367aa | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:06.147Z lightningd(19338): Adding block 140: 37eb058d6349608d57d5ba26d4215c592c9bc27053f3886554109212f56292ba | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:06.614Z lightningd(19364): Adding block 126: 0336956e3aa6ec783ca4f2126528a35268ea0fbe8e434c8b97ccf2da306c6caa | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:06.669Z lightningd(19338): Adding block 141: 3d4ec58733334e0f8f13816ac106f3d5325a3a2e7113379952c7ce09b5eac4cb | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:07.075Z lightningd(19364): Adding block 127: 669bd1366e2928b3cc5cf537a5441ed20110d0369ce573b6ea852ccba99b7e35 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:07.130Z lightningd(19338): Adding block 142: 463941f6406a070c5ec3dc5ddf26f6edba7935420d0ec18cfefb46fb9e77ee77 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:07.575Z lightningd(19364): Adding block 128: 135a279fcd29f9c248c031e0c0a286f441360da170443e252a6f747f3691b669 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:07.641Z lightningd(19338): Adding block 143: 54bb42d40b142acde40726ddeb7da7409345c0c57a4a382a2370f8ce054d3fcb | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:07.918Z lightningd(19364): Adding block 129: 5c2868a4302793d903c8d34b541fc2ce77a19cc6fb86cad64c63b0361bb3fcae | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:08.019Z lightningd(19338): Adding block 144: 238228f00940319d4865604252fe939a62a6f8a3caf762268b016d9dd163a758 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:08.442Z lightningd(19364): Adding block 130: 3b3e6e3506a85a43c0522429092399e4375ce9ab1050151be8fe43e77cbb5af7 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:08.510Z lightningd(19338): Adding block 145: 1f371f8749b1514d3b5ae93af20022817ef6d9b6ad80048dc09a01f7becf6fdc | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:08.986Z lightningd(19364): Adding block 131: 3b530093fa2926c4eb91bbfb8438d15729b5db4b410f01aa037125f83424afad | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:09.053Z lightningd(19338): Adding block 146: 05e363d546e5faafb70bf4669727cb75cfeb74b30697cbe0e834af402a5aec90 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:09.519Z lightningd(19364): Adding block 132: 29b8873e8b2e0a2076d087d0c2a8aa3999dcdb77db14848b263bac22caaa792d | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:09.586Z lightningd(19338): Adding block 147: 3770eadc776067d13080cede81ccfe962053d7210d6aaa58f7019fad87749069 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:10.078Z lightningd(19364): Adding block 133: 44e0b5b570786d9e90699904ba36010c621d25f6e4c1570f66973c350ec78fb1 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:10.144Z lightningd(19338): Adding block 148: 4d0f651d70ca441abad570efbcd0e6c01a1c58251e5fbdacb281e11a9d62b0dd | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:10.564Z lightningd(19364): Adding block 134: 693a5d34b3b2c8e9bd290729b4d0a385313aa7037b8d978511053fbfda6599a8 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:10.642Z lightningd(19338): Adding block 149: 673a0206b79fd7a3b52ace10d1d96b92492926efba135adbcd678052bfe4fb53 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:11.131Z lightningd(19364): Adding block 135: 000bbfc567ada6f588cfe33ca82f61da531bf6ca7449464d5fce0b119076f226 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:11.208Z lightningd(19338): Adding block 150: 219d8441963800de9360c5a01dc3acbff3fd28754aad6a612800c84a339f77c2 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:11.753Z lightningd(19364): Adding block 136: 28c7730baabb4ac8ae4fda3541ec2f5477fb6714589b873a587f54b9812e9b9c | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:11.820Z lightningd(19338): Adding block 151: 6ca21b8725e9463733b81abb060f6dd7f28565e84b046fc6bbca1631875e3947 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:12.242Z lightningd(19364): Adding block 137: 51f809b70480d08da96f958f4c8c699a4e360852ef095327ca46824ecce2cfe4 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:12.308Z lightningd(19338): Adding block 152: 0b6f603c49cb4e9729115729888cd2055ee432d1e94b31ee1e65f03e2aa67666 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:12.789Z lightningd(19364): Adding block 138: 66e915eb6814a2a30ca6b3b506676c281432ea1b0f7cab351ea716820e4675b9 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:12.864Z lightningd(19338): Adding block 153: 385a1e4e3aa939b61b920322f90e5e9d8fb24edfb930d7b14dced45ab2d63db9 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:13.331Z lightningd(19364): Adding block 139: 7b21fd9aa4ec50e929df383e42c93f47651523728385167bd84b2db8da2f50ed | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:13.398Z lightningd(19338): Adding block 154: 272f138ae31cf65ac4d74f10cfb0aa0f57ff360dbc55f9726014ef5a9a410569 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:13.687Z lightningd(19364): Adding block 140: 37eb058d6349608d57d5ba26d4215c592c9bc27053f3886554109212f56292ba | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:13.764Z lightningd(19338): Adding block 155: 7a3aed50bfef09715cec3954da38503228132afdc8aa3fd20d9561b865bc249a | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:14.253Z lightningd(19364): Adding block 141: 3d4ec58733334e0f8f13816ac106f3d5325a3a2e7113379952c7ce09b5eac4cb | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:14.331Z lightningd(19338): Adding block 156: 03b9f06d2d93bea0d9ecc24b7857bcbf56c16ca5e2f56c0767e875a54e7d22a9 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:14.786Z lightningd(19364): Adding block 142: 463941f6406a070c5ec3dc5ddf26f6edba7935420d0ec18cfefb46fb9e77ee77 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:14.881Z lightningd(19338): Adding block 157: 73b44ce9f5883a435d8f726770dbe99edc83c345411910fc61d4b68b529f436e | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:15.346Z lightningd(19364): Adding block 143: 54bb42d40b142acde40726ddeb7da7409345c0c57a4a382a2370f8ce054d3fcb | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:15.414Z lightningd(19338): Adding block 158: 3c1c5737cfdccb010a749639323d0de5e468fa4a84f1d7ef3bd2eb7bd238b193 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:15.858Z lightningd(19364): Adding block 144: 238228f00940319d4865604252fe939a62a6f8a3caf762268b016d9dd163a758 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:15.931Z lightningd(19338): Adding block 159: 0fbbba55c36f9ba68b892b74971dac1668d07e0a42dde38d771d25bf7eb001f1 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:16.415Z lightningd(19364): Adding block 145: 1f371f8749b1514d3b5ae93af20022817ef6d9b6ad80048dc09a01f7becf6fdc | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:16.493Z lightningd(19338): Adding block 160: 08d500f92c4fbc19c0329e9c992e1f2b015c463893e62ecfff8e1df54dda1794 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:16.948Z lightningd(19364): Adding block 146: 05e363d546e5faafb70bf4669727cb75cfeb74b30697cbe0e834af402a5aec90 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:17.014Z lightningd(19338): Adding block 161: 516f9523ce5a210e961be711acee17931da176a4ac8d77415a241c1a6cc597c3 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:17.470Z lightningd(19364): Adding block 147: 3770eadc776067d13080cede81ccfe962053d7210d6aaa58f7019fad87749069 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:17.537Z lightningd(19338): Adding block 162: 31bad6e6d01a9d9f3b9472680a6493097e27000197d768c943b7d6e639f4372c | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:18.015Z lightningd(19364): Adding block 148: 4d0f651d70ca441abad570efbcd0e6c01a1c58251e5fbdacb281e11a9d62b0dd | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:18.076Z lightningd(19338): Adding block 163: 3218d189dfa1adbc7a3718f44c91c53a99702f989993660ce5299d2c6439d5bd | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:18.548Z lightningd(19364): Adding block 149: 673a0206b79fd7a3b52ace10d1d96b92492926efba135adbcd678052bfe4fb53 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:18.615Z lightningd(19338): Adding block 164: 2f3b8cdd9f3c81fc38f72a1b0015140861a7229f997b465165f06faa196dc428 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:19.082Z lightningd(19364): Adding block 150: 219d8441963800de9360c5a01dc3acbff3fd28754aad6a612800c84a339f77c2 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:19.148Z lightningd(19338): Adding block 165: 7f580af9b5c2a6116082e9ac10ed27880e7ae70b1729c389adfe81d5cb1aac8d | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:19.592Z lightningd(19364): Adding block 151: 6ca21b8725e9463733b81abb060f6dd7f28565e84b046fc6bbca1631875e3947 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:19.666Z lightningd(19338): Adding block 166: 1dcceb684a98ea0c60854d7cc71bd881be20c6074da23142f173bc6047420f2b | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:20.103Z lightningd(19364): Adding block 152: 0b6f603c49cb4e9729115729888cd2055ee432d1e94b31ee1e65f03e2aa67666 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:20.182Z lightningd(19338): Adding block 167: 7a7c84d583ac400cca779c992ec6593ce7f7ee180bcd993c7370b15f25800ad2 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:20.626Z lightningd(19364): Adding block 153: 385a1e4e3aa939b61b920322f90e5e9d8fb24edfb930d7b14dced45ab2d63db9 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:20.715Z lightningd(19338): Adding block 168: 167959f9b607d4a0627b41dafa8180b4800b6f5980580d055fed0d96d50a3ddf | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:21.171Z lightningd(19364): Adding block 154: 272f138ae31cf65ac4d74f10cfb0aa0f57ff360dbc55f9726014ef5a9a410569 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:21.257Z lightningd(19338): Adding block 169: 1197833aa69c00891a129db832760149164fdf491ec22d2c50a52809010ec8a7 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:21.704Z lightningd(19364): Adding block 155: 7a3aed50bfef09715cec3954da38503228132afdc8aa3fd20d9561b865bc249a | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:21.794Z lightningd(19338): Adding block 170: 376a1a60fef91a7cdf64198774f30806d977807724454ea94ee0274609698881 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:22.168Z lightningd(19364): Adding block 156: 03b9f06d2d93bea0d9ecc24b7857bcbf56c16ca5e2f56c0767e875a54e7d22a9 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:22.226Z lightningd(19338): Adding block 171: 173cf4566fd7b6a6104bbe71f85cdad2571f13bddf4f3be8de60a5642f747584 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:22.702Z lightningd(19364): Adding block 157: 73b44ce9f5883a435d8f726770dbe99edc83c345411910fc61d4b68b529f436e | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:22.767Z lightningd(19338): Adding block 172: 3542c99be3cfe9ca546de62575abdd5fb925f00cc5b2ae82d49a91b5f6d128de | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:23.651Z lightningd(19364): Adding block 158: 3c1c5737cfdccb010a749639323d0de5e468fa4a84f1d7ef3bd2eb7bd238b193 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:24.699Z lightningd(19338): Adding block 173: 59956fcac4cee7eaf96ced63e26eb5d11657fa1e47694d22b65def621195aef0 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:25.015Z lightningd(19364): Adding block 159: 0fbbba55c36f9ba68b892b74971dac1668d07e0a42dde38d771d25bf7eb001f1 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:25.192Z lightningd(19338): Adding block 174: 0b635cccd004d862666b3314217d4c4e12141005f5ab4c9da3256a86ff9ec37a | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:25.492Z lightningd(19364): Adding block 160: 08d500f92c4fbc19c0329e9c992e1f2b015c463893e62ecfff8e1df54dda1794 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:25.715Z lightningd(19338): Adding block 175: 5b5b5c47fddbc579b3549d72da50421cc99568151ecdd7f0c2ded75bfca1ef27 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:26.004Z lightningd(19364): Adding block 161: 516f9523ce5a210e961be711acee17931da176a4ac8d77415a241c1a6cc597c3 | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:26.215Z lightningd(19338): Adding block 176: 4d9492a24f547018a9c2318de9027767af89efddf1f00dff4dd98f8cdb7c34ba | |
Time-out: can't find [re.compile('onchaind complete, forgetting peer')] in logs | |
DEBUG:root:Did not find 're.compile('onchaind complete, forgetting peer')' in logs | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:26.526Z lightningd(19364): Adding block 162: 31bad6e6d01a9d9f3b9472680a6493097e27000197d768c943b7d6e639f4372c | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:26.696Z lightningd(19338):jcon fd 15: Failing: Unknown command 'dev-memleak' | |
DEBUG:root:Received response for dev-memleak call: {'jsonrpc': '2.0', 'error': {'code': -32601, 'message': "Unknown command 'dev-memleak'"}, 'id': 0} | |
DEBUG:root:Calling stop with payload None | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:26.697Z lightningd(19338):jcon fd 15: Success | |
DEBUG:root:Received response for stop call: {'jsonrpc': '2.0', 'result': 'Shutting down', 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:26.697Z lightningd(19338):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:26.697Z lightning_gossipd(19358): Shutting down | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:26.871Z lightningd(19364): Adding block 163: 3218d189dfa1adbc7a3718f44c91c53a99702f989993660ce5299d2c6439d5bd | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.127Z lightningd(19364): Adding block 164: 2f3b8cdd9f3c81fc38f72a1b0015140861a7229f997b465165f06faa196dc428 | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.393Z lightningd(19364): Adding block 165: 7f580af9b5c2a6116082e9ac10ed27880e7ae70b1729c389adfe81d5cb1aac8d | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.671Z lightningd(19364): Adding block 166: 1dcceb684a98ea0c60854d7cc71bd881be20c6074da23142f173bc6047420f2b | |
DEBUG:root:lightningd-1: 2018-06-11T05:00:27.698Z lightningd(19338): lightning_onchaind-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Status closed, but not exited. Killing | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.929Z lightningd(19364):jcon fd 15: Failing: Unknown command 'dev-memleak' | |
DEBUG:root:Received response for dev-memleak call: {'jsonrpc': '2.0', 'error': {'code': -32601, 'message': "Unknown command 'dev-memleak'"}, 'id': 0} | |
DEBUG:root:Calling stop with payload None | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.931Z lightningd(19364):jcon fd 15: Success | |
DEBUG:root:Received response for stop call: {'jsonrpc': '2.0', 'result': 'Shutting down', 'id': 0} | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.931Z lightningd(19364):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:27.931Z lightning_gossipd(19380): Shutting down | |
DEBUG:root:lightningd-2: 2018-06-11T05:00:28.931Z lightningd(19364): lightning_onchaind-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Status closed, but not exited. Killing | |
DEBUG:root:Did not find 'Bad gossip order from (?!error)' in logs | |
DEBUG:root:Did not find 'Bad gossip order from (?!error)' in logs | |
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!! | |
============== 1 failed, 38 passed, 63 skipped in 2443.42 seconds ============== | |
make[1]: *** [Makefile:218: pytest] Error 2 | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning' | |
make: *** [Makefile:210: check] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment