Skip to content

Instantly share code, notes, and snippets.

@KeenS
Created January 23, 2015 09:13
Show Gist options
  • Save KeenS/5e5487badce38cef56f5 to your computer and use it in GitHub Desktop.
Save KeenS/5e5487badce38cef56f5 to your computer and use it in GitHub Desktop.
Script started on Fri Jan 23 08:31:06 2015
%
(:branch master :cwd ~/compile/rust)../cond figure --enable clang     -clang
configure: looking for configure programs
configure: found cmp
configure: found mkdir
configure: found printf
configure: found cut
configure: found head
configure: found grep
configure: found xargs
configure: found cp
configure: found find
configure: found uname
configure: found date
configure: found tr
configure: found sed
configure: found file
configure: inspecting environment
configure: recreating config.tmp
configure:
configure: processing ./configure args
configure:
configure: CFG_LOCALSTATEDIR := /var/lib
configure: CFG_SYSCONFDIR := /etc
configure: CFG_DATADIR := /share
configure: CFG_INFODIR := /share/info
configure: CFG_LLVM_ROOT :=
configure: CFG_JEMALLOC_ROOT :=
configure: CFG_BUILD := x86_64-unknown-freebsd
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_BUILD := x86_64-unknown-freebsd
configure: CFG_LIBDIR := /usr/local/lib
configure:
configure: validating ./configure args
configure:
configure: CFG_RELEASE_CHANNEL := dev
configure: CFG_BOOTSTRAP_KEY := 08:31:21
configure:
configure: looking for build programs
configure:
configure: CFG_CURLORWGET := /usr/local/bin/curl (curl 7.40.0 (amd64-portbld-freebsd10.0) libcurl/7.40.0 OpenSSL/1.0.1j zlib/1.2.8)
configure: CFG_PYTHON := /usr/local/bin/python2.7
configure: CFG_GIT := /usr/local/bin/git (git version 2.2.2)
configure: CFG_CLANG := /usr/bin/clang++ (FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512)
configure: CFG_CCACHE :=
configure: CFG_GCC :=
configure: CFG_LD := /usr/bin/ld (GNU gold (GNU Binutils 2.25) 1.11)
configure: CFG_VALGRIND :=
configure: CFG_PERF :=
configure: CFG_ISCC :=
configure: CFG_JAVAC := /usr/local/bin/javac
configure: CFG_ANTLR4 :=
configure: CFG_GRUN :=
configure: CFG_PANDOC :=
configure: CFG_PDFLATEX := /usr/local/bin/pdflatex (pdfTeX 3.14159265-2.6-1.40.15 (Web2C 2014))
configure: CFG_XELATEX :=
configure: CFG_LUALATEX :=
configure: CFG_GDB := /usr/bin/gdb (GNU gdb 6.1.1 [FreeBSD])
configure: CFG_LLDB :=
configure: CFG_GDB_VERSION := GNU gdb 6.1.1 [FreeBSD]
configure:
configure: looking for target specific programs
configure:
configure: CFG_ADB :=
configure:
configure: on FreeBSD, forcing use of clang
configure:
configure: CFG_ENABLE_CLANG := 1
configure: CFG_USING_CLANG := 1
configure:
configure: found ok version of CLANG: 3.4.1
configure:
configure: CFG_CC := clang
configure: CFG_CXX := clang++
configure:
configure: making directories
configure:
configure:
configure: configuring submodules
configure:
configure: git: submodule sync
Synchronizing submodule url for 'src/compiler-rt'
Synchronizing submodule url for 'src/jemalloc'
Synchronizing submodule url for 'src/llvm'
Synchronizing submodule url for 'src/rt/hoedown'
Synchronizing submodule url for 'src/rust-installer'
configure: git: submodule init
configure: git: submodule update
configure: git: submodule foreach sync
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
configure: git: submodule foreach update
configure: git: submodule status
58ab642c30d9f97735d5745b5d01781ee199c6ae src/compiler-rt (remotes/origin/rust-2015-01-08-do-not-delete)
b001609960ca33047e5cbc5a231c1e24b6041d4b src/jemalloc (3.6.0-156-gb001609)
b820135911e17c7a46b901db56baa48e5155bf46 src/llvm (remotes/origin/rust-llvm-2014-12-30)
238c4d57cce10d33b05cf52a91fc62a09f31ffbb src/rt/hoedown (238c4d5)
e577c97b494be2815b215e3042207d6d4b7c5516 src/rust-installer (heads/master)
-aed73472416064642911af790b25d57c9390b6c7 src/rust-installer/test/rust-installer-v1
configure: git: submodule clobber
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Removing VERSION
Entering 'src/llvm'
Removing utils/llvm-build/llvmbuild/__init__.pyc
Removing utils/llvm-build/llvmbuild/componentinfo.pyc
Removing utils/llvm-build/llvmbuild/configutil.pyc
Removing utils/llvm-build/llvmbuild/main.pyc
Removing utils/llvm-build/llvmbuild/util.pyc
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
configure:
configure: looking at LLVM
configure:
configure: configuring LLVM for x86_64-unknown-freebsd
configure: configuring LLVM with:
configure: --enable-targets=x86,x86_64,arm,aarch64,mips,powerpc --enable-optimized --enable-assertions --disable-docs --enable-bindings=none --disable-terminfo --disable-zlib --disable-libffi --enable-libcpp --build=x86_64-unknown-freebsd --host=x86_64-unknown-freebsd --target=x86_64-unknown-freebsd --with-python=/usr/local/bin/python2.7
checking for x86_64-unknown-freebsd-clang... clang -Qunused-arguments
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -Qunused-arguments accepts -g... yes
checking for clang -Qunused-arguments option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -Qunused-arguments accepts -g... yes
checking how to run the C preprocessor... clang -Qunused-arguments -E
checking whether GCC or Clang is our host compiler... clang
checking build system type... x86_64-unknown-freebsd
checking host system type... x86_64-unknown-freebsd
checking target system type... x86_64-unknown-freebsd
checking type of operating system we're going to host on... FreeBSD
checking type of operating system we're going to target... FreeBSD
checking target architecture... x86_64
checking whether Clang is new enough... yes
checking optimization flags... -O2
checking for GNU make... gmake
checking whether ln -s works... yes
checking for nm... /usr/bin/nm
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for x86_64-unknown-freebsd-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-freebsd-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for dot... /usr/local/bin/dot
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/local/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... no
checking for zip... /usr/local/bin/zip
checking for ocamlc... /home/kim/.opam/4.02.1/bin/ocamlc
checking for ocamlopt... /home/kim/.opam/4.02.1/bin/ocamlopt
checking for ocamldep... /home/kim/.opam/4.02.1/bin/ocamldep
checking for ocamldoc... /home/kim/.opam/4.02.1/bin/ocamldoc
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 2.25
checking for compiler -Wl,-R<path> option... yes
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default -Wno-uninitialized
checking for python... user defined: /usr/local/bin/python2.7
checking for python >= 2.5... /usr/local/bin/python2.7 (2.7.9)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... none required
checking for library containing el_init... -ledit
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/usr/local/include/libxml2 -I/usr/include
checking for xmlReadFile in -lxml2... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for MAP_ANONYMOUS vs. MAP_ANON... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... clang++ -Qunused-arguments -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... no
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... no
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... no
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking for futimes... yes
checking for futimens... no
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether arc4random is declared... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: include/llvm/Support/DataTypes.h is unchanged
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
configure:
configure: writing configuration
configure:
configure: CFG_SRC_DIR := /home/kim/compile/rust/
configure: CFG_BUILD_DIR := /home/kim/compile/rust/
configure: CFG_OSTYPE := unknown-freebsd
configure: CFG_CPUTYPE := x86_64
configure: CFG_CONFIGURE_ARGS := --enable-clang
configure: CFG_PREFIX := /usr/local
configure: CFG_HOST := x86_64-unknown-freebsd
configure: CFG_TARGET := x86_64-unknown-freebsd
configure: CFG_LIBDIR_RELATIVE := lib
configure: CFG_DISABLE_MANAGE_SUBMODULES :=
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_MANDIR := /usr/local/share/man
configure: CFG_LLVM_SRC_DIR := /home/kim/compile/rust/src/llvm/
configure: CFG_LLVM_BUILD_DIR_x86_64_unknown_freebsd := /home/kim/compile/rust/x86_64-unkno ...
configure: CFG_LLVM_INST_DIR_x86_64_unknown_freebsd := /home/kim/compile/rust/x86_64-unkno ...
configure:
configure: leaving ./Makefile unchanged
configure: mv config.tmp config.mk
configure:
configure: complete
configure:
configure: run `make help`
configure:
%
(:branch master :cwd ~/compile/rust)ggmake -j4
cfg: build triple x86_64-unknown-freebsd
cfg: host triples x86_64-unknown-freebsd
cfg: target triples x86_64-unknown-freebsd
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-unknown-freebsd is x86_64
cfg: os for x86_64-unknown-freebsd is unknown-freebsd
cfg: good valgrind for x86_64-unknown-freebsd is
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
cfg: no lualatex found, deferring to xelatex
cfg: no xelatex found, deferring to pdflatex
cfg: no pandoc found, omitting PDF and EPUB docs
fetch: x86_64-unknown-freebsd/stage0/bin/rustc
compile: x86_64-unknown-freebsd/rt/arch/x86_64/morestack.o
make: compiler-rt
make: jemalloc
cd "x86_64-unknown-freebsd/rt/jemalloc"; "/home/kim/compile/rust/src/jemalloc/configure" --with-jemalloc-prefix=je_ --disable-fill --build=x86_64-unknown-freebsd --host=x86_64-unknown-freebsd CC="clang -I/usr/local/include " AR="ar" RANLIB="ar s" CPPFLAGS="-I /home/kim/compile/rust/src/rt/" EXTRA_CFLAGS="-g1 -ffunction-sections -fdata-sections"
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/src/compiler-rt' に入ります
checking for xsltproc... /usr/local/bin/xsltproc
checking for x86_64-unknown-freebsd-gcc... clang -I/usr/local/include
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 clang -I/usr/local/include accepts -g... yes
checking for clang -I/usr/local/include option to accept ISO C89... none needed
checking whether compiler supports -std=gnu99... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking whether compiler supports -g1 -ffunction-sections -fdata-sections... yes
checking how to run the C preprocessor... clang -I/usr/local/include -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... compile: x86_64-unknown-freebsd/rt/rust_builtin.o
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of void *... compile: x86_64-unknown-freebsd/rt/rust_android_dummy.o
8
checking size of int... configure: libbacktrace for x86_64-unknown-freebsd
4
checking size of long... 8
checking size of intmax_t... configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
8
checking build system type... x86_64-unknown-freebsd
checking host system type... checking build system type... x86_64-unknown-freebsd
checking whether pause instruction is compilable... x86_64-unknown-freebsd10.1
checking host system type... yes
checking whether SSE2 intrinsics is compilable... x86_64-unknown-freebsd
checking target system type... x86_64-unknown-freebsd
checking for x86_64-unknown-freebsd-gcc... clang
checking for C compiler default output file name... determined most recent snapshot: rust-stage0-2015-01-20-9006c3c-freebsd-x86_64-240b30b33263d175e30f925ed1e1e1a4e553a513.tar.bz2
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
yes
checking for suffix of object files... checking for x86_64-unknown-freebsd-ar... ar
checking malloc.h usability... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... no
checking malloc.h presence... no
checking for malloc.h... no
checking whether __attribute__ syntax is compilable... none needed
checking how to run the C preprocessor... clang -E
yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether tls_model attribute is compilable... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-freebsd-ranlib... ar s
checking for ld... /usr/bin/ld
checking for autoconf... /usr/local/bin/autoconf
checking for memalign... yes
checking for sys/types.h... no
checking for valloc... yes
checking for sys/stat.h... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking for stdlib.h... yes
checking configured backtracing method... N/A
checking for sbrk... yes
got download with ok hash
opening snapshot dl/rust-stage0-2015-01-20-9006c3c-freebsd-x86_64-240b30b33263d175e30f925ed1e1e1a4e553a513.tar.bz2
checking for string.h... yes
checking whether utrace(2) is compilable... yes
checking for memory.h... yes
checking for strings.h... removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc.metadata.o
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc.o
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler-rt.a
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libmorestack.a
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcore-4e7c5e5c.rlib
yes
checking whether valgrind is compilable... removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.core
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_bitflags
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.libc
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.alloc
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rand
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.unicode
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.collections
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librand-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcollections-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libstd-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libflate-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.std
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liblibc-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_bitflags-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.flate
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.arena
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgraphviz-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libflate-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.graphviz
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.fmt_macros
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgraphviz-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libfmt_macros-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.regex
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.getopts
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_llvm
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liblog-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libterm-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libserialize-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libregex-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libserialize-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax-4e7c5e5c.rlib
yes
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libfmt_macros-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.log
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libarena-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libarena-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgetopts-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgetopts-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libregex-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.term
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.serialize
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so
checking for inttypes.h... removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rbml
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librbml-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_borrowck
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liblog-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librbml-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.syntax
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_back
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_resolve
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_privacy
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_typeck
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_trans
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.rustc_driver
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liballoc-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libstd-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libunicode-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libterm-4e7c5e5c.rlib
removing x86_64-unknown-freebsd/stage0/bin/rustc
yes
yes
checking whether a program using __builtin_ffsl is compilable... checking for stdint.h... yes
checking for unistd.h... yes
yes
checking STATIC_PAGE_SHIFT... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 12
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... warning: clang_darwin.mk: dropping arch 'i386' from lib 'eprintf' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib '10.4' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib '10.4' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'cc_kext_ios5' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'cc_kext_ios5' (clang does not support it)
checking pthread.h usability... warning: clang_darwin.mk: dropping arch 'armv7' from lib 'cc_kext_ios5' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_osx' (clang does not support it)
yes
checking pthread.h presence... warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'profile_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_ios' (clang does not support it)
yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
cannot open /home/kim/compile/rust/src/libbacktrace/missing: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'profile_ios' (clang does not support it)
yes
checking for _malloc_thread_cleanup... warning: clang_darwin.mk: dropping arch 'i386' from lib 'asan_osx_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'asan_osx_dynamic' (clang does not support it)
/usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'asan_osx_dynamic'no
checking for nawk... nawk
checking whether make sets $(MAKE)... (clang does not support it)
yes
yes
checking for _pthread_mutex_init_calloc_cb... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-freebsd-gcc... (cached) clang
warning: clang_darwin.mk: dropping arch 'i386' from lib 'ubsan_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'ubsan_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'ubsan_osx' (clang does not support it)
yes
Forcing lazy-lock to avoid allocator/threading bootstrap issues
checking dlfcn.h usability... checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking for x86_64-unknown-freebsd-ranlib... ar s
checking for gawk... (cached) nawk
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlsym... yes
checking for TLS... yes
checking whether atomic(9) is compilable... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... yes
checking whether Darwin OSAtomic*() is compilable... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for x86_64-unknown-freebsd-dumpbin... no
checking for x86_64-unknown-freebsd-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... no
checking whether madvise(2) is compilable... yes
checking for __builtin_clz... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-freebsd-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-freebsd-ar... ar
checking for x86_64-unknown-freebsd-strip... no
checking for strip... strip
checking for x86_64-unknown-freebsd-ranlib... (cached) ar s
checking command to parse nm output from clang object... yes
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... ok
checking for dlfcn.h... no
checking whether glibc memalign hook is compilable... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... no
checking whether pthreads adaptive mutexes is compilable... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking for stdbool.h that conforms to C99... yes
checking if clang static flag -static works... yes
checking for _Bool... yes
configure: creating ./config.status
yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... config.status: creating Makefile
config.status: creating jemalloc.pc
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking unwind.h usability... config.status: creating doc/html.xsl
yes
checking unwind.h presence... no
configure: WARNING: unwind.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: unwind.h: proceeding with the compiler's result
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... config.status: creating doc/manpages.xsl
yes
checking for -frandom-seed=string option... yes
checking whether clang supports -W... yes
checking whether clang supports -Wall... config.status: creating doc/jemalloc.xml
yes
checking whether clang supports -Wwrite-strings... yes
config.status: creating include/jemalloc/jemalloc_macros.h
checking whether clang supports -Wstrict-prototypes... yes
checking whether clang supports -Wmissing-prototypes... yes
config.status: creating include/jemalloc/jemalloc_protos.h
checking whether clang supports -Wold-style-definition... yes
config.status: creating include/jemalloc/jemalloc_typedefs.h
checking whether clang supports -Wmissing-format-attribute... yes
checking whether clang supports -Wcast-qual... config.status: creating include/jemalloc/internal/jemalloc_internal.h
yes
checking for _Unwind_GetIPInfo... yes
checking __sync extensions... yes
checking __atomic extensions... config.status: creating test/test.sh
yes
checking output filetype... elf64
config.status: creating test/include/test/jemalloc_test.h
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... config.status: creating config.stamp
config.status: creating bin/jemalloc.sh
yes
checking for uintptr_t... config.status: creating include/jemalloc/jemalloc_defs.h
config.status: include/jemalloc/jemalloc_defs.h is unchanged
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
yes
checking for int_least32_t... config.status: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged
config.status: creating test/include/test/jemalloc_test_defs.h
yes
checking for int_fast32_t... config.status: test/include/test/jemalloc_test_defs.h is unchanged
config.status: executing include/jemalloc/internal/private_namespace.h commands
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
yes
checking for uint64_t... config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... gmake[1]: 'triple-builtins' に対して行うべき事はありません.
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/src/compiler-rt' から出ます
yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... config.status: executing include/jemalloc/internal/public_unnamespace.h commands
yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... compile: x86_64-unknown-freebsd/rt/rust_try.o
yes
checking for fcntl... config.status: executing include/jemalloc/internal/size_classes.h commands
yes
checking whether strnlen is declared... yes
checking for getexecname... no
checking whether tests can run... yes
configure: creating ./config.status
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.12.0-4154-gd8d5e4d2178097fbe92b26e57d0e18dc1eedbe5e
library revision : 2
CC : clang -I/usr/local/include
CPPFLAGS : -I /home/kim/compile/rust/src/rt/ -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lpthread
RPATH_EXTRA :
XSLTPROC : /usr/local/bin/xsltproc
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
DATADIR : /usr/local/share
MANDIR : /usr/local/share/man
srcroot : /home/kim/compile/rust/src/jemalloc/
abs_srcroot : /home/kim/compile/rust/src/jemalloc/
objroot :
abs_objroot : /home/kim/compile/rust/x86_64-unknown-freebsd/rt/jemalloc/
JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 0
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 0
tcache : 1
fill : 0
utrace : 0
valgrind : 1
xmalloc : 0
munmap : 1
lazy_lock : 1
tls : 1
===============================================================================
config.status: executing gstdint.h commands
config.status: executing default commands
compile: x86_64-unknown-freebsd/rt/arch/x86_64/record_sp.o
compile: x86_64-unknown-freebsd/rt/miniz.o
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/jemalloc' に入ります
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/jemalloc.o /home/kim/compile/rust/src/jemalloc/src/jemalloc.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/arena.o /home/kim/compile/rust/src/jemalloc/src/arena.c
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1320:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(true, ret, usize, true, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1692:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(true, p, usize, false, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1818:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(false, ptr, usize, false, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/atomic.o /home/kim/compile/rust/src/jemalloc/src/atomic.c
compile: x86_64-unknown-freebsd/rustllvm/ExecutionEngineWrapper.o
extracting rust-stage0/bin/rustc
compile: x86_64-unknown-freebsd/rustllvm/RustWrapper.o
3 warnings generated.
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/base.o /home/kim/compile/rust/src/jemalloc/src/base.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/bitmap.o /home/kim/compile/rust/src/jemalloc/src/bitmap.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk.o /home/kim/compile/rust/src/jemalloc/src/chunk.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk_dss.o /home/kim/compile/rust/src/jemalloc/src/chunk_dss.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk_mmap.o /home/kim/compile/rust/src/jemalloc/src/chunk_mmap.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/ckh.o /home/kim/compile/rust/src/jemalloc/src/ckh.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/ctl.o /home/kim/compile/rust/src/jemalloc/src/ctl.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/extent.o /home/kim/compile/rust/src/jemalloc/src/extent.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/hash.o /home/kim/compile/rust/src/jemalloc/src/hash.c
compile: x86_64-unknown-freebsd/rustllvm/PassWrapper.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/huge.o /home/kim/compile/rust/src/jemalloc/src/huge.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/mb.o /home/kim/compile/rust/src/jemalloc/src/mb.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/mutex.o /home/kim/compile/rust/src/jemalloc/src/mutex.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/prof.o /home/kim/compile/rust/src/jemalloc/src/prof.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/quarantine.o /home/kim/compile/rust/src/jemalloc/src/quarantine.c
compile: x86_64-unknown-freebsd/rt/rust_test_helpers.o
compile: x86_64-unknown-freebsd/rt/hoedown/src/autolink.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/rtree.o /home/kim/compile/rust/src/jemalloc/src/rtree.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/stats.o /home/kim/compile/rust/src/jemalloc/src/stats.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/buffer.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/tcache.o /home/kim/compile/rust/src/jemalloc/src/tcache.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/document.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/util.o /home/kim/compile/rust/src/jemalloc/src/util.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/escape.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/tsd.o /home/kim/compile/rust/src/jemalloc/src/tsd.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/html.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/valgrind.o /home/kim/compile/rust/src/jemalloc/src/valgrind.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/jemalloc.pic.o /home/kim/compile/rust/src/jemalloc/src/jemalloc.c
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:12:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_NOACCESS(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:110:37: note: expanded from macro 'VALGRIND_MAKE_MEM_NOACCESS'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:19:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_UNDEFINED(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:117:37: note: expanded from macro 'VALGRIND_MAKE_MEM_UNDEFINED'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:26:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_DEFINED(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:124:37: note: expanded from macro 'VALGRIND_MAKE_MEM_DEFINED'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
3 warnings generated.
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/arena.pic.o /home/kim/compile/rust/src/jemalloc/src/arena.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/html_blocks.o
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1320:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(true, ret, usize, true, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1692:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(true, p, usize, false, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
/home/kim/compile/rust/src/jemalloc/src/jemalloc.c:1818:2: warning: unused variable 'rzsize' [-Wunused-variable]
JEMALLOC_VALGRIND_REALLOC(false, ptr, usize, false, ptr, old_usize,
 ^
/home/kim/compile/rust/src/jemalloc/include/jemalloc/internal/valgrind.h:41:10: note: expanded from macro 'JEMALLOC_VALGRIND_REALLOC'
size_t rzsize = p2rz(ptr); \
 ^
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/atomic.pic.o /home/kim/compile/rust/src/jemalloc/src/atomic.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/html_smartypants.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/base.pic.o /home/kim/compile/rust/src/jemalloc/src/base.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/stack.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/bitmap.pic.o /home/kim/compile/rust/src/jemalloc/src/bitmap.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk.pic.o /home/kim/compile/rust/src/jemalloc/src/chunk.c
compile: x86_64-unknown-freebsd/rt/hoedown/src/version.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /home/kim/compile/rust/src/jemalloc/src/chunk_dss.c
version-info: doc/version_info.html
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /home/kim/compile/rust/src/jemalloc/src/chunk_mmap.c
link: x86_64-unknown-freebsd/rt/libmorestack.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/ckh.pic.o /home/kim/compile/rust/src/jemalloc/src/ckh.c
cp: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler-rt.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/ctl.pic.o /home/kim/compile/rust/src/jemalloc/src/ctl.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/extent.pic.o /home/kim/compile/rust/src/jemalloc/src/extent.c
3 warnings generated.
link: x86_64-unknown-freebsd/rt/librust_builtin.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/hash.pic.o /home/kim/compile/rust/src/jemalloc/src/hash.c
make: libbacktrace
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/libbacktrace' に入ります
gmake all-am
gmake[2]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/libbacktrace' に入ります
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o atomic.lo /home/kim/compile/rust/src/libbacktrace/atomic.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/atomic.c -o atomic.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o dwarf.lo /home/kim/compile/rust/src/libbacktrace/dwarf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/dwarf.c -o dwarf.o
link: x86_64-unknown-freebsd/rt/librustrt_native.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/huge.pic.o /home/kim/compile/rust/src/jemalloc/src/huge.c
/home/kim/compile/rust/src/libbacktrace/dwarf.c:2678:10: warning: cast to 'struct line *' from smaller integer type 'int' [-Wint-to-pointer-cast]
lines = (struct line *) backtrace_atomic_load_pointer (&u->lines);
 ^
/home/kim/compile/rust/src/libbacktrace/dwarf.c:2690:11: warning: incompatible integer to pointer conversion assigning to 'struct line *' from 'int' [-Wint-conversion]
lines = backtrace_atomic_load_pointer (&u->lines);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/libbacktrace/dwarf.c:2873:10: warning: incompatible integer to pointer conversion assigning to 'struct dwarf_data *' from 'int'
[-Wint-conversion]
ddata = backtrace_atomic_load_pointer (pp);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/libbacktrace/dwarf.c:3005:10: warning: incompatible integer to pointer conversion assigning to 'struct dwarf_data *' from 'int'
[-Wint-conversion]
p = backtrace_atomic_load_pointer (pp);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
link: x86_64-unknown-freebsd/rt/libminiz.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/mb.pic.o /home/kim/compile/rust/src/jemalloc/src/mb.c
4 warnings generated.
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o fileline.lo /home/kim/compile/rust/src/libbacktrace/fileline.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/fileline.c -o fileline.o
/home/kim/compile/rust/src/libbacktrace/fileline.c:75:17: warning: incompatible integer to pointer conversion assigning to 'fileline' (aka 'int (*)(struct
backtrace_state *, uintptr_t, backtrace_full_callback, backtrace_error_callback, void *)') from 'int' [-Wint-conversion]
fileline_fn = backtrace_atomic_load_pointer (&state->fileline_fn);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o posix.lo /home/kim/compile/rust/src/libbacktrace/posix.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/posix.c -o posix.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o print.lo /home/kim/compile/rust/src/libbacktrace/print.c
link: x86_64-unknown-freebsd/rt/librustllvm.a
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/print.c -o print.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o state.lo /home/kim/compile/rust/src/libbacktrace/state.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/state.c -o state.o
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/mutex.pic.o /home/kim/compile/rust/src/jemalloc/src/mutex.c
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o backtrace.lo /home/kim/compile/rust/src/libbacktrace/backtrace.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/backtrace.c -o backtrace.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o simple.lo /home/kim/compile/rust/src/libbacktrace/simple.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/simple.c -o simple.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o elf.lo /home/kim/compile/rust/src/libbacktrace/elf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/elf.c -o elf.o
cp: x86_64-unknown-freebsd/stage1/lib/rustlib/x86_64-unknown-freebsd/lib/libmorestack.a
/home/kim/compile/rust/src/libbacktrace/elf.c:448:10: warning: incompatible integer to pointer conversion assigning to 'struct elf_syminfo_data *' from 'int'
[-Wint-conversion]
p = backtrace_atomic_load_pointer (pp);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/libbacktrace/elf.c:493:10: warning: incompatible integer to pointer conversion assigning to 'struct elf_syminfo_data *' from 'int'
[-Wint-conversion]
edata = backtrace_atomic_load_pointer (pp);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/libbacktrace/elf.c:970:18: warning: incompatible integer to pointer conversion assigning to 'fileline' (aka 'int (*)(struct backtrace_state
*, uintptr_t, backtrace_full_callback, backtrace_error_callback, void *)') from 'int' [-Wint-conversion]
current_fn = backtrace_atomic_load_pointer (&state->fileline_fn);
 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp: x86_64-unknown-freebsd/stage1/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler-rt.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/prof.pic.o /home/kim/compile/rust/src/jemalloc/src/prof.c
3 warnings generated.
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o mmapio.lo /home/kim/compile/rust/src/libbacktrace/mmapio.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/mmapio.c -o mmapio.o
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c -o mmap.lo /home/kim/compile/rust/src/libbacktrace/mmap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/home/kim/compile/rust/src/libbacktrace -I /home/kim/compile/rust/src/libbacktrace/../include -I /home/kim/compile/rust/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -c /home/kim/compile/rust/src/libbacktrace/mmap.c -o mmap.o
cp: x86_64-unknown-freebsd/stage2/lib/rustlib/x86_64-unknown-freebsd/lib/libmorestack.a
true DO=all multi-do # gmake
cp: x86_64-unknown-freebsd/stage2/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler-rt.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/quarantine.pic.o /home/kim/compile/rust/src/jemalloc/src/quarantine.c
/bin/sh ./libtool --tag=CC --mode=link clang -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Wall -g -fPIC -I/usr/local/include -Qunused-arguments -fno-stack-protector -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
libtool: link: ar s .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
gmake[2]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/libbacktrace' から出ます
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/libbacktrace' から出ます
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/rtree.pic.o /home/kim/compile/rust/src/jemalloc/src/rtree.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/stats.pic.o /home/kim/compile/rust/src/jemalloc/src/stats.c
link: x86_64-unknown-freebsd/rt/librust_test_helpers.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/tcache.pic.o /home/kim/compile/rust/src/jemalloc/src/tcache.c
link: x86_64-unknown-freebsd/rt/libhoedown.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/util.pic.o /home/kim/compile/rust/src/jemalloc/src/util.c
cp: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libmorestack.a
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/tsd.pic.o /home/kim/compile/rust/src/jemalloc/src/tsd.c
clang -I/usr/local/include -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -I /home/kim/compile/rust/src/rt/ -D_REENTRANT -I/home/kim/compile/rust/src/jemalloc/include -Iinclude -o src/valgrind.pic.o /home/kim/compile/rust/src/jemalloc/src/valgrind.c
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcore
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:12:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_NOACCESS(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:110:37: note: expanded from macro 'VALGRIND_MAKE_MEM_NOACCESS'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:19:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_UNDEFINED(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:117:37: note: expanded from macro 'VALGRIND_MAKE_MEM_UNDEFINED'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
/home/kim/compile/rust/src/jemalloc/src/valgrind.c:26:2: warning: expression result unused [-Wunused-value]
VALGRIND_MAKE_MEM_DEFINED(ptr, usize);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kim/compile/rust/src/rt/valgrind/memcheck.h:124:37: note: expanded from macro 'VALGRIND_MAKE_MEM_DEFINED'
VALGRIND_DO_CLIENT_REQUEST_EXPR(0 /* default return */, \
 ^
/home/kim/compile/rust/src/rt/valgrind/valgrind.h:200:8: note: expanded from macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
(_zzq_default)
 ^
3 warnings generated.
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o src/valgrind.o
/home/kim/compile/rust/src/libcore/lib.rs:67:12: 67:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libcore/lib.rs:67 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/valgrind.pic.o
gmake[1]: ディレクトリ '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/rt/jemalloc' から出ます
/home/kim/compile/rust/src/libcore/lib.rs:67:12: 67:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libcore/lib.rs:67 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/libcore/iter.rs:104:10: 104:11 warning: the type parameter `T` is not constrained by the impl trait, self type, or predicates
/home/kim/compile/rust/src/libcore/iter.rs:104 impl<'a, T> Iterator for &'a mut (Iterator<Item=T> + 'a) {
^
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liblibc
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librand
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libunicode
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_bitflags
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liballoc
/home/kim/compile/rust/src/liballoc/lib.rs:74:12: 74:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/liballoc/lib.rs:74 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/liballoc/lib.rs:74:12: 74:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/liballoc/lib.rs:74 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/liballoc/boxed.rs:253:10: 253:11 warning: the type parameter `T` is not constrained by the impl trait, self type, or predicates
/home/kim/compile/rust/src/liballoc/boxed.rs:253 impl<'a, T> Iterator for Box<Iterator<Item=T> + 'a> {
^
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcollections
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libstd
/home/kim/compile/rust/src/libstd/lib.rs:112:12: 112:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libstd/lib.rs:112 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/libstd/lib.rs:112:12: 112:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libstd/lib.rs:112 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/libstd/io/mod.rs:1590:10: 1590:11 warning: the type parameter `T` is not constrained by the impl trait, self type, or predicates
/home/kim/compile/rust/src/libstd/io/mod.rs:1590 impl<'a, T, A: ?Sized + Acceptor<T>> Iterator for IncomingConnections<'a, A> {
^
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libarena
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libflate
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgetopts
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libgraphviz
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libregex
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libfmt_macros
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm
cp: x86_64-unknown-freebsd/stage1/lib/libstd
cp: x86_64-unknown-freebsd/stage1/lib/libarena
cp: x86_64-unknown-freebsd/stage1/lib/libflate
cp: x86_64-unknown-freebsd/stage1/lib/libgraphviz
cp: x86_64-unknown-freebsd/stage1/lib/libfmt_macros
cp: x86_64-unknown-freebsd/stage1/lib/libgetopts
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/liblog
cp: x86_64-unknown-freebsd/stage1/lib/libregex
cp: x86_64-unknown-freebsd/stage1/lib/librustc_llvm
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libterm
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libserialize
cp: x86_64-unknown-freebsd/stage1/lib/liblog
/home/kim/compile/rust/src/libserialize/lib.rs:28:12: 28:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libserialize/lib.rs:28 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
/home/kim/compile/rust/src/libserialize/lib.rs:28:12: 28:26 warning: feature is deprecated and will only be available for a limited time, please rewrite code that relies on it
/home/kim/compile/rust/src/libserialize/lib.rs:28 #![feature(old_impl_check)]
^~~~~~~~~~~~~~
cp: x86_64-unknown-freebsd/stage1/lib/libterm
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librbml
cp: x86_64-unknown-freebsd/stage1/lib/libserialize
cp: x86_64-unknown-freebsd/stage1/lib/librbml
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back
cp: x86_64-unknown-freebsd/stage1/lib/libsyntax
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc
cp: x86_64-unknown-freebsd/stage1/lib/librustc_back
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy
cp: x86_64-unknown-freebsd/stage1/lib/librustc
cp: x86_64-unknown-freebsd/stage1/lib/librustc_borrowck
cp: x86_64-unknown-freebsd/stage1/lib/librustc_resolve
cp: x86_64-unknown-freebsd/stage1/lib/librustc_privacy
cp: x86_64-unknown-freebsd/stage1/lib/librustc_typeck
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver
cp: x86_64-unknown-freebsd/stage1/lib/librustc_trans
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc
cp: x86_64-unknown-freebsd/stage1/lib/librustc_driver
error: linking with `cc` failed: exit code: 1
note: cc '-L/usr/local/lib' '-L/usr/local/lib/gcc46' '-L/usr/local/lib/gcc44' '-m64' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-o' 'x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc' 'x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc.o' '-Wl,--whole-archive' '-lmorestack' '-Wl,--no-whole-archive' '-Wl,--gc-sections' '-nodefaultlibs' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_driver-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_typeck-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_resolve-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_borrowck-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_trans-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_privacy-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lgetopts-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_back-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lsyntax-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-larena-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lterm-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lfmt_macros-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lgraphviz-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lflate-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrbml-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lserialize-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-llog-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lregex-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lrustc_llvm-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-lstd-4e7c5e5c' '-L' '/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib' '-L' '/usr/home/kim/compile/rust/.rust/lib/x86_64-unknown-freebsd' '-L' '/usr/home/kim/compile/rust/lib/x86_64-unknown-freebsd' '-Wl,--whole-archive' '-Wl,-Bstatic' '-Wl,--no-whole-archive' '-Wl,-Bdynamic' '-lpthread' '-ledit' '-lm' '-lc++' '-lexecinfo' '-lpthread' '-lrt' '-lgcc_s' '-lpthread' '-lc' '-lm' '-lcompiler-rt'
note: /usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DICompositeType::setArraysHelper(llvm::MDNode*, llvm::MDNode*)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::getLazyBitcodeModule(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&&, llvm::LLVMContext&)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createVectorType(unsigned long, unsigned long, llvm::DIType, llvm::DITypedArray<llvm::DIDescriptor>)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createLexicalBlock(llvm::DIDescriptor, llvm::DIFile, unsigned int, unsigned int)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::MemoryBuffer::getMemBufferRef() const'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createEnumerationType(llvm::DIDescriptor, llvm::StringRef, llvm::DIFile, unsigned int, unsigned long, unsigned long, llvm::DITypedArray<llvm::DIDescriptor>, llvm::DIType, llvm::StringRef)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::raw_fd_ostream::raw_fd_ostream(llvm::StringRef, std::__1::error_code&, llvm::sys::fs::OpenFlags)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createStructType(llvm::DIDescriptor, llvm::StringRef, llvm::DIFile, unsigned int, unsigned long, unsigned long, unsigned int, llvm::DIType, llvm::DITypedArray<llvm::DIDescriptor>, unsigned int, llvm::DIType, llvm::StringRef)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createUnionType(llvm::DIDescriptor, llvm::StringRef, llvm::DIFile, unsigned int, unsigned long, unsigned long, unsigned int, llvm::DITypedArray<llvm::DIDescriptor>, unsigned int, llvm::StringRef)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createArrayType(unsigned long, unsigned long, llvm::DIType, llvm::DITypedArray<llvm::DIDescriptor>)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::object::Archive::create(llvm::MemoryBufferRef)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createSubroutineType(llvm::DIFile, llvm::DITypedArray<llvm::DIRef<llvm::DIType> >, unsigned int)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'llvm::DIBuilder::createGlobalVariable(llvm::DIDescriptor, llvm::StringRef, llvm::StringRef, llvm::DIFile, unsigned int, llvm::DIRef<llvm::DIType>, bool, llvm::Value*, llvm::MDNode*)'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'compress2'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'compressBound'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'crc32'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'uncompress'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'del_curterm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'tigetnum'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'setupterm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_llvm-4e7c5e5c.so: error: undefined reference to 'set_curterm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::fs::path..Path.PathExtensions::is_file::h646d06be5a139488Fge'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::fs::lstat::hef5fe39358fa9876OJd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::fs::readlink::hb77ed72d59c9296etUd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::process::Process.Drop::drop::h9ac1579e8910180d3vg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::process::Command::cwd::he8a213c9a97219bdW2f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::process::Command::spawn::h28cbf7a4ae648254w5f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'io::process::Process::wait_with_output::hb97bf371159afeaeNtg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'fmt::Formatter$LT$$u{27}a$GT$::pad::hb349159c2b6a2f37z4G'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'str::str.StrExt::lines_any::h2baef08fa084f99eR0D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::from_reader::h5d99d32682de9755OUi'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::ParserError...std..fmt..Show::fmt::h7f13759c25dac045B2e'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::Json::as_boolean::hb5a4eefbc9f0e1efxAh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::Json::find::hc2790e856fe8550cRth'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::Json::as_array::ha5d27a6a39e9a6f9Uwh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'json::Json::as_string::hb5ced4b1dfe29dd4xxh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPath::root_path::h95cb5bee4ac9ae90tik'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'path::posix::Path::components::h5a7d8b65c10f91d2Hrk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'btree::node::round_up_to_next::_MSG_FILE_LINE::h5603444ca5250d16cDb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'print::pprust::rust_printer::h970d90a4b7359875wiZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_back-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::print_mac::heb13c165876a4e56Wg2'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_fatal::hc1ab6f5855ad2c273TE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_unimpl::hf0110df017775e4cU0E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::fileline_help::hd648a032cc68c1ccFZE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::fileline_note::hc94cdad731981704eZE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_end_note::hd78da80878c7220flYE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_err_with_code::hb5c8b6ddfe2e475ahWE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_warn_with_code::h77b3154763062c32lXE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_fatal_with_code::h475e3ee3626eb925RUE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_bug::h68c459221225aaf66ZE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_err::h5979342be8cf5a8dLVE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_help::hf6718645c40967abMYE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_note::h228693eb77e95cb3TXE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::span_warn::h76d1d04349717104TWE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::default_handler::h5fc9e393a53371f0B9E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::mk_span_handler::h60d6f524302dc2fal9E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::has_errors::h42c11ec4c5d1e067N3E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::unimpl::h57acbb63b81bf4d3M6E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::err_count::hd0f448507f3abff5C3E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'optflagopt::hd0a0a19bee2b3f9d2hb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'dynamic_lib::DynamicLibrary::open::h33fc9c39280403a4s2b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'dynamic_lib::dl::check_for_errors_in::LOCK::habcc770bf8ec7af7x8b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'dynamic_lib::dl::symbol::h64b97bdbf409f3b4t9b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'feature_gate::Features::new::h17d1b049dc1a11fc5YF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'Id$LT$$u{27}a$GT$::new::is_constituent::hfb84b8d6f25305a0wja'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'Id$LT$$u{27}a$GT$::new::is_letter_or_underscore::h27889fc4b752f2547ia'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'Error.fmt..Display::fmt::hc47719590cd3fffeXya'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'Doc$LT$$u{27}doc$GT$::get::hc3e6f6ce7a4953cczha'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'Doc$LT$$u{27}doc$GT$::as_str::h9f67efd030b08d30hia'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::extensions::u64_from_be_bytes::hd162134f2d66faf56wd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::BUF_CAPACITY::h2502a03c19bb0156taa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::IoError...std..fmt..Show::fmt::hd33ae499f49dda10Xrh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::fs::path..Path.PathExtensions::exists::hc6cc9e3d4e500a22uge'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::fs::readdir::h4e214efd3aa52410IXd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'io::combine::had1b206e96deda3dxaa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'os::self_exe_name::h4e974253d6ed44d5CFj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'os::getcwd::h835ee032ddfb4185nwj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'os::homedir::habdd50451f2ee2c88Fj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 're::FindMatches$LT$$u{27}r$C$$u{20}$u{27}t$GT$.Iterator::next::h964da8fc6d993a51rVc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 're::Regex::new::hed4546a7f16cf1fbNqc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 're::Regex::find_iter::hae75081cbc5c5a80Hsc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'abi::Abi...std..fmt..Show::fmt::h0a20eac3b155d329p7a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'abi::lookup::hcdc78dcbabf74f145yb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::ForeignItem_::descriptive_variant::hdf87d055037dd93bKfy'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::StructField_::ident::h20c24d7555b13b2cT7v'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::has_types::h5463aa3dc6bff9c4zIc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Ident.fmt..Debug::fmt::h5840113a1120694deNb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::IntTy.fmt..Debug::fmt::h7ca342e2cd2249d7kQp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::UintTy.fmt..Debug::fmt::he905cc2357637a36g1p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::FloatTy.fmt..Debug::fmt::ha20baa47673d8f36N8p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Ident.fmt..Display::fmt::h1ea81c5a98d31fd9eOb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Pat...std..fmt..Show::fmt::hcdb7a04541ca421anef'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Onceness.fmt..Display::fmt::h9bb597779346e97eySq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Pat_...std..fmt..Show::fmt::h676cc5f5dba293eftOf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Unsafety.fmt..Display::fmt::h1f0f0714f2f42cabhQs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::PrimTy...std..fmt..Show::fmt::h526e962d24ec5bbbYsq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Onceness...std..fmt..Show::fmt::h6f52f21af5030a536Kq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::StrStyle...std..fmt..Show::fmt::h2dadb860ce752db2kon'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Unsafety...std..fmt..Show::fmt::h1de09616323938bfPIs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::BindingMode...std..fmt..Show::fmt::h725e2c66888378b09uf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::LifetimeDef...std..fmt..Show::fmt::h73bf94d56198d4d3Qbc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::PolyTraitRef...std..fmt..Show::fmt::hafeccab770e35889mJv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::ExplicitSelf_...std..fmt..Show::fmt::h536523ff6d8e544dzbt'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Name::ident::h22ae0800a45ab4a4E1b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast::Item_::descriptive_variant::hd02e44e7ddbdcae7FOx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::char.Debug::fmt::hdb4c8cacab6e9ebbonH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::char.Display::fmt::ha676391ad84de51bJpH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::num::u64.fmt..Binary::fmt::hba866ec34038c457BlG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::num::u64.fmt..LowerHex::fmt::hdf620ff97c182f47rmG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae5822J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae5831J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58HYJ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58J3J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58i5J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58m1J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T9$C$$u{20}T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58n0J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'num::f64.FromStrRadix::from_str_radix::h91e60054584b4d0cNJe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'num::u64.FromStrRadix::from_str_radix::heaef1239aa4749a2Itf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'num::uint.FromStrRadix::from_str_radix::hb3d099fd53b165c7Qdf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::mk_attr_id::h6c6bccb5c8bd633dO7B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::mk_list_item::hc68d2f15372d988bg5B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::mk_word_item::h7e9cde5380bfdf82H5B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::find_stability::ha29491e8fc2737a5bQC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::find_repr_attrs::ha25dfe29503aa1c9XRC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::mk_name_value_item_str::hf1fb4fdf4e43f22fr4B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::Attribute.AttrMetaMethods::meta_item_list::h3a2a6c603eea441fgZB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::Attribute.AttributeMethods::meta::h4afbb945e3e813d2M2B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::P$LT$MetaItem$GT$.AttrMetaMethods::name::h49ba96ad08864b6bj1B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::P$LT$MetaItem$GT$.AttrMetaMethods::value_str::h3a19daba4d421078w1B'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::is_used::h7ce226bf9e24c0054WB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'attr::ReprAttr::is_ffi_safe::hb81e48599f65a9fen6C'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'hash::sip::SipHasher.Default::default::ha7743e97bd977464WVE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'iter::Zip$LT$A$C$$u{20}B$GT$.DoubleEndedIterator::next_back::_MSG_FILE_LINE::h42255449b1fea9e7o3w'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.fmt..Debug::fmt::hca9bddb483aa10d006j'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'util::interner::str.BorrowFrom$LT$RcStr$GT$::borrow_from::h11bbe6d39e7abde2Jma'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ascii::ASCII_LOWERCASE_MAP::h5fb4ba1ba225b72107a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::new_parse_sess::hdf72bf00051ffa1aRVU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::Error.fmt..Display::fmt::h3b46a802b3ae6bc05xa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::new_parser_from_source_str::h954adb990db4223ac3U'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::parse_meta_from_source_str::hdfa4383b59020e1da1U'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::new_parse_sess_special_handler::h2d241cb2166160cfcWU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::token::InternedString.Deref::deref::hee86ff5835cde5caRoU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::token::InternedString.fmt..Debug::fmt::h1025d90577742365KpU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::parser::Parser$LT$$u{27}a$GT$::abort_if_errors::ha506677dff66242eFiJ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::parser::Parser$LT$$u{27}a$GT$::parse_all_token_trees::h57b025ca3a4fa999hUK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::ParseSess::next_node_id::h06100c18e9fb0068vWU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'parse::ParseSess::reserve_node_ids::h167e46ca0217b4b8GWU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::fun_to_string::h18588c40688ba425WGZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::tts_to_string::h77f52aa1fb76c312YDZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::item_to_string::h73466c06bdd70e75DEZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::stmt_to_string::he8591bf966a28af7jEZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::block_to_string::h4d0971abaadee511iIZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'print::pprust::attribute_to_string::h4b436e50aa24dcb8yJZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_str::str.UnicodeStr::words::is_not_empty::h2c7173555559c338BLx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_str::str.UnicodeStr::words::is_whitespace::h1e7f40718830c7103Lx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_str::Words$LT$$u{27}a$GT$.Iterator::next::h2617880133095c2dGny'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'optopt::h1878320d5ee29697Feb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::doc_as_u32::hb42ce8f823d89756VZa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::doc_as_u64::h23351674ee369f34N1a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::maybe_get_doc::hc6b506e280b6263frHa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$::_next_uint::h0519a0137f50d8eeAfb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$::_check_label::heb9d41d717382b7004a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$::new::h68d7cc1a45607e14L4a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$::next_doc::h914276def3c2af9fY6a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_tuple::__STATIC_FMTSTR::hf8ec2e0a9073ce4a3Pb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_tuple::__STATIC_FMTSTR::hf8ec2e0a9073ce4afPb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_tuple::LOC::h87daa826c931e08cwOb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_option::__STATIC_FMTSTR::hf8ec2e0a9073ce4aoXb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_option::__STATIC_FMTSTR::hf8ec2e0a9073ce4axYb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_option::LOC::h87daa826c931e08cFWb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_struct::__STATIC_FMTSTR::hf8ec2e0a9073ce4aaLb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_struct::LOC::h87daa826c931e08crKb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq_elt::__STATIC_FMTSTR::hf8ec2e0a9073ce4av3b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq_elt::LOC::h87daa826c931e08cM2b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_tuple_arg::__STATIC_FMTSTR::hf8ec2e0a9073ce4aVRb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_tuple_arg::LOC::h87daa826c931e08ccRb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant::__STATIC_FMTSTR::hf8ec2e0a9073ce4aSzb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant::__STATIC_FMTSTR::hf8ec2e0a9073ce4aryb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant::LOC::h87daa826c931e08c9yb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant::LOC::h87daa826c931e08cIxb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_struct_field::__STATIC_FMTSTR::hf8ec2e0a9073ce4a2Mb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_struct_field::LOC::h87daa826c931e08cjMb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant_arg::__STATIC_FMTSTR::hf8ec2e0a9073ce4aPCb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum_variant_arg::LOC::h87daa826c931e08c6Bb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_u8::h1cc527320f54cbf87kb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq::__STATIC_FMTSTR::hf8ec2e0a9073ce4a7Zb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq::__STATIC_FMTSTR::hf8ec2e0a9073ce4aI1b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq::LOC::h87daa826c931e08cZ0b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_seq::LOC::h87daa826c931e08coZb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_str::h9f9f5ec23948043fhtb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_u32::hffc3bf35bf7ad7b97jb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_u64::h15d1df14446fec7bCjb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_bool::hf8545120e9ef4326Wqb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_char::ha32edfca6cbda816Jsb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum::__STATIC_FMTSTR::hf8ec2e0a9073ce4a7ub'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_enum::LOC::h87daa826c931e08coub'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::Decoder$LT$$u{27}doc$GT$.serialize..Decoder::read_uint::h6ecb889775636b13Clb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::docs::__STATIC_FMTSTR::hf8ec2e0a9073ce4a2Oa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::docs::__STATIC_FMTSTR::hf8ec2e0a9073ce4azQa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::docs::LOC::h87daa826c931e08cQPa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::docs::LOC::h87daa826c931e08cjOa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::doc_at::h22375d37659946498Fa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'reader::doc_as_u8::he898fcb683f73d34gWa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'result::Result$LT$T$C$$u{20}E$GT$...std..fmt..Show::fmt::__STATIC_FMTSTR::h99829d79324cae58CGz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'result::Result$LT$T$C$$u{20}E$GT$...std..fmt..Show::fmt::__STATIC_FMTSTR::h99829d79324cae58eHz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_numeric::hcfa59c270d31d92etHx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_lowercase::hf821d10eca532cb9WFx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_uppercase::h5ed3c6a0b4144025jGx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::to_uppercase::h2a88c5e36ab0a9a31Hx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_whitespace::h2dbbb07d52a170e9GGx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_alphanumeric::h183e1b76341b3b575Gx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::write_vuint::__STATIC_FMTSTR::hf8ec2e0a9073ce4a5fc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::_emit_tagged_uint::_FILE_LINE::h266a5cefb4a79cdaSwc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::wr_str::__STATIC_FMTSTR::hf8ec2e0a9073ce4aFvc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::wr_str::LOC::h87daa826c931e08cWuc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::end_tag::__STATIC_FMTSTR::hf8ec2e0a9073ce4aimc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::end_tag::LOC::h87daa826c931e08czlc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::start_tag::__STATIC_FMTSTR::hf8ec2e0a9073ce4aeic'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::Encoder$LT$$u{27}a$C$$u{20}W$GT$::start_tag::LOC::h87daa826c931e08cvhc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'writer::DEBUG::hdb8034c399c29eediwc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::expect_expr::h7d6e580f72a7b419b4z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$::insert::h897e24ce2c10cb58nwA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_ty_method::h1b4613e993098ee1xCA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_lifetime_def::h5f09807df4e13151JFA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_lifetime_ref::h8943502a1e32f5fapFA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_fn::h6a95d1b7a6ee35d8bDA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_ty::h020a8a8958cf24d3rEA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_pat::haa8dc4fec034a873bBA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'codemap::original_sp::h89aa983736ddf069hMD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'codemap::mk_sp::h78db00f69caa53040LD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::span_is_internal::h773a323357740fc9RvE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::lookup_char_pos_adj::hfc224645cd0e0e2acaE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::new::h6694fc66c7d67f3fN6D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'optflag::hd0fa8119d2305d3aQfb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::lazy_binop::h1e82686fc071f277MbB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::lit_is_str::h7d264c726f1dfd699LB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::int_ty_to_string::h6f3526c477b8512e0dB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::uint_ty_to_string::h42f4279ffb18b11cUfB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::float_ty_to_string::hf318f3baf2a4a4ecLhB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::split_trait_methods::hb962e71cd0e1d07eUmB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::name_to_dummy_lifetime::ha455aeb425ddffdeRjB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::compute_id_range_for_inlined_item::h61d56798bd70c1e13EB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'ast_util::IdRange::empty::h705d3de82634e32bVsB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'enum_set::EnumSet$LT$E$GT$.fmt..Debug::fmt::__STATIC_FMTSTR::h65413447020c436b3xf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'enum_set::EnumSet$LT$E$GT$.fmt..Debug::fmt::__STATIC_FMTSTR::h65413447020c436b7wf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'enum_set::EnumSet$LT$E$GT$.fmt..Debug::fmt::__STATIC_FMTSTR::h65413447020c436bKyf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'enum_set::EnumSet$LT$E$GT$.fmt..Debug::fmt::__STATIC_FMTSTR::h65413447020c436bvzf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-4e7c5e5c.so: error: undefined reference to 'optmulti::h275ea2efc7b8c2c2djb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::none::h2d090f7428bc42d0KHc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get_parent_did::hdb77e7a24a288143gVz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get_foreign_vis::hd60bbad6ccc92898FXz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::mk_handler::hd49affca7c276790X9E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::SpanHandler::handler::h32302c5df7979ee7L1E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::emit_with_code::h92eeae224533149367E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::abort_if_errors::h1597440e273d897103E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::bug::hb5a1416e3adfc79065E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::err::h3f49fceaec4c97ec02E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::emit::h6aec33b4ca2c5d77y7E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::note::hf6207535d0271539s5E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::warn::h7c55c756f78b31a084E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'diagnostic::Handler::fatal::h70515e46b824d5bak2E'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'Bytes.Deref::deref::hc3b013daa5b6ba94Baa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'deflate_bytes::h866dc48b7b9fdc85pda'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'inflate_bytes::h4c24c0f7e2af68aa6ea'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::File.Reader::read::h548d57dd60187591s9d'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::mkdir_recursive::h0bf8d6178a5b561cp1d'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::path..Path.PathExtensions::stat::h3d09336777444e294fe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::File::open::he81569a9a0ce50d1FCd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::copy::h08a2189a74710f4a2Ld'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::chmod::h05d7bdae585eadb1mPd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::fs::rename::hfc04eb49b704a49aOKd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::ProcessExit::success::hdcaeed0e930997b37og'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command.fmt..Debug::fmt::h27a69b503b199cf7U7f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::ProcessExit.fmt..Display::fmt::h7308c110c9204fc9Cng'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command::stdin::h800555b880749d36o3f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command::output::ha9957011b680b5cec7f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command::status::h8fad9ade2e101593w7f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command::stderr::h03e540bc22844f6f63f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::process::Command::stdout::h9934a93ac358624aK3f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::tempfile::TempDir.Drop::drop::h0fec06d0cce0e11cppd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::tempfile::TempDir::new::hff0b760a497e252csnd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'io::tempfile::TempDir::path::hadfb10ed44808f120nd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'os::make_absolute::hefa92ef0c6a2697d2Hj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'abi::Abi.fmt..Display::fmt::h6329edfb111caaf5GAb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'abi::Abi::name::hfd2203b63b0260ecpAb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Expr...std..fmt..Show::fmt::ha4438d66367c7966p4i'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Lit_...std..fmt..Show::fmt::h8c3c137128bdeea83Un'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Expr_...std..fmt..Show::fmt::heca647867a10bf943ij'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Name::usize::he6f365af896b2d6am1b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Ident::new::h78500a893bedadd7ULb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast::Generics::is_type_parameterized::h4390d99be4ffe96cDRd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'bit::Bitv::new::h53270f87579adc00UBa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'bit::TRUE::hc8753411453673936ua'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'bit::FALSE::hc875341145367393ava'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'bit::BitvSet::insert::h3f8d1bf229b39d4dylb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ffi::c_str::CString.Deref::deref::hf867932d1dabe3fbukc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ffi::c_str::c_str_to_bytes::h1fc42e6fbe754191hlc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ffi::c_str::CString.fmt..Debug::fmt::h48b50b3fade275a2Ukc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ffi::c_str::CString::from_slice::h4e26cd7e1c84388bdic'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ffi::c_str::CString::from_vec::h59ac86915f5693c8sic'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'fmt::num::i64.fmt..Debug::fmt::h21d6a646ed55c458PkG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'fmt::num::u64.fmt..Debug::fmt::hbd2f8b4ba6419553hoG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'fmt::num::i32.fmt..Display::fmt::h7e2d58e51150f12ePaG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'fmt::num::u32.fmt..LowerHex::fmt::h45b97a850e60cfcbxfG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'hex::_$u{5b}u8$u{5d}.ToHex::to_hex::h5d42822605ea1cb0v4d'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'str::str.StrExt::char_range_at_reverse::multibyte_char_range_at_reverse::he7728d683080c0d93dE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'str::Utf8Error.fmt..Display::fmt::h82a4c244f81de89aPJC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'str::str.BorrowFrom$LT$String$GT$::borrow_from::hd9168c0caab8eaced7h'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sys::thread::detach::h08d90d5865a1b9aeETw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::requests_inline::hc86cb459a0d19407enC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::find_inline_attr::h0bad0ed952319584VlC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::IntType...std..fmt..Show::fmt::h6beed340bb848dc1taD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::ReprAttr...std..fmt..Show::fmt::h2ce8470c6d78809dH0C'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::first_attr_value_str_by_name::h8e11cc6e879c2a294fC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'attr::mark_used::hde7fcd31617d0e58DWB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'cell::RefCell$LT$T$GT$::into_inner::_MSG_FILE_LINE::h42255449b1fea9e7Nhv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'char::EscapeUnicode.Iterator::next::h503a27d0c30e4ba1cJv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'hash::sip::SipHasher.Hasher::reset::he4d5a98f24ce3748pHE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'hash::sip::SipHasher.Hasher::finish::h8bcdcf4f19c20370bIE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::GenericPath::set_filename::_FILE_LINE::hfa78575e47768c59HVl'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::GenericPath::set_extension::_FILE_LINE::hfa78575e47768c59sWl'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::GenericPath::push::_FILE_LINE::hfa78575e47768c599Zl'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::posix::dot_dot_static::hf30f480fa4bf0e956vk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPath::path_relative_from::hdf902ec1032dfd9fGkk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPath::pop::h528221cbbb871ee9ahk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::spsc_queue::Queue$LT$T$GT$::push::_FILE_LINE::hfa78575e47768c59Dcs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::Sender$LT$T$GT$::send::_FILE_LINE::hfa78575e47768c59SFs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::Receiver$LT$T$GT$::recv::_FILE_LINE::hfa78575e47768c595Ss'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::Receiver$LT$T$GT$::recv::_FILE_LINE::hfa78575e47768c59dSs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::Receiver$LT$T$GT$::recv::_FILE_LINE::hfa78575e47768c59lRs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$::wakeup_senders::_FILE_LINE::hfa78575e47768c59KOr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$::recv::_FILE_LINE::hfa78575e47768c59pMr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::wait::_FILE_LINE::hfa78575e47768c592Cr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c59ONq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c59POq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c59qMq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::decrement::_FILE_LINE::hfa78575e47768c59HJq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::decrement::_FILE_LINE::hfa78575e47768c59RKq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::decrement::__STATIC_FMTSTR::h3349a9b161900de05Iq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::do_send::_FILE_LINE::hfa78575e47768c59U8q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::do_send::_FILE_LINE::hfa78575e47768c59j8q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c59Dfr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::decrement::_FILE_LINE::hfa78575e47768c59Abr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::decrement::_FILE_LINE::hfa78575e47768c59Kcr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::decrement::__STATIC_FMTSTR::h3349a9b161900de0Yar'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::recv::_FILE_LINE::hfa78575e47768c59X6p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::send::_FILE_LINE::hfa78575e47768c59a5p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::send::_FILE_LINE::hfa78575e47768c59h4p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::upgrade::_FILE_LINE::hfa78575e47768c59T9p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c5998p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::try_recv::_FILE_LINE::hfa78575e47768c59d8p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::blocking::tokens::h2ca0a819b6f5a123XZp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::blocking::WaitToken::wait::hb99047243d23559ap1p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'sync::mutex::StaticMutex::destroy::hb3a875bed66000cfuqt'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'util::interner::RcStr::new::h018be5ee19b8971d9ka'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'parse::lexer::StringReader$LT$$u{27}a$GT$::new::hd50d9728a9f151f9qWO'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'parse::lexer::StringReader$LT$$u{27}a$GT$.Reader::next_token::h7dab1c0ddf3bcae3mRO'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'parse::token::Token::is_keyword::h8dd6780c0ebdb2c83sT'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'parse::token::Token::is_ident::h5f052894be679abdcqT'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'thread::Thread::yield_now::habfb3064dff276a8oSp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::is_xid_start::h5397bda40bcc81ccAFx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::escape_unicode::hdeb8c85dee575984ODx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::find_entry::h356e2d91266aef69zSz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get_path_elem::hde01f87d33bbc3cfn5z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::expect_foreign_item::he4d1a795914b2e32Z2z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::PathElem.fmt..Display::fmt::h462bd1b35b36d7fbpiz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::LinkedPath$LT$$u{27}a$GT$.Iterator::next::h45fcedd572820e24ikz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_map::PathElem::name::h53e1bed40d7e19a35hz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::BytePos.Pos::to_usize::h6c09f0e876a2a3bcwvD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::BytePos.Sub::sub::h166cac66c3861350rwD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CharPos.Pos::to_usize::h9524ec314c88a42f5wD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::Spanned$LT$T$GT$...std..fmt..Show::fmt::__STATIC_FMTSTR::h7332041111621819oCD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::ExpnId::to_llvm_cookie::hf1e5411145e718d2Q1D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::ExpnId::from_llvm_cookie::hc0a65733efb1271fB1D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::new_filemap::h68c36fc9e4cb9f6016D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::span_to_string::h768d6bbc64cfedbdHaE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::lookup_char_pos::h7e8ba51b2c067e74X9D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::span_to_filename::hf44e2d1a2300d2cdDcE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::lookup_byte_offset::h6f2c77fcf1a2f87f4fE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::bytepos_to_file_charpos::hb555e90a69d313cdHgE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_util::empty_generics::h22051c812fff22d0ToB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_trans-4e7c5e5c.so: error: undefined reference to 'ast_util::is_local::hbbae987078285b3619A'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'LabelText$LT$$u{27}a$GT$::prefix_line::ha9578d382b408e12Koa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'LabelText$LT$$u{27}a$GT$::suffix_line::h8b75ea138627c9600oa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'io::stdio::stderr::h4163055d0e089502EIg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'print::pprust::ident_to_string::h564295f09b017ea2BGZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::print_block::h4005a6c3ca8be0bezZ1'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::cbox::ha27b1f1a95c423b7aYZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::ibox::hbc6b5cca4cc2ed89tXZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'print::pprust::rust_printer_annotated::hcd8ac5256d76b2eeUiZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'slice::_$u{5b}T$u{5d}.ops..IndexMut$LT$ops..Range$LT$uint$GT$$GT$::index_mut::_MSG_FILE_LINE::h42255449b1fea9e7ElB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::node_to_user_string::hfc1470dc4f244121TjA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'ast_map::blocks::FnLikeNode$LT$$u{27}a$GT$::to_fn_parts::h21beb25e02574a8dT4y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'codemap::Span.PartialEq::ne::h6d2873cfcaf2bf75LJD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'ast_util::IdRange...std..fmt..Show::fmt::hd7b6d8d161b2d04elpB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-4e7c5e5c.so: error: undefined reference to 'ast_util::compute_id_range_for_fn_body::h254683f0a2a0c112rFB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'rc::Weak$LT$T$GT$.fmt..Debug::fmt::__STATIC_FMTSTR::h0bda58f3cdc08fd9m0a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::PathListItem_::id::hfbbf8551bbe86b48IYu'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::has_lifetimes::h2a26f871f2c49f27fIc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::bindings::hc921af0489438be6UJc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::Ident.PartialEq::ne::h6b904a28ada4ddc3zRb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::Name.fmt..Debug::fmt::he177c00b808199f4COb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast::Visibility...std..fmt..Show::fmt::h33e05da5235050e58Pv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ext::mtwt::resolve::hc09e104ffeda165fcUe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::Cell$LT$T$GT$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae581kK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::RefCell$LT$T$GT$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae583lK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::RefCell$LT$T$GT$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58DmK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58E9J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58X8J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58Y7J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58dbK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$T10$C$$u{20}T11$RP$.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58j6J'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'fmt::num::u8.fmt..Debug::fmt::ha226f1f7ca5da9edz3F'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'str::str.StrExt::find_str::h3660d631b3da0985CjE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::expect_item::h08a72d56d9d3c133dYz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'codemap::BytePos.Add::add::h5d50a98766e00768WvD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'codemap::BytePos.Pos::from_usize::h54884fc15e273b98hvD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'codemap::Span...std..fmt..Show::fmt::h2c839cfdc6badb7elzD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::span_to_snippet::he63b6798ec5a195dOdE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-4e7c5e5c.so: error: undefined reference to 'ast_util::trait_item_to_ty_method::he4a787004dc0c0a14lB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Arena.Drop::drop::h9b39ecd8f34d48735ea'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::robin_hood::_FILE_LINE::hfa78575e47768c59X4n'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::DefaultResizePolicy::new::hae7b5f8761e7a8fejYn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::Hasher.hash..Hasher::finish::h3b9a610a286c4fe717o'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::Hasher.hash..Writer::write::h7e791c549a79267eu7o'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::search_entry_hashed::_FILE_LINE::hfa78575e47768c59oDo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::RandomState.HashState::hasher::h89740e11bf40911aT6o'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::insert_hashed_ordered::_FILE_LINE::hfa78575e47768c59Jao'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::insert_or_replace_with::_FILE_LINE::hfa78575e47768c594qo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::insert_or_replace_with::_FILE_LINE::hfa78575e47768c59Jpo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::with_capacity_and_hash_state::_FILE_LINE::hfa78575e47768c59udo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::resize::_FILE_LINE::hfa78575e47768c598fo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::resize::_FILE_LINE::hfa78575e47768c59Dfo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::resize::_FILE_LINE::hfa78575e47768c59Mjo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::resize::__STATIC_FMTSTR::h3349a9b161900de0ajo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$::reserve::_FILE_LINE::hfa78575e47768c59Geo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$.Debug::fmt::__STATIC_FMTSTR::h3349a9b161900de01Go'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$.Debug::fmt::__STATIC_FMTSTR::h3349a9b161900de04Fo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$.Debug::fmt::__STATIC_FMTSTR::h3349a9b161900de0CIo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::map::HashMap$LT$K$C$$u{20}V$C$$u{20}S$GT$.Debug::fmt::__STATIC_FMTSTR::h3349a9b161900de0HHo'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::table::RawTable$LT$K$C$$u{20}V$GT$::new_uninitialized::_FILE_LINE::hfa78575e47768c59Uzn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'collections::hash::table::BucketState$LT$K$C$$u{20}V$C$$u{20}M$GT$::expect_full::_FILE_LINE::hfa78575e47768c59Jsn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Doc$LT$$u{27}doc$GT$::as_str_slice::h8591a28778dcece0Tha'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Doc$LT$$u{27}doc$GT$::new::ha481f2ac4022dd4chha'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Parser$LT$$u{27}a$GT$::new::h53ecafb7ea8beb3fHxa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Error...std..fmt..Show::fmt::h0575436862ae88c18va'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Parser$LT$$u{27}a$GT$.Iterator::next::h8a7f82e70075d0b2Uva'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Visibility::inherit_from::h5be94597073a9caevXv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::FunctionRetTy::span::ha0361fd571d33adcIat'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::types::he6628342b34d71adSIc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::is_empty::h94a76670b4b7c159YHc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::PathParameters::lifetimes::h886726df7c595deasJc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Ident.PartialEq::eq::h56c82522350a585abQb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::IntTy.PartialEq::eq::h58dbbf32ad0d6beaCPp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::StructFieldKind::is_unnamed::ha063a7d670ba1b65ckw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::UintTy.PartialEq::eq::h36eed75d4239a6ff6Zp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Name.fmt..Display::fmt::h072cba7cd1ae1610LPb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::MetaItem_.PartialEq::eq::h552d9b1c1b387289W0e'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Path...std..fmt..Show::fmt::h1e528d23634b8699Gic'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::DefId...std..fmt..Show::fmt::h48936e1f4173e823y0c'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Item_...std..fmt..Show::fmt::hfd15636df2c3e8faGGw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Lifetime...std..fmt..Show::fmt::hc8ea12ccd8de86b8w3b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Mutability...std..fmt..Show::fmt::h555cfc8f19d4f2426Cg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Name::as_str::h6d00cc8d380698bcV0b'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Ident::as_str::h1e8448d4bfb991716Lb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast::Generics::is_parameterized::hbc8b6d52a42623d69Qd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'fmt::bool.Debug::fmt::h61a64f473d8d8e82MjH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'fmt::bool.Display::fmt::h80c288d7c1cfb19e8jH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'fmt::_$LP$$RP$.Debug::fmt::h041177133a1285d0kkK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'fmt::num::u64.fmt..Display::fmt::h61728386eed49d34blG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'fmt::num::uint.fmt..LowerHex::fmt::hd5dac076bed32f21PUF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'vec::Vec$LT$T$GT$::insert::_MSG_FILE_LINE::h5603444ca5250d16vnj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'attr::contains_name::__STATIC_FMTSTR::h7332041111621819CfC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'attr::contains_name::__STATIC_FMTSTR::h7332041111621819deC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'attr::contains_name::LOC::h1adf51391c86cc1eTeC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'attr::contains_name::LOC::h1adf51391c86cc1eudC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'attr::Attribute.AttrMetaMethods::name::hedc623a27aac9bf4SYB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'rand::thread_rng::h3b68c3b8155ef2da8nm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'rand::ThreadRng.Rng::next_u64::h1040a4375db3e90aMrm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'util::interner::StrInterner::gensym::h5f06207540f5eb97ppa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'util::interner::StrInterner::intern::h7e803b75c7353636roa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Arena::chunk_size::hc071be3af55e501bPia'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Arena::alloc_copy_grow::h59b20f3e8fcaed791ia'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Arena::new::h3c5e603d1c3b83342da'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'Chunk::as_ptr::h1994cda8b6947b76sda'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'parse::token::InternedString.fmt..Display::fmt::hc052ff523263a19caqU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::ty_to_string::he111fc444bf64383GBZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::pat_to_string::h9b96cab92febfa05mCZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::expr_to_string::h17b63697fa9b1cbb0CZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::path_to_string::h50f528948b15279cgGZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::bounds_to_string::h51dcebfef486ff1c0BZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'print::pprust::lifetime_to_string::hb9803cda3a02be0ekDZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'visit::Visitor::visit_mac::_FILE_LINE::h189489b9ac4e0f82O7W'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::tagged_docs::__STATIC_FMTSTR::hf8ec2e0a9073ce4aIUa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::tagged_docs::__STATIC_FMTSTR::hf8ec2e0a9073ce4abTa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::tagged_docs::LOC::h87daa826c931e08cZTa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::tagged_docs::LOC::h87daa826c931e08csSa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::get_doc::h00ca86b0aca2a01cnLa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'reader::vuint_at::h80a88999c135a73cBDa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get_parent::h634822ea2793d7e5RUz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::def_id_span::h1ce11ca722fd38bb7iA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::node_to_string::h96520e1a3c6bb456CjA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get_foreign_abi::hd8cbce106e653cf7WVz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::span::h5f57a9d64f6179e12hA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'codemap::Span.PartialEq::eq::hdb0917c3c45db6d3dJD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::ident_to_path::h0382f886f3f441032hB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::is_shift_binop::h11fc623913b799423bB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::binop_to_string::h15833266fee0a9aaZaB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::is_by_value_unop::h3104d6ce55d8e7834cB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::is_by_value_binop::h681dbb90db5c059dEcB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_fn_decl::hb8cbd0b1cd0af52eERB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_generics::hb50680fd532a6a57qOB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_unsafety::h817cd336a466f097RQB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_explicit_self::hb3fae91f7f935c272PB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_abi::hd70a8919ddbd1baafPB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_vis::h23facf1fc896f270oTB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_body::h327d27d80a96b45bwSB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::Method.PostExpansionMethod::pe_ident::h8bd40366d38a253cDNB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::stmt_id::h48cc87948f94a90ceaB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::walk_pat::walk_pat_::_FILE_LINE::h189489b9ac4e0f82sJB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'ast_util::local_def::h5f901105962fe83aP9A'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'enum_set::bit::_FILE_LINE::h3e171632d7f3b5f1EAf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-4e7c5e5c.so: error: undefined reference to 'enum_set::bit::__STATIC_FMTSTR::h65413447020c436bWAf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Bytes.Drop::drop::hbd7bd1a117f508840aa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostic::EmitterWriter::stderr::hd97f57c5d19476a9dqF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostic::EmitterWriter.Emitter::emit::h266fdf2fc24911ccdsF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'std_inject::maybe_inject_prelude::h910a92cd9130fccdH5V'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'std_inject::maybe_inject_crates_ref::h957708ac4ee6de3bf5V'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys_common::thread_info::set::hb2cb4c73dce10686u6y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys_common::thread_local::StaticKey::lazy_init::h0615c5050245058d99y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'collections::hash::table::calculate_offsets::h6501683e50106b43awn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'collections::hash::table::calculate_allocation::hf8a8aafab3317130Vwn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'collections::hash::table::RevMoveBuckets$LT$$u{27}a$C$$u{20}K$C$$u{20}V$GT$.Iterator::next::_FILE_LINE::hfa78575e47768c59tIn'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostics::plugin::expand_diagnostic_used::h3211593cf302b97e0Ja'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostics::plugin::expand_register_diagnostic::hb1f2e3c03c14d10fUNa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostics::plugin::expand_build_diagnostic_array::h01a3accc8b73a34bVRa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostics::registry::Registry::find_description::hc89e68f3b263bb19tYa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'diagnostics::registry::Registry::new::hb43ef9b91fb54ba1ZXa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'mod_enabled::h991e34af337930abLAa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'feature_gate::check_crate::h0dc94b788f5636b9gkG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'feature_gate::check_crate_macros::h23283a684bc63e79yjG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Fail.fmt..Display::fmt::h79bc2a830f0728beWlb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Id$LT$$u{27}a$GT$::as_slice::hefa07cf26225ed20pka'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'LabelText$LT$$u{27}a$GT$::escape::hc7511ace257775e7Sna'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::extend_sign::h54efe41bbe6f40fe5mi'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::comm_adapters::ChanReader::new::hf4e15a1e075a648aONc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::comm_adapters::ChanWriter::new::hd4af60ea2bfc78624Rc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::comm_adapters::ChanReader.Reader::read::hacc7f023dadb1094eQc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::comm_adapters::ChanWriter.Writer::write::h2c25abd5d6279feeESc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::standard_error::h537b327b16778b880Oi'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::NO_PROGRESS_LIMIT::h36f6daeebc521090DYh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::slice_vec_capacity::_FILE_LINE::hfa78575e47768c59Tki'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::slice_vec_capacity::_FILE_LINE::hfa78575e47768c59mli'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::IoError.fmt..Display::fmt::he994afc321445ebehxh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::fs::File.Writer::write::hc872a1925b1ac3e6Gbe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::fs::File::create::hc91a5bad9101d0c2WCd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::fs::unlink::h7d4837a35522432aPHd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::set_stderr::hb2f53f1b028154951Jg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::set_stdout::hd26261ce9d495a9f5Ig'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::println_args::h9d83fc397b856bd7VOg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::StdWriter.Writer::write::h8ddcc5f2b05c6133XSg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::StdinReader.Reader::read_to_end::hff34a99b9f4bfa3bsFg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::stdin::h563635339a025d22uGg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::stdio::stdout::h08f4a02272203c82dIg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::Reader::read_be_uint_n::_FILE_LINE::hfa78575e47768c59R8h'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::Reader::read_le_uint_n::_FILE_LINE::hfa78575e47768c59O6h'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::Writer::write_uint::__STATIC_FMTSTR::h3349a9b161900de06ri'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'io::Writer::write_int::__STATIC_FMTSTR::h3349a9b161900de0lri'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'os::set_exit_status::h2581ebcc06d0b0baAJj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'os::args::h898e811917acfd4bJKj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'os::getenv::h4bb14866b56bfcaeuzj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'os::setenv::_setenv::h8443a2e0ad586dbf0Aj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'rt::util::min_stack::he1d10ba0fd16c77c0iz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'rt::unwind::begin_unwind_fmt::hcb51c69fd0e85a64ECz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'rt::unwind::begin_unwind_inner::h1e247491a49a8da07Dz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'rt::unwind::PANICKING::h667ba8ea33b5c202qsz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'rt::unwind::panicking::h342dbc5a6e9c8352zxz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ext::mtwt::clear_tables::hc4647be7e792eac1ZRe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ext::mtwt::reset_tables::h4d44e3e03c85cbeeNSe'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ext::expand::expand_crate::h1e4ee3c3ad7047e8Ewd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ext::expand::check_for_macros::ha6bf3f6ee07b8898uBd'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::f64.Display::fmt::hd316996bf04ec343OwH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::str.Display::fmt::h4a3898a43a88b7a93mH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::_$u{5b}T$u{5d}.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58EiK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::_$u{5b}T$u{5d}.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58JjK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::_$u{5b}T$u{5d}.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58XgK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::_$u{5b}T$u{5d}.Debug::fmt::__STATIC_FMTSTR::h99829d79324cae58YhK'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::Argument$LT$$u{27}a$GT$::from_uint::h465d204b5bff7fb5yOG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::Formatter$LT$$u{27}a$GT$::write_fmt::h41ec83996a075290o9G'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::i32.fmt..Debug::fmt::hcfab66cfb1248feeVdG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::int.fmt..Debug::fmt::h1df5fdbe4b6aa3b4dTF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::u32.fmt..Debug::fmt::h9d960ed4669b8995nhG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::uint.fmt..Debug::fmt::hdc3e69b8e88f4d08FWF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::i64.fmt..Display::fmt::h535061afd275bbadJhG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::int.fmt..Display::fmt::he9f1b0b46f0aec297PF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::u32.fmt..Display::fmt::h710a8d4a79845eb0heG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::num::uint.fmt..Display::fmt::hdb9aa3d8438f6fc0zTF'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::write::h47c59328f21892c7ZTG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::format::ha786a825bd8a0416anc'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fmt::str.Debug::fmt::h96689c3f13119d3cBkH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'log::hea7646e38427e890cwa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'num::u32.FromStrRadix::from_str_radix::h9cd5a8f340930c92Kpf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'oom::h750ab086982f0badg3a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::str.StrExt::char_range_at::multibyte_char_range_at::hf614d83505f282daEaE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::str.StrExt::match_indices::_MSG_FILE_LINE::h42255449b1fea9e7OZD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::NaiveSearcher::next::ha698c232c88722b1I8C'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::slice_error_fail::h96b244ac46b8fbb3EUD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::Searcher::new::h5bae70c5b839941etkD'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'str::from_utf8::h2dcdab7d789f3ba23EC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::thread_local::set::_FILE_LINE::hfa78575e47768c59f2w'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::thread_local::set::__STATIC_FMTSTR::h3349a9b161900de0D1w'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::fs::FileDesc.Drop::drop::h825be780d1fc6522dDu'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::os::split_paths::h17203471df08901dBav'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::lock::_FILE_LINE::hfa78575e47768c59f0u'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::lock::__STATIC_FMTSTR::h3349a9b161900de0DZu'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::unlock::_FILE_LINE::hfa78575e47768c5921u'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::unlock::__STATIC_FMTSTR::h3349a9b161900de0q1u'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::destroy::_FILE_LINE::hfa78575e47768c5943u'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::mutex::Mutex::destroy::__STATIC_FMTSTR::h3349a9b161900de0s3u'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::thread::join::h95246739edb56d69YRw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::thread::guard::current::h4d35e990443495c9DHw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sys::thread::create::h8055bb9f32be3c37SHw'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'vec::Vec$LT$T$GT$::push::_MSG_FILE_LINE::h5603444ca5250d16ysj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'vec::Vec$LT$T$GT$::remove::_MSG_FILE_LINE::h5603444ca5250d16Yoj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'attr::find_crate_name::ha5333b8f880b9988UiC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'attr::Attribute.AttrMetaMethods::check_name::h0af97205c82a437boYB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'attr::Attribute.AttrMetaMethods::value_str::haabe1818a03161f03YB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::RefCell$LT$T$GT$::borrow_mut::_MSG_FILE_LINE::h42255449b1fea9e7qkv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::RefCell$LT$T$GT$::borrow::_MSG_FILE_LINE::h42255449b1fea9e79iv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::BorrowRef$LT$$u{27}b$GT$::new::h8f518d2f73dda958Gmv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::BorrowRefMut$LT$$u{27}b$GT$::new::h560332f614bd22f3Erv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::BorrowRef$LT$$u{27}b$GT$.Drop::drop::h453b7780b8c8e8beknv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'cell::BorrowRefMut$LT$$u{27}b$GT$.Drop::drop::hb3b13283bb20ae30Iqv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::TAG_FOUR_B::h714a502845d49c76wuv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::MAX_THREE_B::h6bf597fd9d222f06Iuv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::TAG_THREE_B::h714a502845d49c76suv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::TAG_CONT::h714a502845d49c76kuv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::MAX_ONE_B::h6bf597fd9d222f06Auv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::MAX_TWO_B::h6bf597fd9d222f06Euv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'char::TAG_TWO_B::h714a502845d49c76ouv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fold::noop_fold_crate::_FILE_LINE::h189489b9ac4e0f82NrH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fold::noop_fold_crate::_FILE_LINE::h189489b9ac4e0f82tsH'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'fold::Folder::fold_mac::_FILE_LINE::h189489b9ac4e0f82sxG'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::escape_str::h650b3d61ed91bcddYpf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$::new::hcf95f1948d5175842wf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_struct::__STATIC_FMTSTR::h5c5862d43756ad0dA5f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_struct::__STATIC_FMTSTR::h5c5862d43756ad0dz6f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_seq_elt::__STATIC_FMTSTR::h5c5862d43756ad0dVgg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_option_none::h0e0d9751c7ae7de5Qcg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_enum_variant::__STATIC_FMTSTR::h5c5862d43756ad0dd1f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_enum_variant::__STATIC_FMTSTR::h5c5862d43756ad0ddZf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_enum_variant::__STATIC_FMTSTR::h5c5862d43756ad0de0f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_struct_field::__STATIC_FMTSTR::h5c5862d43756ad0d47f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_struct_field::__STATIC_FMTSTR::h5c5862d43756ad0d58f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_enum_variant_arg::__STATIC_FMTSTR::h5c5862d43756ad0dD2f'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_u8::he1bf4fde0e39e3afwGf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_nil::h96f99e19a61aaa5eqxf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_seq::__STATIC_FMTSTR::h5c5862d43756ad0dvfg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_seq::__STATIC_FMTSTR::h5c5862d43756ad0dweg'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_str::h8cdd48d95bf434ec9Wf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_u32::h4eaa01280e47968auCf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_u64::h2e5cef4c2f224944tAf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_bool::hd6a7ca7a221eb019CSf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_char::hef7f06bff4218841SWf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::Encoder$LT$$u{27}a$GT$...Encoder::emit_uint::h6126cd7351a83ab2syf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::EncoderError.std..error..FromError$LT$fmt..Error$GT$::from_error::hc52d12ed51189539qpf'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'json::FormatShim$LT$$u{27}a$C$$u{20}$u{27}b$GT$.fmt..Writer::write_str::h94da252d2cc3a11b8gk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'path::GenericPath::new::_FILE_LINE::hfa78575e47768c59yPl'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPath::dirname::hba2258e7af7ea19c6ek'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPath::filename::h6fcce9032c88f7902fk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'path::posix::normalize_helper::h41287c9590b611b3wtk'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'path::posix::Path.GenericPathUnsafe::new_unchecked::_FILE_LINE::hfa78575e47768c59dak'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::mpsc_queue::Queue$LT$T$GT$::pop::_FILE_LINE::hfa78575e47768c59V6r'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::mpsc_queue::Queue$LT$T$GT$::pop::_FILE_LINE::hfa78575e47768c59p7r'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::spsc_queue::Queue$LT$T$GT$::pop::_FILE_LINE::hfa78575e47768c59rgs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::Sender$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59RKs'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$::drop_port::_FILE_LINE::hfa78575e47768c59ySr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59ZXr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59pXr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59rYr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0NWr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::sync::Queue::dequeue::h7f893302358cb675m2r'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::take_to_wake::_FILE_LINE::hfa78575e47768c59CSq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::drop_chan::_FILE_LINE::hfa78575e47768c59YQq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::drop_chan::_FILE_LINE::hfa78575e47768c59bQq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$::drop_chan::__STATIC_FMTSTR::h3349a9b161900de0KPq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c5971q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59F3q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59z0q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de032q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0XZq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::shared::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0v1q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::take_to_wake::_FILE_LINE::hfa78575e47768c59I9q'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$::drop_chan::_FILE_LINE::hfa78575e47768c59thr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59Wxr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59owr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0Mvr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::stream::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0kxr'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$::drop_port::_FILE_LINE::hfa78575e47768c59Bbq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$.Drop::drop::_FILE_LINE::hfa78575e47768c59oiq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::oneshot::Packet$LT$T$GT$.Drop::drop::__STATIC_FMTSTR::h3349a9b161900de0Mhq'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::mpsc::blocking::SignalToken::signal::h309f3e675ed10895t0p'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'sync::condvar::Condvar.Drop::drop::h7801e61a47606a86M8s'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'test::modify_for_testing::hc0260becd3edfb32xdW'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'time::precise_time_ns::h94b027fe0cd26ebdH5m'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'time::duration::Duration::num_seconds::hea834af247247edb7Jm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'time::duration::Duration::num_milliseconds::h35a59db767f74c57ZKm'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::small_vector::SmallVector$LT$T$GT$::expect_one::_FILE_LINE::h189489b9ac4e0f82Pya'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::small_vector::SmallVector$LT$T$GT$::expect_one::_FILE_LINE::h189489b9ac4e0f82bza'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::small_vector::IntoIter$LT$T$GT$.Iterator::next::_FILE_LINE::h189489b9ac4e0f82SBa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::interner::RcStr.Deref::deref::hc03a186c5fe9ce339ma'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::interner::StrInterner::get::he1a0ee467c8428e5Cqa'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'util::interner::StrInterner::clear::h19c48a77d03b9fd3Pra'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::parse_crate_from_file::h6d59e19534f1bb08CXU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::parse_crate_attrs_from_file::he3a94e3072cba8b81XU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::parse_crate_from_source_str::h6508719c980a3b7fCYU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::parse_crate_attrs_from_source_str::haf7432c3149f80aacZU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::token::get_ident_interner::h1c6e706c2ef74f2eGeU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'parse::token::reset_ident_interner::h8fa2dd56c7a19d9ePgU'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pp::eof::h80b0df8cf1df7aa6dcZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pp::word::had4c0e46c6eeef6arcZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pp::space::hc05e2159ab274adfbeZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pp::hardbreak::hd7871950ae1b4dc3qeZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pprust::print_crate::hf56cd92d467e9332CjZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::synth_comment::h0531b984a932c2a4m8Z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::new_from_input::habe66f7e13434625olZ'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::popen::h3d3473980b20935fv0Z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'print::pprust::State$LT$$u{27}a$GT$::pclose::h80cd9226b3139da5K0Z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::merge_sort::BASE_INSERTION::h090e20d4c5afe846TIh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::merge_sort::LARGE_INSERTION::h090e20d4c5afe846YIh'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::_$u{5b}T$u{5d}.ops..Index$LT$ops..Range$LT$uint$GT$$GT$::index::_MSG_FILE_LINE::h42255449b1fea9e74hB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::_$u{5b}T$u{5d}.ops..Index$LT$ops..Range$LT$uint$GT$$GT$::index::_MSG_FILE_LINE::h42255449b1fea9e7yhB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::_$u{5b}T$u{5d}.ops..IndexMut$LT$ops..Range$LT$uint$GT$$GT$::index_mut::_MSG_FILE_LINE::h42255449b1fea9e78kB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'slice::bytes::copy_memory::_MSG_FILE_LINE::h42255449b1fea9e7HiC'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'usage::h6d823680705bda34vzb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'config::strip_unconfigured_items::he752418cc92ad9e4SxE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'option::Option$LT$T$GT$::expect::_FILE_LINE::hb625698af27a0598elz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'option::Option$LT$T$GT$::expect::__STATIC_FMTSTR::h99829d79324cae58wlz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'option::Option$LT$T$GT$::unwrap::_MSG_FILE_LINE::h42255449b1fea9e7dmz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'option::Option$LT$T$GT$...std..fmt..Show::fmt::__STATIC_FMTSTR::h99829d79324cae58I5y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'option::Option$LT$T$GT$...std..fmt..Show::fmt::__STATIC_FMTSTR::h99829d79324cae58a6y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'result::Result$LT$T$C$$u{20}E$GT$::unwrap::_FILE_LINE::hb625698af27a059884z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'result::Result$LT$T$C$$u{20}E$GT$::unwrap::__STATIC_FMTSTR::h99829d79324cae58q5z'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'string::T.ToString::to_string::__STATIC_FMTSTR::h65413447020c436bpaj'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'string::FromUtf8Error.fmt..Display::fmt::hce09b49e99420852tTi'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'string::String::from_utf8_lossy::he9ff69055c0eed1f8yi'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'thread::Thread::new::h417f43830dd03d655Qp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'thread::Builder::stack_size::h9a9356931f73d806hJp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'thread::Builder::spawn_inner::_FILE_LINE::hfa78575e47768c59OPp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'thread::Builder::new::h2f9d67d62226fbfdNIp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'thread::Builder::name::h18774253275adb30XIp'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::encode_utf8::hdcd5e3fa1bb93f73wEx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::to_lowercase::h58d8c2b3560be1ecQHx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'u_char::char.CharExt::width::hc0799fe0e80318d6cIx'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Matches::opt_default::hef3870ace0971a953ab'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Matches::opt_present::h21d63f18d095b061z7a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Matches::opt_str::h5a78864cc0a06b52kab'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'Matches::opt_strs::hbd1abf38bb41edb4w9a'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::path_to_string::h7aef4cd12f8bb17bAaA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::nodes_matching_suffix::h540fb865a0b9d7fbCfA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::get::h2509ecab9169f023iTz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::find::h2b9a465dacfbb949rUz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::krate::h4ea820ae79b9a9564Sz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Map$LT$$u{27}ast$GT$::opt_span::hf9f6142caf0358789fA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$::insert_entry::hec4110511a0fb8c97tA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Node$LT$$u{27}ast$GT$...std..fmt..Show::fmt::hac07ff328e25827bMoz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::pprust..State$LT$$u{27}a$GT$.NodePrinter::print_node::he387850fda7be98beQA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::NodeCollector$LT$$u{27}ast$GT$.Visitor$LT$$u{27}ast$GT$::visit_item::h070b8ec9fa0c025doxA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::NodesMatchingSuffix$LT$$u{27}a$C$$u{20}$u{27}ast$GT$.Iterator::next::hb080d32958f63d12PnA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Forest::new::hcfad609322cf8f42BRz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::Forest::krate::h98b659daa7d6c977ORz'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::blocks::Code$LT$$u{27}a$GT$::id::ha3c437b99549ec61P1y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::blocks::Code$LT$$u{27}a$GT$::from_node::had2dfa3827fae30081y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::blocks::FnLikeNode$LT$$u{27}a$GT$::body::h146a44611047ef0fd5y'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::map_crate::__STATIC_FMTSTR::h7332041111621819DJA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::map_crate::__STATIC_FMTARGS::hba913ad3d3699600VJA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_map::map_crate::LOC::h1adf51391c86cc1eUIA'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'codemap::CodeMap::get_filemap::h1b695123c9ad8241IeE'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'codemap::FileMap::is_real_file::h74331644c63c5d9a85D'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'getopts::h57eba85c0e6a50c2upb'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'ast_util::impl_pretty_name::h86d2a7c23624f3704jB'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'LOG_LEVEL::ha409969de15e6c5b5ia'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'panicking::panic_bounds_check::h8b784a6bc296ba3clPv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'panicking::panic::h2c99268d0a160c41nOv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'panicking::panic_fmt::hd84f562e6b95ad5akQv'
/usr/home/kim/compile/rust/x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4e7c5e5c.so: error: undefined reference to 'show_span::run::hfb1a53bf4d17ca6cn4V'
x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc.o:driver.0.rs:function main: error: undefined reference to 'rt::lang_start::hcc0aa22228ea218baTz'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
/home/kim/compile/rust/mk/target.mk:173: ターゲット 'x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc' のレシピで失敗しました
gmake: *** [x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/bin/rustc] エラー 101
%
(:$? 2 :branch master :cwd ~/compile/rust)ggit show
[?1h=
commit d8d5e4d2178097fbe92b26e57d0e18dc1eedbe5e
Merge: 4874ca3 2b11a80
Author: bors <[email protected]>
Date: Fri Jan 23 02:53:50 2015 +0000

Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton

This pull request add tooltips to most links of sidebar.
The tooltips display "summary line" of items' document.

Some lengthy/annoying raw markdown code are eliminated, such as links and headers.
- `[Rust](http://rust-lang.org)` displays as `Rust` (no URLs)
- `# header` displays as `header` (no `#`s)

Some inline spans, e.g. ``` `code` ``` and ```*emphasis*```, are kept as they are, for better readable.

I've make sure `&` `'` `"` `<` and `>` are properly displayed in tooltips, for example, `&'a Option<T>`.

Online preview: http://liigo.com/tmp/tooltips/std/index.html

@alexcrichton @steveklabnik since you have reviewed my previous ([v1](https://github.com/rust-lang/rust/pull/13014),[v2](https://github.com/rust-lang/rust/pull/1644 8)) PRs of this serise, which have been closed for technical reasons. Thank you.

[?1l>%
(:branch master :cwd ~/compile/rust)cclan  c  //usr//bin//clang --ver
--version -- Display compiler version information
--version --verbose -- This switch lacks documentation
-fabi-version -- Use version <n> of the C++ ABI (default: 2)
-fira-verbose -- Control IRA's level of diagnostic messages
-fsched-verbose -- Set the verbosity level of the scheduler 
/usr/bin/clang --ver:branch master :cwd ~/compile/rust)i-ver-ver s
ion
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.1
Thread model: posix
%
(:branch master :cwd ~/compile/rust)//usr//bin//cc  --version
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.1
Thread model: posix
%
(:branch master :cwd ~/compile/rust)//usr//bin//l
lam* ld@ ldd32* lessecho* lex* lint* locate* logger* logname* lorder* lpr* lzcat* lzfgrep* lzma*
last* ld.back* leave* lesskey* lex++* lkbib* lock* login* look* lp* lprm* lzdec* lzgrep* lzmainfo*
lastcomm* ldd* less* lesspipe.sh* limits* locale* lockf* logins* lookbib* lpq* lsvfs* lzegrep* lzless* 
/usr/bin/l:branch master :cwd ~/compile/rust)d
ld@ ld.back* ldd* ldd32*
/usr/bin/ld:branch master :cwd ~/compile/rust) --ver
sion
GNU gold (GNU Binutils 2.25) 1.11
Copyright (C) 2014 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
%
(:branch master :cwd ~/compile/rust)nnam n  uuname -a
FreeBSD FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
%
(:branch master :cwd ~/compile/rust)
Script done on Fri Jan 23 09:12:31 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment