Skip to content

Instantly share code, notes, and snippets.

@andrius
Created August 10, 2019 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrius/d967b772edb234b5dd344713300d25a7 to your computer and use it in GitHub Desktop.
Save andrius/d967b772edb234b5dd344713300d25a7 to your computer and use it in GitHub Desktop.
crystal on Debian GNU/Linux 9.9 (stretch) - Homebrew build logs
Homebrew build logs for crystal on Debian GNU/Linux 9.9 (stretch)
Build date: 2019-08-10 14:30:50
HOMEBREW_VERSION: 2.1.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 3dab11263c7d3ae568bd585932b393ef526fc5b2
Last commit: 12 days ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 4eb3e707f57b7f0741b710da150b2a3b1c665a6f
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CACHE: /home/unic/.cache/Homebrew
HOMEBREW_LOGS: /home/unic/.cache/Homebrew/Logs
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew
HOMEBREW_GITHUB_API_TOKEN: set
CPU: dual-core 64-bit skylake
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Cellar/ruby/2.6.3/bin/ruby
Clang: 8.0 build 800
Git: 2.22.0 => /home/linuxbrew/.linuxbrew/bin/git
Curl: 7.52.1 => /usr/bin/curl
Kernel: Linux 4.9.0-8-amd64 x86_64 GNU/Linux
OS: Debian GNU/Linux 9.9 (stretch) (stretch)
Host glibc: 2.24
/usr/bin/gcc: 6.3.0
glibc: N/A
gcc: 5.5.0_4
xorg: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/bcg729/decoder.h
/usr/local/include/bcg729/encoder.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/libbcg729.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libbcg729.a
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
openjdk
adoptopenjdk
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /home/linuxbrew/.linuxbrew/sbin.
Consider setting the PATH for example like so:
echo 'export PATH="/home/linuxbrew/.linuxbrew/sbin:$PATH"' >> ~/.zshrc
2019-08-10 14:18:13 +0000
./configure
--disable-debug
--disable-dependency-tracking
--disable-shared
--enable-large-config
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking GC version numbers... major=8 minor=0 micro=4
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 make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc-5
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 gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... none needed
checking whether gcc-5 understands -c and -o together... yes
checking dependency style of gcc-5... none
checking whether we are using the GNU C++ compiler... yes
checking whether g++-5 accepts -g... yes
checking dependency style of g++-5... none
checking dependency style of gcc-5... none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc-5... /home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld
checking if the linker (/home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm -B
checking the name lister (/home/linuxbrew/.linuxbrew/opt/binutils/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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm -B output from gcc-5 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 mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc-5 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc-5 supports -fno-rtti -fno-exceptions... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 supports -c -o file.o... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (/home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/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 how to run the C++ preprocessor... g++-5 -E
checking for ld used by g++-5... /home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64
checking if the linker (/home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++-5 linker (/home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking for g++-5 option to produce PIC... -fPIC -DPIC
checking if g++-5 PIC flag -fPIC -DPIC works... yes
checking if g++-5 static flag -static works... yes
checking if g++-5 supports -c -o file.o... yes
checking if g++-5 supports -c -o file.o... (cached) yes
checking whether the g++-5 linker (/home/linuxbrew/.linuxbrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for thread model used by GCC... posix
checking for inline... inline
configure: WARNING: "Explicit GC_INIT() calls may be required."
checking for pthread_self in -lpthread... yes
checking whether compiler supports -Wextra... yes
checking whether compiler supports -Wpedantic... yes
checking for xlc... no
checking whether compiler supports -fno-strict-aliasing... yes
checking for getcontext... yes
checking for dl_iterate_phdr... yes
checking for dlopen in -ldl... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking whether to build shared libraries... no
checking which machine-dependent code should be used...
checking whether Solaris gcc optimization fix is necessary... no
checking for dladdr... yes
checking for sigsetjmp... yes
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking for compiler intrinsics support... yes
checking which libatomic_ops to use... none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bdw-gc.pc
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
gcc-5 called with: -E /tmp/cgyI5PJA/dummy.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E /tmp/cgyI5PJA/dummy.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -v
superenv executed: g++-5 -v
g++-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -c -g conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: -v
superenv executed: ld -v
ld called with: -v
superenv executed: ld -v
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -g -O2 conftest.c conftstm.o
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -fPIC -DPIC -DPIC conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -static conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
ld called with: -m elf_x86_64 --help
superenv added: -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 --help
ld called with: -m elf_x86_64 -v
superenv added: -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 -v
ld called with: -m elf_x86_64 --help
superenv added: -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 --help
gcc-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -print-search-dirs
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -print-search-dirs -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -g -O2 -print-multi-os-directory
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -g -O2 -print-multi-os-directory -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -o conftest -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: -m elf_x86_64 -v
superenv added: -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 -v
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: --help
superenv added: -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so --help
g++-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -shared -g -O2 -v conftest.o
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -shared -g -O2 -v conftest.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
g++-5 called with: -o conftest -g -O2 -static conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -o conftest -g -O2 -static conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -g -O2 conftest.c -lpthread
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -Wextra -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wextra -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -Wpedantic -Wno-long-long -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wpedantic -Wno-long-long -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -ldl
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -ldl -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -DGC_BUILTIN_ATOMIC -I./include -I./tests conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -DGC_BUILTIN_ATOMIC -I./include -I./tests conftest.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
2019-08-10 14:18:20 +0000
make
make[1]: Entering directory '/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc'
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o allchblk.lo allchblk.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o alloc.lo alloc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c allchblk.c -o allchblk.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c alloc.c -o alloc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o blacklst.lo blacklst.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c blacklst.c -o blacklst.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o dbg_mlc.lo dbg_mlc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c dbg_mlc.c -o dbg_mlc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o dyn_load.lo dyn_load.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c dyn_load.c -o dyn_load.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o finalize.lo finalize.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c finalize.c -o finalize.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o gc_dlopen.lo gc_dlopen.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c gc_dlopen.c -o gc_dlopen.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o gcj_mlc.lo gcj_mlc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c gcj_mlc.c -o gcj_mlc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o headers.lo headers.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o mach_dep.lo mach_dep.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c headers.c -o headers.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mach_dep.c -o mach_dep.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o malloc.lo malloc.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o mallocx.lo mallocx.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c malloc.c -o malloc.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mallocx.c -o mallocx.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o mark.lo mark.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o mark_rts.lo mark_rts.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mark.c -o mark.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mark_rts.c -o mark_rts.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o misc.lo misc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c misc.c -o misc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o new_hblk.lo new_hblk.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c new_hblk.c -o new_hblk.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o obj_map.lo obj_map.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c obj_map.c -o obj_map.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o os_dep.lo os_dep.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o ptr_chck.lo ptr_chck.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c os_dep.c -o os_dep.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c ptr_chck.c -o ptr_chck.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o reclaim.lo reclaim.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c reclaim.c -o reclaim.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o specific.lo specific.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c specific.c -o specific.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o typd_mlc.lo typd_mlc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c typd_mlc.c -o typd_mlc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o pthread_start.lo pthread_start.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_start.c -o pthread_start.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o pthread_support.lo pthread_support.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_support.c -o pthread_support.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o pthread_stop_world.lo pthread_stop_world.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_stop_world.c -o pthread_stop_world.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o thread_local_alloc.lo thread_local_alloc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c thread_local_alloc.c -o thread_local_alloc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o fnlz_mlc.lo fnlz_mlc.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c fnlz_mlc.c -o fnlz_mlc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo './'`cord/cordbscs.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordbscs.c -o cord/libcord_la-cordbscs.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo './'`cord/cordprnt.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordprnt.c -o cord/libcord_la-cordprnt.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo './'`cord/cordxtra.c
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -version-info 5:3:4 -no-undefined -o libgc.la -rpath /usr/local/lib allchblk.lo alloc.lo blacklst.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo ptr_chck.lo reclaim.lo specific.lo typd_mlc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo thread_local_alloc.lo fnlz_mlc.lo -lpthread -ldl
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordxtra.c -o cord/libcord_la-cordxtra.o
libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o ptr_chck.o reclaim.o specific.o typd_mlc.o pthread_start.o pthread_support.o pthread_stop_world.o thread_local_alloc.o fnlz_mlc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgc.a
libtool: link: ( cd ".libs" && rm -f "libgc.la" && ln -s "../libgc.la" "libgc.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -version-info 5:0:4 -no-undefined -o libcord.la -rpath /usr/local/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la
libtool: link: ar cru .libs/libcord.a cord/libcord_la-cordbscs.o cord/libcord_la-cordprnt.o cord/libcord_la-cordxtra.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcord.a
libtool: link: ( cd ".libs" && rm -f "libcord.la" && ln -s "../libcord.la" "libcord.la" )
make[1]: Leaving directory '/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc'
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c allchblk.c -o allchblk.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c allchblk.c -o allchblk.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c alloc.c -o alloc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c alloc.c -o alloc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c blacklst.c -o blacklst.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c blacklst.c -o blacklst.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c dbg_mlc.c -o dbg_mlc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c dbg_mlc.c -o dbg_mlc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c dyn_load.c -o dyn_load.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c dyn_load.c -o dyn_load.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c finalize.c -o finalize.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c finalize.c -o finalize.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c gc_dlopen.c -o gc_dlopen.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c gc_dlopen.c -o gc_dlopen.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c gcj_mlc.c -o gcj_mlc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c gcj_mlc.c -o gcj_mlc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c headers.c -o headers.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c headers.c -o headers.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mach_dep.c -o mach_dep.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c mach_dep.c -o mach_dep.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mallocx.c -o mallocx.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c mallocx.c -o mallocx.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c malloc.c -o malloc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c malloc.c -o malloc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mark.c -o mark.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c mark.c -o mark.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c mark_rts.c -o mark_rts.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c mark_rts.c -o mark_rts.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c misc.c -o misc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c misc.c -o misc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c new_hblk.c -o new_hblk.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c new_hblk.c -o new_hblk.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c obj_map.c -o obj_map.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c obj_map.c -o obj_map.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c os_dep.c -o os_dep.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c os_dep.c -o os_dep.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c ptr_chck.c -o ptr_chck.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c ptr_chck.c -o ptr_chck.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c reclaim.c -o reclaim.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c reclaim.c -o reclaim.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c specific.c -o specific.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c specific.c -o specific.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c typd_mlc.c -o typd_mlc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c typd_mlc.c -o typd_mlc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_start.c -o pthread_start.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c pthread_start.c -o pthread_start.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_support.c -o pthread_support.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c pthread_support.c -o pthread_support.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c pthread_stop_world.c -o pthread_stop_world.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c pthread_stop_world.c -o pthread_stop_world.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c thread_local_alloc.c -o thread_local_alloc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c thread_local_alloc.c -o thread_local_alloc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c fnlz_mlc.c -o fnlz_mlc.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c fnlz_mlc.c -o fnlz_mlc.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordbscs.c -o cord/libcord_la-cordbscs.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c cord/cordbscs.c -o cord/libcord_la-cordbscs.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordprnt.c -o cord/libcord_la-cordprnt.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c cord/cordprnt.c -o cord/libcord_la-cordprnt.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -DHAVE_CONFIG_H -I./include -I./include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -c cord/cordxtra.c -o cord/libcord_la-cordxtra.o
superenv removed: -Wall -Wextra -Wpedantic -g
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I./include -fexceptions -Wno-long-long -fno-strict-aliasing -c cord/cordxtra.c -o cord/libcord_la-cordxtra.o -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
2019-08-10 14:18:25 +0000
make
deps
Using /home/linuxbrew/.linuxbrew/opt/llvm/bin/llvm-config [version=8.0.0]
g++-5 -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/home/linuxbrew/.linuxbrew/Cellar/llvm/8.0.0_1/include -std=c++11 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
gcc-5 -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c
ar -rcs src/ext/libcrystal.a src/ext/sigfault.o
g++-5 called with: -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/home/linuxbrew/.linuxbrew/Cellar/llvm/8.0.0_1/include -std=c++11 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: g++-5 -pipe -w -O2 -march=native -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/home/linuxbrew/.linuxbrew/Cellar/llvm/8.0.0_1/include -std=c++11 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
gcc-5 called with: -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include
2019-08-10 14:18:30 +0000
bin/crystal
build
-D
without_openssl
-D
without_zlib
-D
preview_overflow
-o
.build/crystal
src/compiler/crystal.cr
--release
--no-debug
gcc-5 called with: _main.o -o /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/.brew_home/.cache/crystal/tmp-crystal-20190810-6254-1yfo0um-crystal-0.30.0-src-ecr-process.cr/macro_run -rdynamic -lpcre /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs/libgc.a -lpthread /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/ext/libcrystal.a -levent -lrt -ldl -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/boot/bin/../lib/crystal/lib -L/usr/lib -L/usr/local/lib
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 _main.o -o /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/.brew_home/.cache/crystal/tmp-crystal-20190810-6254-1yfo0um-crystal-0.30.0-src-ecr-process.cr/macro_run -rdynamic -lpcre /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs/libgc.a -lpthread /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/ext/libcrystal.a -levent -lrt -ldl -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/boot/bin/../lib/crystal/lib -L/usr/lib -L/usr/local/lib -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: _main.o -o /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/.build/crystal -rdynamic /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/llvm/ext/llvm_ext.o -L/home/linuxbrew/.linuxbrew/Cellar/llvm/8.0.0_1/lib -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMMIRParser -lLLVMSymbolize -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMCoverage -lLLVMMCA -lLLVMTableGen -lLLVMDlltoolDriver -lLLVMXRay -lLLVMOrcJIT -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc -lLLVMWebAssemblyAsmPrinter -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyInfo -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430Disassembler -lLLVMMSP430CodeGen -lLLVMMSP430AsmParser -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMAArch64CodeGen -lLLVMAArch64AsmParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMAArch64Utils -lLLVMObjectYAML -lLLVMLibDriver -lLLVMOption -lLLVMOptRemarks -lLLVMWindowsManifest -lLLVMTextAPI -lLLVMFuzzMutate -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Desc -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMLineEditor -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMCodeGen -lLLVMTarget -lLLVMCoroutines -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMScalarOpts -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMInstCombine -lLLVMBitWriter -lLLVMAggressiveInstCombine -lLLVMTransformUtils -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMMCParser -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMSupport -lLLVMDemangle -lz -lrt -ldl -ltinfo -lpthread -lm -lxml2 -lstdc++ -lpcre -lm /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs/libgc.a -lpthread /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/ext/libcrystal.a -levent -lrt -ldl -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/boot/bin/../lib/crystal/lib -L/usr/lib -L/usr/local/lib
superenv added: -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 _main.o -o /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/.build/crystal -rdynamic /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/llvm/ext/llvm_ext.o -L/home/linuxbrew/.linuxbrew/Cellar/llvm/8.0.0_1/lib -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMMIRParser -lLLVMSymbolize -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMCoverage -lLLVMMCA -lLLVMTableGen -lLLVMDlltoolDriver -lLLVMXRay -lLLVMOrcJIT -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc -lLLVMWebAssemblyAsmPrinter -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyInfo -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430Disassembler -lLLVMMSP430CodeGen -lLLVMMSP430AsmParser -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMAArch64CodeGen -lLLVMAArch64AsmParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMAArch64Utils -lLLVMObjectYAML -lLLVMLibDriver -lLLVMOption -lLLVMOptRemarks -lLLVMWindowsManifest -lLLVMTextAPI -lLLVMFuzzMutate -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Desc -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMLineEditor -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMCodeGen -lLLVMTarget -lLLVMCoroutines -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMScalarOpts -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMInstCombine -lLLVMBitWriter -lLLVMAggressiveInstCombine -lLLVMTransformUtils -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMMCParser -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMSupport -lLLVMDemangle -lz -lrt -ldl -ltinfo -lpthread -lm -lxml2 -lstdc++ -lpcre -lm /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs/libgc.a -lpthread /tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/src/ext/libcrystal.a -levent -lrt -ldl -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/gc/.libs -L/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/boot/bin/../lib/crystal/lib -L/usr/lib -L/usr/local/lib -isystem/home/linuxbrew/.linuxbrew/include -I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include -L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/crystal/0.30.0_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libyaml/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libffi/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gcc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libedit/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libelf/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/xz/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
2019-08-10 14:30:50 +0000
/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/bin/crystal
build
-o
/tmp/crystal-20190810-6254-1yfo0um/crystal-0.30.0/.build/shards
src/shards.cr
Using compiled compiler at `.build/crystal'
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Error reinitializing libevent (Exception)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Unhandled exception in spawn: Channel is closed (Channel::ClosedError)
from ???
from ???
from ???
from ???
from ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment