-
-
Save jsarenik/b8e5ec2d2245fc481452ea100fecc57a to your computer and use it in GitHub Desktop.
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
+ date | |
Wed Jun 13 15:27:24 UTC 2018 | |
+ cat /etc/os-release | |
NAME="Alpine Linux" | |
ID=alpine | |
VERSION_ID=3.8.0_rc1 | |
PRETTY_NAME="Alpine Linux v3.8" | |
HOME_URL="http://alpinelinux.org" | |
BUG_REPORT_URL="http://bugs.alpinelinux.org" | |
+ rm -rf lightning | |
+ git clone https://github.com/ElementsProject/lightning.git | |
Cloning into 'lightning'... | |
+ cd lightning | |
+ git rev-parse HEAD | |
8183590cdbde6222fe5b9f2282f570265919b7d9 | |
+ ./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.4088... 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 | |
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 | |
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 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... 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-pc-linux-musl | |
checking host system type... x86_64-alpine-linux-musl | |
checking target system type... x86_64-alpine-linux-musl | |
checking for x86_64-alpine-linux-musl-gcc... cc | |
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 | |
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/pubkey.o bitcoin/pubkey.c | |
a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object 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/pullpush.o bitcoin/pullpush.c | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... 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 | |
yes | |
checking for cc option to accept ISO C89... none needed | |
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 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 | |
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 | |
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 sys/types.h... 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/tx.o bitcoin/tx.c | |
yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.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 inttypes.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 for stdint.h... yes | |
checking for unistd.h... ar rc external/libbase58.a external/base58.o | |
yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... ar rc external/libjsmn.a external/jsmn.o | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
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 | |
autoreconf: running: aclocal --force -I m4 | |
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/ls5302: 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 | |
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 | |
/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=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 | |
/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: tracing | |
/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 | |
/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/' | |
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' | |
autoreconf: configure.ac: creating directory build-aux | |
autoreconf: running: libtoolize --copy --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, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
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 | |
configure.ac:10: installing 'build-aux/compile' | |
configure.ac:5: installing 'build-aux/config.guess' | |
checking for string.h... 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 for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... Makefile.am: installing 'build-aux/depcomp' | |
yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... parallel-tests: installing 'build-aux/test-driver' | |
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... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'tools/build-aux'. | |
libtoolize: copying file 'tools/build-aux/ltmain.sh' | |
yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -fno-strict-overflow... libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'tools/build-aux/m4'. | |
libtoolize: copying file 'tools/build-aux/m4/libtool.m4' | |
yes | |
libtoolize: copying file 'tools/build-aux/m4/ltoptions.m4' | |
checking whether C compiler accepts -fstack-protector... yes | |
checking whether the linker accepts -fstack-protector... libtoolize: copying file 'tools/build-aux/m4/ltsugar.m4' | |
yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... libtoolize: copying file 'tools/build-aux/m4/ltversion.m4' | |
yes | |
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... libtoolize: copying file 'tools/build-aux/m4/lt~obsolete.m4' | |
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... 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... 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... 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... yes | |
checking whether SIGABRT can be caught when using the C compiler... no | |
configure: WARNING: On this platform, SIGABRT cannot be caught using signal handlers. | |
checking for thread local storage (TLS) class... _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... 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' | |
yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for arc4random... src/Makefile.am: installing 'tools/build-aux/depcomp' | |
no | |
checking for arc4random_buf... no | |
checking for mmap... parallel-tests: installing 'tools/build-aux/test-driver' | |
yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... checking build system type... yes | |
checking for memset_s... 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 | |
no | |
checking for x86_64-alpine-linux-musl-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... checking for explicit_bzero... /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 | |
no | |
checking for nanosleep... checking whether the C compiler works... yes | |
checking for posix_memalign... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
yes | |
checking whether we are cross compiling... checking for getpid... no | |
checking for suffix of object files... yes | |
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
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... 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 | |
config.status: creating Makefile | |
checking for x86_64-alpine-linux-musl-mt... no | |
checking for mt... no | |
config.status: creating builds/Makefile | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... config.status: creating contrib/Makefile | |
config.status: creating dist-build/Makefile | |
cc -E | |
config.status: creating libsodium.pc | |
checking for ANSI C header files... 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 | |
yes | |
checking for sys/types.h... config.status: creating test/default/Makefile | |
yes | |
checking for sys/stat.h... config.status: creating test/Makefile | |
config.status: executing depfiles commands | |
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... config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --enable-tests | |
yes | |
checking for uint64_t... 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 | |
yes | |
checking for uint32_t... 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' | |
yes | |
checking for uint16_t... yes | |
checking for uint8_t... yes | |
checking whether C compiler accepts -O3... yes | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=1... 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 | |
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... yes | |
checking whether C compiler accepts -Wstrict-prototypes... 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... CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
yes | |
checking whether C compiler accepts -Wl,--whole-archive... CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
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 | |
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'... CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
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... -Xlinker -export-dynamic | |
checking consistency of all components of python development environment... 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_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
config.status: creating src/wallycore.pc | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
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)... 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... CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
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 | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
yes | |
checking for stdlib.h... CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
yes | |
checking for string.h... yes | |
CC crypto_box/libsodium_la-crypto_box.lo | |
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 -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-pkg-config... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... 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 | |
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... CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo | |
ok | |
checking for __builtin_clzll... CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
yes | |
checking for x86_64 assembly availability... yes | |
checking whether byte ordering is bigendian... CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
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: ****** | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.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 | |
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
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_generichash/libsodium_la-crypto_generichash.lo | |
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
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 | |
gcc gen_context.o -o gen_context | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
./gen_context | |
CC src/libsecp256k1_la-secp256k1.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 | |
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 | |
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 | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 libwallycore_la-base58.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
CC crypto_verify/sodium/libsodium_la-verify.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 | |
<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 randombytes/libsodium_la-randombytes.lo | |
CC sodium/libsodium_la-codecs.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC sodium/libsodium_la-core.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 | |
CC sodium/libsodium_la-runtime.lo | |
CC libwallycore_la-elements.lo | |
CC sodium/libsodium_la-utils.lo | |
CC libwallycore_la-hex.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-hmac.lo | |
CC libwallycore_la-internal.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 | |
CC libwallycore_la-pbkdf2.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 libwallycore_la-scrypt.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 sodium/libsodium_la-version.lo | |
CC libwallycore_la-sign.lo | |
CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo | |
CC libwallycore_la-wordlist.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 | |
CC ccan/ccan/crypto/ripemd160/libwallycore_la-ripemd160.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo | |
CC ccan/ccan/crypto/sha256/libwallycore_la-sha256.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
CC ccan/ccan/crypto/sha512/libwallycore_la-sha512.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 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 libwallycore.la | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo | |
copying selected object files to avoid basename conflicts... | |
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo | |
CCLD test_clear | |
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' | |
Making install-exec in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test/lightning/external/libwally-core/src' | |
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' | |
/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/' | |
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' | |
CC crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo | |
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libsse41.la | |
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 | |
CCLD libavx512f.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CC randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo | |
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 libssse3.la | |
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') | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD librdrand.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libavx2.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libsodium.la | |
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 FAILED | |
===Flaky Test Report=== | |
===End Flaky Test Report=== | |
=================================== FAILURES =================================== | |
_________________ LightningDTests.test_lockin_between_restart __________________ | |
self = <test_lightningd.LightningDTests testMethod=test_lockin_between_restart> | |
def test_lockin_between_restart(self): | |
l1 = self.node_factory.get_node(may_reconnect=True) | |
l2 = self.node_factory.get_node(options={'funding-confirms': 3}, | |
may_reconnect=True) | |
l1.rpc.connect(l2.info['id'], 'localhost', l2.port) | |
self.give_funds(l1, 10**6 + 1000000) | |
l1.rpc.fundchannel(l2.info['id'], 10**6)['tx'] | |
# l1 goes down. | |
l1.stop() | |
# Now 120 blocks go by... | |
bitcoind.generate_block(120) | |
# Restart | |
l1.start() | |
# All should be good. | |
> l1.daemon.wait_for_log(' to CHANNELD_NORMAL') | |
tests/test_lightningd.py:4036: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
tests/utils.py:187: in wait_for_log | |
return self.wait_for_logs([regex], timeout) | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
self = <utils.LightningD object at 0x7f201165e940> | |
regexs = [' to CHANNELD_NORMAL'], 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(' to CHANNELD_NORMAL')]" in logs. | |
tests/utils.py:163: TimeoutError | |
----------------------------- Captured stdout call ----------------------------- | |
DEBUG:root:Starting 'bitcoind -datadir=/tmp/lightning-keb5j50z/test_lockin_between_restart/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:40161 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-keb5j50z/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-keb5j50z/test_lockin_between_restart/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-13T15:52:04.928Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.929Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.930Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.931Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.932Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.932Z lightningd(28589): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:04.933Z lightningd(28589): Creating database | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.139Z lightningd(28589): Client: Received message 11 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.140Z lightningd(28589): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.140Z lightning_gossipd(28598): pid 28598, msgfd 12 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.141Z lightningd(28589): Loaded 0 channels from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.397Z lightning_gossipd(28598): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.420Z lightningd(28589): Adding block 100: 38a73b2d7d9409ad649dcde3c3e3bae7551e6c24ecb76a563a331cf4128298c0 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.610Z lightningd(28589): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.611Z lightning_gossipd(28598): Created IPv4 listener on port 40161 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.611Z lightning_gossipd(28598): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.611Z lightningd(28589): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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-13T15:52:05.612Z lightningd(28589):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': 40161}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:05.614Z lightningd(28589):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': 40161}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:45247 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-keb5j50z/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --funding-confirms=3 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-keb5j50z/test_lockin_between_restart/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-1: 2018-06-13T15:52:05.641Z lightningd(28589): Adding block 101: 4202507d1558847769df6539d538b1d5261c421631bf2d1e80a766b82cff845a | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.642Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.642Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.643Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.643Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.644Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.644Z lightningd(28604): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:05.645Z lightningd(28604): Creating database | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.019Z lightningd(28604): Client: Received message 11 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.019Z lightningd(28604): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.020Z lightning_gossipd(28618): pid 28618, msgfd 12 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.021Z lightningd(28604): Loaded 0 channels from DB | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.376Z lightning_gossipd(28618): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.397Z lightningd(28604): Adding block 100: 38a73b2d7d9409ad649dcde3c3e3bae7551e6c24ecb76a563a331cf4128298c0 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.577Z lightningd(28604): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.577Z lightning_gossipd(28618): Created IPv4 listener on port 45247 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.577Z lightning_gossipd(28618): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.577Z lightningd(28604): Server started with public key 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59, alias SILENTARTIST- (color #022d22) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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-13T15:52:06.579Z lightningd(28604):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': 45247}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.580Z lightningd(28604):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': 45247}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling connect with payload {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'host': 'localhost', 'port': 45247} | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.582Z lightning_gossipd(28598): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.584Z lightning_gossipd(28598): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.584Z lightning_gossipd(28618): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.585Z lightning_gossipd(28618): peer_in WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.585Z lightning_gossipd(28618): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:Received response for connect call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): peer_in WIRE_INIT | |
DEBUG:root:Calling newaddr with payload {'addresstype': None} | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): UPDATE WIRE_GOSSIPCTL_CONNECT_TO_PEER_RESULT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.585Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.585Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.586Z lightning_gossipd(28618): Handing back peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 to master | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.586Z lightning_gossipd(28618): hand_back_peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518: now local again | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): Handing back peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 to master | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.585Z lightning_gossipd(28598): hand_back_peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59: now local again | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:06.587Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:06.603Z lightningd(28604): Adding block 101: 4202507d1558847769df6539d538b1d5261c421631bf2d1e80a766b82cff845a | |
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-13T15:52:07.701Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:08.839Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:08.941Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.043Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.145Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.248Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.350Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.453Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.555Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.657Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.760Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.862Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:09.964Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.067Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.169Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.271Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.374Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.476Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.579Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.681Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.783Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.884Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:10.986Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.088Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.190Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.292Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.395Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.497Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.599Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.702Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.804Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:11.906Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.009Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.111Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.213Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.316Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.418Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.520Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.623Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.725Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.828Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:12.930Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.032Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.135Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.237Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.339Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.442Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.544Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.647Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.749Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.851Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:13.954Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.056Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.158Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.260Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.362Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.464Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.566Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.668Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.770Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.872Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:14.974Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.077Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.179Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.281Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.383Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.485Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.587Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.690Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.792Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.894Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:15.996Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.098Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.200Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.302Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.404Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.507Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.609Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.711Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.813Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:16.914Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.016Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.117Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.219Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.321Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.422Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.524Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.626Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.728Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.830Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:17.933Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.035Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.137Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.239Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.341Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.443Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.546Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.647Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.750Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.852Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:18.954Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.056Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.158Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.261Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.363Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.466Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.568Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.670Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.773Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.875Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:19.976Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.078Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.179Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.281Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.384Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.486Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.588Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.690Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.792Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.893Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:20.995Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.096Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.198Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.300Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.402Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.504Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.606Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.708Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.809Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:21.911Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.013Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.116Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.218Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.319Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.421Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.523Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.626Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.728Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.830Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:22.932Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.034Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.137Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.239Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.342Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.444Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.546Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.648Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.751Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.853Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:23.955Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.057Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.159Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.261Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.364Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.466Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.568Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.670Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.773Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.875Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:24.977Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.079Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.181Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.284Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.386Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.488Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.590Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.692Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.794Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.896Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:25.999Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.101Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.203Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.306Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.408Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.510Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.612Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.715Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.817Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:26.919Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.021Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.124Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.226Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.328Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.429Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.531Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.632Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.734Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.836Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:27.938Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.040Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.142Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.245Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.347Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.449Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.551Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.653Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.755Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.857Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:28.959Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.061Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.163Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.266Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.368Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.469Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.570Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.672Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.775Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.877Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:29.979Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.081Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.184Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.286Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.388Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.490Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.592Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.694Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.796Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:30.898Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.000Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.103Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.205Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.307Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.409Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.511Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.613Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.715Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.817Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:31.918Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.019Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.120Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.222Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.323Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.424Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.526Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.627Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.728Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.829Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:32.931Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.033Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.134Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.236Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.338Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.440Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.542Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.645Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.747Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.849Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:33.952Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.054Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.156Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.259Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.361Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.463Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.565Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.666Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.768Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.869Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:34.971Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.073Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.175Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.277Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.379Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.481Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.584Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.686Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.788Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.891Z lightningd(28589):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-13T15:52:35.967Z lightningd(28589): Adding block 102: 6634a80a8532516236342c225c38e7395f25128c72b134bc11a04954f8cd121d | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:35.968Z lightningd(28589): Owning output 1 2000000 (P2SH) txid 45bd37f47f9f09195990a1e2e1bd9c411689c2002175101af9db2321df4e16ff | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:36.257Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [{'txid': '45bd37f47f9f09195990a1e2e1bd9c411689c2002175101af9db2321df4e16ff', 'output': 1, '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-13T15:52:37.201Z lightning_gossipd(28598): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.201Z lightning_gossipd(28598): REPLY WIRE_GOSSIPCTL_RELEASE_PEER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.201Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 28715, msgfd 18 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.218Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: First per_commit_point = 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.219Z lightning_gossipd(28618): peer_in WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.218Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.219Z lightning_gossipd(28618): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.219Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.219Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.219Z lightningd(28604): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 28716, msgfd 17 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.238Z lightningd(28604): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: First per_commit_point = 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.238Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.238Z lightningd(28604): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.240Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: signature 304402202b244335ed46f160cb691a3cccd90bb51e8033bc538c2987b8b557e4f1e979a0022019fe1b0f76fd3eee890d459555657998d43bc6088d839a078a89a3b06b5981d0 on tx 020000000173678d7ff227ee66922f561e19b5d32ed703e9e6d762c218d3e6ddc44b2c55a401000000009db0e280010a2d0f0000000000160014806e1ef61a9c8fc33fb3455a12e0a6ff6d7fb7469a3ed620 using key 02324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.240Z lightningd(28604): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.240Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.242Z lightningd(28604): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: REPLY WIRE_OPENING_FUNDEE_REPLY with 2 fds | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.242Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got opening_fundee_finish_response | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.243Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Watching funding tx a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.244Z lightningd(28604): Client: Received message 1 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.244Z lightningd(28604): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.244Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 28717, msgfd 20 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.244Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.657Z lightning_gossipd(28618): try_reach_peer: have peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.657Z lightningd(28604): 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-13T15:52:37.658Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.658Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.660Z lightningd(28589): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: REPLY WIRE_OPENING_FUNDER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.660Z lightningd(28589): 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.661Z lightningd(28589): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx has 1 inputs, 2 outputs: | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.661Z lightningd(28589): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: 0: 2000000 satoshi (P2SH) 45bd37f47f9f09195990a1e2e1bd9c411689c2002175101af9db2321df4e16ff? | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.662Z lightningd(28589): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Getting HSM to sign funding tx | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.662Z lightningd(28589): Client: Received message 1 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.664Z lightningd(28589): Client: Received message 4 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.664Z lightningd(28589): Owning output 0 994743 (SEGWIT) txid a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.664Z lightningd(28589): (tx a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773) | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.665Z lightningd(28589): sendrawtransaction: 02000000000101ff164edf2123dbf91a10752100c28916419cbde1e2a1905919099f7ff437bd45010000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02473044022047f3315e19af29cbb6ee72a413381377b2431cff950c0bebe867063dc333e5ab02204ec3bc396d75074703509c3522dba3a86a6c8c873520ca12f77e91de0202be23012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.666Z lightningd(28589): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.666Z lightningd(28589): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 28719, msgfd 22 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.666Z lightningd(28589): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:37.667Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:37.715Z lightningd(28604): Adding block 102: 6634a80a8532516236342c225c38e7395f25128c72b134bc11a04954f8cd121d | |
DEBUG:root:Received response for fundchannel call: {'jsonrpc': '2.0', 'result': {'tx': '02000000000101ff164edf2123dbf91a10752100c28916419cbde1e2a1905919099f7ff437bd45010000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02473044022047f3315e19af29cbb6ee72a413381377b2431cff950c0bebe867063dc333e5ab02204ec3bc396d75074703509c3522dba3a86a6c8c873520ca12f77e91de0202be23012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000', 'txid': 'a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773', 'channel_id': '73678d7ff227ee66922f561e19b5d32ed703e9e6d762c218d3e6ddc44b2c55a5'}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:38.046Z lightningd(28589): sendrawtx exit 0, gave a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773? | |
DEBUG:root:Calling stop with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:38.046Z lightning_gossipd(28598): try_reach_peer: have peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:38.046Z lightningd(28589): 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:lightningd-1: 2018-06-13T15:52:38.048Z lightningd(28589):jcon fd 15: Success | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:38.048Z lightningd(28589):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:38.048Z lightning_gossipd(28598): Shutting down | |
DEBUG:root:Received response for stop call: {'jsonrpc': '2.0', 'result': 'Shutting down', 'id': 0} | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.145Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Failed reading header: No error information | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.967Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer connection lost | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.968Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer transient failure in CHANNELD_AWAITING_LOCKIN: lightning_channeld: Owning subdaemon lightning_channeld died (62208) | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.988Z lightning_gossipd(28618): Forgetting remote peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.988Z lightning_gossipd(28618): Resolving ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.988Z lightning_gossipd(28618): Could not resolve ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:38.988Z lightning_gossipd(28618): No address known for 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, giving up | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:40161 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-keb5j50z/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-keb5j50z/test_lockin_between_restart/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-13T15:52:41.020Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.021Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.022Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.022Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.023Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.023Z lightningd(28741): testing /home/jasan/lightning-auto-test/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.488Z lightningd(28741): Client: Received message 11 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.488Z lightningd(28741): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.489Z lightning_gossipd(28750): pid 28750, msgfd 12 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.491Z lightningd(28741): Loaded 0 HTLC signatures from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.491Z lightningd(28741): Loaded 1 channels from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.491Z lightningd(28741): Loading HTLCs for channel 1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.492Z lightningd(28741): Restored 0 incoming and 0 outgoing HTLCS | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.723Z lightning_gossipd(28750): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.727Z lightningd(28741): Adding block 101: 4202507d1558847769df6539d538b1d5261c421631bf2d1e80a766b82cff845a | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.989Z lightningd(28741): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.990Z lightning_gossipd(28750): Created IPv4 listener on port 40161 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.990Z lightning_gossipd(28750): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.990Z lightningd(28741): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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-13T15:52:41.991Z lightning_gossipd(28750): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.991Z lightningd(28741):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': 40161}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 101, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Waiting for [' to CHANNELD_NORMAL'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.993Z lightning_gossipd(28750): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightning_gossipd(28618): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightning_gossipd(28618): peer_in WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightning_gossipd(28618): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightning_gossipd(28618): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer has reconnected, state CHANNELD_AWAITING_LOCKIN | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightningd(28604): Client: Received message 1 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.993Z lightningd(28604): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.995Z lightning_gossipd(28750): peer_in WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.995Z lightning_gossipd(28750): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.995Z lightning_gossipd(28750): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.995Z lightning_gossipd(28750): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.995Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 28756, msgfd 18 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:41.995Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.995Z lightningd(28741): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Peer has reconnected, state CHANNELD_AWAITING_LOCKIN | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.996Z lightningd(28741): Client: Received message 1 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.996Z lightningd(28741): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.997Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 28757, msgfd 19 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:41.997Z lightningd(28741): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.016Z lightningd(28741): Adding block 102: 6634a80a8532516236342c225c38e7395f25128c72b134bc11a04954f8cd121d | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:42.017Z lightningd(28604): 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-13T15:52:42.017Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.018Z lightningd(28741): Owning output 1 2000000 (P2SH) txid 45bd37f47f9f09195990a1e2e1bd9c411689c2002175101af9db2321df4e16ff | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:42.020Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:42.020Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got reestablish commit=1 revoke=0 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:42.030Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Trying commit | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:42.030Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): 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:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got reestablish commit=1 revoke=0 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Trying commit | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.223Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.232Z lightningd(28741): Adding block 103: 35bb24790b7a4da73582ad33129dadc8367fa4b711d0cafc4dfbd71a7297088a | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.233Z lightningd(28741): Owning output 0 994743 (SEGWIT) txid a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.527Z lightningd(28741): Adding block 104: 46004beb0c1e82c64f7f3c740e53c98c45a555e679df0a251699e55c38af2efc | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:42.739Z lightningd(28741): Adding block 105: 3c6ee70a2da378a84c591ee628c4dbf4b7aeb7b1aefc83e12bb1b73f8dd36b03 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:43.099Z lightningd(28741): Adding block 106: 58ba6458dc3be74068a02b648ae8a5893e5f2a58b5103f3cdc7375ef237d490f | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:43.544Z lightningd(28741): Adding block 107: 4c634b4f3c535d2c863cb544e52d306f32f183728cd56d80ca63fe49d6ac8588 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:44.010Z lightningd(28741): Adding block 108: 044dcf1cd49b08a0c50cc53959e39f3cc5866dd56fd2f53f57810c208e007dc3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:44.353Z lightningd(28741): Adding block 109: 432f9f3a26d73e7583d8e778c8b1b4fd4427aa5de3546104d6751c2f7d88d9a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:44.866Z lightningd(28741): Adding block 110: 08d5f37a647b805d5b3848877ddc9101df2e7de18fbb65261dfbd3edfe984a57 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.354Z lightningd(28741): Adding block 111: 6b9e766a0fdf95e10fcd72a210d7751602186e190670b8468ea66560f0e0fdef | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.767Z lightningd(28741): Adding block 112: 3bac98f0dd841675cab7eef72f29ed41a831ca04a585396dd35c13f002dda0f9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.344Z lightningd(28741): Adding block 113: 7d947f194a9948dcb955de4bccb9a7b96890cc2b940403385241f539086a1601 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.711Z lightningd(28741): Adding block 114: 46f391110d9ba4a5f86ee9ae9c51b58a97e552544ff846a75b1ede0a4cc61716 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.062Z lightningd(28741): Adding block 115: 34f8ce1b2093c8a10ab7d5d538630f0e0cfa9289d7ff2ffaa4173b101d5d9ce3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.539Z lightningd(28741): Adding block 116: 36eb24c6728054a32424d2632918c1bca5ebb4060b5a9f05c68b76b7f878e0a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.978Z lightningd(28741): Adding block 117: 0f4bc72f8084d3a3ef7dea4df2ea3d282b9259405b2236f2690f9f697999840e | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:48.511Z lightningd(28741): Adding block 118: 1a0458148998b90a57f1d225c3606a047444fa4749edbceef2dd4a5bded142ea | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:49.021Z lightningd(28741): Adding block 119: 555f77947f6f8f8155302e1ecf8bd941cb63b116eabf4b37cc6545d3602fd4cc | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:49.540Z lightningd(28741): Adding block 120: 3b5e80d8485299a46b0b381581e5f0f4ea5d427f77e045e7b73470d2ac552e83 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:49.911Z lightningd(28741): Adding block 121: 1d7517a22b116155b6004b90c23e80ccc01cdb6e430a09769c2e66035f54d9a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:50.422Z lightningd(28741): Adding block 122: 15db00c64799d6b4f3cab26c7412e78142b309da14622d33faf4e7214ce951cc | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:50.932Z lightningd(28741): Adding block 123: 292beb23cd342195ae1db71f87650d8e22b39fdc69518a8ed0690fb49f587a14 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.433Z lightningd(28741): Adding block 124: 5e72434834386c42c9fb3fad4d6cf86cd092eb2f6dc24124bc70afd228f9191d | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.700Z lightningd(28741): Adding block 125: 5a86458ccd6f56f0dd693338c3157c6a8875410525660fd319f4a54d2798da0c | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.921Z lightningd(28741): Adding block 126: 3d7e5ac74270492c5ab59b0d1add01a4c9db68d68981510103238d6ca0a9f82b | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.200Z lightningd(28741): Adding block 127: 43cc15f954da31040095007ab2f421426b8a61f55be40757973c7cf5dc572922 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.456Z lightningd(28741): Adding block 128: 740f260cccb89beca79d522909f3b6dd465fd43188e1ee2c19fefef6f3806241 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.711Z lightningd(28741): Adding block 129: 09a36026ee01c123f1e7ed151ed90ad1ef979569b2afe8660db7829c19c56b87 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.967Z lightningd(28741): Adding block 130: 4fe44d27abbef32720af3b8d79d088faddbc426bc8b25b0a34059cc62a2be911 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.222Z lightningd(28741): Adding block 131: 7fffe917cb3252938f3723b40430be90bcde12ace275ef4ddc2402c50eee681a | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.745Z lightningd(28741): Adding block 132: 04a479d987a5299e78df1f3779d73934f477ca84edb5651af63c63a808a28fb1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.045Z lightningd(28741): Adding block 133: 53d7dfa7c88641333401fbc1ca6a53025e463d990c6f43ae5d78d8e51b855f21 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.311Z lightningd(28741): Adding block 134: 424388a2d4412d3322003dd54bf5c7c5e584cd7a56f82965ceb63299ec82e491 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.556Z lightningd(28741): Adding block 135: 50a1781ba0e86bb38a4d61a329df53529c2bc1f6260d560d0b72f7cbc515bb20 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.823Z lightningd(28741): Adding block 136: 4f1b54e14c32029cb6ac346fccf283ed6a63d9d7a28ed3232c27c9dffb92661c | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.089Z lightningd(28741): Adding block 137: 1a0b589bbcd54dc5a81020f2755716397b8efc87ddcd534292ae1f05832104ca | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.345Z lightningd(28741): Adding block 138: 2d636a734c31c46869e30128fb9db914e93bfa8067103ddb0bf4bdd2ac21d958 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.601Z lightningd(28741): Adding block 139: 069bde0533d407ccd0ce5f27ea3764b954fa59db2902b3c69ab7da7dde6b40a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.834Z lightningd(28741): Adding block 140: 56d112d8cee06a482d7c47efed85995a131eeeb8aefcf07e1f25dbaff1419dc9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.078Z lightningd(28741): Adding block 141: 293cf12718f17734b273e511eb71f7f8386d5c720b50ebbb132f60c00eb8590b | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.333Z lightningd(28741): Adding block 142: 0dcaeaec357423ca9dcbfde1a51b47cdf292ae4c7772d3634769da24bfd25cf2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.589Z lightningd(28741): Adding block 143: 3a4fef627337f77f3aa51db0fda93d001f8a2311fed65551b637aa47b9972aee | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.856Z lightningd(28741): Adding block 144: 597b2ff63ebcd35233dd0a60650994f2511c621a0d8a84c8368fc82de8efb3b7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.111Z lightningd(28741): Adding block 145: 50d93bcbde220e19e2b199423006ca6d88295011281accb91e525b686ca4fbfc | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.377Z lightningd(28741): Adding block 146: 79a028f64bfa53119818f29f5332e2eb81d09b32fc54cc9545a74b33ead90041 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.645Z lightningd(28741): Adding block 147: 07a63ecf94d9c76c3cb9197d66c384a02aba64366e66c24765be2fc5634c652a | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.876Z lightningd(28741): Adding block 148: 3b4f317057da5ae5c2dcbc46704c6daa910c2868f9df1eaa2c329258d0e90832 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.143Z lightningd(28741): Adding block 149: 1d16f52061288d308a013dc0de9fb39bb70ecfd07f0206a1a015ca8acfda0fb4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.388Z lightningd(28741): Adding block 150: 49ec87b81795de0f526774c5ab512edba1847489180feee69c1cd9f64e7d10ca | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.655Z lightningd(28741): Adding block 151: 7126f050590d130823814ef83707a2fdee921b43eea17fea851205b0149a4efa | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.921Z lightningd(28741): Adding block 152: 6349bc0ed4848436b028909f54807f36b7d5ae73d7d23bc97bf1edbc6c6ce260 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.167Z lightningd(28741): Adding block 153: 7d36f2691ed7d3b801dd412b931842afac556607df2f84c4b7ebebc62cb9f2a8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.412Z lightningd(28741): Adding block 154: 0c179ed2fac04a7349389680ec45734cce2efa4bfaf4b327db9c66e25618f3b2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.645Z lightningd(28741): Adding block 155: 2ee5c51b2c05ce8f32aba2f9034fa93cdaea50e806db2c5e9b7b79ce02f6822e | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.867Z lightningd(28741): Adding block 156: 524664e1c960dbedfc301f511260b7db70d436f8f6a4994be8bb464208ecd798 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.100Z lightningd(28741): Adding block 157: 2b3d4196661d912eb2a936b95bc7881a547bbc05c3f0e41a92a9290e44a2daab | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.323Z lightningd(28741): Adding block 158: 487b6f078b9ad1c580b749fafa40958af4481b5a4501ebdff663fe00de685f31 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.578Z lightningd(28741): Adding block 159: 4fd22b894f47366607774c56e3cbc06f2ec97eaba5321cc5f371bcd3d4db614a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.834Z lightningd(28741): Adding block 160: 6a3c4dd588d3de6e5b6798fe1458a19a3bbdb995c832c546877239ce74736ecf | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.078Z lightningd(28741): Adding block 161: 5feb8002779f70070fa316a78e22c1cdc70ea7860362e34d885979763b05ae01 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.343Z lightningd(28741): Adding block 162: 678ca26be6ebcf746aae61780f6cf7c600bb7bb9a75d12e02b80819e768688eb | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.566Z lightningd(28741): Adding block 163: 3c5471e13eb9c68a0ee0139142726d28bade6c2dbf762760ed8b9b8b3c956e78 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.823Z lightningd(28741): Adding block 164: 574ca94c38d57024917db4d671d1430fa634ad9567d971d293e9dfead1a17f63 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.066Z lightningd(28741): Adding block 165: 73df116e9d21d199accf2e84e71405290c2b4b1a94065469886ae09149acdb18 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.301Z lightningd(28741): Adding block 166: 4021e137343d48fbdd67f34035539e00b9bae2cbf368b2466dc65c57129e3485 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.534Z lightningd(28741): Adding block 167: 7adcd55e29aab2d64feb971f1717e140b53f54480aa6edca0d221f07a838f0fa | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.756Z lightningd(28741): Adding block 168: 7348f28c46a7275ab094a2f631c735c0485a8f259d297e7a63674151279954e1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.978Z lightningd(28741): Adding block 169: 028fbe7cb44ef2dc9e9edea6d82c56155808508187335ce7ad9dd598b8a91982 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.223Z lightningd(28741): Adding block 170: 16110b34c8c56528bf4eb4c3a7ec6e508a913fff4ace5992a0a786b8134ef2ec | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.467Z lightningd(28741): Adding block 171: 68d126380c7a6457a6f09050085bd4b4090d4f6d991693ede9054e1f4a8df5f8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.690Z lightningd(28741): Adding block 172: 555ced200658ed1133d36390d721a64a15292bbdd58b9be8049d218b4993add2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.945Z lightningd(28741): Adding block 173: 0abd4de5a4bdbb09784b68bf375438fa0ef2531065a736fe20ea2ce8906ba894 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.190Z lightningd(28741): Adding block 174: 7254315fd489b5d67d96502ff8af9296e423625194786d2fa1bb770655ce1845 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.409Z lightningd(28741): Adding block 175: 3eacad3f29d626aae52e166bdbcefe0cd767dfd89088553221f49d6da30ca50a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.656Z lightningd(28741): Adding block 176: 59c5a01b0c01171c8d3b9832d5455fc8c4f226e2efd2c1c9f483f2733cdef69a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.922Z lightningd(28741): Adding block 177: 7f8785b72831fca05e2d919c6d387f36c2f6584cf24f72c02544baf6c05ad844 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.154Z lightningd(28741): Adding block 178: 241de7972cdd80f7d281522fc0fdb4991144f7cf1f308e202dae5224e86fad72 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.377Z lightningd(28741): Adding block 179: 1bac0ceb0983c12dec77d798dc991ec7c923c8e90724fae5a6b997a49be4b1a8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.612Z lightningd(28741): Adding block 180: 57d49a66fdf1874b3fe2bc3b841383943d6bb4003f1699bf290e497ce0e053fe | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.845Z lightningd(28741): Adding block 181: 61753044cb435c94e7699663dbe9b087cc65ece6739e221e64e92235173c0295 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.090Z lightningd(28741): Adding block 182: 630763cc81559cbe46ef96fe4fc575fb3897614a6df40fc81293d3028cc93aea | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.278Z lightningd(28741): Adding block 183: 696057205bbf36a10a7f25ca76fba88c3bb924f35415db59af095377da966137 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.489Z lightningd(28741): Adding block 184: 4b1813faa23b996b514059a71754f4bf5ab22c1c6d2dfb253d7571e4d5a3839f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.710Z lightningd(28741): Adding block 185: 04b86bd6db3a966517fe69f28f158e77e251773768cbf5903d706646e7d0d3fd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.010Z lightningd(28741): Adding block 186: 1a978b9058a0a812f9a1200a780d4157b5d3573918142503f85b1c3d02118209 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.223Z lightningd(28741): Adding block 187: 73e21fa8751a48f2a813f7fe5fba9c45962a4fb5871ecf89cd2ba820b35372c3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.456Z lightningd(28741): Adding block 188: 7f15703d25082698f5632e4510e281ceea921ec0ee12c8d8d48f0c88ba7d9058 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.690Z lightningd(28741): Adding block 189: 0ed677c4ef101c4740c1ad7f5e481aace43fe7228c1dbfa7eec66282eb87d258 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.941Z lightningd(28741): Adding block 190: 548cbbc5dcc7f7b77a3af12b5e91e86c26f9863569dca4d66b47179d66eefc92 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:08.165Z lightningd(28604): Adding block 103: 35bb24790b7a4da73582ad33129dadc8367fa4b711d0cafc4dfbd71a7297088a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.176Z lightningd(28741): Adding block 191: 3c1cf08d205d218cc444324931908cc47c906756703148d5ef7faa4339ffa692 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:08.601Z lightningd(28604): Adding block 104: 46004beb0c1e82c64f7f3c740e53c98c45a555e679df0a251699e55c38af2efc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.675Z lightningd(28741): Adding block 192: 37093ba22765057604def5e772656a5e9ea578f64778b49ee98263b13f15f8c4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:09.112Z lightningd(28604): Adding block 105: 3c6ee70a2da378a84c591ee628c4dbf4b7aeb7b1aefc83e12bb1b73f8dd36b03 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.189Z lightningd(28741): Adding block 193: 53b68e5202ba93b4130030880528ffb8065a70fd868837ca21ff2bf14537faa4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:09.589Z lightningd(28604): Adding block 106: 58ba6458dc3be74068a02b648ae8a5893e5f2a58b5103f3cdc7375ef237d490f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.668Z lightningd(28741): Adding block 194: 32237a440982909f5b48e1f34256355839851489d8b6201caffe7c6a9d7603e5 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:10.090Z lightningd(28604): Adding block 107: 4c634b4f3c535d2c863cb544e52d306f32f183728cd56d80ca63fe49d6ac8588 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.155Z lightningd(28741): Adding block 195: 71a4ca1853a14f1de922cf6052a7e237732aa827549e7ed1ebe5792d1ee6fa29 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:10.578Z lightningd(28604): Adding block 108: 044dcf1cd49b08a0c50cc53959e39f3cc5866dd56fd2f53f57810c208e007dc3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.645Z lightningd(28741): Adding block 196: 04d13e212b8d7fefb05c9e37f5f7bbcd859379b72694777f93f42e0694642cc7 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:11.045Z lightningd(28604): Adding block 109: 432f9f3a26d73e7583d8e778c8b1b4fd4427aa5de3546104d6751c2f7d88d9a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.112Z lightningd(28741): Adding block 197: 0b175b15252fc6fc1c56ff662b595d132107ab78e19e4d34ef00ed31fb278d93 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:11.523Z lightningd(28604): Adding block 110: 08d5f37a647b805d5b3848877ddc9101df2e7de18fbb65261dfbd3edfe984a57 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.590Z lightningd(28741): Adding block 198: 1cd4fdb5bf37c14b27603a3f1eeed0c8f42a4972f8554263071430e9dc8ce46e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:12.078Z lightningd(28604): Adding block 111: 6b9e766a0fdf95e10fcd72a210d7751602186e190670b8468ea66560f0e0fdef | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.156Z lightningd(28741): Adding block 199: 08cd9e68e7215c95eaa8beea9f8e9e408edc360bf015f72cc102b3898a983391 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:12.589Z lightningd(28604): Adding block 112: 3bac98f0dd841675cab7eef72f29ed41a831ca04a585396dd35c13f002dda0f9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.654Z lightningd(28741): Adding block 200: 37c62708fa69ea4970be8b3d2723ef4672ebdca24138d5b5632476e674660f45 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:13.067Z lightningd(28604): Adding block 113: 7d947f194a9948dcb955de4bccb9a7b96890cc2b940403385241f539086a1601 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.166Z lightningd(28741): Adding block 201: 7b603403c8491c59dd23ac16e27cba3fd7bd938cf75c94b0d38d471dbdc960d2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:14.156Z lightningd(28604): Adding block 114: 46f391110d9ba4a5f86ee9ae9c51b58a97e552544ff846a75b1ede0a4cc61716 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.156Z lightningd(28741): Adding block 202: 0031038f26e997c2baa9a8ba2aa504dec43434a93410965b9a80cbd75f3aaa9e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:14.633Z lightningd(28604): Adding block 115: 34f8ce1b2093c8a10ab7d5d538630f0e0cfa9289d7ff2ffaa4173b101d5d9ce3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.712Z lightningd(28741): Adding block 203: 154a5f367a671211bfc69c14c11f79da4113fb56f59bd9f0c298ef3c2e6b03b7 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:15.046Z lightningd(28604): Adding block 116: 36eb24c6728054a32424d2632918c1bca5ebb4060b5a9f05c68b76b7f878e0a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.046Z lightningd(28741): Adding block 204: 50177ecc2689e457a8092e3cfa94696a4a044a7a6b019d7fd221d0a58101f446 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.490Z lightningd(28741): Adding block 205: 64e648a40c377a59ffcc71e36c5f8039b8b83d3a1ccf15ba8b50471434037698 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:15.567Z lightningd(28604): Adding block 117: 0f4bc72f8084d3a3ef7dea4df2ea3d282b9259405b2236f2690f9f697999840e | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.988Z lightningd(28741): Adding block 206: 4131cc62f65e5ca8e95c0db55c4a3d67fc3e44ed99455a762b8c52cbb5f85676 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:16.056Z lightningd(28604): Adding block 118: 1a0458148998b90a57f1d225c3606a047444fa4749edbceef2dd4a5bded142ea | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.479Z lightningd(28741): Adding block 207: 2cb9f793d9cb4c7272ea3a854917f7a13e501ecd8df047382cd0f7a23d03c891 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:16.556Z lightningd(28604): Adding block 119: 555f77947f6f8f8155302e1ecf8bd941cb63b116eabf4b37cc6545d3602fd4cc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:17.038Z lightningd(28741): Adding block 208: 117024fc523693a4887c2cab97b4f45b06b422964792b7cfe0c4cbe894fd5735 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:17.113Z lightningd(28604): Adding block 120: 3b5e80d8485299a46b0b381581e5f0f4ea5d427f77e045e7b73470d2ac552e83 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:17.380Z lightningd(28741): Adding block 209: 2b98cd80ee5a3c3affaec6761bd7b3400de62982d724d8d7c2856e6a974c281d | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:17.457Z lightningd(28604): Adding block 121: 1d7517a22b116155b6004b90c23e80ccc01cdb6e430a09769c2e66035f54d9a5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:17.764Z lightningd(28741): Adding block 210: 22835beb2cccca16aad643cff338ce6e1ec98dd38ef120846104f9fe5744d0e9 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:17.764Z lightningd(28604): Adding block 122: 15db00c64799d6b4f3cab26c7412e78142b309da14622d33faf4e7214ce951cc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.120Z lightningd(28741): Adding block 211: 026fdb56731ce8981249a602b1c448be6486c763ecbb6fd3c9f3aa9abe14e8fd | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.120Z lightningd(28604): Adding block 123: 292beb23cd342195ae1db71f87650d8e22b39fdc69518a8ed0690fb49f587a14 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.477Z lightningd(28741): Adding block 212: 30774e1abcf1ed506db51ea6b1688b32367e5bb4f14f021feca35d2440c93d43 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.477Z lightningd(28604): Adding block 124: 5e72434834386c42c9fb3fad4d6cf86cd092eb2f6dc24124bc70afd228f9191d | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.830Z lightningd(28604): Adding block 125: 5a86458ccd6f56f0dd693338c3157c6a8875410525660fd319f4a54d2798da0c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.830Z lightningd(28741): Adding block 213: 73043fdda157e7d313647b170e64544d3c73f5d89a3adf0a6a0f6b192148430f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:19.113Z lightningd(28741): Adding block 214: 1b5ee19577bc0687c8dca54bb16ee5dd0182080495126ee9be3c31e2766b737a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:19.178Z lightningd(28604): Adding block 126: 3d7e5ac74270492c5ab59b0d1add01a4c9db68d68981510103238d6ca0a9f82b | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:19.644Z lightningd(28741): Adding block 215: 0d124225dc3dca447cdce668d72b935e13f516f9bb802b3b8d8ac9bf28fc6bc9 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:19.644Z lightningd(28604): Adding block 127: 43cc15f954da31040095007ab2f421426b8a61f55be40757973c7cf5dc572922 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:20.020Z lightningd(28604): Adding block 128: 740f260cccb89beca79d522909f3b6dd465fd43188e1ee2c19fefef6f3806241 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:20.020Z lightningd(28741): Adding block 216: 78c10ed0f196ed28c5dd480a61282d27e180ce67d3f5e7be7036e699fdcf092b | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:20.385Z lightningd(28604): Adding block 129: 09a36026ee01c123f1e7ed151ed90ad1ef979569b2afe8660db7829c19c56b87 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:20.385Z lightningd(28741): Adding block 217: 0664b517e1b114a950d4cbfdeffb92473a13325af5016b62792cfafa2e105b83 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:20.746Z lightningd(28604): Adding block 130: 4fe44d27abbef32720af3b8d79d088faddbc426bc8b25b0a34059cc62a2be911 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:20.746Z lightningd(28741): Adding block 218: 24c1b21335fc3b3e6873abaa0774d8b10538eeca3112f9ccfe1da60fb73b895e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:21.113Z lightningd(28604): Adding block 131: 7fffe917cb3252938f3723b40430be90bcde12ace275ef4ddc2402c50eee681a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.113Z lightningd(28741): Adding block 219: 706c7cd764a84dcdc77ef74d41577b3d97838bbb467a0fc19036dc149d947856 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:21.467Z lightningd(28604): Adding block 132: 04a479d987a5299e78df1f3779d73934f477ca84edb5651af63c63a808a28fb1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.467Z lightningd(28741): Adding block 220: 74b3b5129b2c7378a84ec6361caa370c79f5c2c8d7088d6f9f6969df6db81297 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:21.841Z lightningd(28604): Adding block 133: 53d7dfa7c88641333401fbc1ca6a53025e463d990c6f43ae5d78d8e51b855f21 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.841Z lightningd(28741): Adding block 221: 4b0607605b4c3e494653f0d6c7382c1e39d8e6a32e50c1bc7ab500adb22397c8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.245Z lightningd(28741): Adding block 222: 3b98b0ee50ae48fd345e19380ee8a964c69da121a2d753602b9485961113224f | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.245Z lightningd(28604): Adding block 134: 424388a2d4412d3322003dd54bf5c7c5e584cd7a56f82965ceb63299ec82e491 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.681Z lightningd(28741): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got depth change 0->120 for a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.681Z lightningd(28741): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx a4552c4bc4dde6d318c262d7e6e903d72ed3b5191e562f9266ee27f27f8d6773 depth 120 of 3 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.687Z lightningd(28604): Adding block 135: 50a1781ba0e86bb38a4d61a329df53529c2bc1f6260d560d0b72f7cbc515bb20 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:23.114Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: funding_locked: sending commit index 1: 03ea98cd6ba5a6de1bb2b3cbe05740bfe56b3482143704b27db6565638dfe58a64 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.115Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.115Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CHANNEL_GOT_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.115Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got funding_locked | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:23.115Z lightningd(28741): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.120Z lightningd(28604): Adding block 136: 4f1b54e14c32029cb6ac346fccf283ed6a63d9d7a28ed3232c27c9dffb92661c | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.513Z lightningd(28604): Adding block 137: 1a0b589bbcd54dc5a81020f2755716397b8efc87ddcd534292ae1f05832104ca | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:23.877Z lightningd(28604): Adding block 138: 2d636a734c31c46869e30128fb9db914e93bfa8067103ddb0bf4bdd2ac21d958 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:24.391Z lightningd(28604): Adding block 139: 069bde0533d407ccd0ce5f27ea3764b954fa59db2902b3c69ab7da7dde6b40a5 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:24.913Z lightningd(28604): Adding block 140: 56d112d8cee06a482d7c47efed85995a131eeeb8aefcf07e1f25dbaff1419dc9 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:25.356Z lightningd(28604): Adding block 141: 293cf12718f17734b273e511eb71f7f8386d5c720b50ebbb132f60c00eb8590b | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:25.790Z lightningd(28604): Adding block 142: 0dcaeaec357423ca9dcbfde1a51b47cdf292ae4c7772d3634769da24bfd25cf2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:26.264Z lightningd(28604): Adding block 143: 3a4fef627337f77f3aa51db0fda93d001f8a2311fed65551b637aa47b9972aee | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:26.579Z lightningd(28604): Adding block 144: 597b2ff63ebcd35233dd0a60650994f2511c621a0d8a84c8368fc82de8efb3b7 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:27.023Z lightningd(28604): Adding block 145: 50d93bcbde220e19e2b199423006ca6d88295011281accb91e525b686ca4fbfc | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:27.457Z lightningd(28604): Adding block 146: 79a028f64bfa53119818f29f5332e2eb81d09b32fc54cc9545a74b33ead90041 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:27.913Z lightningd(28604): Adding block 147: 07a63ecf94d9c76c3cb9197d66c384a02aba64366e66c24765be2fc5634c652a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:28.413Z lightningd(28604): Adding block 148: 3b4f317057da5ae5c2dcbc46704c6daa910c2868f9df1eaa2c329258d0e90832 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:28.856Z lightningd(28604): Adding block 149: 1d16f52061288d308a013dc0de9fb39bb70ecfd07f0206a1a015ca8acfda0fb4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:29.334Z lightningd(28604): Adding block 150: 49ec87b81795de0f526774c5ab512edba1847489180feee69c1cd9f64e7d10ca | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:29.824Z lightningd(28604): Adding block 151: 7126f050590d130823814ef83707a2fdee921b43eea17fea851205b0149a4efa | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:30.312Z lightningd(28604): Adding block 152: 6349bc0ed4848436b028909f54807f36b7d5ae73d7d23bc97bf1edbc6c6ce260 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:30.801Z lightningd(28604): Adding block 153: 7d36f2691ed7d3b801dd412b931842afac556607df2f84c4b7ebebc62cb9f2a8 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:31.301Z lightningd(28604): Adding block 154: 0c179ed2fac04a7349389680ec45734cce2efa4bfaf4b327db9c66e25618f3b2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:31.812Z lightningd(28604): Adding block 155: 2ee5c51b2c05ce8f32aba2f9034fa93cdaea50e806db2c5e9b7b79ce02f6822e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:32.346Z lightningd(28604): Adding block 156: 524664e1c960dbedfc301f511260b7db70d436f8f6a4994be8bb464208ecd798 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:32.891Z lightningd(28604): Adding block 157: 2b3d4196661d912eb2a936b95bc7881a547bbc05c3f0e41a92a9290e44a2daab | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:33.357Z lightningd(28604): Adding block 158: 487b6f078b9ad1c580b749fafa40958af4481b5a4501ebdff663fe00de685f31 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:33.835Z lightningd(28604): Adding block 159: 4fd22b894f47366607774c56e3cbc06f2ec97eaba5321cc5f371bcd3d4db614a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:34.301Z lightningd(28604): Adding block 160: 6a3c4dd588d3de6e5b6798fe1458a19a3bbdb995c832c546877239ce74736ecf | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:34.757Z lightningd(28604): Adding block 161: 5feb8002779f70070fa316a78e22c1cdc70ea7860362e34d885979763b05ae01 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:35.213Z lightningd(28604): Adding block 162: 678ca26be6ebcf746aae61780f6cf7c600bb7bb9a75d12e02b80819e768688eb | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:35.691Z lightningd(28604): Adding block 163: 3c5471e13eb9c68a0ee0139142726d28bade6c2dbf762760ed8b9b8b3c956e78 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:36.236Z lightningd(28604): Adding block 164: 574ca94c38d57024917db4d671d1430fa634ad9567d971d293e9dfead1a17f63 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:36.769Z lightningd(28604): Adding block 165: 73df116e9d21d199accf2e84e71405290c2b4b1a94065469886ae09149acdb18 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:37.347Z lightningd(28604): Adding block 166: 4021e137343d48fbdd67f34035539e00b9bae2cbf368b2466dc65c57129e3485 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:37.856Z lightningd(28604): Adding block 167: 7adcd55e29aab2d64feb971f1717e140b53f54480aa6edca0d221f07a838f0fa | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:38.335Z lightningd(28604): Adding block 168: 7348f28c46a7275ab094a2f631c735c0485a8f259d297e7a63674151279954e1 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:38.857Z lightningd(28604): Adding block 169: 028fbe7cb44ef2dc9e9edea6d82c56155808508187335ce7ad9dd598b8a91982 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:39.403Z lightningd(28604): Adding block 170: 16110b34c8c56528bf4eb4c3a7ec6e508a913fff4ace5992a0a786b8134ef2ec | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:39.936Z lightningd(28604): Adding block 171: 68d126380c7a6457a6f09050085bd4b4090d4f6d991693ede9054e1f4a8df5f8 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:40.435Z lightningd(28604): Adding block 172: 555ced200658ed1133d36390d721a64a15292bbdd58b9be8049d218b4993add2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:40.935Z lightningd(28604): Adding block 173: 0abd4de5a4bdbb09784b68bf375438fa0ef2531065a736fe20ea2ce8906ba894 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:41.470Z lightningd(28604): Adding block 174: 7254315fd489b5d67d96502ff8af9296e423625194786d2fa1bb770655ce1845 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:41.981Z lightningd(28604): Adding block 175: 3eacad3f29d626aae52e166bdbcefe0cd767dfd89088553221f49d6da30ca50a | |
Time-out: can't find [re.compile(' to CHANNELD_NORMAL')] in logs | |
DEBUG:root:Did not find 're.compile(' to CHANNELD_NORMAL')' in logs | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:42.121Z lightningd(28741):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-13T15:53:42.122Z lightningd(28741):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-13T15:53:42.123Z lightningd(28741):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:42.123Z lightning_gossipd(28750): Shutting down | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:42.482Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Failed reading header: No error information | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:42.483Z lightningd(28604): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer connection lost | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:42.483Z lightningd(28604): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer transient failure in CHANNELD_AWAITING_LOCKIN: lightning_channeld: Owning subdaemon lightning_channeld died (62208) | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:42.488Z lightningd(28604): Adding block 176: 59c5a01b0c01171c8d3b9832d5455fc8c4f226e2efd2c1c9f483f2733cdef69a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.071Z lightning_gossipd(28618): Forgetting remote peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.072Z lightning_gossipd(28618): Resolving ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.072Z lightning_gossipd(28618): Could not resolve ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.072Z lightning_gossipd(28618): No address known for 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, giving up | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.080Z lightningd(28604): Adding block 177: 7f8785b72831fca05e2d919c6d387f36c2f6584cf24f72c02544baf6c05ad844 | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.605Z lightningd(28604):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-13T15:53:43.607Z lightningd(28604):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.607Z lightningd(28604):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:Received response for stop call: {'jsonrpc': '2.0', 'result': 'Shutting down', 'id': 0} | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:43.607Z lightning_gossipd(28618): Shutting down | |
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, 26 passed, 30 skipped in 1398.40 seconds ============== | |
make[1]: *** [Makefile:218: pytest] Error 2 | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test/lightning' | |
make: *** [Makefile:210: check] Error 2 |
This file has been truncated, but you can view the full file.
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
+ date | |
Wed Jun 13 15:28:20 UTC 2018 | |
+ cat /etc/os-release | |
NAME="Ubuntu" | |
VERSION="18.04 LTS (Bionic Beaver)" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu 18.04 LTS" | |
VERSION_ID="18.04" | |
HOME_URL="https://www.ubuntu.com/" | |
SUPPORT_URL="https://help.ubuntu.com/" | |
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" | |
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" | |
VERSION_CODENAME=bionic | |
UBUNTU_CODENAME=bionic | |
+ rm -rf lightning | |
+ git clone https://github.com/ElementsProject/lightning.git | |
Cloning into 'lightning'... | |
+ cd lightning | |
+ git rev-parse HEAD | |
8183590cdbde6222fe5b9f2282f570265919b7d9 | |
+ ./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>... yes | |
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... yes | |
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>... yes | |
checking for <sys/unistd.h>... yes | |
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>... yes | |
checking for working <ucontext.h... yes | |
checking for passing pointers via makecontext()... yes | |
Writing variables to config.vars.8224... 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 | |
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 | |
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-ubuntu/lightning/external/jsmn'... | |
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-ubuntu/lightning/external/libbacktrace'... | |
Cloning into '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libbase58'... | |
Cloning into '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium'... | |
Cloning into '/home/jasan/lightning-auto-test-ubuntu/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-pc-linux-gnu" --build="" --enable-module-recovery --enable-shared=no --prefix=/ --libdir=/ && make | |
cd external/libsodium && ./autogen.sh && ./configure CC="cc" --enable-static=yes --host="x86_64-pc-linux-gnu" --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-pc-linux-gnu" --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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
ar rc external/libbase58.a external/base58.o | |
ar rc external/libjsmn.a external/jsmn.o | |
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. | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for x86_64-pc-linux-gnu-gcc... cc | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
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 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 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... autoreconf: running: aclocal --force -I m4 | |
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 a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-pc-linux-gnu-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) mawk | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by cc... /usr/bin/x86_64-linux-gnu-ld | |
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... no | |
checking for ar... ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from cc object... ok | |
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/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... autoreconf: configure.ac: tracing | |
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... autoreconf: configure.ac: creating directory build-aux | |
autoreconf: running: libtoolize --copy --force | |
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... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
yes | |
checking for readlink... libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
yes | |
checking for getexecname... libtoolize: copying file 'm4/ltoptions.m4' | |
no | |
checking for clock_gettime... yes | |
checking whether -pthread is supported... yes | |
checking for compress in -lz... libtoolize: copying file 'm4/ltsugar.m4' | |
yes | |
checking whether --compress-debug-sections is supported... yes | |
checking for objcopy... objcopy | |
checking whether objcopy supports debuglink... objcopy: /tmp/ls3575: debuglink section already exists | |
yes | |
checking whether tests can run... libtoolize: copying file 'm4/ltversion.m4' | |
yes | |
configure: creating ./config.status | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
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-ubuntu/lightning/external/libbacktrace-build' | |
make all-am | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/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 | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
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 | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. | |
libtoolize: copying file 'build-aux/m4/libtool.m4' | |
/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 | |
libtoolize: copying file 'build-aux/m4/ltoptions.m4' | |
/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 | |
autoreconf: running: /usr/bin/autoconf --force | |
/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 | |
libtoolize: copying file 'build-aux/m4/ltsugar.m4' | |
/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 | |
libtoolize: copying file 'build-aux/m4/ltversion.m4' | |
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 | |
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' | |
/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 | |
autoreconf: configure.ac: not using Autoheader | |
autoreconf: running: automake --add-missing --copy --force-missing | |
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace-build' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace-build' | |
make -C external/libbacktrace-build DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace-build' | |
true DO=install multi-do # make | |
/bin/mkdir -p '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libbacktrace.la '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
libtool: install: /usr/bin/install -c .libs/libbacktrace.lai /home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace.la | |
libtool: install: /usr/bin/install -c .libs/libbacktrace.a /home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace.a | |
libtool: install: ranlib /home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace.a | |
libtool: install: warning: remember to run `libtool --finish /' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libbacktrace-build' | |
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-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
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 for style of include used by make... GNU | |
checking for x86_64-pc-linux-gnu-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... 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 for sys/stat.h... yes | |
checking for stdlib.h... Makefile.am: installing 'build-aux/depcomp' | |
yes | |
parallel-tests: installing 'build-aux/test-driver' | |
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... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'tools/build-aux'. | |
libtoolize: copying file 'tools/build-aux/ltmain.sh' | |
yes | |
checking minix/config.h usability... libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'tools/build-aux/m4'. | |
libtoolize: copying file 'tools/build-aux/m4/libtool.m4' | |
no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... libtoolize: copying file 'tools/build-aux/m4/ltoptions.m4' | |
yes | |
checking for variable-length arrays... libtoolize: copying file 'tools/build-aux/m4/ltsugar.m4' | |
yes | |
checking for __native_client__ defined... no | |
checking for _FORTIFY_SOURCE defined... libtoolize: copying file 'tools/build-aux/m4/ltversion.m4' | |
yes | |
checking whether C compiler accepts -fvisibility=hidden... libtoolize: copying file 'tools/build-aux/m4/lt~obsolete.m4' | |
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... 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 -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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-branches -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... 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 -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... 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 -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 -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-branches -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 -Wsometimes-uninitialized... 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-branches -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 -Wstrict-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-branches -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 -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-branches -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 -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-branches -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 -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... yes | |
checking whether SIGABRT can be caught when using the C compiler... yes | |
checking for thread local storage (TLS) class... _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/bin/x86_64-linux-gnu-ld | |
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-pc-linux-gnu-ar... no | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-pc-linux-gnu-strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B 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-pc-linux-gnu-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/bin/x86_64-linux-gnu-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-pc-linux-gnu-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... 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-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for x86_64-pc-linux-gnu-gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
checking whether C compiler accepts -mavx... (cached) yes | |
checking whether C compiler accepts -mavx2... | |
checking whether we are cross compiling... yes | |
checking for AVX2 instructions set... 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/bin/x86_64-linux-gnu-ld | |
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-pc-linux-gnu-ar... no | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-pc-linux-gnu-strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from cc object... yes | |
checking whether C compiler accepts -mavx2... (cached) yes | |
checking if _mm256_broadcastsi128_si256 is correctly defined... 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-pc-linux-gnu-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 | |
yes | |
checking for stdint.h... checking whether C compiler accepts -mavx512f... yes | |
checking for unistd.h... yes | |
checking for AVX512F instructions set... 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 whether C compiler accepts -mavx512f... (cached) yes | |
checking whether C compiler accepts -maes... yes | |
checking if cc supports -c -o file.o... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... yes | |
checking for AESNI instructions set and PCLMULQDQ... 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-pc-linux-gnu-gcc... (cached) cc | |
yes | |
checking whether C compiler accepts -maes... (cached) yes | |
checking whether C compiler accepts -mpclmul... (cached) yes | |
checking whether C compiler accepts -mrdrnd... 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-pc-linux-gnu-ar... no | |
checking for ar... /usr/bin/ar | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... /usr/bin/ranlib | |
checking for gsed... no | |
checking whether byte ordering is bigendian... yes | |
checking for RDRAND... 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 whether C compiler accepts -mrdrnd... (cached) yes | |
checking sys/mman.h usability... yes | |
checking for uint8_t... yes | |
checking sys/mman.h presence... yes | |
checking whether C compiler accepts -O3... yes | |
checking for sys/mman.h... yes | |
yes | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=1... checking intrin.h usability... yes | |
checking whether C compiler accepts -fstack-protector-strong... no | |
checking intrin.h presence... yes | |
checking whether C compiler accepts -DNDEBUG=1... no | |
checking for intrin.h... no | |
checking if _xgetbv() is available... yes | |
checking whether the linker accepts -O3... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether __STDC_LIMIT_MACROS is required... yes | |
checking whether the linker accepts -Wl,-z,relro... no | |
checking whether we can use x86_64 asm code... yes | |
checking whether we can assemble AVX opcodes... yes | |
checking whether C compiler accepts -flax-vector-conversions... yes | |
checking for 128-bit arithmetic... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking for cpuid instruction... yes | |
checking whether C compiler accepts -Wformat-nonliteral... yes | |
checking if the .private_extern asm directive is supported... yes | |
checking whether C compiler accepts -Wformat-security... no | |
checking if the .hidden asm directive is supported... yes | |
checking whether C compiler accepts -Wformat... yes | |
checking whether C compiler accepts -Wstrict-prototypes... yes | |
checking if weak symbols are supported... 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 if data alignment is required... no | |
checking if atomic operations are supported... yes | |
checking whether C compiler accepts -Wpedantic... yes | |
checking whether C compiler accepts -Wextra... yes | |
checking for size_t... 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 for working alloca.h... yes | |
checking whether C compiler accepts -Wno-variadic-macros... yes | |
checking whether C compiler accepts -Wl,--whole-archive... yes | |
checking for alloca... yes | |
checking whether C compiler accepts -Wno-shadow... yes | |
checking whether C compiler accepts -Wno-self-assign... yes | |
checking for arc4random... yes | |
checking whether C compiler accepts -Wno-missing-field-initializers... yes | |
checking whether C compiler accepts -fvisibility=hidden... no | |
checking for arc4random_buf... yes | |
no | |
checking for mmap... yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
checking for memset_s... checking byteswap.h, usability... no | |
checking byteswap.h, presence... no | |
no | |
checking for byteswap.h,... no | |
checking for explicit_bzero... checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
yes | |
checking for nanosleep... checking whether cc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for posix_memalign... yes | |
checking for joinable pthread attribute... yes | |
checking for getpid... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled | |
yes | |
checking asm/page.h usability... checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
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/dist-packages | |
checking python extra libraries... -lpthread -ldl -lutil -lm | |
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions | |
checking consistency of all components of python development environment... no | |
Could not link test program to Python. Maybe the main Python library has been | |
installed in some non-standard library path. If so, pass it to configure, | |
via the LIBS environment variable. | |
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib" | |
============================================================================ | |
ERROR! | |
You probably have to install the development version of the Python package | |
for your distribution. The exact name of this package varies among them. | |
============================================================================ | |
checking for swig... no | |
configure: WARNING: cannot find 'swig' program. You should look at http://www.swig.org | |
checking for java... no | |
checking for javac... no | |
checking for jar... no | |
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: 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-ubuntu/lightning/external/libwally-core/src/secp256k1) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/' 'CC=cc' '--enable-static=yes' '--host=x86_64-pc-linux-gnu' '--build=' '--enable-module-recovery' '--enable-shared=no' '--libdir=/' 'build_alias=' 'host_alias=x86_64-pc-linux-gnu' '--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... config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --enable-tests | |
x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
yes | |
Making all in builds | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/builds' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/builds' | |
Making all in contrib | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/contrib' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/contrib' | |
Making all in dist-build | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/dist-build' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/dist-build' | |
strip | |
Making all in msvc-scripts | |
checking for a thread-safe mkdir -p... make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/msvc-scripts' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/msvc-scripts' | |
Making all in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
/bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... Making all in libsodium | |
yes | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
checking whether make supports nested variables... yes | |
Making all in include | |
make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium/include' | |
checking how to print strings... make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
printf | |
checking for style of include used by make... GNU | |
checking for x86_64-pc-linux-gnu-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... 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 | |
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/bin/x86_64-linux-gnu-ld -m elf_x86_64 | |
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64 option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... no | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-pc-linux-gnu-strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B 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-pc-linux-gnu-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... CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
yes | |
checking for strings.h... CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
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/bin/x86_64-linux-gnu-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... 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-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar | |
checking for x86_64-pc-linux-gnu-ranlib... no | |
checking for ranlib... /usr/bin/ranlib | |
checking for x86_64-pc-linux-gnu-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... CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
yes | |
checking if cc supports -fvisibility=hidden... yes | |
checking for __int128... CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
yes | |
checking for __builtin_expect... CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
yes | |
checking for __builtin_popcount... yes | |
checking native compiler: gcc... ok | |
checking for __builtin_clzll... yes | |
checking for x86_64 assembly availability... 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: ****** | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.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 | |
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
Making all in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make all-recursive | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
Making all in secp256k1 | |
make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/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_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
CC crypto_box/libsodium_la-crypto_box.lo | |
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 | |
CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo | |
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo | |
gcc gen_context.o -o gen_context | |
./gen_context | |
CC src/libsecp256k1_la-secp256k1.lo | |
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
CC crypto_generichash/libsodium_la-crypto_generichash.lo | |
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
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 | |
CCLD libsecp256k1.la | |
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo | |
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src/secp256k1' | |
make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
CC libwallycore_la-aes.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 libwallycore_la-base58.lo | |
CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo | |
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 crypto_secretbox/libsodium_la-crypto_secretbox.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo | |
CC libwallycore_la-bip38.lo | |
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.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 | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 libwallycore_la-bech32.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-elements.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_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 crypto_sign/libsodium_la-crypto_sign.lo | |
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo | |
CC libwallycore_la-hmac.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC libwallycore_la-internal.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 | |
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo | |
CC libwallycore_la-pbkdf2.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-open.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 | |
<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 | |
<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 crypto_sign/ed25519/ref10/libsodium_la-sign.lo | |
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo | |
CC ccan/ccan/crypto/ripemd160/libwallycore_la-ripemd160.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
CC crypto_stream/libsodium_la-crypto_stream.lo | |
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo | |
CC ccan/ccan/crypto/sha256/libwallycore_la-sha256.lo | |
CC ccan/ccan/crypto/sha512/libwallycore_la-sha512.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 ccan/ccan/str/hex/libwallycore_la-hex.lo | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined | |
<built-in>: note: this is the location of the previous definition | |
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 | |
CC crypto_verify/sodium/libsodium_la-verify.lo | |
CC randombytes/libsodium_la-randombytes.lo | |
CCLD libwallycore.la | |
CC sodium/libsodium_la-codecs.lo | |
copying selected object files to avoid basename conflicts... | |
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD test_clear | |
CC sodium/libsodium_la-core.lo | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
make -C external/libwally-core DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
Making install-exec in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
Making install-exec in secp256k1 | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src/secp256k1' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libsecp256k1.la '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
CC sodium/libsodium_la-runtime.lo | |
libtool: install: /usr/bin/install -c .libs/libsecp256k1.lai /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsecp256k1.la | |
libtool: install: /usr/bin/install -c .libs/libsecp256k1.a /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsecp256k1.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsecp256k1.a | |
libtool: install: /usr/bin/ranlib /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsecp256k1.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src/secp256k1' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libwallycore.la '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
libtool: install: /usr/bin/install -c .libs/libwallycore.lai /home/jasan/lightning-auto-test-ubuntu/lightning/external/libwallycore.la | |
libtool: install: /usr/bin/install -c .libs/libwallycore.a /home/jasan/lightning-auto-test-ubuntu/lightning/external/libwallycore.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test-ubuntu/lightning/external/libwallycore.a | |
libtool: install: /usr/bin/ranlib /home/jasan/lightning-auto-test-ubuntu/lightning/external/libwallycore.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core/src' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libwally-core' | |
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 | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo | |
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
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 crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libsse41.la | |
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 | |
CCLD libavx512f.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CC randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo | |
CCLD libsse2.la | |
CCLD libssse3.la | |
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') | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD librdrand.la | |
CCLD libavx2.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD libsodium.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
Making all in test | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
Making all in default | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test/default' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test/default' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
make -C external/libsodium DESTDIR=$(pwd)/external install-exec | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
Making install-exec in builds | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/builds' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/builds' | |
Making install-exec in contrib | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/contrib' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/contrib' | |
Making install-exec in dist-build | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/dist-build' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/dist-build' | |
Making install-exec in msvc-scripts | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/msvc-scripts' | |
make[2]: Nothing to be done for 'install-exec'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/msvc-scripts' | |
Making install-exec in src | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
Making install-exec in libsodium | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
Making install-exec in include | |
make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Nothing to be done for 'install-exec'. | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium/include' | |
make[4]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
/bin/mkdir -p '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/home/jasan/lightning-auto-test-ubuntu/lightning/external/' | |
libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libsodium.a /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium.a | |
libtool: install: chmod 644 /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium.a | |
libtool: install: ranlib /home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium.a | |
libtool: warning: remember to run 'libtool --finish /' | |
make[4]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/src' | |
Making install-exec in test | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
Making install-exec in default | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test/default' | |
make[3]: Nothing to be done for 'install-exec'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test/default' | |
make[3]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium/test' | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning/external/libsodium' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/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-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 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-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-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-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 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-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 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 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 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.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-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-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 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-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 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-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-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-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 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-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 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-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-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-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 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-db.o -Lexternal -lwallycore -lsecp256k1 -lsodium -ljsmn -lbase58 -lbacktrace -L/usr/local/lib -lm -lgmp -lsqlite3 -lz -o wallet/test/run-db | |
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 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 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.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-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-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 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-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/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-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-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-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/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-sphinx > /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-bolt11 > /dev/null | |
common/test/run-features > /dev/null | |
common/test/run-ip_port_parsing > /dev/null | |
wire/test/run-peer-wire > /dev/null | |
wallet/test/run-db > /dev/null | |
wallet/test/run-wallet > /dev/null | |
gossipd/test/run-find_route-specific > /dev/null | |
gossipd/test/run-initiator-success > /dev/null | |
gossipd/test/run-find_route > /dev/null | |
gossipd/test/run-bench-find_route > /dev/null | |
gossipd/test/run-responder-success > /dev/null | |
channeld/test/run-full_channel > /dev/null | |
onchaind/test/run-grind_feerate > /dev/null | |
lightningd/test/run-commit_tx > /dev/null | |
lightningd/test/run-key_derive > /dev/null | |
lightningd/test/run-cryptomsg > /dev/null | |
lightningd/test/run-funding_tx > /dev/null | |
lightningd/test/run-find_my_path > /dev/null | |
cli/test/run-large-input > /dev/null | |
make installcheck | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning' | |
make DESTDIR=$(pwd)/testinstall install | |
make[2]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning' | |
mkdir -p /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/bin | |
mkdir -p /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning | |
mkdir -p /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man1 | |
mkdir -p /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7 | |
mkdir -p /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning | |
install cli/lightning-cli lightningd/lightningd /home/jasan/lightning-auto-test-ubuntu/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-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning | |
install -m 644 doc/lightning-cli.1 /home/jasan/lightning-auto-test-ubuntu/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-ubuntu/lightning/testinstall/usr/local/share/man/man7 | |
install -m 644 README.md doc/INSTALL.md doc/HACKING.md LICENSE /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/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-ubuntu/lightning' | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/bin/lightning-cli | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/bin/lightningd | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_channeld | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_closingd | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_gossipd | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_hsmd | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_onchaind | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/libexec/c-lightning/lightning_openingd | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man1/lightning-cli.1 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-autocleaninvoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-close.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-connect.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-decodepay.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-delexpiredinvoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-delinvoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-fundchannel.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-getroute.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-invoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-listfunds.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-listinvoices.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-listpayments.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-newaddr.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-pay.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-sendpay.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-waitinvoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-waitanyinvoice.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-waitsendpay.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/man/man7/lightning-withdraw.7 | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning/README.md | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning/INSTALL.md | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning/HACKING.md | |
rm -f /home/jasan/lightning-auto-test-ubuntu/lightning/testinstall/usr/local/share/doc/c-lightning/LICENSE | |
make[2]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning' | |
make[1]: Leaving directory '/home/jasan/lightning-auto-test-ubuntu/lightning' | |
make pytest | |
make[1]: Entering directory '/home/jasan/lightning-auto-test-ubuntu/lightning' | |
PYTHONPATH=contrib/pylightning:$PYTHONPATH TEST_DEBUG=1 DEVELOPER=0 VALGRIND=0 pytest tests/ -v -x | |
============================= test session starts ============================== | |
platform linux -- Python 3.6.5, pytest-3.6.1, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /home/jasan/lightning-auto-test-ubuntu/lightning, inifile: | |
plugins: forked-0.2, flaky-3.4.0 | |
collecting ... collected 110 items | |
tests/test_closing.py::test_closing_id PASSED [ 0%] | |
tests/test_gossip.py::test_gossip_pruning SKIPPED [ 1%] | |
tests/test_gossip.py::test_gossip_disable_channels SKIPPED [ 2%] | |
tests/test_lightningd.py::LightningDTests::test_addfunds_from_block PASSED [ 3%] | |
tests/test_lightningd.py::LightningDTests::test_address PASSED [ 4%] | |
tests/test_lightningd.py::LightningDTests::test_autocleaninvoice PASSED [ 5%] | |
tests/test_lightningd.py::LightningDTests::test_bad_opening PASSED [ 6%] | |
tests/test_lightningd.py::LightningDTests::test_balance PASSED [ 7%] | |
tests/test_lightningd.py::LightningDTests::test_bech32_funding SKIPPED [ 8%] | |
tests/test_lightningd.py::LightningDTests::test_bitcoin_failure PASSED [ 9%] | |
tests/test_lightningd.py::LightningDTests::test_blockchaintrack SKIPPED [ 10%] | |
tests/test_lightningd.py::LightningDTests::test_channel_persistence SKIPPED [ 10%] | |
tests/test_lightningd.py::LightningDTests::test_channel_reenable SKIPPED [ 11%] | |
tests/test_lightningd.py::LightningDTests::test_cli PASSED [ 12%] | |
tests/test_lightningd.py::LightningDTests::test_closing SKIPPED [ 13%] | |
tests/test_lightningd.py::LightningDTests::test_closing_different_fees SKIPPED [ 14%] | |
tests/test_lightningd.py::LightningDTests::test_closing_negotiation_reconnect SKIPPED [ 15%] | |
tests/test_lightningd.py::LightningDTests::test_closing_torture SKIPPED [ 16%] | |
tests/test_lightningd.py::LightningDTests::test_closing_while_disconnected PASSED [ 17%] | |
tests/test_lightningd.py::LightningDTests::test_connect PASSED [ 18%] | |
tests/test_lightningd.py::LightningDTests::test_connect_by_gossip SKIPPED [ 19%] | |
tests/test_lightningd.py::LightningDTests::test_connect_standard_addr PASSED [ 20%] | |
tests/test_lightningd.py::LightningDTests::test_db_upgrade PASSED [ 20%] | |
tests/test_lightningd.py::LightningDTests::test_decodepay PASSED [ 21%] | |
tests/test_lightningd.py::LightningDTests::test_disconnect SKIPPED [ 22%] | |
tests/test_lightningd.py::LightningDTests::test_disconnect_fundee SKIPPED [ 23%] | |
tests/test_lightningd.py::LightningDTests::test_disconnect_funder SKIPPED [ 24%] | |
tests/test_lightningd.py::LightningDTests::test_disconnect_half_signed SKIPPED [ 25%] | |
tests/test_lightningd.py::LightningDTests::test_disconnectpeer PASSED [ 26%] | |
tests/test_lightningd.py::LightningDTests::test_fee_limits SKIPPED [ 27%] | |
tests/test_lightningd.py::LightningDTests::test_forget_channel SKIPPED [ 28%] | |
tests/test_lightningd.py::LightningDTests::test_forward SKIPPED [ 29%] | |
tests/test_lightningd.py::LightningDTests::test_forward_different_fees_and_cltv SKIPPED [ 30%] | |
tests/test_lightningd.py::LightningDTests::test_forward_pad_fees_and_cltv SKIPPED [ 30%] | |
tests/test_lightningd.py::LightningDTests::test_fundee_forget_funding_tx_unconfirmed SKIPPED [ 31%] | |
tests/test_lightningd.py::LightningDTests::test_funding_all PASSED [ 32%] | |
tests/test_lightningd.py::LightningDTests::test_funding_change PASSED [ 33%] | |
tests/test_lightningd.py::LightningDTests::test_funding_fail PASSED [ 34%] | |
tests/test_lightningd.py::LightningDTests::test_funding_toolarge PASSED [ 35%] | |
tests/test_lightningd.py::LightningDTests::test_funding_while_offline PASSED [ 36%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_badsig SKIPPED [ 37%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_jsonrpc SKIPPED [ 38%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_no_empty_announcements SKIPPED [ 39%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_persistence SKIPPED [ 40%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_query_channel_range SKIPPED [ 40%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_timestamp_filter SKIPPED [ 41%] | |
tests/test_lightningd.py::LightningDTests::test_gossip_weirdalias PASSED [ 42%] | |
tests/test_lightningd.py::LightningDTests::test_htlc_in_timeout SKIPPED [ 43%] | |
tests/test_lightningd.py::LightningDTests::test_htlc_out_timeout SKIPPED [ 44%] | |
tests/test_lightningd.py::LightningDTests::test_htlc_sig_persistence SKIPPED [ 45%] | |
tests/test_lightningd.py::LightningDTests::test_invoice PASSED [ 46%] | |
tests/test_lightningd.py::LightningDTests::test_invoice_expiry PASSED [ 47%] | |
tests/test_lightningd.py::LightningDTests::test_invoice_preimage PASSED [ 48%] | |
tests/test_lightningd.py::LightningDTests::test_invoice_weirdstring PASSED [ 49%] | |
tests/test_lightningd.py::LightningDTests::test_io_logging PASSED [ 50%] | |
tests/test_lightningd.py::LightningDTests::test_listconfigs PASSED [ 50%] | |
tests/test_lightningd.py::LightningDTests::test_lockin_between_restart FAILED [ 51%] | |
=================================== FAILURES =================================== | |
_________________ LightningDTests.test_lockin_between_restart __________________ | |
self = <test_lightningd.LightningDTests testMethod=test_lockin_between_restart> | |
def test_lockin_between_restart(self): | |
l1 = self.node_factory.get_node(may_reconnect=True) | |
l2 = self.node_factory.get_node(options={'funding-confirms': 3}, | |
may_reconnect=True) | |
l1.rpc.connect(l2.info['id'], 'localhost', l2.port) | |
self.give_funds(l1, 10**6 + 1000000) | |
l1.rpc.fundchannel(l2.info['id'], 10**6)['tx'] | |
# l1 goes down. | |
l1.stop() | |
# Now 120 blocks go by... | |
bitcoind.generate_block(120) | |
# Restart | |
l1.start() | |
# All should be good. | |
> l1.daemon.wait_for_log(' to CHANNELD_NORMAL') | |
tests/test_lightningd.py:4036: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
tests/utils.py:187: in wait_for_log | |
return self.wait_for_logs([regex], timeout) | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
self = <utils.LightningD object at 0x7f65e6ba04a8> | |
regexs = [' to CHANNELD_NORMAL'], 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(' to CHANNELD_NORMAL')]" in logs. | |
tests/utils.py:163: TimeoutError | |
----------------------------- Captured stdout call ----------------------------- | |
DEBUG:root:Starting 'bitcoind -datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/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:40891 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/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-13T15:52:45.496Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.497Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.498Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.500Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.501Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.502Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.503Z lightningd(28787): Creating database | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.853Z lightningd(28787): Client: Received message 11 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.853Z lightningd(28787): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.853Z lightning_gossipd(28798): pid 28798, msgfd 12 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:45.854Z lightningd(28787): Loaded 0 channels from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.232Z lightning_gossipd(28798): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.249Z lightningd(28787): Adding block 100: 56c77738d2d19c434e05b097d55661818b5970865975e7b754f4421456de298c | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.557Z lightningd(28787): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.558Z lightning_gossipd(28798): Created IPv4 listener on port 40891 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.558Z lightning_gossipd(28798): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.558Z lightningd(28787): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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-13T15:52:46.560Z lightningd(28787):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': 40891}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:46.561Z lightningd(28787):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': 40891}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:35145 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --funding-confirms=3 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/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-1: 2018-06-13T15:52:46.576Z lightningd(28787): Adding block 101: 05e959dd15d6c12d214ead324283f29c8879912dd894be5288b2023f46c405a4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.580Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.581Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.581Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.582Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.583Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.583Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.584Z lightningd(28807): Creating database | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.945Z lightningd(28807): Client: Received message 11 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.945Z lightningd(28807): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.946Z lightning_gossipd(28822): pid 28822, msgfd 12 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:46.947Z lightningd(28807): Loaded 0 channels from DB | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.220Z lightning_gossipd(28822): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.232Z lightningd(28807): Adding block 100: 56c77738d2d19c434e05b097d55661818b5970865975e7b754f4421456de298c | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.535Z lightningd(28807): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.535Z lightning_gossipd(28822): Created IPv4 listener on port 35145 | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.535Z lightning_gossipd(28822): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.535Z lightningd(28807): Server started with public key 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59, alias SILENTARTIST- (color #022d22) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 35145}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling getinfo with payload None | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.540Z lightningd(28807):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': 35145}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:Calling connect with payload {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'host': 'localhost', 'port': 35145} | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.542Z lightningd(28807):jcon fd 16: Success | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.543Z lightning_gossipd(28798): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer_out WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer_in WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIPCTL_CONNECT_TO_PEER_RESULT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for connect call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'}, 'id': 0} | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.545Z lightning_gossipd(28822): peer_out WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:Calling newaddr with payload {'addresstype': None} | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): peer_in WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.546Z lightning_gossipd(28798): Handing back peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 to master | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.546Z lightning_gossipd(28798): hand_back_peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59: now local again | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): Handing back peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 to master | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:47.548Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): hand_back_peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518: now local again | |
DEBUG:root:lightningd-2: 2018-06-13T15:52:47.553Z lightningd(28807): Adding block 101: 05e959dd15d6c12d214ead324283f29c8879912dd894be5288b2023f46c405a4 | |
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-13T15:52:49.458Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.349Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.451Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.553Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.655Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.757Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.859Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:51.961Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.063Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.165Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.268Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.370Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.472Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.575Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.677Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.780Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.882Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:52.984Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.086Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.189Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.291Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.393Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.495Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.597Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.699Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.801Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:53.904Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.006Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.108Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.211Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.312Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.414Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.517Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.619Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.721Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.823Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:54.926Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.028Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.131Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.234Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.336Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.438Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.541Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.643Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.746Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.848Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:55.950Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.053Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.155Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.257Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.359Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.461Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.564Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.666Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.769Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.871Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:56.973Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.075Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.178Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.280Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.381Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.483Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.586Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.688Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.790Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.892Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:57.993Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.096Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.198Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.300Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.402Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.504Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.606Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.708Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.810Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:58.912Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.014Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.117Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.219Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.322Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.424Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.526Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.628Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.730Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.833Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:52:59.935Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.037Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.139Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.242Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.344Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.447Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.549Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.652Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.754Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.856Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:00.959Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.061Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.163Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.265Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.367Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.469Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.571Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.673Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.776Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.878Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:01.981Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.083Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.185Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.287Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.390Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.492Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.594Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.696Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.799Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:02.901Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.004Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.106Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.208Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.310Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.413Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.515Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.617Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.719Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.822Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:03.924Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.026Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.129Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.231Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.333Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.435Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.537Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.640Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.742Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.844Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:04.946Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.048Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.150Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.252Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.354Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.456Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.558Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.660Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.763Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.865Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:05.967Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.069Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.172Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.274Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.376Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.479Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.581Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.683Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.786Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.888Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:06.991Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.093Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.196Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.298Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.401Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.503Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.606Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.708Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.811Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:07.913Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.016Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.118Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.220Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.323Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.425Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.527Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.630Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.732Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.835Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:08.937Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.039Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.141Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.244Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.347Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.449Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.552Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.654Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.757Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.859Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:09.961Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.063Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.166Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.268Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.370Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.472Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.574Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.676Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.778Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.880Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:10.982Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.084Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.187Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.289Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.392Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.494Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.596Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.698Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.801Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:11.903Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.005Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.108Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.210Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.313Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.415Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.517Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.619Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.721Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.824Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:12.926Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.028Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.130Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.232Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.335Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.437Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.539Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.641Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.743Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.845Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:13.947Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.049Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.151Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.253Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.355Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.458Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.560Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.662Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.764Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.865Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:14.968Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.070Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.172Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.275Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.377Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.480Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.582Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.684Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.787Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.889Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:15.991Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.093Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.195Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.298Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.400Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.502Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.605Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.707Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.810Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.912Z lightningd(28787):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-13T15:53:16.945Z lightningd(28787): Adding block 102: 1b82da30f1822bbe6202fe15f4fa416f2187186b90538d8e707a6a3ce0dad128 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:16.946Z lightningd(28787): Owning output 0 2000000 (P2SH) txid 71ac414aa5d0744a94151a297b1b522dafcb6f8cb9d6d4dff72a22662c2787c1 | |
DEBUG:root:Calling listfunds with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:17.758Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [{'txid': '71ac414aa5d0744a94151a297b1b522dafcb6f8cb9d6d4dff72a22662c2787c1', '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-13T15:53:18.047Z lightning_gossipd(28798): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.048Z lightning_gossipd(28798): REPLY WIRE_GOSSIPCTL_RELEASE_PEER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.048Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 29105, msgfd 18 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.067Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: First per_commit_point = 029f443a7d1cb0f003caf78b9d5b7edef51fd7745b43a1b921b6f22ce748bfeb50 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.067Z lightning_gossipd(28822): peer_in WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.067Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_OPEN_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.067Z lightning_gossipd(28822): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.067Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.067Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.068Z lightningd(28807): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 29106, msgfd 17 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.089Z lightningd(28807): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: First per_commit_point = 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.089Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.089Z lightningd(28807): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_ACCEPT_CHANNEL | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.091Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: signature 3045022100b503d2bb15b556856b231c8311520414972b970e876e1858da74ac3699ae96e902205211eced362d4cae6efdd1ba22b81225b932b36c5de8335799ea2841d9dbb09f on tx 0200000001633c9b0d9c25a105fb0e839d059e8f31c27311a4fb2db8afdc58bfbeedffad3301000000009db0e280010a2d0f0000000000160014806e1ef61a9c8fc33fb3455a12e0a6ff6d7fb7469a3ed620 using key 02324266de8403b3ab157a09f1f784d587af61831c998c151bcc21bb74c2b2314b | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.091Z lightningd(28807): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.091Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_FUNDING_CREATED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.093Z lightningd(28807): lightning_openingd-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: REPLY WIRE_OPENING_FUNDEE_REPLY with 2 fds | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.093Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got opening_fundee_finish_response | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.094Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Watching funding tx 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.094Z lightningd(28807): Client: Received message 1 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.094Z lightningd(28807): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.094Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 29107, msgfd 20 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.094Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.381Z lightning_gossipd(28822): try_reach_peer: have peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.381Z lightningd(28807): 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-1: 2018-06-13T15:53:18.382Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.382Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_FUNDING_SIGNED | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.384Z lightningd(28787): lightning_openingd-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: REPLY WIRE_OPENING_FUNDER_REPLY with 2 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.384Z lightningd(28787): 0371b7132cde15d9f729b6c24b08d808b59599806f7af5e8be6811a0874c3c0977 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.385Z lightningd(28787): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx has 1 inputs, 2 outputs: | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.385Z lightningd(28787): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: 0: 2000000 satoshi (P2SH) 71ac414aa5d0744a94151a297b1b522dafcb6f8cb9d6d4dff72a22662c2787c1? | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.387Z lightningd(28787): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Getting HSM to sign funding tx | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.387Z lightningd(28787): Client: Received message 1 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.388Z lightningd(28787): Client: Received message 4 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.389Z lightningd(28787): Owning output 0 994743 (SEGWIT) txid 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.389Z lightningd(28787): (tx 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63) | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.389Z lightningd(28787): sendrawtransaction: 02000000000101c187272c66222af7dfd4d6b98c6fcbaf2d521b7b291a15944a74d0a54a41ac71000000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02483045022100e4ebd4e1ffbe946cf0cff790b77fae919e1404620487237a614113f093a3d070022061ed01f2a4e0cf754e31dad108a217af15364e91dd68dc93acef994f268a9633012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.390Z lightningd(28787): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.390Z lightningd(28787): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 29113, msgfd 22 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.390Z lightningd(28787): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.391Z lightningd(28787):jcon fd 15: Success | |
DEBUG:root:Received response for fundchannel call: {'jsonrpc': '2.0', 'result': {'tx': '02000000000101c187272c66222af7dfd4d6b98c6fcbaf2d521b7b291a15944a74d0a54a41ac71000000001716001401fad90abcd66697e2592164722de4a95ebee165ffffffff02b72d0f0000000000160014c2ccab171c2a5be9dab52ec41b825863024c546640420f00000000002200205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd02483045022100e4ebd4e1ffbe946cf0cff790b77fae919e1404620487237a614113f093a3d070022061ed01f2a4e0cf754e31dad108a217af15364e91dd68dc93acef994f268a9633012103d745445c9362665f22e0d96e9e766f273f3260dea39c8a76bfa05dd2684ddccf00000000', 'txid': '33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63', 'channel_id': '633c9b0d9c25a105fb0e839d059e8f31c27311a4fb2db8afdc58bfbeedffad32'}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.747Z lightningd(28787): sendrawtx exit 0, gave 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63? | |
DEBUG:root:Calling stop with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.747Z lightning_gossipd(28798): try_reach_peer: have peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.747Z lightningd(28787): 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:lightningd-1: 2018-06-13T15:53:18.748Z lightningd(28787):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-13T15:53:18.748Z lightningd(28787):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.749Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Failed reading header: Success | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:18.748Z lightning_gossipd(28798): Shutting down | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.749Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer connection lost | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.749Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Status closed, but not exited. Killing | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.749Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer transient failure in CHANNELD_AWAITING_LOCKIN: lightning_channeld: Owning subdaemon lightning_channeld died (62208) | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.758Z lightning_gossipd(28822): Forgetting remote peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.758Z lightning_gossipd(28822): Resolving ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.758Z lightning_gossipd(28822): Could not resolve ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:18.758Z lightning_gossipd(28822): No address known for 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, giving up | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:19.473Z lightningd(28807): Adding block 102: 1b82da30f1822bbe6202fe15f4fa416f2187186b90538d8e707a6a3ce0dad128 | |
DEBUG:root:Starting 'lightningd/lightningd --addr=127.0.0.1:40891 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/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-13T15:53:21.086Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_channeld | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.087Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_closingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.088Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_gossipd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.090Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_hsmd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.091Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_onchaind | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.092Z lightningd(29154): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_openingd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.391Z lightningd(29154): Client: Received message 11 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.391Z lightningd(29154): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.392Z lightning_gossipd(29167): pid 29167, msgfd 12 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.393Z lightningd(29154): Loaded 0 HTLC signatures from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.394Z lightningd(29154): Loaded 1 channels from DB | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.394Z lightningd(29154): Loading HTLCs for channel 1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.394Z lightningd(29154): Restored 0 incoming and 0 outgoing HTLCS | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.747Z lightning_gossipd(29167): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:21.752Z lightningd(29154): Adding block 101: 05e959dd15d6c12d214ead324283f29c8879912dd894be5288b2023f46c405a4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.036Z lightningd(29154): Listening on 'lightning-rpc' | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.036Z lightning_gossipd(29167): Created IPv4 listener on port 40891 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.037Z lightning_gossipd(29167): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.037Z lightningd(29154): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
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:Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 40891}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 101, 'network': 'regtest'}, 'id': 0} | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.038Z lightning_gossipd(29167): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.038Z lightningd(29154):jcon fd 15: Success | |
DEBUG:root:Waiting for [' to CHANNELD_NORMAL'] in the logs | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.039Z lightning_gossipd(29167): peer_out WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightning_gossipd(29167): peer_in WIRE_INIT | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightning_gossipd(29167): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightning_gossipd(28822): peer_out WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightning_gossipd(28822): peer_in WIRE_INIT | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightning_gossipd(28822): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer has reconnected, state CHANNELD_AWAITING_LOCKIN | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightning_gossipd(29167): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightning_gossipd(29167): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightningd(29154): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Peer has reconnected, state CHANNELD_AWAITING_LOCKIN | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightningd(29154): Client: Received message 1 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.040Z lightningd(29154): Client: Received message 9 from client | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.041Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: pid 29182, msgfd 19 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.041Z lightningd(29154): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightningd(28807): Client: Received message 1 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightningd(28807): Client: Received message 9 from client | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: pid 29181, msgfd 18 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.040Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Waiting for funding confirmations | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.054Z lightningd(29154): Adding block 102: 1b82da30f1822bbe6202fe15f4fa416f2187186b90538d8e707a6a3ce0dad128 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.055Z lightningd(29154): Owning output 0 2000000 (P2SH) txid 71ac414aa5d0744a94151a297b1b522dafcb6f8cb9d6d4dff72a22662c2787c1 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.062Z lightningd(28807): 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-13T15:53:22.062Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_out WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.062Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.062Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got reestablish commit=1 revoke=0 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.072Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Trying commit | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:22.072Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.403Z lightningd(29154): 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:lightningd-1: 2018-06-13T15:53:22.404Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.404Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_in WIRE_CHANNEL_REESTABLISH | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.404Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got reestablish commit=1 revoke=0 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.405Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Trying commit | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.405Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Can't send commit: nothing to send | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.418Z lightningd(29154): Adding block 103: 6a61de43b43bce71b0179f9c441bc09e39bc24a40501bea26c7097c597d18d21 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.419Z lightningd(29154): Owning output 0 994743 (SEGWIT) txid 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:22.765Z lightningd(29154): Adding block 104: 2e0dadec3cec4b7c8fa7b890d76b1ed46dd199344ab9e759d45645bb846b274a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:23.118Z lightningd(29154): Adding block 105: 30cd8ca358f1e35d15ae5100ff5ed5771ca027a1a8a0f0ffc04cfb2656cf823f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:23.510Z lightningd(29154): Adding block 106: 2eaf0080541546491853fcba77f31eafe5458a79891fad51d06e7871b80333fb | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:23.875Z lightningd(29154): Adding block 107: 59532b23bc702c93c4b71f535c6a7a09e8512ee607e34ccca18b06ce864c6ff4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:24.310Z lightningd(29154): Adding block 108: 63345c2cf64824dfee293c1ded6ad8351c6af29cb03f5bde720975e47349198c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:24.844Z lightningd(29154): Adding block 109: 615dbe70bf8ca6cd4867903dde56282520a9566bd1d02276676714bb15ef2174 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:25.277Z lightningd(29154): Adding block 110: 02a2d335dfc294e4424092b421909100f94cfe891c75d7ff6182957d64804505 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:25.722Z lightningd(29154): Adding block 111: 27d72f27ebe241726163302693e31502e30279bd5f94604e0afdc43388716db1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:26.187Z lightningd(29154): Adding block 112: 3fb8dce0b530f9b18094d617355ddee5b70f0ee20f5be4a01273bb71833d8ee1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:26.577Z lightningd(29154): Adding block 113: 3ac1846b7471be7fa3845b15909f9d472dfa8287806dd9fb02607c5c4704bd76 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:26.943Z lightningd(29154): Adding block 114: 6859acb68a9b52c71b94a75c023f4ab6111497729a62d6d5c3f39c3c1f6420dc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:27.388Z lightningd(29154): Adding block 115: 13fb3a6c3b7700af82784e074914d993f0c71c7252e81489e29ef1519016f420 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:27.843Z lightningd(29154): Adding block 116: 0ccf0596fd3d17b67ab8994c2f62a0f20d33ac5a04f4a320989b295063f3a964 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:28.344Z lightningd(29154): Adding block 117: 094543ef621debb78dc6bdd6af95a10aae68121cc952dc2b398a731ea1ce7d3c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:28.777Z lightningd(29154): Adding block 118: 46095db66fb4b3dee1dc9979b929435484b69995e01ab31cb6b7fcb33e0abbf3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:29.266Z lightningd(29154): Adding block 119: 2a9ded8930c82b412f675c07c727192c2e3ddee1c3f399e85b5f05d7cd41058f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:29.743Z lightningd(29154): Adding block 120: 3a4946f1aa3256869e94874c004d2e135a1e74d88833a46ad8834f7c9118b737 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:30.230Z lightningd(29154): Adding block 121: 05ec543f58302e58c6e106650d0fd414d6d6d3329a560d8ba603760f081026f3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:30.743Z lightningd(29154): Adding block 122: 30f81273792ef713a1416bbd3739584ee08d79b33d545c4b92e2fe613cbd6b90 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:31.231Z lightningd(29154): Adding block 123: 23f9533abea9252a13d8507756a751378b63f3be008b4642d22b31edf5358fa9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:31.743Z lightningd(29154): Adding block 124: 3f8fc5ec5802be5885bcf06c7dcbad447db69ecb35e0161f8c2dbfa1420a1b54 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:32.266Z lightningd(29154): Adding block 125: 21a2a5521dc0936424abad6c20a248120dba3ba92999aa660f0a1547a97a6edb | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:32.811Z lightningd(29154): Adding block 126: 254cf7bb26ff7d25e8332e12b6f7d9657eb85b0b55a724a87d8169a27ebb44f0 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:33.289Z lightningd(29154): Adding block 127: 2f20a25a5715484f374f98222efb88e20e84113f8aef6b056cf70546b4474d62 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:33.755Z lightningd(29154): Adding block 128: 5d94f0cb8f1879dddf6154cfd6a415cc1bfd4b0b9995e08ed0176126648a5132 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:34.233Z lightningd(29154): Adding block 129: 558c60bdc89c213d81abd7d989aebfa8b86b2fa52c2ab7db6cf40285493f0773 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:34.699Z lightningd(29154): Adding block 130: 4a13f2a0bec6389ea925254dcb8affa8cfa85efbb2f617fe0155a1da755919f8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:35.133Z lightningd(29154): Adding block 131: 12e351d72bd5e5663bbb3212425a78915acba5450dc51ca0abfe02d6a06904e7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:35.611Z lightningd(29154): Adding block 132: 00d089ffca9755b9fdb6ef07ba391ebf3d18445e6a5be140929ba4c4468d4aa2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:36.144Z lightningd(29154): Adding block 133: 4a2e764131e74e3663bee54391894f9acf77b1f86ed2def8cbf6e2e457ec83a7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:36.678Z lightningd(29154): Adding block 134: 17dc6665fe597d3c147cb59bd8276847bf345474c69285fdbe72bf8df8c3c1e4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:37.256Z lightningd(29154): Adding block 135: 54836316e6ae06f9d324423bdbec53b773ca82404f6f7894a9b37ad9371c28f2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:37.755Z lightningd(29154): Adding block 136: 2e73f0e1f5d36a8bd969d8abca8512868d39c8fbeeb6558af26f26d76ccb2d3c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:38.264Z lightningd(29154): Adding block 137: 585b737d8c75021d3649e23cd76e82b0e3903678529283a78401d51d45c54ff7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:38.789Z lightningd(29154): Adding block 138: 47cf2caf555cb5581d8ac4cc61447829cb5052cc53549b9831faceb803111459 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:39.333Z lightningd(29154): Adding block 139: 7d7b332190ecf8b3cd2930e0414948965058ecebfde070b5e4b5ca0ae6864733 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:39.856Z lightningd(29154): Adding block 140: 4919bf893fdeef3208415fe6bc9955de178049e50b41308731edc724a6b7b8c2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:40.356Z lightningd(29154): Adding block 141: 7388fd3dc7a338ce6218fbb8c9a79897cb4345d9ad28ec69795ead985cf702b9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:40.877Z lightningd(29154): Adding block 142: 21c366e8874d5c406bbb8a9e8a81fda4097754b69fd1200df6de8e3a14fddc49 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:41.389Z lightningd(29154): Adding block 143: 7fa9309632bdaed08f849bb3156a1ed4af1b1e5b8cfa42993272a90eefd311bc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:41.900Z lightningd(29154): Adding block 144: 7b0560fd75a9704d8038f063387c636da9b74a20d4f56d34c5350b89c4ff9748 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:42.423Z lightningd(29154): Adding block 145: 710885243a6ce842ed3cc4dae1d0475ab190f4b25ea30b8fc5f758a74c86216a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:43.012Z lightningd(29154): Adding block 146: 0e52855f26c559a88bf0992e4093ecb79473cd49bf58b5593695511b5b21d277 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:43.545Z lightningd(29154): Adding block 147: 0344f12b213378222aa7687d91a17e90d1e75687055f2421d8a7dbfd290f37ad | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:43.856Z lightningd(29154): Adding block 148: 41bfaf090a1802d3844ff9d16fb19065322618d26cd203fa7f7ca91327607aec | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:44.100Z lightningd(29154): Adding block 149: 3894a64ee45c934a1265a97fb5ef2dcac4fd0e4d36cc792028193128d2bc5448 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:44.367Z lightningd(29154): Adding block 150: 603e5af6fc19f6d91fce326bf558d0c97996c1ee197f8eb97ff21c1197775be1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:44.630Z lightningd(29154): Adding block 151: 2b02a0bf00491f243f11c5ed52a56eb95ad941b4eea0a1311131aaaacf34791b | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:44.945Z lightningd(29154): Adding block 152: 22ccf253895daef01c2607fc130d92ce502a2ed7aa02405120226b7693425a74 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:45.467Z lightningd(29154): Adding block 153: 3d692bf9d992c30728c021cdb7b50ec6ab92a6dd58e35338e52e15205c09d216 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:46.046Z lightningd(29154): Adding block 154: 5282bbb34125048fbf421b49f239e9447353aa8238ba0787d023c7811ac267c9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:46.868Z lightningd(29154): Adding block 155: 798267d95e9a6452a28892ad070f6530c18480a6a2286faa8c73bc784bb886dd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:47.056Z lightningd(29154): Adding block 156: 30189fcd9825e99d4336ee2fd402e6485c008e2bb0245d0c01423a8e7517270a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:47.241Z lightningd(29154): Adding block 157: 38e90a87c98e67008f420a65524162c44753d600d52831d2b5c6601273abbab1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:47.421Z lightningd(29154): Adding block 158: 3b5f2feaf08dfd3180d2bd6f7a9f34540f02422d5f24b0c2943784123e4a7b90 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:47.611Z lightningd(29154): Adding block 159: 1d5ec50688f0d3cea603a2e61015c35717fd1f273557c160fefb4e3e073e4fad | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:47.833Z lightningd(29154): Adding block 160: 077b92ea40f5f05fc452b7f78d2019afb5a8c849e3c2fa82640fe0e15303efbe | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.031Z lightningd(29154): Adding block 161: 6d4c71f4896090c63fbaa8d99bbf7926c3c77b4b3799972bc48559f0101189fd | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.211Z lightningd(29154): Adding block 162: 230ebe5225ae0ff3e71b63d1a84b0bf59f6ddaa20d3050fe8524455dd28c5209 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.388Z lightningd(29154): Adding block 163: 547ee373a10625e6e78e8a4ebe47501a27239187b9d655bd660ef9219d92205b | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.544Z lightningd(29154): Adding block 164: 209201218bad0b2d6ccbfdde5cee26303a38f4dd024932f1d5e32762299f593d | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.775Z lightningd(29154): Adding block 165: 6266745840367a1a2ba180b48caabb07ad86f0a5218af92c05e8440f822aa25b | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:48.966Z lightningd(29154): Adding block 166: 0d981b92cd79593ef116655e74e760fc43fe07adda2e0c3ca05babaab7d0aada | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:49.145Z lightningd(29154): Adding block 167: 781cdd70017fd0b977a3dd6bc30d8114cb6448f8ac56eac001a0f3389e0eb2e5 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:49.333Z lightningd(29154): Adding block 168: 717bcb217e41a86ca295c235be04f1d84583d5d3479bac0e07d0a469b9a47815 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:49.523Z lightningd(29154): Adding block 169: 0174003f377087838dd6328d892afadf64de6ef32e9b0fcf5e197e1412b57779 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:49.755Z lightningd(29154): Adding block 170: 6925b6b7e9ba217edba3e5faa92e6efea775ae5c3725b3cc123aed4311630e0a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:49.862Z lightningd(28807): Adding block 103: 6a61de43b43bce71b0179f9c441bc09e39bc24a40501bea26c7097c597d18d21 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:49.990Z lightningd(29154): Adding block 171: 78d529ac2488a8eedb4432407df55248f58a8fa25a0cf2b4aa6c84fbae493b9a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:50.212Z lightningd(28807): Adding block 104: 2e0dadec3cec4b7c8fa7b890d76b1ed46dd199344ab9e759d45645bb846b274a | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:50.334Z lightningd(29154): Adding block 172: 720181dc9765d9f4e1a1dd9cbc9ad0a563bade7cece38d4f7428bb92a76e2d28 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:50.557Z lightningd(28807): Adding block 105: 30cd8ca358f1e35d15ae5100ff5ed5771ca027a1a8a0f0ffc04cfb2656cf823f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:50.701Z lightningd(29154): Adding block 173: 2ef821d0033839bed7bdbdfb10284ea3e7a852adc7d5d22e6bdbdba1404e439a | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:50.923Z lightningd(28807): Adding block 106: 2eaf0080541546491853fcba77f31eafe5458a79891fad51d06e7871b80333fb | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:51.068Z lightningd(29154): Adding block 174: 08b33f42b23fbc9055095eb36986bdd6c1a0b8fb26a2636d45dcd8de400872fd | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:51.290Z lightningd(28807): Adding block 107: 59532b23bc702c93c4b71f535c6a7a09e8512ee607e34ccca18b06ce864c6ff4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:51.434Z lightningd(29154): Adding block 175: 1c175394ea1292dcb4d3a8eab826059f27048d0efbbc9f5b1355e61d38bf779e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:51.657Z lightningd(28807): Adding block 108: 63345c2cf64824dfee293c1ded6ad8351c6af29cb03f5bde720975e47349198c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:51.809Z lightningd(29154): Adding block 176: 4599aaf194bc3aac4b9bfcb4ce1e533b6903619f87d082a13a9552b020ed9f11 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:52.046Z lightningd(28807): Adding block 109: 615dbe70bf8ca6cd4867903dde56282520a9566bd1d02276676714bb15ef2174 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:52.190Z lightningd(29154): Adding block 177: 559f53f0c1eccbc81cc1da30d465067c4e8c395696c5fa70d6b14ea0fbf8af7e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:52.413Z lightningd(28807): Adding block 110: 02a2d335dfc294e4424092b421909100f94cfe891c75d7ff6182957d64804505 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:52.576Z lightningd(29154): Adding block 178: 39bfd6d8f138270fb463014ca9b6f076526f5ca8d1e6fa4071232eef3da30d18 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:52.812Z lightningd(28807): Adding block 111: 27d72f27ebe241726163302693e31502e30279bd5f94604e0afdc43388716db1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:52.995Z lightningd(29154): Adding block 179: 5a21af6c69e25cd22eaf44a40e493f9a259e1fc3ff8ca18299ec36ec6f5d7925 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:53.212Z lightningd(28807): Adding block 112: 3fb8dce0b530f9b18094d617355ddee5b70f0ee20f5be4a01273bb71833d8ee1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:53.379Z lightningd(29154): Adding block 180: 14449efc19113acc5ea9afac3b89e0628941a88ccd8a5cde0a69367837c73068 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:53.612Z lightningd(28807): Adding block 113: 3ac1846b7471be7fa3845b15909f9d472dfa8287806dd9fb02607c5c4704bd76 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:53.745Z lightningd(29154): Adding block 181: 72a9d75fbebd954ca9f629a608c7b8700da587c561dbd9904208adf1be28e98e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:53.978Z lightningd(28807): Adding block 114: 6859acb68a9b52c71b94a75c023f4ab6111497729a62d6d5c3f39c3c1f6420dc | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:54.112Z lightningd(29154): Adding block 182: 52ac0bae4ecfac57d1d9663d361ad2bfcaec72b57c11b39af764a81141bcab27 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:54.334Z lightningd(28807): Adding block 115: 13fb3a6c3b7700af82784e074914d993f0c71c7252e81489e29ef1519016f420 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:54.479Z lightningd(29154): Adding block 183: 5fce3cef35b4b399c0b7c1a89386abadd093567fc56a5e6dd9c775fe53943c77 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:54.724Z lightningd(28807): Adding block 116: 0ccf0596fd3d17b67ab8994c2f62a0f20d33ac5a04f4a320989b295063f3a964 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:54.857Z lightningd(29154): Adding block 184: 762ca4449b421f74559b2893fd88015b46f7deaab2e8bd6a81186d7589582b57 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:55.111Z lightningd(28807): Adding block 117: 094543ef621debb78dc6bdd6af95a10aae68121cc952dc2b398a731ea1ce7d3c | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:55.246Z lightningd(29154): Adding block 185: 1f13f145f13f0a4faf8fce8642da9bbecc3c8345bc5183c96bab3ff8c702c27b | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:55.480Z lightningd(28807): Adding block 118: 46095db66fb4b3dee1dc9979b929435484b69995e01ab31cb6b7fcb33e0abbf3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:55.624Z lightningd(29154): Adding block 186: 60412fabbbb11dd719950c145d378733e9a6f7bd128f152ac24f3527af5df06b | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:55.868Z lightningd(28807): Adding block 119: 2a9ded8930c82b412f675c07c727192c2e3ddee1c3f399e85b5f05d7cd41058f | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:56.013Z lightningd(29154): Adding block 187: 0ec9cc26786215d90360601385cbf5df9d482c9915717be3c825d3e5899c3ba6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:56.224Z lightningd(28807): Adding block 120: 3a4946f1aa3256869e94874c004d2e135a1e74d88833a46ad8834f7c9118b737 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:56.367Z lightningd(29154): Adding block 188: 6a00b8b0026876cb931a2302fb3e8a63be929179e09aa3491efb068acc6b183e | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:56.590Z lightningd(28807): Adding block 121: 05ec543f58302e58c6e106650d0fd414d6d6d3329a560d8ba603760f081026f3 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:56.733Z lightningd(29154): Adding block 189: 14ab1b4aed670ee4dd75c44dc1abf07ee318a8d9a1e0248df29039f58192eff6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:56.979Z lightningd(28807): Adding block 122: 30f81273792ef713a1416bbd3739584ee08d79b33d545c4b92e2fe613cbd6b90 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:57.135Z lightningd(29154): Adding block 190: 14aa62b992d519fd3741cbd68847a44216b2477395d0f96e14244d26901aebd1 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:57.368Z lightningd(28807): Adding block 123: 23f9533abea9252a13d8507756a751378b63f3be008b4642d22b31edf5358fa9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:57.480Z lightningd(29154): Adding block 191: 305754d6a59c2634afb9cf87e9ab74f23f6ee51bb9dc70ba952cc2de77c2992f | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:57.702Z lightningd(28807): Adding block 124: 3f8fc5ec5802be5885bcf06c7dcbad447db69ecb35e0161f8c2dbfa1420a1b54 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:57.768Z lightningd(29154): Adding block 192: 40b6e753c4e39b84feab716bc25751e309b00dd44fb66dfec247e1e1a203c012 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:58.013Z lightningd(28807): Adding block 125: 21a2a5521dc0936424abad6c20a248120dba3ba92999aa660f0a1547a97a6edb | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:58.080Z lightningd(29154): Adding block 193: 507865256aedad59d4761e29e5ff3846c00173c6b80d4502132ac040a973ecd6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:58.401Z lightningd(28807): Adding block 126: 254cf7bb26ff7d25e8332e12b6f7d9657eb85b0b55a724a87d8169a27ebb44f0 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:58.457Z lightningd(29154): Adding block 194: 15cdb772b5373fc163dd842203071953c2ffdee6055da04f065fb21aa42bf00d | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:58.702Z lightningd(28807): Adding block 127: 2f20a25a5715484f374f98222efb88e20e84113f8aef6b056cf70546b4474d62 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:58.769Z lightningd(29154): Adding block 195: 2621c10252b1e74b03ee5e62edc237988746bd6f74ec3595ef0319bfcca1c8fa | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:59.091Z lightningd(28807): Adding block 128: 5d94f0cb8f1879dddf6154cfd6a415cc1bfd4b0b9995e08ed0176126648a5132 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:59.147Z lightningd(29154): Adding block 196: 05b431e6e56016089c4a227713d2ca602b2ac1a6d3b3c08eafa075ae746c8008 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:59.458Z lightningd(28807): Adding block 129: 558c60bdc89c213d81abd7d989aebfa8b86b2fa52c2ab7db6cf40285493f0773 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:59.502Z lightningd(29154): Adding block 197: 1a115f5bc4b88368b5820bb552d4f9253a001aa92a10068c452bbf52499d1db0 | |
DEBUG:root:lightningd-2: 2018-06-13T15:53:59.813Z lightningd(28807): Adding block 130: 4a13f2a0bec6389ea925254dcb8affa8cfa85efbb2f617fe0155a1da755919f8 | |
DEBUG:root:lightningd-1: 2018-06-13T15:53:59.868Z lightningd(29154): Adding block 198: 2bea16e80da7387c5bb077ac8989a538bba5d2f13c9d864047c68897c5286778 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:00.147Z lightningd(28807): Adding block 131: 12e351d72bd5e5663bbb3212425a78915acba5450dc51ca0abfe02d6a06904e7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:00.190Z lightningd(29154): Adding block 199: 49132dd4e6a60988378316feab554a47b7dfccb0183e5d57f4988b56b118c62a | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:00.491Z lightningd(28807): Adding block 132: 00d089ffca9755b9fdb6ef07ba391ebf3d18445e6a5be140929ba4c4468d4aa2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:00.535Z lightningd(29154): Adding block 200: 3170fa8c05cebc361bd18bdbb61908cde5b543b3ca177f96885761bb6981d17d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:00.836Z lightningd(28807): Adding block 133: 4a2e764131e74e3663bee54391894f9acf77b1f86ed2def8cbf6e2e457ec83a7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:00.891Z lightningd(29154): Adding block 201: 2ff934fa93016ef1ac9aafa226abd8972c9025ed01ef9e536bfdbce4edf2ba7e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:01.202Z lightningd(28807): Adding block 134: 17dc6665fe597d3c147cb59bd8276847bf345474c69285fdbe72bf8df8c3c1e4 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:01.247Z lightningd(29154): Adding block 202: 6afae75e6e1ac0a405d2128bac49de7592c4490fcf27105e51a8f3b8e424c93f | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:01.546Z lightningd(28807): Adding block 135: 54836316e6ae06f9d324423bdbec53b773ca82404f6f7894a9b37ad9371c28f2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:01.590Z lightningd(29154): Adding block 203: 63edfa8a38456c2642ea60e1f6071f2fead0a00cce11729647eebc88f47d77d2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:01.924Z lightningd(28807): Adding block 136: 2e73f0e1f5d36a8bd969d8abca8512868d39c8fbeeb6558af26f26d76ccb2d3c | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:01.979Z lightningd(29154): Adding block 204: 145f93cc8ec82f5f600dae5e9f9b230ce06dbe58813345d5494248835540a2bc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:02.280Z lightningd(28807): Adding block 137: 585b737d8c75021d3649e23cd76e82b0e3903678529283a78401d51d45c54ff7 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:02.332Z lightningd(29154): Adding block 205: 40e7e564ae63e8e37990c65f096f52d82f92c2b714019636ad3d6a4f197820cd | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:02.669Z lightningd(28807): Adding block 138: 47cf2caf555cb5581d8ac4cc61447829cb5052cc53549b9831faceb803111459 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:02.713Z lightningd(29154): Adding block 206: 10059e56122133591286c8d871c36e7d6bb52b65fdc751182a0bf2ff5d2ac7ef | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:03.036Z lightningd(28807): Adding block 139: 7d7b332190ecf8b3cd2930e0414948965058ecebfde070b5e4b5ca0ae6864733 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:03.091Z lightningd(29154): Adding block 207: 0fb9bf8f73bc225c5db3b903ec1cfa65aa445e763839f98ea07a330410dadd21 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:03.380Z lightningd(28807): Adding block 140: 4919bf893fdeef3208415fe6bc9955de178049e50b41308731edc724a6b7b8c2 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:03.436Z lightningd(29154): Adding block 208: 1ac4f1e27f6b6db1cb5c66be741267218fc048344608ae7b684049ad60b8170c | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:03.769Z lightningd(28807): Adding block 141: 7388fd3dc7a338ce6218fbb8c9a79897cb4345d9ad28ec69795ead985cf702b9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:03.825Z lightningd(29154): Adding block 209: 0de82f35e5e713591c8640b56edac04a7e69720cb54559815c1e3e79ab36501e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:04.147Z lightningd(28807): Adding block 142: 21c366e8874d5c406bbb8a9e8a81fda4097754b69fd1200df6de8e3a14fddc49 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:04.202Z lightningd(29154): Adding block 210: 0f6bc26117e139da14d2409d36fd8726d1b72ad820a52e1f8e71a2dfa60c2377 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:04.502Z lightningd(28807): Adding block 143: 7fa9309632bdaed08f849bb3156a1ed4af1b1e5b8cfa42993272a90eefd311bc | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:04.558Z lightningd(29154): Adding block 211: 7a15ee4309ea788d351d6b0658d2321988133873a6a4b2225cbf9d05a1a24d1b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:04.880Z lightningd(28807): Adding block 144: 7b0560fd75a9704d8038f063387c636da9b74a20d4f56d34c5350b89c4ff9748 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:04.935Z lightningd(29154): Adding block 212: 5bfae20ec01e16317b6880ece54393edb76154b193a53d09d9106c36c7be82fc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:05.236Z lightningd(28807): Adding block 145: 710885243a6ce842ed3cc4dae1d0475ab190f4b25ea30b8fc5f758a74c86216a | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:05.291Z lightningd(29154): Adding block 213: 5b68a4597f4aa15fc59fc5214302ab60e2fad1b8573553421bec4edccba4fcd6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:05.602Z lightningd(28807): Adding block 146: 0e52855f26c559a88bf0992e4093ecb79473cd49bf58b5593695511b5b21d277 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:05.658Z lightningd(29154): Adding block 214: 0b077db269dfe750561642bc47f7cd0773ab93bba3704d2f42895ab50fc18b59 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:05.936Z lightningd(28807): Adding block 147: 0344f12b213378222aa7687d91a17e90d1e75687055f2421d8a7dbfd290f37ad | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:05.990Z lightningd(29154): Adding block 215: 654c1fe23c1813e7195622b5aa2a2fcb2d5fe93f6599dcd9a75f3adcfbb41009 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:06.291Z lightningd(28807): Adding block 148: 41bfaf090a1802d3844ff9d16fb19065322618d26cd203fa7f7ca91327607aec | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:06.358Z lightningd(29154): Adding block 216: 6cb004f8e58ee22d1f79698565fe721487b6fa61fd386aa0737923361b8f4c2d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:06.703Z lightningd(28807): Adding block 149: 3894a64ee45c934a1265a97fb5ef2dcac4fd0e4d36cc792028193128d2bc5448 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:06.758Z lightningd(29154): Adding block 217: 2be3a22956295323cede2f17354810362b03df9fd844f853b64b63c4c42b60a4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:07.114Z lightningd(28807): Adding block 150: 603e5af6fc19f6d91fce326bf558d0c97996c1ee197f8eb97ff21c1197775be1 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:07.181Z lightningd(29154): Adding block 218: 38de35d24c524fdbe6a5e275d40b70d75410e41f5d847d98ce3290e4be03dac7 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:07.458Z lightningd(28807): Adding block 151: 2b02a0bf00491f243f11c5ed52a56eb95ad941b4eea0a1311131aaaacf34791b | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:07.514Z lightningd(29154): Adding block 219: 62466239b8338ae619f1adf839ebd637fc59611f959cb934c001b93afd0e1931 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:07.791Z lightningd(28807): Adding block 152: 22ccf253895daef01c2607fc130d92ce502a2ed7aa02405120226b7693425a74 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:07.847Z lightningd(29154): Adding block 220: 12e3b151f62e1be9c5e31ec94eb8ef19b8978c3066a8a4023778cc48c320a68f | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:08.113Z lightningd(28807): Adding block 153: 3d692bf9d992c30728c021cdb7b50ec6ab92a6dd58e35338e52e15205c09d216 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:08.169Z lightningd(29154): Adding block 221: 6f05cdcc7bcdbe1b8f3630d676b38314f1da4d6530d345db6f86c819fedce8dc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:08.447Z lightningd(28807): Adding block 154: 5282bbb34125048fbf421b49f239e9447353aa8238ba0787d023c7811ac267c9 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:08.503Z lightningd(29154): Adding block 222: 1bd88371265ce794086ab167d60990ac2164b1fcb6e6164ef5c0b159e063c0ac | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:08.781Z lightningd(28807): Adding block 155: 798267d95e9a6452a28892ad070f6530c18480a6a2286faa8c73bc784bb886dd | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:08.829Z lightningd(29154): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Got depth change 0->120 for 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:08.829Z lightningd(29154): 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: Funding tx 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 depth 120 of 3 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.136Z lightningd(28807): Adding block 156: 30189fcd9825e99d4336ee2fd402e6485c008e2bb0245d0c01423a8e7517270a | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:09.185Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: funding_locked: sending commit index 1: 03ea98cd6ba5a6de1bb2b3cbe05740bfe56b3482143704b27db6565638dfe58a64 | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:09.185Z lightningd(29154): lightning_channeld-022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 chan #1: peer_out WIRE_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.351Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: peer_in WIRE_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.352Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: UPDATE WIRE_CHANNEL_GOT_FUNDING_LOCKED | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.352Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got funding_locked | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.356Z lightningd(28807): Adding block 157: 38e90a87c98e67008f420a65524162c44753d600d52831d2b5c6601273abbab1 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.525Z lightningd(28807): Adding block 158: 3b5f2feaf08dfd3180d2bd6f7a9f34540f02422d5f24b0c2943784123e4a7b90 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.703Z lightningd(28807): Adding block 159: 1d5ec50688f0d3cea603a2e61015c35717fd1f273557c160fefb4e3e073e4fad | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:09.881Z lightningd(28807): Adding block 160: 077b92ea40f5f05fc452b7f78d2019afb5a8c849e3c2fa82640fe0e15303efbe | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.059Z lightningd(28807): Adding block 161: 6d4c71f4896090c63fbaa8d99bbf7926c3c77b4b3799972bc48559f0101189fd | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.236Z lightningd(28807): Adding block 162: 230ebe5225ae0ff3e71b63d1a84b0bf59f6ddaa20d3050fe8524455dd28c5209 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.414Z lightningd(28807): Adding block 163: 547ee373a10625e6e78e8a4ebe47501a27239187b9d655bd660ef9219d92205b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.603Z lightningd(28807): Adding block 164: 209201218bad0b2d6ccbfdde5cee26303a38f4dd024932f1d5e32762299f593d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.779Z lightningd(28807): Adding block 165: 6266745840367a1a2ba180b48caabb07ad86f0a5218af92c05e8440f822aa25b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:10.957Z lightningd(28807): Adding block 166: 0d981b92cd79593ef116655e74e760fc43fe07adda2e0c3ca05babaab7d0aada | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:11.136Z lightningd(28807): Adding block 167: 781cdd70017fd0b977a3dd6bc30d8114cb6448f8ac56eac001a0f3389e0eb2e5 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:11.312Z lightningd(28807): Adding block 168: 717bcb217e41a86ca295c235be04f1d84583d5d3479bac0e07d0a469b9a47815 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:11.479Z lightningd(28807): Adding block 169: 0174003f377087838dd6328d892afadf64de6ef32e9b0fcf5e197e1412b57779 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:11.659Z lightningd(28807): Adding block 170: 6925b6b7e9ba217edba3e5faa92e6efea775ae5c3725b3cc123aed4311630e0a | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:11.836Z lightningd(28807): Adding block 171: 78d529ac2488a8eedb4432407df55248f58a8fa25a0cf2b4aa6c84fbae493b9a | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.036Z lightningd(28807): Adding block 172: 720181dc9765d9f4e1a1dd9cbc9ad0a563bade7cece38d4f7428bb92a76e2d28 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.214Z lightningd(28807): Adding block 173: 2ef821d0033839bed7bdbdfb10284ea3e7a852adc7d5d22e6bdbdba1404e439a | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.403Z lightningd(28807): Adding block 174: 08b33f42b23fbc9055095eb36986bdd6c1a0b8fb26a2636d45dcd8de400872fd | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.592Z lightningd(28807): Adding block 175: 1c175394ea1292dcb4d3a8eab826059f27048d0efbbc9f5b1355e61d38bf779e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.758Z lightningd(28807): Adding block 176: 4599aaf194bc3aac4b9bfcb4ce1e533b6903619f87d082a13a9552b020ed9f11 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:12.936Z lightningd(28807): Adding block 177: 559f53f0c1eccbc81cc1da30d465067c4e8c395696c5fa70d6b14ea0fbf8af7e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.103Z lightningd(28807): Adding block 178: 39bfd6d8f138270fb463014ca9b6f076526f5ca8d1e6fa4071232eef3da30d18 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.292Z lightningd(28807): Adding block 179: 5a21af6c69e25cd22eaf44a40e493f9a259e1fc3ff8ca18299ec36ec6f5d7925 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.503Z lightningd(28807): Adding block 180: 14449efc19113acc5ea9afac3b89e0628941a88ccd8a5cde0a69367837c73068 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.682Z lightningd(28807): Adding block 181: 72a9d75fbebd954ca9f629a608c7b8700da587c561dbd9904208adf1be28e98e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.832Z lightningd(28807): Adding block 182: 52ac0bae4ecfac57d1d9663d361ad2bfcaec72b57c11b39af764a81141bcab27 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:13.989Z lightningd(28807): Adding block 183: 5fce3cef35b4b399c0b7c1a89386abadd093567fc56a5e6dd9c775fe53943c77 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:14.147Z lightningd(28807): Adding block 184: 762ca4449b421f74559b2893fd88015b46f7deaab2e8bd6a81186d7589582b57 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:14.335Z lightningd(28807): Adding block 185: 1f13f145f13f0a4faf8fce8642da9bbecc3c8345bc5183c96bab3ff8c702c27b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:14.515Z lightningd(28807): Adding block 186: 60412fabbbb11dd719950c145d378733e9a6f7bd128f152ac24f3527af5df06b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:14.680Z lightningd(28807): Adding block 187: 0ec9cc26786215d90360601385cbf5df9d482c9915717be3c825d3e5899c3ba6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:14.870Z lightningd(28807): Adding block 188: 6a00b8b0026876cb931a2302fb3e8a63be929179e09aa3491efb068acc6b183e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.024Z lightningd(28807): Adding block 189: 14ab1b4aed670ee4dd75c44dc1abf07ee318a8d9a1e0248df29039f58192eff6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.192Z lightningd(28807): Adding block 190: 14aa62b992d519fd3741cbd68847a44216b2477395d0f96e14244d26901aebd1 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.337Z lightningd(28807): Adding block 191: 305754d6a59c2634afb9cf87e9ab74f23f6ee51bb9dc70ba952cc2de77c2992f | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.525Z lightningd(28807): Adding block 192: 40b6e753c4e39b84feab716bc25751e309b00dd44fb66dfec247e1e1a203c012 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.703Z lightningd(28807): Adding block 193: 507865256aedad59d4761e29e5ff3846c00173c6b80d4502132ac040a973ecd6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:15.860Z lightningd(28807): Adding block 194: 15cdb772b5373fc163dd842203071953c2ffdee6055da04f065fb21aa42bf00d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.035Z lightningd(28807): Adding block 195: 2621c10252b1e74b03ee5e62edc237988746bd6f74ec3595ef0319bfcca1c8fa | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.193Z lightningd(28807): Adding block 196: 05b431e6e56016089c4a227713d2ca602b2ac1a6d3b3c08eafa075ae746c8008 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.370Z lightningd(28807): Adding block 197: 1a115f5bc4b88368b5820bb552d4f9253a001aa92a10068c452bbf52499d1db0 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.548Z lightningd(28807): Adding block 198: 2bea16e80da7387c5bb077ac8989a538bba5d2f13c9d864047c68897c5286778 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.726Z lightningd(28807): Adding block 199: 49132dd4e6a60988378316feab554a47b7dfccb0183e5d57f4988b56b118c62a | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:16.881Z lightningd(28807): Adding block 200: 3170fa8c05cebc361bd18bdbb61908cde5b543b3ca177f96885761bb6981d17d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:17.037Z lightningd(28807): Adding block 201: 2ff934fa93016ef1ac9aafa226abd8972c9025ed01ef9e536bfdbce4edf2ba7e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:17.204Z lightningd(28807): Adding block 202: 6afae75e6e1ac0a405d2128bac49de7592c4490fcf27105e51a8f3b8e424c93f | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:17.569Z lightningd(28807): Adding block 203: 63edfa8a38456c2642ea60e1f6071f2fead0a00cce11729647eebc88f47d77d2 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:17.771Z lightningd(28807): Adding block 204: 145f93cc8ec82f5f600dae5e9f9b230ce06dbe58813345d5494248835540a2bc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:17.960Z lightningd(28807): Adding block 205: 40e7e564ae63e8e37990c65f096f52d82f92c2b714019636ad3d6a4f197820cd | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:18.147Z lightningd(28807): Adding block 206: 10059e56122133591286c8d871c36e7d6bb52b65fdc751182a0bf2ff5d2ac7ef | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:18.572Z lightningd(28807): Adding block 207: 0fb9bf8f73bc225c5db3b903ec1cfa65aa445e763839f98ea07a330410dadd21 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:19.258Z lightningd(28807): Adding block 208: 1ac4f1e27f6b6db1cb5c66be741267218fc048344608ae7b684049ad60b8170c | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:19.415Z lightningd(28807): Adding block 209: 0de82f35e5e713591c8640b56edac04a7e69720cb54559815c1e3e79ab36501e | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:19.593Z lightningd(28807): Adding block 210: 0f6bc26117e139da14d2409d36fd8726d1b72ad820a52e1f8e71a2dfa60c2377 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:19.759Z lightningd(28807): Adding block 211: 7a15ee4309ea788d351d6b0658d2321988133873a6a4b2225cbf9d05a1a24d1b | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:19.959Z lightningd(28807): Adding block 212: 5bfae20ec01e16317b6880ece54393edb76154b193a53d09d9106c36c7be82fc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:20.159Z lightningd(28807): Adding block 213: 5b68a4597f4aa15fc59fc5214302ab60e2fad1b8573553421bec4edccba4fcd6 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:20.337Z lightningd(28807): Adding block 214: 0b077db269dfe750561642bc47f7cd0773ab93bba3704d2f42895ab50fc18b59 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:20.526Z lightningd(28807): Adding block 215: 654c1fe23c1813e7195622b5aa2a2fcb2d5fe93f6599dcd9a75f3adcfbb41009 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:20.714Z lightningd(28807): Adding block 216: 6cb004f8e58ee22d1f79698565fe721487b6fa61fd386aa0737923361b8f4c2d | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:20.893Z lightningd(28807): Adding block 217: 2be3a22956295323cede2f17354810362b03df9fd844f853b64b63c4c42b60a4 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:21.082Z lightningd(28807): Adding block 218: 38de35d24c524fdbe6a5e275d40b70d75410e41f5d847d98ce3290e4be03dac7 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:21.282Z lightningd(28807): Adding block 219: 62466239b8338ae619f1adf839ebd637fc59611f959cb934c001b93afd0e1931 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:21.460Z lightningd(28807): Adding block 220: 12e3b151f62e1be9c5e31ec94eb8ef19b8978c3066a8a4023778cc48c320a68f | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:21.638Z lightningd(28807): Adding block 221: 6f05cdcc7bcdbe1b8f3630d676b38314f1da4d6530d345db6f86c819fedce8dc | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:21.826Z lightningd(28807): Adding block 222: 1bd88371265ce794086ab167d60990ac2164b1fcb6e6164ef5c0b159e063c0ac | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.008Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Got depth change 0->120 for 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.008Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Funding tx 33adffedbebf58dcafb82dfba41173c2318f9e059d830efb05a1259c0d9b3c63 depth 120 of 3 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.008Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: State changed from CHANNELD_AWAITING_LOCKIN to CHANNELD_NORMAL | |
Time-out: can't find [re.compile(' to CHANNELD_NORMAL')] in logs | |
DEBUG:root:Did not find 're.compile(' to CHANNELD_NORMAL')' in logs | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:22.190Z lightningd(29154):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-13T15:54:22.192Z lightningd(29154):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-13T15:54:22.192Z lightningd(29154):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-1: 2018-06-13T15:54:22.192Z lightning_gossipd(29167): Shutting down | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.208Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Failed reading header: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.208Z lightningd(28807): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer connection lost | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.208Z lightningd(28807): 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Peer transient failure in CHANNELD_NORMAL: lightning_channeld: Owning subdaemon lightning_channeld died (62208) | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.243Z lightning_gossipd(28822): Forgetting remote peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.243Z lightning_gossipd(28822): Resolving ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.243Z lightning_gossipd(28822): Could not resolve ln1qfnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq63s4zm7hs.lseed.bitcoinstats.com | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:22.243Z lightning_gossipd(28822): No address known for 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, giving up | |
DEBUG:root:Calling dev-memleak with payload None | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:23.213Z lightningd(28807):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-13T15:54:23.214Z lightningd(28807):jcon fd 15: Success | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:23.214Z lightningd(28807):jcon fd 15: JSON-RPC shutdown | |
DEBUG:root:lightningd-2: 2018-06-13T15:54:23.214Z lightning_gossipd(28822): Shutting down | |
DEBUG:root:Received response for stop call: {'jsonrpc': '2.0', 'result': 'Shutting down', 'id': 0} | |
DEBUG:root:Did not find 'Bad gossip order from (?!error)' in logs | |
DEBUG:root:Did not find 'Bad gossip order from (?!error)' in logs | |
------------------------------ Captured log call ------------------------------- | |
utils.py 73 DEBUG Starting 'bitcoind -datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind -printtoconsole -server -regtest -logtimestamps -nolisten' | |
utils.py 153 DEBUG Waiting for ['Done loading'] in the logs | |
utils.py 175 DEBUG Found 're.compile('Done loading')' in logs | |
utils.py 252 INFO BitcoinD started | |
utils.py 73 DEBUG Starting 'lightningd/lightningd --addr=127.0.0.1:40891 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/lightning-1/ --log-level=debug --network=regtest --rescan=1 --watchtime-blocks=5' | |
utils.py 153 DEBUG Waiting for ['Server started with public key'] in the logs | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.496Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_channeld | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.497Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_closingd | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.498Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_gossipd | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.500Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_hsmd | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.501Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_onchaind | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.502Z lightningd(28787): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_openingd | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.503Z lightningd(28787): Creating database | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.853Z lightningd(28787): Client: Received message 11 from client | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.853Z lightningd(28787): Client: Received message 9 from client | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.853Z lightning_gossipd(28798): pid 28798, msgfd 12 | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:45.854Z lightningd(28787): Loaded 0 channels from DB | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.232Z lightning_gossipd(28798): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.249Z lightningd(28787): Adding block 100: 56c77738d2d19c434e05b097d55661818b5970865975e7b754f4421456de298c | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.557Z lightningd(28787): Listening on 'lightning-rpc' | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.558Z lightning_gossipd(28798): Created IPv4 listener on port 40891 | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.558Z lightning_gossipd(28798): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.558Z lightningd(28787): Server started with public key 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518, alias JUNIORBEAM- (color #0266e4) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
utils.py 175 DEBUG Found 're.compile('Server started with public key')' in logs | |
utils.py 320 INFO LightningD started | |
lightning.py 47 DEBUG Calling getinfo with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.560Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 40891}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
lightning.py 47 DEBUG Calling getinfo with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.561Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 40891}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
utils.py 73 DEBUG Starting 'lightningd/lightningd --addr=127.0.0.1:35145 --allow-deprecated-apis=false --bitcoin-datadir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/bitcoind --cltv-delta=6 --cltv-final=5 --default-fee-rate=15000 --funding-confirms=3 --ignore-fee-limits=false --lightning-dir=/tmp/lightning-4lyrlplw/test_lockin_between_restart/lightning-2/ --log-level=debug --network=regtest --rescan=1 --watchtime-blocks=5' | |
utils.py 153 DEBUG Waiting for ['Server started with public key'] in the logs | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:46.576Z lightningd(28787): Adding block 101: 05e959dd15d6c12d214ead324283f29c8879912dd894be5288b2023f46c405a4 | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.580Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_channeld | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.581Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_closingd | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.581Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_gossipd | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.582Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_hsmd | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.583Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_onchaind | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.583Z lightningd(28807): testing /home/jasan/lightning-auto-test-ubuntu/lightning/lightningd/lightning_openingd | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.584Z lightningd(28807): Creating database | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.945Z lightningd(28807): Client: Received message 11 from client | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.945Z lightningd(28807): Client: Received message 9 from client | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.946Z lightning_gossipd(28822): pid 28822, msgfd 12 | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:46.947Z lightningd(28807): Loaded 0 channels from DB | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.220Z lightning_gossipd(28822): gossip_store: Read 0/0/0/0 cannounce/cupdate/nannounce/cdelete from store in 1 bytes | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.232Z lightningd(28807): Adding block 100: 56c77738d2d19c434e05b097d55661818b5970865975e7b754f4421456de298c | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.535Z lightningd(28807): Listening on 'lightning-rpc' | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.535Z lightning_gossipd(28822): Created IPv4 listener on port 35145 | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.535Z lightning_gossipd(28822): REPLY WIRE_GOSSIPCTL_ACTIVATE_REPLY with 0 fds | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.535Z lightningd(28807): Server started with public key 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59, alias SILENTARTIST- (color #022d22) and lightningd v0.5.2-2016-11-21-2870-g8183590c | |
utils.py 175 DEBUG Found 're.compile('Server started with public key')' in logs | |
utils.py 320 INFO LightningD started | |
lightning.py 47 DEBUG Calling getinfo with payload None | |
lightning.py 64 DEBUG Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 35145}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
lightning.py 47 DEBUG Calling getinfo with payload None | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.540Z lightningd(28807):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for getinfo call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'address': [], 'binding': [{'type': 'ipv4', 'address': '127.0.0.1', 'port': 35145}], 'version': 'v0.5.2-2016-11-21-2870-g8183590c', 'blockheight': 100, 'network': 'regtest'}, 'id': 0} | |
lightning.py 47 DEBUG Calling connect with payload {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'host': 'localhost', 'port': 35145} | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.542Z lightningd(28807):jcon fd 16: Success | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.543Z lightning_gossipd(28798): Connected out for 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer_out WIRE_INIT | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer_in WIRE_INIT | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIPCTL_CONNECT_TO_PEER_RESULT | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for connect call: {'jsonrpc': '2.0', 'result': {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'}, 'id': 0} | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.545Z lightning_gossipd(28822): peer_out WIRE_INIT | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 now remote | |
lightning.py 47 DEBUG Calling newaddr with payload {'addresstype': None} | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): peer_in WIRE_INIT | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 now remote | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.545Z lightning_gossipd(28798): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.546Z lightning_gossipd(28798): Handing back peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 to master | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): UPDATE WIRE_GOSSIP_PEER_CONNECTED | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.546Z lightning_gossipd(28798): hand_back_peer 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59: now local again | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): Handing back peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 to master | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:47.548Z lightningd(28787):jcon fd 15: Success | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.546Z lightning_gossipd(28822): hand_back_peer 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518: now local again | |
utils.py 124 DEBUG lightningd-2: 2018-06-13T15:52:47.553Z lightningd(28807): Adding block 101: 05e959dd15d6c12d214ead324283f29c8879912dd894be5288b2023f46c405a4 | |
lightning.py 64 DEBUG Received response for newaddr call: {'jsonrpc': '2.0', 'result': {'address': '2ND18GnVdY7UugvtV6QfZ5aY7fj5YPjSmH9'}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:49.458Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.349Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.451Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.553Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.655Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.757Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.859Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:51.961Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.063Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.165Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.268Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.370Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.472Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.575Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.677Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.780Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.882Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:52.984Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.086Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.189Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.291Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.393Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.495Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.597Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.699Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.801Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:53.904Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.006Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.108Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.211Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.312Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.414Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.517Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.619Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.721Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.823Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:54.926Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.028Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.131Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.234Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.336Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.438Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.541Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.643Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.746Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.848Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:55.950Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.053Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.155Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.257Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.359Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.461Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.564Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.666Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.769Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.871Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:56.973Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.075Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.178Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.280Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.381Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.483Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.586Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.688Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.790Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.892Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:57.993Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.096Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.198Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.300Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.402Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.504Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.606Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.708Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.810Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:58.912Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.014Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.117Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.219Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.322Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.424Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.526Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.628Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.730Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.833Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:52:59.935Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.037Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.139Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.242Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.344Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.447Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.549Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.652Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.754Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.856Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:00.959Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.061Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.163Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.265Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.367Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.469Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.571Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.673Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.776Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.878Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:01.981Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.083Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.185Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.287Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.390Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.492Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.594Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.696Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.799Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:02.901Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.004Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.106Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.208Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.310Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.413Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.515Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.617Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.719Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.822Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:03.924Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.026Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.129Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.231Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.333Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.435Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.537Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.640Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.742Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.844Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:04.946Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.048Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.150Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.252Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.354Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.456Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.558Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.660Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.763Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.865Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:05.967Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.069Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.172Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.274Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.376Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.479Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.581Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.683Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.786Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.888Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:06.991Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.093Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.196Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.298Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.401Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.503Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.606Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.708Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.811Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:07.913Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.016Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.118Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.220Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.323Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.425Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.527Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.630Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.732Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.835Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:08.937Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.039Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.141Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.244Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.347Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.449Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.552Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.654Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.757Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.859Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:09.961Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.063Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.166Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.268Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.370Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.472Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.574Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.676Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.778Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.880Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:10.982Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.084Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.187Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.289Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.392Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.494Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.596Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.698Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.801Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:11.903Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.005Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.108Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.210Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.313Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.415Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.517Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.619Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.721Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.824Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:12.926Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.028Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.130Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.232Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.335Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.437Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.539Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.641Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.743Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.845Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:13.947Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.049Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.151Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.253Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.355Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.458Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.560Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.662Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.764Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.865Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:14.968Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.070Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.172Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.275Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.377Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.480Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.582Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.684Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.787Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.889Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:15.991Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.093Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.195Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.298Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.400Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.502Z lightningd(28787):jcon fd 15: Success | |
lightning.py 64 DEBUG Received response for listfunds call: {'jsonrpc': '2.0', 'result': {'outputs': [], 'channels': []}, 'id': 0} | |
lightning.py 47 DEBUG Calling listfunds with payload None | |
utils.py 124 DEBUG lightningd-1: 2018-06-13T15:53:16.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment