Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue #691: building may fail due to bad /var/tmp/yokozuna permissions #692

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

bsoudan
Copy link

@bsoudan bsoudan commented Oct 6, 2016

When building yokozuna on a shared machine by multiple users, the build may fail with the following error:

cp: cannot create regular file `/var/tmp/yokozuna/solr-4.7.0-yz-1.tgz': Permission denied

This happens because the tools/grab-solr.sh script creates /var/tmp/yokozuna to cache a copy of the solr tarball, but creates /var/tmp/yokozuna using the umask for the current user, which (typically) prevents other users from writing to the cache directory. If a different user tries to build and the grab-solr.sh script needs to write a tarball to the directory because their build needs a different version of solr, the build will fail with an error similar to the above.

Temporary workaround:

$ chmod 1777 /var/tmp/yokozuna

Permanent fix is ensure grab-solr.sh creates the directory with mode 1777.

@thumbot
Copy link

thumbot commented Oct 6, 2016

Thanks @bsoudan!

@thumbot
Copy link

thumbot commented Oct 6, 2016

.thumbs.yml config:

minimum_reviewers: 2
build_steps:
- make clean
- make test
- make xref
- make dialyzer
merge: false
org_mode: true
timeout: 1790

@thumbot
Copy link

thumbot commented Oct 6, 2016

Build Status: [9e69576] Looks good! 👍

✅ MERGE

Started at: 2016-10-06 06:54
Duration: 1 seconds.
Result: OK
Message: Merge Success: 9e69576 onto target branch: develop
Exit Code: OK

📄




Updating 24dc4ee..9e69576
Fast-forward (no commit created; -m option ignored)
 tools/grab-solr.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


✅ MAKE_CLEAN

Started at: 2016-10-06 06:54
Duration: 1 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/basho_yokozuna_9e695764 && make clean 2>&1

/tmp/thumbs/basho_yokozuna_9e695764/rebar clean
==> basho_yokozuna_9e695764 (clean)
rm -rf riak_test/ebin
rm -rf build
git clean -dfx priv/



✅ MAKE_TEST

Started at: 2016-10-06 06:54
Duration: 282 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/basho_yokozuna_9e695764 && make test 2>&1

/tmp/thumbs/basho_yokozuna_9e695764/rebar get-deps
==> basho_yokozuna_9e695764 (get-deps)
Pulling kvc from {git,"git://github.com/etrepum/kvc.git",{tag,"v1.5.0"}}
Cloning into 'kvc'...
Pulling riak_kv from {git,"git://github.com/basho/riak_kv.git",
                          {branch,"develop"}}
Cloning into 'riak_kv'...
Pulling ibrowse from {git,"git://github.com/cmullaparthi/ibrowse.git",
                          {tag,"v4.0.2"}}
Cloning into 'ibrowse'...
Pulling fuse from {git,"[email protected]:jlouis/fuse.git",{tag,"v2.1.0"}}
Cloning into 'fuse'...
==> kvc (get-deps)
==> riak_kv (get-deps)
Pulling sidejob from {git,"git://github.com/basho/sidejob.git",{tag,"2.0.1"}}
Cloning into 'sidejob'...
Pulling erlang_js from {git,"git://github.com/basho/erlang_js.git",
                            {tag,"1.3.0"}}
Cloning into 'erlang_js'...
Pulling bitcask from {git,"git://github.com/basho/bitcask.git",{tag,"2.0.4"}}
Cloning into 'bitcask'...
Pulling eper from {git,"git://github.com/basho/eper.git",{tag,"0.78"}}
Cloning into 'eper'...
Pulling sext from {git,"git://github.com/basho/sext.git",{tag,"1.1p3"}}
Cloning into 'sext'...
Pulling riak_pipe from {git,"git://github.com/basho/riak_pipe.git",
                            {tag,"2.1.2"}}
Cloning into 'riak_pipe'...
Pulling riak_dt from {git,"git://github.com/basho/riak_dt.git",{tag,"2.1.3"}}
Cloning into 'riak_dt'...
Pulling eunit_formatters from {git,"git://github.com/seancribbs/eunit_formatters",
                                   {tag,"0.1.2"}}
Cloning into 'eunit_formatters'...
Pulling riak_api from {git,"git://github.com/basho/riak_api.git",
                           {tag,"2.1.3"}}
Cloning into 'riak_api'...
Pulling hyper from {git,"git://github.com/basho/hyper",{tag,"1.0.0"}}
Cloning into 'hyper'...
==> sidejob (get-deps)
==> erlang_js (get-deps)
==> bitcask (get-deps)
Pulling meck from {git,"git://github.com/basho/meck.git",{tag,"0.8.2"}}
Cloning into 'meck'...
Pulling cuttlefish from {git,"https://github.com/basho/cuttlefish.git",
                             {tag,"2.0.8"}}
Cloning into 'cuttlefish'...
==> meck (get-deps)
==> cuttlefish (get-deps)
Pulling getopt from {git,"git://github.com/jcomellas/getopt.git",
                         {tag,"v0.8.2"}}
Cloning into 'getopt'...
Pulling lager from {git,"git://github.com/basho/lager.git",{tag,"3.2.2"}}
Cloning into 'lager'...
Pulling neotoma from {git,"git://github.com/seancribbs/neotoma.git",
                          {tag,"1.7.3"}}
Cloning into 'neotoma'...
==> getopt (get-deps)
==> lager (get-deps)
Pulling goldrush from {git,"git://github.com/DeadZen/goldrush.git",
                           {tag,"0.1.8"}}
Cloning into 'goldrush'...
==> goldrush (get-deps)
==> neotoma (get-deps)
==> eper (get-deps)
==> sext (get-deps)
Pulling edown from {git,"git://github.com/uwiger/edown.git",{tag,"0.5"}}
Cloning into 'edown'...
==> edown (get-deps)
==> riak_pipe (get-deps)
Pulling riak_core from {git,"git://github.com/basho/riak_core.git",
                            {tag,"2.1.6"}}
Cloning into 'riak_core'...
==> riak_core (get-deps)
Pulling poolboy from {git,"git://github.com/basho/poolboy.git",
                          {tag,"0.8.1p3"}}
Cloning into 'poolboy'...
Pulling basho_stats from {git,"git://github.com/basho/basho_stats.git",
                              {tag,"1.0.3"}}
Cloning into 'basho_stats'...
Pulling riak_sysmon from {git,"https://github.com/basho/riak_sysmon.git",
                              {tag,"2.1.3"}}
Cloning into 'riak_sysmon'...
Pulling eleveldb from {git,"git://github.com/basho/eleveldb.git",
                           {tag,"2.0.29"}}
Cloning into 'eleveldb'...
Pulling riak_ensemble from {git,"https://github.com/basho/riak_ensemble",
                                {tag,"2.1.3"}}
Cloning into 'riak_ensemble'...
Pulling pbkdf2 from {git,"git://github.com/basho/erlang-pbkdf2.git",
                         {tag,"2.0.0"}}
Cloning into 'pbkdf2'...
Pulling exometer_core from {git,"git://github.com/basho/exometer_core.git",
                                {tag,"1.0.0-basho8"}}
Cloning into 'exometer_core'...
Pulling clique from {git,"https://github.com/basho/clique.git",{tag,"0.3.7"}}
Cloning into 'clique'...
==> poolboy (get-deps)
==> basho_stats (get-deps)
==> riak_sysmon (get-deps)
==> eleveldb (get-deps)
Cloning into 'leveldb'...
Note: checking out '2.0.29'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 97eb726... Merge branch 'develop' into 2.0 for 2.0.29 release (mv-expiry-manifest)
==> riak_ensemble (get-deps)
==> pbkdf2 (get-deps)
==> src (get-deps)
==> exometer_core (get-deps)
Pulling parse_trans from {git,"git://github.com/uwiger/parse_trans.git",
                              {tag,"2.9"}}
Cloning into 'parse_trans'...
Pulling folsom from {git,"git://github.com/basho/folsom.git",{tag,"0.7.4p5"}}
Cloning into 'folsom'...
Pulling setup from {git,"git://github.com/basho/setup.git",{tag,"1.5-basho2"}}
Cloning into 'setup'...
==> parse_trans (get-deps)
==> folsom (get-deps)
Pulling bear from {git,"git://github.com/basho/bear.git",{tag,"0.1.3p1"}}
Cloning into 'bear'...
==> bear (get-deps)
==> setup (get-deps)
==> clique (get-deps)
==> riak_dt (get-deps)
==> eunit_formatters (get-deps)
==> riak_api (get-deps)
Pulling riak_pb from {git,"git://github.com/basho/riak_pb.git",
                          {tag,"2.2.0.0"}}
Cloning into 'riak_pb'...
Pulling webmachine from {git,"git://github.com/basho/webmachine.git",
                             {tag,"1.10.8-basho1"}}
Cloning into 'webmachine'...
==> riak_pb (get-deps)
Pulling protobuffs from {git,"https://github.com/basho/erlang_protobuffs.git",
                             {tag,"0.9.0"}}
Cloning into 'protobuffs'...
Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git",
                           {tag,"0.3.0-basho"}}
Cloning into 'hamcrest'...
==> protobuffs (get-deps)
==> hamcrest (get-deps)
==> webmachine (get-deps)
Pulling mochiweb from {git,"git://github.com/basho/mochiweb.git",
                           {tag,"v2.9.0p2"}}
Cloning into 'mochiweb'...
==> mochiweb (get-deps)
==> hyper (get-deps)
Pulling proper from {git,"https://github.com/basho/proper.git",{tag,"v1.2p1"}}
Cloning into 'proper'...
Pulling stdlib2 from {git,"https://github.com/basho/stdlib2.git",
                          {tag,"0.0.1"}}
Cloning into 'stdlib2'...
==> proper (get-deps)
==> stdlib2 (get-deps)
==> ibrowse (get-deps)
==> fuse (get-deps)
/tmp/thumbs/basho_yokozuna_9e695764/rebar compile
==> kvc (compile)
Compiled src/kvc.erl
==> sidejob (compile)
Compiled src/sidejob_worker_sup.erl
Compiled src/sidejob_sup.erl
Compiled src/sidejob_stat.erl
Compiled src/sidejob_app.erl
Compiled src/sidejob_config.erl
Compiled src/sidejob.erl
Compiled src/sidejob_resource_stats.erl
Compiled src/sidejob_supervisor.erl
Compiled src/sidejob_worker.erl
Compiled src/sidejob_resource_sup.erl
==> erlang_js (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
cd c_src; make
make[2]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
gunzip -c nsprpub-4.8.tar.gz | tar xf -
patching file nsprpub/lib/tests/Makefile.in
patching file nsprpub/configure.in
patching file nsprpub/configure
patching file nsprpub/pr/src/misc/prnetdb.c
(cd /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub && \
     ./configure --disable-debug --enable-optimize \
                     --prefix=/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system --enable-64bit && \
         make all install)
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for whoami... /usr/bin/whoami
checking for gcc... cc
checking whether the C compiler (cc -m64  ) works... yes
checking whether the C compiler (cc -m64  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for ranlib... ranlib
checking for as... /usr/bin/as
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for strip... /usr/bin/strip
checking for windres... no
checking for gcc -pipe support... no
checking for visibility(hidden) attribute... yes
checking for visibility pragma support... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether cc needs -traditional... no
checking for lchown... yes
checking for strerror... yes
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking whether cc accepts -pthread... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config/Makefile
creating config/autoconf.mk
creating config/nsprincl.mk
creating config/nsprincl.sh
creating config/nspr-config
creating lib/Makefile
creating lib/ds/Makefile
creating lib/libc/Makefile
creating lib/libc/include/Makefile
creating lib/libc/src/Makefile
creating lib/tests/Makefile
creating pkg/Makefile
creating pkg/linux/Makefile
creating pkg/solaris/Makefile
creating pkg/solaris/SUNWpr/Makefile
creating pkg/solaris/SUNWprd/Makefile
creating pr/Makefile
creating pr/include/Makefile
creating pr/include/md/Makefile
creating pr/include/obsolete/Makefile
creating pr/include/private/Makefile
creating pr/src/Makefile
creating pr/src/io/Makefile
creating pr/src/linking/Makefile
creating pr/src/malloc/Makefile
creating pr/src/md/Makefile
creating pr/src/md/unix/Makefile
creating pr/src/memory/Makefile
creating pr/src/misc/Makefile
creating pr/src/threads/Makefile
creating pr/tests/Makefile
creating pr/tests/dll/Makefile
creating pr/src/pthreads/Makefile
make[3]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub'
cd config; make -j1 export
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/config'
cc -o now.o -c     -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM   now.c
cc  now.o   -o now
cc -o nsinstall.o -c     -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM   nsinstall.c
cc  nsinstall.o   -o nsinstall
rm -f nfspwd; cp nfspwd.pl nfspwd; chmod +x nfspwd
rm -f ../dist/bin/nspr-config
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/config'
cd pr; make -j1 export
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr'
cd include; make export
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include'
cd md; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/md'
../../../config/./nsinstall -R -m 444 ./_aix32.cfg ./_aix64.cfg ./_beos.cfg ./_bsdi.cfg ./_darwin.cfg ./_dgux.cfg ./_freebsd.cfg ./_hpux32.cfg ./_hpux64.cfg ./_irix32.cfg ./_irix64.cfg ./_linux.cfg ./_ncr.cfg ./_nec.cfg ./_netbsd.cfg ./_nextstep.cfg ./_nto.cfg ./_openbsd.cfg ./_os2.cfg ./_osf1.cfg ./_qnx.cfg ./_reliantunix.cfg ./_riscos.cfg ./_scoos.cfg ./_solaris.cfg ./_sony.cfg ./_sunos4.cfg ./_symbian.cfg ./_unixware7.cfg ./_unixware.cfg ./_win95.cfg ./_winnt.cfg ../../../dist/include/nspr/md
../../../config/./nsinstall -R -m 444 ./_linux.cfg ../../../dist/include/nspr
mv -f ../../../dist/include/nspr/_linux.cfg ../../../dist/include/nspr/prcpucfg.h
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/md'
cd private; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/private'
../../../config/./nsinstall -R -m 444 ./pprio.h ./pprthred.h ./prpriv.h ../../../dist/include/nspr/private
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/private'
cd obsolete; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h ../../../dist/include/nspr/obsolete
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/obsolete'
../../config/./nsinstall -R -m 444 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prproces.h ./prrng.h ./prrwlock.h ./prshma.h ./prshm.h ./prsystem.h ./prthread.h ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h ../../dist/include/nspr
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include'
cd src; make export
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src'
cd io; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/io'
cc -o prfdcach.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prfdcach.c
cc -o prmwait.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prmwait.c
cc -o priometh.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  priometh.c
cc -o pripv6.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  pripv6.c
pripv6.c: In function ‘Ipv6ToIpv4SocketAccept’:
pripv6.c:167:14: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRStatus rv;
              ^
pripv6.c: In function ‘Ipv6ToIpv4SocketAcceptRead’:
pripv6.c:205:14: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRStatus rv;
              ^
cc -o prmapopt.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prmapopt.c
cc -o prlayer.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prlayer.c
prlayer.c: In function ‘pl_TopAccept’:
prlayer.c:209:14: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRStatus rv;
              ^
prlayer.c: In function ‘pl_DefAcceptread’:
prlayer.c:329:14: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRStatus rv;
              ^
cc -o prlog.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prlog.c
cc -o prmmap.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prmmap.c
cc -o prpolevt.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prpolevt.c
cc -o prprf.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prprf.c
prprf.c: In function ‘dosprintf’:
prprf.c:987:29: warning: ‘nap’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      u.ip = nas ? nap->u.ip : va_arg(ap, int*);
                             ^
cc -o prscanf.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prscanf.c
prscanf.c: In function ‘PR_sscanf’:
prscanf.c:285:41: warning: ‘ch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     while (WITHIN_WIDTH(state) && memchr(digits, ch, dlen)) {
                                         ^
prscanf.c:232:9: note: ‘ch’ was declared here
     int ch;
         ^
prscanf.c:359:29: warning: ‘ch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (WITHIN_WIDTH(state) && ch == DECIMAL_POINT) {
                             ^
prscanf.c:342:9: note: ‘ch’ was declared here
     int ch;
         ^
cc -o prstdio.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prstdio.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/io'
cd linking; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/linking'
cc -o prlink.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prlink.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/linking'
cd malloc; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/malloc'
cc -o prmalloc.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prmalloc.c
cc -o prmem.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prmem.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/malloc'
cd md; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md'
cd unix; make export
make[7]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md/unix'
cc -o unix.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  unix.c
unix.c: In function ‘_PR_UnixInit’:
unix.c:2828:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
cc -o unix_errors.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  unix_errors.c
cc -o uxproces.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  uxproces.c
uxproces.c: In function ‘pr_InstallSigchldHandler’:
uxproces.c:715:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
uxproces.c: In function ‘_MD_InitProcesses’:
uxproces.c:733:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
uxproces.c: In function ‘_MD_unix_terminate_waitpid_daemon’:
uxproces.c:152:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
         write(pr_wp.pipefd[1], "", 1);
              ^
cc -o uxrng.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  uxrng.c
cc -o uxshm.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  uxshm.c
cc -o uxwrap.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  uxwrap.c
cc -o linux.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  linux.c
cc -o os_Linux_x86_64.o -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  -c os_Linux_x86_64.s
make[7]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md/unix'
cc -o prosdep.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include  prosdep.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md'
cd memory; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/memory'
cc -o prseg.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prseg.c
cc -o prshm.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prshm.c
cc -o prshma.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prshma.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/memory'
cd misc; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/misc'
cc -o pralarm.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  pralarm.c
cc -o pratom.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  pratom.c
cc -o prcountr.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prcountr.c
cc -o prdtoa.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prdtoa.c
cc -o prenv.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prenv.c
prenv.c: In function ‘PR_SetEnv’:
prenv.c:96:5: warning: passing argument 1 of ‘putenv’ discards ‘const’ qualifier from pointer target type [enabled by default]
     result = _PR_MD_PUT_ENV(string);
     ^
In file included from ../../../dist/include/nspr/prmem.h:47:0,
                 from ../../../dist/include/nspr/nspr.h:58,
                 from ../../../pr/include/private/primpl.h:71,
                 from prenv.c:39:
/usr/include/stdlib.h:578:12: note: expected ‘char *’ but argument is of type ‘const char *’
 extern int putenv (char *__string) __THROW __nonnull ((1));
            ^
cc -o prerr.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prerr.c
cc -o prerror.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prerror.c
cc -o prerrortable.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prerrortable.c
cc -o prinit.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prinit.c
cc -o prinrval.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prinrval.c
cc -o pripc.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  pripc.c
cc -o prlog2.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prlog2.c
cc -o prlong.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prlong.c
cc -o prnetdb.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prnetdb.c
prnetdb.c: In function ‘pr_NetAddrToStringGNI’:
prnetdb.c:2278:14: warning: variable ‘md_af’ set but not used [-Wunused-but-set-variable]
     PRUint16 md_af = addr->raw.family;
              ^
cc -o prolock.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prolock.c
cc -o prrng.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prrng.c
cc -o prsystem.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prsystem.c
cc -o prtime.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prtime.c
cc -o prthinfo.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prthinfo.c
cc -o prtpool.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prtpool.c
prtpool.c: In function ‘io_wstart’:
prtpool.c:417:13: warning: variable ‘rval_status’ set but not used [-Wunused-but-set-variable]
    PRStatus rval_status;
             ^
prtpool.c: In function ‘notify_ioq’:
prtpool.c:986:10: warning: variable ‘rval_status’ set but not used [-Wunused-but-set-variable]
 PRStatus rval_status;
          ^
prtpool.c: In function ‘PR_JoinThreadPool’:
prtpool.c:1107:10: warning: variable ‘rval_status’ set but not used [-Wunused-but-set-variable]
 PRStatus rval_status;
          ^
prtpool.c: In function ‘io_wstart’:
prtpool.c:380:12: warning: ‘polljobs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    polljobs[pollfds_used] = jobp;
            ^
prtpool.c:360:34: warning: ‘pollfds’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   pollfds[pollfds_used].in_flags = PR_POLL_READ;
                                  ^
cc -o prtrace.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prtrace.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/misc'
cd threads; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/threads'
cc -o prcmon.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prcmon.c
cc -o prrwlock.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prrwlock.c
cc -o prtpd.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prtpd.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/threads'
cd pthreads; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/pthreads'
cc -o ptio.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  ptio.c
ptio.c: In function ‘pt_linux_sendfile_cont’:
ptio.c:1116:11: warning: variable ‘oldoffset’ set but not used [-Wunused-but-set-variable]
     off_t oldoffset;
           ^
ptio.c: In function ‘pt_Connect’:
ptio.c:1563:11: warning: variable ‘md_af’ set but not used [-Wunused-but-set-variable]
  PRUint16 md_af = addr->raw.family;
           ^
ptio.c: In function ‘pt_Bind’:
ptio.c:1752:11: warning: variable ‘md_af’ set but not used [-Wunused-but-set-variable]
  PRUint16 md_af = addr->raw.family;
           ^
ptio.c: In function ‘pt_SendTo’:
ptio.c:2009:11: warning: variable ‘md_af’ set but not used [-Wunused-but-set-variable]
  PRUint16 md_af = addr->raw.family;
           ^
ptio.c: In function ‘_pr_poll_with_poll’:
ptio.c:3928:33: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                         elapsed = (PRIntervalTime) (PR_IntervalNow()
                                 ^
cc -o ptsynch.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  ptsynch.c
ptsynch.c: In function ‘_PR_InitLocks’:
ptsynch.c:86:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptsynch.c: In function ‘pt_PostNotifies’:
ptsynch.c:103:19: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn index, rv;
                   ^
ptsynch.c: In function ‘PR_NewLock’:
ptsynch.c:169:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptsynch.c: In function ‘PR_DestroyLock’:
ptsynch.c:188:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptsynch.c: In function ‘PR_Lock’:
ptsynch.c:204:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptsynch.c: In function ‘PR_Unlock’:
ptsynch.c:224:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptsynch.c: In function ‘PR_NewCondVar’:
ptsynch.c:357:13: warning: unused variable ‘rv’ [-Wunused-variable]
         int rv = _PT_PTHREAD_COND_INIT(cv->cv, _pt_cvar_attr); 
             ^
ptsynch.c: In function ‘PR_DestroyCondVar’:
ptsynch.c:372:16: warning: unused variable ‘rv’ [-Wunused-variable]
         PRIntn rv = pthread_cond_destroy(&cvar->cv); PR_ASSERT(0 == rv);
                ^
ptsynch.c: In function ‘PR_DestroyMonitor’:
ptsynch.c:509:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptsynch.c: In function ‘PRP_NewNakedCondVar’:
ptsynch.c:1100:13: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
         int rv;
             ^
ptsynch.c: In function ‘PRP_DestroyNakedCondVar’:
ptsynch.c:1110:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptsynch.c: In function ‘PRP_NakedNotify’:
ptsynch.c:1139:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptsynch.c: In function ‘PRP_NakedBroadcast’:
ptsynch.c:1148:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
cc -o ptthread.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  ptthread.c
ptthread.c: In function ‘_pt_root’:
ptthread.c:170:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptthread.c: In function ‘pt_AttachThread’:
ptthread.c:295:13: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
         int rv;
             ^
ptthread.c: In function ‘PR_DetachThread’:
ptthread.c:640:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptthread.c: In function ‘PR_Interrupt’:
ptthread.c:754:16: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
         PRIntn rv;
                ^
ptthread.c: In function ‘_PR_InitThreads’:
ptthread.c:866:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptthread.c: In function ‘_PR_Fini’:
ptthread.c:1013:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptthread.c: In function ‘PR_Cleanup’:
ptthread.c:1035:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
ptthread.c: In function ‘init_pthread_gc_support’:
ptthread.c:1167:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptthread.c: In function ‘pt_SuspendSet’:
ptthread.c:1385:12: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     PRIntn rv;
            ^
ptthread.c: In function ‘PR_SuspendAll’:
ptthread.c:1505:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
     int rv;
         ^
cc -o ptmisc.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private  ptmisc.c
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/pthreads'
cc -o prvrsion.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../dist/include/nspr -I../../pr/include -I../../pr/include/private  -I. prvrsion.c
prvrsion.c: In function ‘libVersionPoint’:
prvrsion.c:116:17: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
     const char *dummy;
                 ^
rm -f libnspr4.a
/usr/bin/ar cr libnspr4.a ./prvrsion.o io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o threads/./prtpd.o linking/./prlink.o malloc/./prmalloc.o malloc/./prmem.o md/./prosdep.o memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o misc/./prtpool.o misc/./prtrace.o misc/./prtime.o pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o md/unix/./linux.o md/unix/./os_Linux_x86_64.o 
ranlib libnspr4.a
rm -f libnspr4.so
cc -shared -Wl,-soname -Wl,libnspr4.so -o libnspr4.so ./prvrsion.o io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o threads/./prtpd.o linking/./prlink.o malloc/./prmalloc.o malloc/./prmem.o md/./prosdep.o memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o misc/./prtpool.o misc/./prtrace.o misc/./prtime.o pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o md/unix/./linux.o md/unix/./os_Linux_x86_64.o   -lpthread -ldl
../../config/./nsinstall -R -m 444 ./libnspr4.a ./libnspr4.so ../../dist/lib
../../config/./nsinstall -R -m 444 ./libnspr4.so ../../dist/bin
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src'
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr'
cd lib; make -j1 export
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib'
cd ds; make export
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/ds'
cc -o plarena.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../../pr/include  plarena.c
cc -o plhash.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../../pr/include  plhash.c
cc -o plvrsion.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../../pr/include  -I. plvrsion.c
plvrsion.c: In function ‘libVersionPoint’:
plvrsion.c:116:17: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
     const char *dummy;
                 ^
rm -f libplds4.a
/usr/bin/ar cr libplds4.a ./plarena.o ./plhash.o ./plvrsion.o  
ranlib libplds4.a
rm -f libplds4.so
cc -shared -Wl,-soname -Wl,libplds4.so -o libplds4.so ./plarena.o ./plhash.o ./plvrsion.o    -L../../dist/lib -lnspr4
../../config/./nsinstall -R -m 444 ./plarenas.h ./plarena.h ./plhash.h ../../dist/include/nspr
../../config/./nsinstall -R -m 444 ./libplds4.a ./libplds4.so ../../dist/lib
../../config/./nsinstall -R -m 444 ./libplds4.so ../../dist/bin
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/ds'
cd libc; make export
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc'
cd include; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/include'
../../../config/./nsinstall -R -m 444 ./plbase64.h ./plerror.h ./plgetopt.h ./plresolv.h ./plstr.h ../../../dist/include/nspr
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/include'
cd src; make export
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/src'
cc -o plvrsion.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  -I. plvrsion.c
plvrsion.c: In function ‘libVersionPoint’:
plvrsion.c:116:17: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
     const char *dummy;
                 ^
cc -o strlen.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strlen.c
cc -o strcpy.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strcpy.c
cc -o strdup.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strdup.c
cc -o strcase.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strcase.c
cc -o strcat.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strcat.c
cc -o strcmp.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strcmp.c
cc -o strchr.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strchr.c
cc -o strpbrk.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strpbrk.c
cc -o strstr.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strstr.c
cc -o strtok.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  strtok.c
cc -o base64.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  base64.c
cc -o plerror.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  plerror.c
cc -o plgetopt.o -c -fvisibility=hidden    -m64  -Wall -pthread -O2 -fPIC  -UDEBUG  -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr  plgetopt.c
rm -f libplc4.a
/usr/bin/ar cr libplc4.a ./plvrsion.o ./strlen.o ./strcpy.o ./strdup.o ./strcase.o ./strcat.o ./strcmp.o ./strchr.o ./strpbrk.o ./strstr.o ./strtok.o ./base64.o ./plerror.o ./plgetopt.o  
ranlib libplc4.a
rm -f libplc4.so
cc -shared -Wl,-soname -Wl,libplc4.so -o libplc4.so ./plvrsion.o ./strlen.o ./strcpy.o ./strdup.o ./strcase.o ./strcat.o ./strcmp.o ./strchr.o ./strpbrk.o ./strstr.o ./strtok.o ./base64.o ./plerror.o ./plgetopt.o    -L../../../dist/lib -lnspr4
../../../config/./nsinstall -R -m 444 ./libplc4.a ./libplc4.so ../../../dist/lib
../../../config/./nsinstall -R -m 444 ./libplc4.so ../../../dist/bin
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/src'
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc'
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib'
cd config; make -j1 install
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/config'
../config/./nsinstall -t -m 0755 nspr-config /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/bin
../config/./nsinstall -D /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/share/aclocal
../config/./nsinstall -t -m 0644 nspr.m4 /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/share/aclocal
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/config'
cd pr; make -j1 install
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr'
cd include; make install
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include'
../../config/./nsinstall -t -m 0644 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prproces.h ./prrng.h ./prrwlock.h ./prshma.h ./prshm.h ./prsystem.h ./prthread.h ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/
cd md; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/md'
../../../config/./nsinstall -D /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/md
../../../config/./nsinstall -t -m 644 ./_aix32.cfg ./_aix64.cfg ./_beos.cfg ./_bsdi.cfg ./_darwin.cfg ./_dgux.cfg ./_freebsd.cfg ./_hpux32.cfg ./_hpux64.cfg ./_irix32.cfg ./_irix64.cfg ./_linux.cfg ./_ncr.cfg ./_nec.cfg ./_netbsd.cfg ./_nextstep.cfg ./_nto.cfg ./_openbsd.cfg ./_os2.cfg ./_osf1.cfg ./_qnx.cfg ./_reliantunix.cfg ./_riscos.cfg ./_scoos.cfg ./_solaris.cfg ./_sony.cfg ./_sunos4.cfg ./_symbian.cfg ./_unixware7.cfg ./_unixware.cfg ./_win95.cfg ./_winnt.cfg /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/md
../../../config/./nsinstall -t -m 644 ./_linux.cfg /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr
mv -f /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/_linux.cfg /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/prcpucfg.h
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/md'
cd private; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/private'
../../../config/./nsinstall -t -m 0644 ./pprio.h ./pprthred.h ./prpriv.h /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/private
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/private'
cd obsolete; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -t -m 0644 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/obsolete
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include/obsolete'
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/include'
cd src; make install
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src'
../../config/./nsinstall -t -m 0755 ./libnspr4.a ./libnspr4.so /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/lib/
cd io; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/io'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/io'
cd linking; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/linking'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/linking'
cd malloc; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/malloc'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/malloc'
cd md; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md'
cd unix; make install
make[7]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md/unix'
make[7]: Nothing to be done for `install'.
make[7]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md/unix'
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/md'
cd memory; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/memory'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/memory'
cd misc; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/misc'
../../../config/./nsinstall -t -m 0755 ./compile-et.pl ./prerr.properties /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/bin
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/misc'
cd threads; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/threads'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/threads'
cd pthreads; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/pthreads'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src/pthreads'
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr/src'
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/pr'
cd lib; make -j1 install
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib'
cd ds; make install
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/ds'
../../config/./nsinstall -t -m 0644 ./plarenas.h ./plarena.h ./plhash.h /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/
../../config/./nsinstall -t -m 0755 ./libplds4.a ./libplds4.so /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/lib/
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/ds'
cd libc; make install
make[5]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc'
cd include; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/include'
../../../config/./nsinstall -t -m 0644 ./plbase64.h ./plerror.h ./plgetopt.h ./plresolv.h ./plstr.h /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr/
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/include'
cd src; make install
make[6]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/src'
../../../config/./nsinstall -t -m 0755 ./libplc4.a ./libplc4.so /tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/lib/
make[6]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc/src'
make[5]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib/libc'
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub/lib'
make[3]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/nsprpub'
gunzip -c js-1.8.0-rc1.tar.gz | tar xf -
patching file js/src/Makefile.in
Hunk #1 (RIAK-1433) (RIAK-1433) succeeded at 214 with fuzz 2.
patching file js/src/Makefile.ref
patching file js/src/Makefile.ref
Hunk #1 (RIAK-1433) (RIAK-1433) succeeded at 340 (offset 4 lines).
patching file js/src/config/DragonFly.mk
patching file js/src/config/FreeBSD.mk
patching file js/src/config/NetBSD.mk
patching file js/src/config/OpenBSD.mk
patching file js/src/config/SunOS5.10.mk
patching file js/src/config/SunOS5.10_i86pc.mk
patching file js/src/config/SunOS5.11.mk
patching file js/src/config/SunOS5.11_i86pc.mk
patching file js/src/config/SunOS5.1x_i86pc.mk
patching file js/src/config.mk
patching file js/src/jstypes.h
cat: ../../dist/Linux_All_OPT.OBJ/nspr/Version: No such file or directory
make[3]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src'
cd editline; make -f Makefile.ref all
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src/editline'
gcc -o Linux_All_OPT.OBJ/editline.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -DXP_UNIX -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu  -DJSFILE -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
editline.c: In function ‘readline’:
editline.c:1038:2: warning: implicit declaration of function ‘getpid’ [-Wimplicit-function-declaration]
  (void)kill(getpid(), s);
  ^
editline.c: In function ‘add_history’:
editline.c:1051:5: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness [-Wpointer-sign]
     if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0)
     ^
In file included from editline.h:66:0,
                 from editline.c:64:
/usr/include/string.h:144:12: note: expected ‘const char *’ but argument is of type ‘CHAR *’
 extern int strcmp (const char *__s1, const char *__s2)
            ^
gcc -o Linux_All_OPT.OBJ/sysunix.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -DXP_UNIX -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu  -DJSFILE -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv Linux_All_OPT.OBJ/libedit.a Linux_All_OPT.OBJ/editline.o Linux_All_OPT.OBJ/sysunix.o
ar: creating Linux_All_OPT.OBJ/libedit.a
a - Linux_All_OPT.OBJ/editline.o
a - Linux_All_OPT.OBJ/sysunix.o
echo Linux_All_OPT.OBJ/libedit.a
Linux_All_OPT.OBJ/libedit.a
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src/editline'
make -f Makefile.ref  Linux_All_OPT.OBJ/libjs.a Linux_All_OPT.OBJ/libjs.so Linux_All_OPT.OBJ/js  Linux_All_OPT.OBJ/jsautocfg.h Linux_All_OPT.OBJ/jscpucfg Linux_All_OPT.OBJ/jscpucfg.o
cat: ../../dist/Linux_All_OPT.OBJ/nspr/Version: No such file or directory
make[4]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src'
make[4]: Circular jscpucfg.h <- Linux_All_OPT.OBJ/jsautocfg.h dependency dropped.
gcc -o Linux_All_OPT.OBJ/jscpucfg.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jscpucfg.c
gcc -o Linux_All_OPT.OBJ/jscpucfg Linux_All_OPT.OBJ/jscpucfg.o  -lm
make[4]: Circular Linux_All_OPT.OBJ/jsautocfg.h <- Linux_All_OPT.OBJ/jsautocfg.h dependency dropped.
rm -f Linux_All_OPT.OBJ/jsautocfg.h
Linux_All_OPT.OBJ/jscpucfg > Linux_All_OPT.OBJ/jsautocfg.h
gcc -o Linux_All_OPT.OBJ/jsapi.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsapi.c
jsapi.c: In function ‘JS_ConvertArgumentsVA’:
jsapi.c:272:39: warning: passing argument 5 of ‘TryArgumentFormatter’ from incompatible pointer type [enabled by default]
                                       JS_ADDRESSOF_VA_LIST(ap))) {
                                       ^
jsapi.c:134:1: note: expected ‘struct __va_list_tag (*)[1]’ but argument is of type ‘struct __va_list_tag **’
 TryArgumentFormatter(JSContext *cx, const char **formatp, JSBool fromJS,
 ^
jsapi.c: In function ‘JS_PushArgumentsVA’:
jsapi.c:380:39: warning: passing argument 5 of ‘TryArgumentFormatter’ from incompatible pointer type [enabled by default]
                                       JS_ADDRESSOF_VA_LIST(ap))) {
                                       ^
jsapi.c:134:1: note: expected ‘struct __va_list_tag (*)[1]’ but argument is of type ‘struct __va_list_tag **’
 TryArgumentFormatter(JSContext *cx, const char **formatp, JSBool fromJS,
 ^
gcc -o Linux_All_OPT.OBJ/jsarena.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsarena.c
gcc -o Linux_All_OPT.OBJ/jsarray.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsarray.c
gcc -o Linux_All_OPT.OBJ/jsatom.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsatom.c
jsatom.c: In function ‘js_InitAtomMap’:
jsatom.c:1019:12: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
     uint32 count;
            ^
gcc -o Linux_All_OPT.OBJ/jsbool.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsbool.c
gcc -o Linux_All_OPT.OBJ/jscntxt.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jscntxt.c
gcc -o Linux_All_OPT.OBJ/jsdate.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsdate.c
gcc -o Linux_All_OPT.OBJ/jsdbgapi.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsdbgapi.c
gcc -o Linux_All_OPT.OBJ/jsdhash.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsdhash.c
gcc -o Linux_All_OPT.OBJ/jsdtoa.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsdtoa.c
jsdtoa.c: In function ‘JS_dtostr’:
jsdtoa.c:2846:32: warning: ‘decPt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                 if (decPt < -5 || decPt > precision)
                                ^
gcc -o Linux_All_OPT.OBJ/jsemit.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsemit.c
gcc -o Linux_All_OPT.OBJ/jsexn.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsexn.c
gcc -o Linux_All_OPT.OBJ/jsfun.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsfun.c
jsfun.c: In function ‘CallPropertyOp’:
jsfun.c:742:17: warning: variable ‘fun’ set but not used [-Wunused-but-set-variable]
     JSFunction *fun;
                 ^
gcc -o Linux_All_OPT.OBJ/jsgc.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsgc.c
gcc -o Linux_All_OPT.OBJ/jshash.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jshash.c
gcc -o Linux_All_OPT.OBJ/jsinterp.o -c -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64   jsinterp.c
gcc -o Linux_All_OPT.OBJ/jsinvoke.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsinvoke.c
In file included from jsinvoke.c:43:0:
jsinterp.c: In function ‘AllocateAfterSP’:
jsinterp.c:520:12: warning: variable ‘sp2’ set but not used [-Wunused-but-set-variable]
     jsval *sp2;
            ^
gcc -o Linux_All_OPT.OBJ/jsiter.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsiter.c
gcc -o Linux_All_OPT.OBJ/jslock.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jslock.c
jslock.c: In function ‘ClaimTitle’:
jslock.c:389:14: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable]
     PRStatus stat;
              ^
jslock.c: In function ‘js_TransferTitle’:
jslock.c:1115:12: warning: variable ‘me’ set but not used [-Wunused-but-set-variable]
     jsword me;
            ^
gcc -o Linux_All_OPT.OBJ/jslog2.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jslog2.c
gcc -o Linux_All_OPT.OBJ/jslong.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jslong.c
gcc -o Linux_All_OPT.OBJ/jsmath.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsmath.c
gcc -o Linux_All_OPT.OBJ/jsnum.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsnum.c
gcc -o Linux_All_OPT.OBJ/jsobj.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsobj.c
jsobj.c: In function ‘obj_getSlot’:
jsobj.c:163:12: warning: variable ‘slot’ set but not used [-Wunused-but-set-variable]
     uint32 slot;
            ^
jsobj.c: In function ‘js_NativeSet’:
jsobj.c:3596:11: warning: variable ‘pval’ set but not used [-Wunused-but-set-variable]
     jsval pval;
           ^
gcc -o Linux_All_OPT.OBJ/jsopcode.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsopcode.c
jsopcode.c: In function ‘GetLocal’:
jsopcode.c:1155:16: warning: variable ‘cx’ set but not used [-Wunused-but-set-variable]
     JSContext *cx;
                ^
jsopcode.c: In function ‘DecompileDestructuring’:
jsopcode.c:1346:14: warning: variable ‘saveop’ set but not used [-Wunused-but-set-variable]
     JSOp op, saveop;
              ^
jsopcode.c: In function ‘Decompile’:
jsopcode.c:1882:19: warning: case value ‘256’ not in enumerated type ‘JSOp’ [-Wswitch]
                   case JSOP_GETPROP2:
                   ^
jsopcode.c:1885:19: warning: case value ‘257’ not in enumerated type ‘JSOp’ [-Wswitch]
                   case JSOP_GETELEM2:
                   ^
jsopcode.c:3570:15: warning: case value ‘256’ not in enumerated type ‘JSOp’ [-Wswitch]
               case JSOP_GETPROP2:
               ^
jsopcode.c:3644:15: warning: case value ‘257’ not in enumerated type ‘JSOp’ [-Wswitch]
               case JSOP_GETELEM2:
               ^
gcc -o Linux_All_OPT.OBJ/jsparse.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsparse.c
jsparse.c: In function ‘Variables’:
jsparse.c:3519:19: warning: variable ‘fp’ set but not used [-Wunused-but-set-variable]
     JSStackFrame *fp;
                   ^
gcc -o Linux_All_OPT.OBJ/jsprf.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsprf.c
gcc -o Linux_All_OPT.OBJ/jsregexp.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsregexp.c
gcc -o Linux_All_OPT.OBJ/jskwgen.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jskwgen.c
gcc -o Linux_All_OPT.OBJ/jskwgen -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64   -lm Linux_All_OPT.OBJ/jskwgen.o
Linux_All_OPT.OBJ/jskwgen Linux_All_OPT.OBJ/jsautokw.h
gcc -o Linux_All_OPT.OBJ/jsscan.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsscan.c
gcc -o Linux_All_OPT.OBJ/jsscope.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsscope.c
gcc -o Linux_All_OPT.OBJ/jsscript.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsscript.c
gcc -o Linux_All_OPT.OBJ/jsstr.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsstr.c
gcc -o Linux_All_OPT.OBJ/jsutil.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsutil.c
gcc -o Linux_All_OPT.OBJ/jsxdrapi.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsxdrapi.c
gcc -o Linux_All_OPT.OBJ/jsxml.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  jsxml.c
gcc -o Linux_All_OPT.OBJ/prmjtime.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  prmjtime.c
ar rv Linux_All_OPT.OBJ/libjs.a Linux_All_OPT.OBJ/jsapi.o Linux_All_OPT.OBJ/jsarena.o Linux_All_OPT.OBJ/jsarray.o Linux_All_OPT.OBJ/jsatom.o Linux_All_OPT.OBJ/jsbool.o Linux_All_OPT.OBJ/jscntxt.o Linux_All_OPT.OBJ/jsdate.o Linux_All_OPT.OBJ/jsdbgapi.o Linux_All_OPT.OBJ/jsdhash.o Linux_All_OPT.OBJ/jsdtoa.o Linux_All_OPT.OBJ/jsemit.o Linux_All_OPT.OBJ/jsexn.o Linux_All_OPT.OBJ/jsfun.o Linux_All_OPT.OBJ/jsgc.o Linux_All_OPT.OBJ/jshash.o Linux_All_OPT.OBJ/jsinterp.o Linux_All_OPT.OBJ/jsinvoke.o Linux_All_OPT.OBJ/jsiter.o Linux_All_OPT.OBJ/jslock.o Linux_All_OPT.OBJ/jslog2.o Linux_All_OPT.OBJ/jslong.o Linux_All_OPT.OBJ/jsmath.o Linux_All_OPT.OBJ/jsnum.o Linux_All_OPT.OBJ/jsobj.o Linux_All_OPT.OBJ/jsopcode.o Linux_All_OPT.OBJ/jsparse.o Linux_All_OPT.OBJ/jsprf.o Linux_All_OPT.OBJ/jsregexp.o Linux_All_OPT.OBJ/jsscan.o Linux_All_OPT.OBJ/jsscope.o Linux_All_OPT.OBJ/jsscript.o Linux_All_OPT.OBJ/jsstr.o Linux_All_OPT.OBJ/jsutil.o Linux_All_OPT.OBJ/jsxdrapi.o Linux_All_OPT.OBJ/jsxml.o Linux_All_OPT.OBJ/prmjtime.o
ar: creating Linux_All_OPT.OBJ/libjs.a
a - Linux_All_OPT.OBJ/jsapi.o
a - Linux_All_OPT.OBJ/jsarena.o
a - Linux_All_OPT.OBJ/jsarray.o
a - Linux_All_OPT.OBJ/jsatom.o
a - Linux_All_OPT.OBJ/jsbool.o
a - Linux_All_OPT.OBJ/jscntxt.o
a - Linux_All_OPT.OBJ/jsdate.o
a - Linux_All_OPT.OBJ/jsdbgapi.o
a - Linux_All_OPT.OBJ/jsdhash.o
a - Linux_All_OPT.OBJ/jsdtoa.o
a - Linux_All_OPT.OBJ/jsemit.o
a - Linux_All_OPT.OBJ/jsexn.o
a - Linux_All_OPT.OBJ/jsfun.o
a - Linux_All_OPT.OBJ/jsgc.o
a - Linux_All_OPT.OBJ/jshash.o
a - Linux_All_OPT.OBJ/jsinterp.o
a - Linux_All_OPT.OBJ/jsinvoke.o
a - Linux_All_OPT.OBJ/jsiter.o
a - Linux_All_OPT.OBJ/jslock.o
a - Linux_All_OPT.OBJ/jslog2.o
a - Linux_All_OPT.OBJ/jslong.o
a - Linux_All_OPT.OBJ/jsmath.o
a - Linux_All_OPT.OBJ/jsnum.o
a - Linux_All_OPT.OBJ/jsobj.o
a - Linux_All_OPT.OBJ/jsopcode.o
a - Linux_All_OPT.OBJ/jsparse.o
a - Linux_All_OPT.OBJ/jsprf.o
a - Linux_All_OPT.OBJ/jsregexp.o
a - Linux_All_OPT.OBJ/jsscan.o
a - Linux_All_OPT.OBJ/jsscope.o
a - Linux_All_OPT.OBJ/jsscript.o
a - Linux_All_OPT.OBJ/jsstr.o
a - Linux_All_OPT.OBJ/jsutil.o
a - Linux_All_OPT.OBJ/jsxdrapi.o
a - Linux_All_OPT.OBJ/jsxml.o
a - Linux_All_OPT.OBJ/prmjtime.o
echo Linux_All_OPT.OBJ/libjs.a
Linux_All_OPT.OBJ/libjs.a
ld -shared  -o Linux_All_OPT.OBJ/libjs.so Linux_All_OPT.OBJ/jsapi.o Linux_All_OPT.OBJ/jsarena.o Linux_All_OPT.OBJ/jsarray.o Linux_All_OPT.OBJ/jsatom.o Linux_All_OPT.OBJ/jsbool.o Linux_All_OPT.OBJ/jscntxt.o Linux_All_OPT.OBJ/jsdate.o Linux_All_OPT.OBJ/jsdbgapi.o Linux_All_OPT.OBJ/jsdhash.o Linux_All_OPT.OBJ/jsdtoa.o Linux_All_OPT.OBJ/jsemit.o Linux_All_OPT.OBJ/jsexn.o Linux_All_OPT.OBJ/jsfun.o Linux_All_OPT.OBJ/jsgc.o Linux_All_OPT.OBJ/jshash.o Linux_All_OPT.OBJ/jsinterp.o Linux_All_OPT.OBJ/jsinvoke.o Linux_All_OPT.OBJ/jsiter.o Linux_All_OPT.OBJ/jslock.o Linux_All_OPT.OBJ/jslog2.o Linux_All_OPT.OBJ/jslong.o Linux_All_OPT.OBJ/jsmath.o Linux_All_OPT.OBJ/jsnum.o Linux_All_OPT.OBJ/jsobj.o Linux_All_OPT.OBJ/jsopcode.o Linux_All_OPT.OBJ/jsparse.o Linux_All_OPT.OBJ/jsprf.o Linux_All_OPT.OBJ/jsregexp.o Linux_All_OPT.OBJ/jsscan.o Linux_All_OPT.OBJ/jsscope.o Linux_All_OPT.OBJ/jsscript.o Linux_All_OPT.OBJ/jsstr.o Linux_All_OPT.OBJ/jsutil.o Linux_All_OPT.OBJ/jsxdrapi.o Linux_All_OPT.OBJ/jsxml.o Linux_All_OPT.OBJ/prmjtime.o   -lm -L/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/lib -lnspr4
gcc -o Linux_All_OPT.OBJ/js.o -c -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  js.c
gcc -o Linux_All_OPT.OBJ/js -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  -Wall -Wno-format -MMD -Os -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC  -UDEBUG -DNDEBUG -UDEBUG_ubuntu -DJS_THREADSAFE -DEDITLINE -ILinux_All_OPT.OBJ -I/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/include/nspr -DHAVE_VA_COPY -DVA_COPY=va_copy -m64  Linux_All_OPT.OBJ/js.o Linux_All_OPT.OBJ/libjs.a  -lm -L/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/system/lib -lnspr4 \
        editline/Linux_All_OPT.OBJ/libedit.a
make[4]: `Linux_All_OPT.OBJ/jsautocfg.h' is up to date.
make[4]: `Linux_All_OPT.OBJ/jscpucfg' is up to date.
make[4]: `Linux_All_OPT.OBJ/jscpucfg.o' is up to date.
make[4]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src'
make[3]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src/js/src'
make[2]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
Compiled src/erlang_js.erl
Compiled src/js_benchmark.erl
Compiled src/js_memory.erl
Compiled src/js.erl
Compiled src/js_drv_comm.erl
Compiled src/js_driver.erl
Compiled src/erlang_js_sup.erl
Compiled src/js_mochinum.erl
Compiled src/js_cache.erl
Compiled src/js_mochijson2.erl
Compiling c_src/driver_comm.c
Compiling c_src/spidermonkey.c
Compiling c_src/spidermonkey_drv.c
c_src/spidermonkey_drv.c: In function ‘send_immediate_ok_response’:
c_src/spidermonkey_drv.c:82:3: warning: ‘driver_output_term’ is deprecated (declared at /opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/include/erl_driver.h:622) [-Wdeprecated-declarations]
   driver_output_term(dd->port, terms, sizeof(terms) / sizeof(terms[0]));
   ^
c_src/spidermonkey_drv.c: In function ‘ready_async’:
c_src/spidermonkey_drv.c:256:3: warning: ‘driver_output_term’ is deprecated (declared at /opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/include/erl_driver.h:622) [-Wdeprecated-declarations]
   driver_output_term(dd->port,
   ^
==> meck (compile)
Compiled src/meck_cover.erl
Compiled src/meck_expect.erl
Compiled src/meck_matcher.erl
Compiled src/meck_args_matcher.erl
Compiled src/meck_history.erl
Compiled src/meck.erl
Compiled src/meck_code_gen.erl
Compiled src/meck_util.erl
Compiled src/meck_code.erl
Compiled src/meck_ret_spec.erl
Compiled src/meck_proc.erl
==> getopt (compile)
Compiled src/getopt.erl
==> goldrush (compile)
Compiled src/gr_context.erl
Compiled src/glc_ops.erl
Compiled src/gre.erl
Compiled src/gr_counter_sup.erl
Compiled src/gr_param.erl
Compiled src/gr_manager_sup.erl
Compiled src/gr_manager.erl
Compiled src/gr_counter.erl
Compiled src/glc_lib.erl
Compiled src/glc.erl
Compiled src/gr_param_sup.erl
Compiled src/gr_sup.erl
Compiled src/gr_app.erl
Compiled src/glc_code.erl
==> lager (compile)
Compiled src/lager_util.erl
Compiled src/lager_transform.erl
Compiled src/lager_sup.erl
Compiled src/lager_msg.erl
Compiled src/lager_console_backend.erl
Compiled src/lager_config.erl
Compiled src/lager_app.erl
Compiled src/lager_default_formatter.erl
Compiled src/lager_handler_watcher_sup.erl
Compiled src/lager.erl
Compiled src/lager_backend_throttle.erl
Compiled src/lager_trunc_io.erl
Compiled src/lager_stdlib.erl
Compiled src/lager_file_backend.erl
Compiled src/lager_crash_log.erl
Compiled src/lager_handler_watcher.erl
Compiled src/error_logger_lager_h.erl
Compiled src/lager_manager_killer.erl
Compiled src/lager_common_test_backend.erl
Compiled src/lager_format.erl
==> neotoma (compile)
Compiled src/neotoma.erl
Compiled src/neotoma_parse.erl
==> cuttlefish (compile)
Compiled src/cuttlefish_duration_parse.peg
Compiled src/conf_parse.peg
Compiled src/cuttlefish_translation.erl
Compiled src/cuttlefish_mapping.erl
Compiled src/cuttlefish_enum.erl
Compiled src/conf_parse.erl
Compiled src/cuttlefish_schema.erl
Compiled src/cuttlefish_advanced.erl
Compiled src/cuttlefish_error.erl
Compiled src/lager_stderr_backend.erl
Compiled src/cuttlefish_bytesize.erl
Compiled src/cuttlefish_datatypes.erl
Compiled src/cuttlefish_validator.erl
Compiled src/cuttlefish_vmargs.erl
Compiled src/cuttlefish_effective.erl
Compiled src/cuttlefish_rebar_plugin.erl
Compiled src/cuttlefish_escript.erl
Compiled src/cuttlefish_duration.erl
Compiled src/cuttlefish_unit.erl
Compiled src/cuttlefish_flag.erl
Compiled src/cuttlefish.erl
Compiled src/cuttlefish_util.erl
Compiled src/cuttlefish_duration_parse.erl
Compiled src/cuttlefish_generator.erl
Compiled src/cuttlefish_variable.erl
Compiled src/cuttlefish_conf.erl
==> getopt (escriptize)
==> goldrush (escriptize)
==> lager (escriptize)
==> neotoma (escriptize)
==> cuttlefish (escriptize)
==> bitcask (compile)
Compiled src/bitcask_time.erl
Compiled src/bitcask_merge_delete.erl
Compiled src/bitcask_file.erl
Compiled src/bitcask_app.erl
Compiled src/bitcask_bump.erl
Compiled src/bitcask_lockops.erl
Compiled src/bitcask_merge_worker.erl
Compiled src/bitcask_io.erl
Compiled src/bitcask_sup.erl
Compiled src/bitcask_fileops.erl
Compiled src/bitcask_nifs.erl
Compiled src/bitcask.erl
Compiling c_src/bitcask_nifs.c
Compiling c_src/erl_nif_util.c
Compiling c_src/murmurhash.c
Compiling c_src/pulse_c_send.c
==> eper (compile)
Compiled src/loggerConsumer.erl
Compiled src/prf.erl
Compiled src/sherk_target.erl
Compiled src/redbugConsumer.erl
Compiled src/prfTrc.erl
Compiled src/bread.erl
Compiled src/prfHost.erl
Compiled src/bread_server.erl
Compiled src/watchdogConsumer.erl
Compiled src/redbug_msc.erl
Compiled src/prf_crypto.erl
Compiled src/dtop_replay.erl
Compiled src/dtopConsumer.erl
Compiled src/redbug.erl
Compiled src/prfNet.erl
Compiled src/sherk_aquire.erl
Compiled src/sherk_prof.erl
Compiled src/ntopConsumer.erl
Compiled src/eper.erl
Compiled src/getoptw.erl
Compiled src/gperfGtk.erl
Compiled src/gen_serv.erl
Compiled src/sherk_tab.erl
Compiled src/prfDog.erl
Compiled src/sherk.erl
Compiled src/logReader.erl
Compiled src/sherk_ets.erl
Compiled src/prfPrc.erl
Compiled src/replay_trc.erl
Compiled src/ntop.erl
Compiled src/dtop.erl
Compiled src/prfSys.erl
Compiled src/gperf.erl
Compiled src/prfConsumer.erl
Compiled src/watchdogLogger.erl
Compiled src/sherk_list.erl
Compiled src/sherk_tree.erl
Compiled src/prfTarg.erl
Compiled src/gperfConsumer.erl
Compiled src/sherk_scan.erl
Compiled src/watchdog.erl
==> edown (compile)
Compiled src/edown_make.erl
Compiled src/edown_lib.erl
Compiled src/edown_xmerl.erl
Compiled src/edown_doclet.erl
Compiled src/edown_layout.erl
==> sext (compile)
Compiled src/sext.erl
Compiling c_src/sext.c
==> poolboy (compile)
Compiled src/poolboy_worker.erl
Compiled src/poolboy_sup.erl
Compiled src/poolboy.erl
==> basho_stats (compile)
Compiled src/basho_stats_utils.erl
Compiled src/basho_stats_sample.erl
Compiled src/basho_stats_rv.erl
Compiled src/basho_stats_histogram.erl
==> riak_sysmon (compile)
Compiled src/riak_sysmon_app.erl
Compiled src/riak_sysmon_testhandler.erl
Compiled src/riak_sysmon_example_handler.erl
Compiled src/riak_sysmon_sup.erl
Compiled src/riak_sysmon_filter.erl
==> eleveldb (compile)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/byteswap.h usability... no
checking sys/byteswap.h presence... no
checking for sys/byteswap.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for mmap... yes
checking for 'gtest-config'... checking for gtest-config... no
no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gflags... no
checking if the compiler supports __builtin_expect... yes
checking if the compiler supports __builtin_ctzll... yes
checking for zlibVersion in -lz... yes
checking for lzo1x_1_15_compress in -llzo2... no
checking for lzf_compress in -llzf... no
checking for fastlz_compress in -lfastlz... no
checking for qlz_compress in -lquicklz... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating snappy-stubs-public.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make  all-am
make[2]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
/bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -m64  -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc  -fPIC -DPIC -o .libs/snappy.o
snappy.cc: In member function ‘snappy::uint16* snappy::internal::WorkingMemory::GetHashTable(size_t, int*)’:
snappy.cc:253:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   while (htsize < kMaxHashTableSize && htsize < input_size) {
                                                 ^
In file included from snappy-internal.h:34:0,
                 from snappy.cc:30:
snappy-stubs-internal.h:73:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ARRAYSIZE(a) (sizeof(a) / sizeof(*(a)))
                                               ^
snappy.cc:260:17: note: in expansion of macro ‘ARRAYSIZE’
   if (htsize <= ARRAYSIZE(small_table_)) {
                 ^
snappy.cc: In function ‘char* snappy::internal::CompressFragment(const char*, size_t, char*, snappy::uint16*, int)’:
snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                                              ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                        ^
snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
 #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
                         ^
snappy.cc:307:3: note: in expansion of macro ‘DCHECK_EQ’
   DCHECK_EQ(kuint32max >> shift, table_size - 1);
   ^
snappy.cc: In function ‘size_t snappy::Compress(snappy::Source*, snappy::Sink*)’:
snappy.cc:818:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (bytes_read >= num_to_read) {
                       ^
snappy.cc:833:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       while (bytes_read < num_to_read) {
                           ^
In file included from snappy-internal.h:34:0,
                 from snappy.cc:30:
snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                                              ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                        ^
snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
 #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
                         ^
snappy.cc:840:7: note: in expansion of macro ‘DCHECK_EQ’
       DCHECK_EQ(bytes_read, num_to_read);
       ^
snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                                              ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                        ^
snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
 #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
                         ^
snappy.cc:844:5: note: in expansion of macro ‘DCHECK_EQ’
     DCHECK_EQ(fragment_size, num_to_read);
     ^
snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::Append(const char*, snappy::uint32, bool)’:
snappy.cc:913:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (space_left < len) {
                        ^
snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::AppendFromSelf(snappy::uint32, snappy::uint32)’:
snappy.cc:934:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (space_left >= len + kMaxIncrementCopyOverflow) {
                               ^
snappy.cc:937:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (space_left < len) {
                          ^
snappy.cc: At global scope:
snappy.cc:516:13: warning: ‘void snappy::ComputeTable()’ defined but not used [-Wunused-function]
 static void ComputeTable() {
             ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc  -fPIC -DPIC -o snappy.o >/dev/null 2>&1
mv -f .deps/snappy.Tpo .deps/snappy.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -m64  -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc  -fPIC -DPIC -o .libs/snappy-sinksource.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc  -fPIC -DPIC -o snappy-sinksource.o >/dev/null 2>&1
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -m64  -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc  -fPIC -DPIC -o .libs/snappy-stubs-internal.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc  -fPIC -DPIC -o snappy-stubs-internal.o >/dev/null 2>&1
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -m64  -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc  -fPIC -DPIC -o .libs/snappy-c.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -m64 -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc  -fPIC -DPIC -o snappy-c.o >/dev/null 2>&1
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo
/bin/bash ./libtool --tag=CXX   --mode=link c++  -m64  -Wall -O3 -fPIC -version-info 2:2:1  -o libsnappy.la -rpath /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo  
libtool: link: c++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o  .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o   -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o  -m64   -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.1.2
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.1.2" "libsnappy.so.1")
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.1.2" "libsnappy.so")
libtool: link: ar cru .libs/libsnappy.a  snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o
libtool: link: ranlib .libs/libsnappy.a
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" )
c++ -DHAVE_CONFIG_H -I.      -m64  -Wall -O3 -fPIC -MT snappy_unittest-snappy_unittest.o -MD -MP -MF .deps/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc
In file included from snappy_unittest.cc:39:0:
snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*)’:
snappy-test.h:138:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (ret == -1) {
                   ^
In file included from snappy-internal.h:34:0,
                 from snappy_unittest.cc:38:
snappy_unittest.cc: In function ‘bool snappy::Uncompress(const string&, snappy::CompressorType, int, snappy::string*)’:
snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                                              ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                        ^
snappy_unittest.cc:303:7: note: in expansion of macro ‘CHECK_EQ’
       CHECK_EQ(destlen, size);
       ^
snappy_unittest.cc: In function ‘void snappy::Measure(const char*, size_t, snappy::CompressorType, int, int)’:
snappy_unittest.cc:451:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < compressed.size(); i++) {
                                         ^
snappy_unittest.cc: In function ‘void snappy::Test_CorruptedTest_VerifyCorrupted()’:
snappy_unittest.cc:582:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < source.length(); ++i) {
                                     ^
snappy_unittest.cc: In function ‘void snappy::Test_Snappy_RandomData()’:
snappy_unittest.cc:725:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (x.size() < len) {
                       ^
snappy_unittest.cc:731:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       while (run_len-- > 0 && x.size() < len) {
                                          ^
In file included from snappy-internal.h:34:0,
                 from snappy_unittest.cc:38:
snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FourByteOffset()’:
snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                                              ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
                        ^
snappy_unittest.cc:765:3: note: in expansion of macro ‘CHECK_EQ’
   CHECK_EQ(length, src.size());
   ^
snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FindMatchLengthRandom()’:
snappy_unittest.cc:958:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (matched == t.size()) {
                           ^
In file included from snappy-internal.h:34:0,
                 from snappy_unittest.cc:38:
snappy_unittest.cc: In function ‘void snappy::BM_UFlat(int, int)’:
snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                                             ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                        ^
snappy_unittest.cc:1057:3: note: in expansion of macro ‘CHECK_LT’
   CHECK_LT(arg, ARRAYSIZE(files));
   ^
snappy_unittest.cc: In function ‘void snappy::BM_UValidate(int, int)’:
snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                                             ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                        ^
snappy_unittest.cc:1082:3: note: in expansion of macro ‘CHECK_LT’
   CHECK_LT(arg, ARRAYSIZE(files));
   ^
snappy_unittest.cc: In function ‘void snappy::BM_ZFlat(int, int)’:
snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                                             ^
snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’
 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
                                              ^
snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
 #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
                        ^
snappy_unittest.cc:1105:3: note: in expansion of macro ‘CHECK_LT’
   CHECK_LT(arg, ARRAYSIZE(files));
   ^
snappy_unittest.cc: In function ‘size_t snappy::MinimumRequiredOutputSpace(size_t, snappy::CompressorType)’:
snappy_unittest.cc:165:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
mv -f .deps/snappy_unittest-snappy_unittest.Tpo .deps/snappy_unittest-snappy_unittest.Po
c++ -DHAVE_CONFIG_H -I.      -m64  -Wall -O3 -fPIC -MT snappy_unittest-snappy-test.o -MD -MP -MF .deps/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc
In file included from snappy-test.cc:31:0:
snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*)’:
snappy-test.h:138:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (ret == -1) {
                   ^
snappy-test.cc: In member function ‘int snappy::ZLib::CompressAtMostOrAll(Bytef*, uLongf*, const Bytef*, uLong*, int)’:
snappy-test.cc:356:15: warning: unused variable ‘source_bytes_consumed’ [-Wunused-variable]
   const uLong source_bytes_consumed = *sourceLen - comp_stream_.avail_in;
               ^
snappy-test.cc: In member function ‘int snappy::ZLib::Compress(Bytef*, uLongf*, const Bytef*, uLong)’:
snappy-test.cc:400:16: warning: unused variable ‘orig_destLen’ [-Wunused-variable]
   const uLongf orig_destLen = *destLen;
                ^
In file included from snappy-test.cc:31:0:
snappy-test.h: At global scope:
snappy-test.h:449:13: warning: ‘void RunSpecifiedBenchmarks()’ defined but not used [-Wunused-function]
 static void RunSpecifiedBenchmarks() {
             ^
snappy-test.h:495:13: warning: ‘void snappy::CompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
 static void CompressFile(const char* fname);
             ^
snappy-test.h:496:13: warning: ‘void snappy::UncompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
 static void UncompressFile(const char* fname);
             ^
snappy-test.h:497:13: warning: ‘void snappy::MeasureFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
 static void MeasureFile(const char* fname);
             ^
mv -f .deps/snappy_unittest-snappy-test.Tpo .deps/snappy_unittest-snappy-test.Po
/bin/bash ./libtool --tag=CXX   --mode=link c++  -m64  -Wall -O3 -fPIC   -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la -lz    
libtool: link: c++ -m64 -Wall -O3 -fPIC -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o  ./.libs/libsnappy.so -lz -Wl,-rpath -Wl,/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib
make[2]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make[2]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
test -z "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib" || /bin/mkdir -p "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsnappy.la '/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib'
libtool: install: /usr/bin/install -c .libs/libsnappy.so.1.1.2 /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib/libsnappy.so.1.1.2
libtool: install: (cd /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib && { ln -s -f libsnappy.so.1.1.2 libsnappy.so.1 || { rm -f libsnappy.so.1 && ln -s libsnappy.so.1.1.2 libsnappy.so.1; }; })
libtool: install: (cd /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib && { ln -s -f libsnappy.so.1.1.2 libsnappy.so || { rm -f libsnappy.so && ln -s libsnappy.so.1.1.2 libsnappy.so; }; })
libtool: install: /usr/bin/install -c .libs/libsnappy.lai /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib/libsnappy.la
libtool: install: /usr/bin/install -c .libs/libsnappy.a /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib/libsnappy.a
libtool: install: chmod 644 /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib/libsnappy.a
libtool: install: ranlib /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib/libsnappy.a
libtool: finish: PATH="/opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/bin:/opt/basho/installs/erlang/R16B02-basho10DEV/bin:/usr/local/lib/ruby/gems/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/basho/installs/erlang/R16B02-basho10DEV/bin:/usr/local/basho/home/dandersen/.rvm/bin:/sbin" ldconfig -n /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/share/doc/snappy" || /bin/mkdir -p "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/share/doc/snappy"
 /usr/bin/install -c -m 644 ChangeLog COPYING INSTALL NEWS README format_description.txt '/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/share/doc/snappy'
test -z "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include" || /bin/mkdir -p "/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include"
 /usr/bin/install -c -m 644 snappy.h snappy-sinksource.h snappy-stubs-public.h snappy-c.h '/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include'
make[2]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/snappy-1.0.4'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT port/port_posix.d -MT port/port_posix.o -MF port/port_posix.d port/port_posix.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/throttle.d -MT util/throttle.o -MF util/throttle.d util/throttle.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/thread_tasks.d -MT util/thread_tasks.o -MF util/thread_tasks.d util/thread_tasks.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/status.d -MT util/status.o -MF util/status.d util/status.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/perf_count.d -MT util/perf_count.o -MF util/perf_count.d util/perf_count.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/options.d -MT util/options.o -MF util/options.d util/options.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/murmurhash.d -MT util/murmurhash.o -MF util/murmurhash.d util/murmurhash.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/logging.d -MT util/logging.o -MF util/logging.d util/logging.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/hot_threads.d -MT util/hot_threads.o -MF util/hot_threads.d util/hot_threads.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/hot_backup.d -MT util/hot_backup.o -MF util/hot_backup.d util/hot_backup.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/histogram.d -MT util/histogram.o -MF util/histogram.d util/histogram.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/hash.d -MT util/hash.o -MF util/hash.d util/hash.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/flexcache.d -MT util/flexcache.o -MF util/flexcache.d util/flexcache.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/filter_policy.d -MT util/filter_policy.o -MF util/filter_policy.d util/filter_policy.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/env_posix.d -MT util/env_posix.o -MF util/env_posix.d util/env_posix.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/env.d -MT util/env.o -MF util/env.d util/env.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/db_list.d -MT util/db_list.o -MF util/db_list.d util/db_list.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/crc32c.d -MT util/crc32c.o -MF util/crc32c.d util/crc32c.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/comparator.d -MT util/comparator.o -MF util/comparator.d util/comparator.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/coding.d -MT util/coding.o -MF util/coding.d util/coding.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/cache.d -MT util/cache.o -MF util/cache.d util/cache.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/cache2.d -MT util/cache2.o -MF util/cache2.d util/cache2.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/bloom.d -MT util/bloom.o -MF util/bloom.d util/bloom.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/bloom2.d -MT util/bloom2.o -MF util/bloom2.d util/bloom2.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT util/arena.d -MT util/arena.o -MF util/arena.d util/arena.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/two_level_iterator.d -MT table/two_level_iterator.o -MF table/two_level_iterator.d table/two_level_iterator.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/table.d -MT table/table.o -MF table/table.d table/table.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/table_builder.d -MT table/table_builder.o -MF table/table_builder.d table/table_builder.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/merger.d -MT table/merger.o -MF table/merger.d table/merger.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/iterator.d -MT table/iterator.o -MF table/iterator.d table/iterator.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/format.d -MT table/format.o -MF table/format.d table/format.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/filter_block.d -MT table/filter_block.o -MF table/filter_block.d table/filter_block.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/block.d -MT table/block.o -MF table/block.d table/block.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT table/block_builder.d -MT table/block_builder.o -MF table/block_builder.d table/block_builder.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT leveldb_os/warming_stub.d -MT leveldb_os/warming_stub.o -MF leveldb_os/warming_stub.d leveldb_os/warming_stub.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT leveldb_os/expiry_os.d -MT leveldb_os/expiry_os.o -MF leveldb_os/expiry_os.d leveldb_os/expiry_os.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/write_batch.d -MT db/write_batch.o -MF db/write_batch.d db/write_batch.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/version_set.d -MT db/version_set.o -MF db/version_set.d db/version_set.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/version_edit.d -MT db/version_edit.o -MF db/version_edit.d db/version_edit.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/table_cache.d -MT db/table_cache.o -MF db/table_cache.d db/table_cache.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/repair.d -MT db/repair.o -MF db/repair.d db/repair.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/memtable.d -MT db/memtable.o -MF db/memtable.d db/memtable.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/log_writer.d -MT db/log_writer.o -MF db/log_writer.d db/log_writer.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/log_reader.d -MT db/log_reader.o -MF db/log_reader.d db/log_reader.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/filename.d -MT db/filename.o -MF db/filename.d db/filename.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/db_iter.d -MT db/db_iter.o -MF db/db_iter.d db/db_iter.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/db_impl.d -MT db/db_impl.o -MF db/db_impl.d db/db_impl.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/dbformat.d -MT db/dbformat.o -MF db/dbformat.d db/dbformat.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/c.d -MT db/c.o -MF db/c.d db/c.cc
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -MM -E -MT db/builder.d -MT db/builder.o -MF db/builder.d db/builder.cc
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/builder.cc -o db/builder.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/c.cc -o db/c.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/dbformat.cc -o db/dbformat.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/db_impl.cc -o db/db_impl.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/db_iter.cc -o db/db_iter.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/filename.cc -o db/filename.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/log_reader.cc -o db/log_reader.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/log_writer.cc -o db/log_writer.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/memtable.cc -o db/memtable.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/repair.cc -o db/repair.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/table_cache.cc -o db/table_cache.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/version_edit.cc -o db/version_edit.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/version_set.cc -o db/version_set.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c db/write_batch.cc -o db/write_batch.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c leveldb_os/expiry_os.cc -o leveldb_os/expiry_os.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c leveldb_os/warming_stub.cc -o leveldb_os/warming_stub.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/block_builder.cc -o table/block_builder.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/block.cc -o table/block.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/filter_block.cc -o table/filter_block.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/format.cc -o table/format.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/iterator.cc -o table/iterator.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/merger.cc -o table/merger.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/table_builder.cc -o table/table_builder.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/table.cc -o table/table.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/arena.cc -o util/arena.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/bloom2.cc -o util/bloom2.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/bloom.cc -o util/bloom.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/cache2.cc -o util/cache2.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/cache.cc -o util/cache.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/coding.cc -o util/coding.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/comparator.cc -o util/comparator.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/crc32c.cc -o util/crc32c.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/db_list.cc -o util/db_list.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/env.cc -o util/env.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/env_posix.cc -o util/env_posix.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/filter_policy.cc -o util/filter_policy.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/flexcache.cc -o util/flexcache.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/hash.cc -o util/hash.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/histogram.cc -o util/histogram.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/hot_backup.cc -o util/hot_backup.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/hot_threads.cc -o util/hot_threads.o
util/hot_backup.cc: In member function ‘bool leveldb::DBImpl::CopyLOGSegment(long int)’:
util/hot_backup.cc:624:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         count=(gMapSize<remaining ? gMapSize : remaining);
                         ^
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/logging.cc -o util/logging.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/murmurhash.cc -o util/murmurhash.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/options.cc -o util/options.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/perf_count.cc -o util/perf_count.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/status.cc -o util/status.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c util/throttle.cc -o util/throttle.o
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -c port/port_posix.cc -o port/port_posix.o
cc -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\"  -c util/lz4.c -o util/lz4.o
rm -f libleveldb.a
ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/expiry_os.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_backup.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o
ar: creating libleveldb.a
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared  -L/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared  -L/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared  -L/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared
c++ -m64  -Wall -O3 -fPIC -I /tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY  -DLEVELDB_VSN="2.0.29" -O2 -g -DNDEBUG     -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared  -L/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
Compiled src/eleveldb_bump.erl
Compiled src/eleveldb.erl
Compiling c_src/eleveldb.cc
Compiling c_src/refobjects.cc
Compiling c_src/workitems.cc
==> riak_ensemble (compile)
Compiled src/riak_ensemble_backend.erl
Compiled src/riak_ensemble_sup.erl
Compiled src/synctree_orddict.erl
Compiled src/riak_ensemble_client.erl
Compiled src/riak_ensemble_router.erl
Compiled src/riak_ensemble_config.erl
Compiled src/riak_ensemble_router_sup.erl
Compiled src/riak_ensemble_lease.erl
Compiled src/synctree.erl
Compiled src/riak_ensemble_test.erl
Compiled src/synctree_leveldb.erl
Compiled src/riak_ensemble_root.erl
Compiled src/riak_ensemble_manager.erl
Compiled src/riak_ensemble_exchange.erl
Compiled src/riak_ensemble_save.erl
Compiled src/riak_ensemble_clock.erl
Compiled src/riak_ensemble_peer_worker.erl
Compiled src/riak_ensemble_app.erl
Compiled src/riak_ensemble_basic_backend.erl
Compiled src/riak_ensemble_state.erl
Compiled src/riak_ensemble_peer_tree.erl
Compiled src/riak_ensemble_storage.erl
Compiled src/riak_ensemble_peer_sup.erl
Compiled src/synctree_ets.erl
Compiled src/riak_ensemble_util.erl
Compiled src/riak_ensemble_msg.erl
Compiled src/riak_ensemble_peer.erl
Compiling c_src/riak_ensemble_clock.c
==> pbkdf2 (compile)
Compiled src/pbkdf2.erl
==> parse_trans (compile)
Compiled src/parse_trans.erl
Compiled src/parse_trans_pp.erl
Compiled src/parse_trans_codegen.erl
Compiled src/parse_trans_mod.erl
Compiled src/ct_expand.erl
Compiled src/exprecs.erl
==> bear (compile)
Compiled src/bear.erl
==> folsom (compile)
Compiled src/folsom_sample_slide_sup.erl
Compiled src/folsom_sample_slide.erl
Compiled src/folsom_metrics_histogram.erl
Compiled src/folsom_ewma.erl
Compiled src/folsom_sample_none.erl
Compiled src/folsom_sample_exdec.erl
Compiled src/folsom_metrics_duration.erl
Compiled src/folsom_metrics_histogram_ets.erl
Compiled src/folsom.erl
Compiled src/folsom_sample.erl
Compiled src/folsom_metrics_meter_reader.erl
Compiled src/folsom_metrics.erl
Compiled src/folsom_vm_metrics.erl
Compiled src/folsom_sample_slide_uniform.erl
Compiled src/folsom_metrics_counter.erl
Compiled src/folsom_metrics_spiral.erl
Compiled src/folsom_meter_timer_server.erl
Compiled src/folsom_metrics_history.erl
Compiled src/folsom_sample_slide_server.erl
Compiled src/folsom_sup.erl
Compiled src/folsom_ets.erl
Compiled src/folsom_utils.erl
Compiled src/folsom_metrics_gauge.erl
Compiled src/folsom_metrics_meter.erl
Compiled src/folsom_sample_uniform.erl
==> setup (compile)
Compiled src/setup_lib.erl
Compiled src/setup_gen.erl
Compiled src/setup.erl
==> setup (escriptize)
==> src (compile)
==> exometer_core (compile)
Compiled src/exometer_igor.erl
Compiled src/exometer_util.erl
Compiled src/exometer_entry.erl
Compiled src/exometer_probe.erl
Compiled src/exometer_report.erl
Compiled src/exometer_folsom_monitor.erl
Compiled src/exometer_folsom.erl
Compiled src/exometer_report_lager.erl
Compiled src/exometer_duration.erl
Compiled src/exometer_function.erl
Compiled src/exometer_core_sup.erl
Compiled src/exometer_slide.erl
Compiled src/exometer_slot_slide.erl
Compiled src/exometer_report_tty.erl
Compiled src/exometer_proc.erl
Compiled src/exo_montest.erl
Compiled src/exometer_cache.erl
Compiled src/exometer_spiral.erl
Compiled src/exometer_cpu.erl
Compiled src/exometer_alias.erl
Compiled src/exometer_shallowtree.erl
Compiled src/exometer_admin.erl
Compiled src/exometer_uniform.erl
Compiled src/exometer.erl
Compiled src/exometer_info.erl
Compiled src/exometer_core_app.erl
Compiled src/exometer_histogram.erl
==> clique (compile)
Compiled src/clique_writer.erl
Compiled src/clique_handler.erl
Compiled src/clique_test_group_leader.erl
Compiled src/clique_table.erl
Compiled src/clique_json_writer.erl
Compiled src/clique_config.erl
Compiled src/clique.erl
Compiled src/clique_status.erl
Compiled src/clique_human_writer.erl
Compiled src/clique_typecast.erl
Compiled src/clique_usage.erl
Compiled src/clique_error.erl
Compiled src/clique_manager.erl
Compiled src/clique_app.erl
Compiled src/clique_nodes.erl
Compiled src/clique_sup.erl
Compiled src/clique_csv_writer.erl
Compiled src/clique_parser.erl
Compiled src/clique_command.erl
Compiled src/clique_spec.erl
==> riak_core (compile)
Compiled src/gen_nb_server.erl
Compiled src/riak_core_gen_server.erl
Compiled src/riak_core_stat_xform.erl
Compiled src/riak_core_broadcast_handler.erl
Compiled src/riak_core_vnode_worker_pool.erl
Compiled src/chash.erl
Compiled src/riak_core_format.erl
Compiled src/riak_core_broadcast.erl
Compiled src/riak_core_dist_mon.erl
Compiled src/riak_core_ring_manager.erl
Compiled src/riak_core_handoff_sender_sup.erl
Compiled src/chashbin.erl
Compiled src/riak_core_vnode_proxy.erl
Compiled src/riak_core_status.erl
Compiled src/riak_core_repair.erl
Compiled src/riak_core_metadata_exchange_fsm.erl
Compiled src/riak_core_claim_sim.erl
Compiled src/riak_core_mochiglobal.erl
Compiled src/dvvset.erl
Compiled src/riak_core_vnode_manager.erl
Compiled src/riak_core_bucket.erl
Compiled src/vclock.erl
Compiled src/riak_core_bg_manager.erl
Compiled src/riak_core_node_watcher.erl
Compiled src/riak_core_dtrace.erl
Compiled src/riak_core_tracer.erl
Compiled src/riak_core_vnode_sup.erl
Compiled src/riak_core_test_util.erl
Compiled src/riak_core_stat.erl
Compiled src/riak_core_sup.erl
Compiled src/riak_core_handoff_sup.erl
Compiled src/riak_core_nodeid.erl
Compiled src/riak_core_vnode_proxy_sup.erl
Compiled src/riak_core_handoff_listener.erl
Compiled src/riak_core_cli_registry.erl
Compiled src/riak_core_app.erl
Compiled src/riak_core_tcp_mon.erl
Compiled src/riak_core_stat_calc_sup.erl
Compiled src/hashtree.erl
Compiled src/riak_core_util.erl
Compiled src/riak_core_ring_util.erl
Compiled src/riak_core_console_table.erl
Compiled src/riak_core_cinfo_core.erl
Compiled src/supervisor_pre_r14b04.erl
Compiled src/riak_core_cluster_cli.erl
Compiled src/riak_core_net_ticktime.erl
Compiled src/riak_core_coverage_plan.erl
Compiled src/riak_core_ring.erl
Compiled src/riak_core_send_msg.erl
Compiled src/riak_core_throttle.erl
Compiled src/riak_core_metadata.erl
Compiled src/hashtree_tree.erl
Compiled src/riak_core_stat_q.erl
Compiled src/riak_core_table_owner.erl
Compiled src/process_proxy.erl
Compiled src/riak_core_vnode_master.erl
Compiled src/riak_core_ring_handler.erl
Compiled src/riak_core_exo_monitor.erl
Compiled src/riak_core_claim_util.erl
Compiled src/riak_core_stat_calc_proc.erl
Compiled src/riak_core_metadata_object.erl
Compiled src/riak_core_eventhandler_sup.erl
Compiled src/riak_core_handoff_listener_sup.erl
Compiled src/riak_core_sysmon_minder.erl
Compiled src/riak_core_pw_auth.erl
Compiled src/app_helper.erl
Compiled src/riak_core_gossip_legacy.erl
Compiled src/riak_core_stat_sup.erl
Compiled src/riak_core_node_watcher_events.erl
Compiled src/riak_core_metadata_manager.erl
Compiled src/riak_core_handoff_cli.erl
Compiled src/riak_core_sysmon_handler.erl
Compiled src/riak_core_console.erl
Compiled src/riak_core_vnode_worker.erl
Compiled src/riak_core_bucket_props.erl
Compiled src/bloom.erl
Compiled src/riak_core_metadata_hashtree.erl
Compiled src/riak_core_handoff_status.erl
Compiled src/riak_core_handoff_sender.erl
Compiled src/riak_core_ring_events.erl
Compiled src/riak_core_gossip.erl
Compiled src/riak_core_coverage_fsm.erl
Compiled src/riak_core_claimant.erl
Compiled src/riak_core_ssl_util.erl
Compiled src/riak_core_stats_sup.erl
Compiled src/riak_core_bucket_type.erl
Compiled src/riak_core_handoff_receiver.erl
Compiled src/riak_core_handoff_receiver_sup.erl
Compiled src/riak_core_security.erl
Compiled src/riak_core_claim.erl
Compiled src/riak_core_new_claim.erl
Compiled src/riak_core_stat_cache.erl
Compiled src/riak_core_handoff_manager.erl
Compiled src/riak_core_apl.erl
Compiled src/riak_core.erl
Compiled src/riak_core_vnode.erl
Compiled src/riak_core_eventhandler_guard.erl
Compiled src/riak_core_priority_queue.erl
Compiled src/riak_core_capability.erl
==> riak_pipe (compile)
Compiled src/riak_pipe_vnode_worker.erl
Compiled src/riak_pipe_log.erl
Compiled src/riak_pipe_sup.erl
Compiled src/riak_pipe_w_xform.erl
Compiled src/riak_pipe_w_crash.erl
Compiled src/riak_pipe_sink.erl
Compiled src/riak_pipe_builder_sup.erl
Compiled src/riak_pipe.erl
Compiled src/riak_pipe_w_reduce.erl
Compiled src/riak_pipe_w_pass.erl
Compiled src/riak_pipe_app.erl
Compiled src/riak_pipe_vnode_worker_sup.erl
Compiled src/riak_pipe_fitting.erl
Compiled src/riak_pipe_w_rec_countdown.erl
Compiled src/riak_pipe_w_tee.erl
Compiled src/riak_pipe_qcover_fsm.erl
Compiled src/riak_pipe_fitting_sup.erl
Compiled src/riak_pipe_builder.erl
Compiled src/riak_pipe_cinfo.erl
Compiled src/riak_pipe_v.erl
Compiled src/riak_pipe_fun.erl
Compiled src/riak_pipe_w_fwd.erl
Compiled src/riak_pipe_stat.erl
Compiled src/riak_pipe_qcover_sup.erl
Compiled src/riak_pipe_vnode.erl
==> riak_dt (compile)
Compiled src/riak_dt.erl
Compiled src/riak_dt_gcounter.erl
Compiled src/riak_dt_lwwreg.erl
Compiled src/riak_dt_orset.erl
Compiled src/riak_dt_vclock.erl
Compiled src/riak_dt_enable_flag.erl
Compiled src/riak_dt_od_flag.erl
Compiled src/riak_dt_gset.erl
Compiled src/riak_dt_oe_flag.erl
Compiled src/riak_dt_emcntr.erl
Compiled src/riak_dt_disable_flag.erl
Compiled src/riak_dt_pncounter.erl
Compiled src/riak_dt_orswot.erl
Compiled src/riak_dt_map.erl
==> eunit_formatters (compile)
Compiled src/binomial_heap.erl
Compiled src/eunit_progress.erl
==> protobuffs (pre_compile)
==> protobuffs (compile)
Compiled src/protobuffs_scanner.xrl
Compiled src/protobuffs_parser.yrl
Compiled src/protobuffs_parser.erl
Compiled src/protobuffs_scanner.erl
Compiled src/protobuffs_cli.erl
Compiled src/protobuffs_file.erl
Compiled src/pokemon_pb.erl
Compiled src/protobuffs.erl
Compiled src/protobuffs_compile.erl
==> hamcrest (pre_compile)
==> hamcrest (compile)
Compiled src/hamcrest.erl
Compiled src/hamcrest_term.erl
Compiled src/hamcrest_matchers.erl
==> hamcrest (post_compile)
==> riak_pb (pre_compile)
Generated src/riak_pb_messages.erl
==> riak_pb (compile)
Compiling src/riak_kv.proto

=INFO REPORT==== 6-Oct-2016::06:55:50 ===
Writing header file to "riak_kv_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:50 ===
Writing beam file to "riak_kv_pb.beam"
Compiling src/riak_dt.proto

=INFO REPORT==== 6-Oct-2016::06:55:50 ===
Writing header file to "riak_dt_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:50 ===
Writing beam file to "riak_dt_pb.beam"
Compiling src/riak_yokozuna.proto

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing header file to "riak_yokozuna_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing beam file to "riak_yokozuna_pb.beam"
Compiling src/riak_search.proto

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing header file to "riak_search_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing beam file to "riak_search_pb.beam"
Compiling src/riak.proto

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing header file to "riak_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing beam file to "riak_pb.beam"
Compiling src/riak_ts.proto

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing header file to "riak_ts_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:51 ===
Writing beam file to "riak_ts_pb.beam"
Compiled src/riak_pb_kv_codec.erl
Compiled src/riak_pb_codec.erl
Compiled src/riak_pb_search_codec.erl
Compiled src/riak_pb_messages.erl
Compiled src/riak_ttb_codec.erl
Compiled src/riak_pb_ts_codec.erl
Compiled src/riak_pb_dt_codec.erl
==> mochiweb (compile)
Compiled src/mochihex.erl
Compiled src/mochiweb_response.erl
Compiled src/mochiglobal.erl
Compiled src/mochiweb_sup.erl
Compiled src/mochiweb_base64url.erl
Compiled src/mochifmt_records.erl
Compiled src/mochinum.erl
Compiled src/mochiweb_mime.erl
Compiled src/mochiweb_headers.erl
Compiled src/mochiweb_util.erl
Compiled src/mochiweb_echo.erl
Compiled src/mochiutf8.erl
Compiled src/mochiweb_skel.erl
Compiled src/mochiweb_multipart.erl
Compiled src/mochilists.erl
Compiled src/mochiweb_app.erl
Compiled src/mochiweb_session.erl
Compiled src/mochiweb_http.erl
Compiled src/mochiweb_request.erl
Compiled src/mochilogfile2.erl
Compiled src/mochijson2.erl
Compiled src/mochitemp.erl
Compiled src/mochiweb_acceptor.erl
Compiled src/mochiweb.erl
Compiled src/mochiweb_cookies.erl
Compiled src/mochiweb_cover.erl
Compiled src/mochiweb_socket.erl
Compiled src/mochifmt_std.erl
Compiled src/mochijson.erl
Compiled src/mochiweb_websocket.erl
Compiled src/mochiweb_html.erl
Compiled src/mochiweb_io.erl
Compiled src/mochiweb_socket_server.erl
Compiled src/mochifmt.erl
Compiled src/reloader.erl
Compiled src/mochiweb_charref.erl
==> webmachine (compile)
Compiled src/webmachine_error.erl
Compiled src/webmachine_logger_watcher_sup.erl
Compiled src/webmachine_perf_log_handler.erl
Compiled src/webmachine_log.erl
Compiled src/webmachine_util.erl
Compiled src/webmachine_error_handler.erl
Compiled src/webmachine_deps.erl
Compiled src/webmachine_sup.erl
Compiled src/webmachine_error_log_handler.erl
Compiled src/webmachine_dispatcher.erl
Compiled src/webmachine_app.erl
Compiled src/webmachine_decision_core.erl
Compiled src/webmachine_request.erl
Compiled src/webmachine_multipart.erl
Compiled src/wrq.erl
Compiled src/webmachine.erl
Compiled src/webmachine_logger_watcher.erl
Compiled src/webmachine_router.erl
Compiled src/webmachine_access_log_handler.erl
Compiled src/webmachine_resource.erl
Compiled src/wmtrace_resource.erl
Compiled src/webmachine_mochiweb.erl
==> riak_api (compile)
Compiled src/riak_api_pb_service.erl
Compiled src/riak_api_pb_frame.erl
Compiled src/riak_api_stat.erl
Compiled src/riak_api_web.erl
Compiled src/riak_api_web_security.erl
Compiled src/riak_api_sup.erl
Compiled src/riak_api_pb_listener.erl
Compiled src/riak_api_pb_registration_helper.erl
Compiled src/riak_api_app.erl
Compiled src/riak_core_pb_bucket_type.erl
Compiled src/riak_core_pb_bucket.erl
Compiled src/riak_api_pb_sup.erl
Compiled src/riak_api_basic_pb_service.erl
Compiled src/riak_api_pb_registrar.erl
Compiled src/riak_api_wm_urlmap.erl
Compiled src/riak_api_ssl.erl
Compiled src/riak_api_pb_server.erl
==> proper (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
./write_compile_flags include/compile_flags.hrl
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
Compiled src/strip_types.erl
Compiled src/vararg.erl
src/proper_types.erl:342: Warning: missing specification for function from_binary/1
src/proper_types.erl:467: Warning: missing specification for function unwrap/1
/tmp/thumbs/basho_yokozuna_9e695764/deps/proper/src/proper_types.erl:342: Warning: missing specification for function from_binary/1
/tmp/thumbs/basho_yokozuna_9e695764/deps/proper/src/proper_types.erl:467: Warning: missing specification for function unwrap/1
Compiled src/proper_types.erl
Compiled src/proper_dict.erl
Compiled src/proper_queue.erl
Compiled src/proper_unicode.erl
Compiled src/proper_arith.erl
Compiled src/proper_unused_imports_remover.erl
Compiled src/proper_prop_remover.erl
Compiled src/proper_sets.erl
Compiled src/proper_ordsets.erl
Compiled src/proper_gen.erl
Compiled src/proper_shrink.erl
Compiled src/proper_gb_sets.erl
Compiled src/proper_orddict.erl
Compiled src/proper_gb_trees.erl
Compiled src/proper_array.erl
Compiled src/proper_symb.erl
Compiled src/proper_transformer.erl
Compiled src/proper_statem.erl
Compiled src/proper.erl
Compiled src/proper_fsm.erl
Compiled src/proper_typeserver.erl
==> stdlib2 (compile)
Compiled src/s2_gen_lattice.erl
Compiled src/s2_util.erl
Compiled src/s2_gen_db.erl
Compiled src/s2_env.erl
Compiled src/s2_export.erl
Compiled src/s2_loop.erl
Compiled src/s2_funs.erl
Compiled src/s2_lists.erl
Compiled src/s2_strats.erl
Compiled src/s2_maps.erl
Compiled src/s2_dot.erl
Compiled src/s2_sh.erl
Compiled src/s2_maybe.erl
Compiled src/s2_time.erl
Compiled src/s2_csets.erl
Compiled src/s2_hex.erl
Compiled src/s2_rand.erl
Compiled src/s2_pn_counters.erl
Compiled src/s2_procs.erl
Compiled src/s2_fs.erl
Compiled src/s2_iolists.erl
Compiled src/s2_vclocks.erl
Compiled src/s2_atoms.erl
Compiled src/s2_par.erl
==> hyper (compile)
Compiled src/hyper_register.erl
Compiled src/hyper_gb.erl
Compiled src/hyper.erl
Compiled src/hyper_array.erl
Compiled src/hyper_binary.erl
Compiled src/hyper_const.erl
Compiled src/hyper_binary_rle.erl
==> riak_kv (compile)
Compiling src/riak_core.proto

=INFO REPORT==== 6-Oct-2016::06:55:55 ===
Writing header file to "riak_core_pb.hrl"

=INFO REPORT==== 6-Oct-2016::06:55:55 ===
Writing beam file to "riak_core_pb.beam"
Compiled src/riak_kv_backend.erl
Compiled src/riak_kv_test_util.erl
Compiled src/riak_kv_ensemble_backend.erl
Compiled src/raw_link_walker.erl
Compiled src/riak_kv_mrc_sink.erl
Compiled src/riak_kv_pipe_get.erl
Compiled src/riak_kv_w1c_sup.erl
Compiled src/riak_kv_counter.erl
Compiled src/riak_kv_pb_index.erl
Compiled src/riak_kv_pb_bucket.erl
Compiled src/riak_object.erl
Compiled src/riak_object_json.erl
Compiled src/riak_kv_cinfo.erl
Compiled src/riak_kv_env.erl
Compiled src/riak_kv_exometer_sidejob.erl
Compiled src/riak_kv_pipe_index.erl
Compiled src/riak_kv_exchange_fsm.erl
Compiled src/riak_kv_fold_buffer.erl
Compiled src/riak_kv_mapred_json.erl
Compiled src/riak_kv_hooks.erl
Compiled src/riak_kv_js_sup.erl
Compiled src/riak_kv_memory_backend.erl
Compiled src/riak_kv_wm_preflist.erl
Compiled src/riak_kv_wm_ping.erl
Compiled src/riak_kv_hll.erl
Compiled src/riak_kv_bucket.erl
Compiled src/riak_kv_mrc_pipe.erl
Compiled src/riak_kv_multi_backend.erl
Compiled src/riak_kv_pb_object.erl
Compiled src/riak_kv_mrc_sink_sup.erl
Compiled src/riak_kv_console.erl
Compiled src/riak_kv_crdt.erl
Compiled src/riak_kv_get_core.erl
Compiled src/riak_kv_sup.erl
Compiled src/riak_kv_vnode_status_mgr.erl
Compiled src/riak_kv_w1c_worker.erl
Compiled src/riak_kv_index_fsm_sup.erl
Compiled src/riak_kv_stat.erl
Compiled src/riak_kv_pncounter.erl
Compiled src/riak_kv_js_vm.erl
Compiled src/riak_kv_entropy_info.erl
Compiled src/riak_kv_ensemble_console.erl
Compiled src/riak_kv_js_manager.erl
Compiled src/riak_kv_wm_buckets.erl
Compiled src/riak_kv_wm_bucket_type.erl
Compiled src/riak_kv_fsm_timing.erl
Compiled src/riak_kv_entropy_manager.erl
Compiled src/riak_kv_buckets_fsm_sup.erl
Compiled src/riak_client.erl
Compiled src/riak_kv_wm_object.erl
Compiled src/riak_kv_wm_stats.erl
Compiled src/riak_kv_gcounter.erl
Compiled src/riak_kv_worker.erl
Compiled src/riak_kv_mapreduce.erl
Compiled src/riak_kv_wm_mapred.erl
Compiled src/riak_kv_yessir_backend.erl
Compiled src/riak_kv_http_cache.erl
Compiled src/riak_kv_pb_bucket_key_apl.erl
Compiled src/riak_kv_mapred_filters.erl
Compiled src/riak_kv_w_reduce.erl
Compiled src/riak_kv_multi_prefix_backend.erl
Compiled src/riak_kv_wm_index.erl
Compiled src/riak_kv_put_core.erl
Compiled src/riak_kv_stat_worker.erl
Compiled src/sms.erl
Compiled src/riak_kv_delete.erl
Compiled src/riak_kv_encoding_migrate.erl
Compiled src/riak_kv_mapred_term.erl
Compiled src/riak_kv_reformat.erl
Compiled src/riak_kv_eleveldb_backend.erl
Compiled src/riak_kv_util.erl
Compiled src/riak_kv_pb_csbucket.erl
Compiled src/riak_kv_legacy_vnode.erl
Compiled src/riak_kv_pb_counter.erl
Compiled src/riak_kv_pb_mapred.erl
Compiled src/riak_kv_wm_crdt.erl
Compiled src/json_pp.erl
Compiled src/riak_kv_wm_counter.erl
Compiled src/riak_kv_pb_crdt.erl
Compiled src/riak_kv_keys_fsm_sup.erl
Compiled src/riak_kv_2i_aae.erl
Compiled src/riak_kv_buckets_fsm.erl
Compiled src/riak_kv_index_fsm.erl
Compiled src/riak_kv_app.erl
Compiled src/riak_index.erl
Compiled src/riak_kv_bitcask_backend.erl
Compiled src/riak_kv_ensembles.erl
Compiled src/riak_kv_wm_props.erl
Compiled src/riak_kv_wm_link_walker.erl
Compiled src/riak_kv_coverage_filter.erl
Compiled src/riak_kv_stat_bc.erl
Compiled src/riak_kv_pipe_listkeys.erl
Compiled src/riak_kv_index_hashtree.erl
Compiled src/riak.erl
Compiled src/riak_kv_status.erl
Compiled src/riak_kv_web.erl
Compiled src/riak_kv_backup.erl
Compiled src/riak_kv_keys_fsm.erl
Compiled src/riak_kv_get_fsm.erl
Compiled src/riak_kv_mrc_map.erl
Compiled src/riak_kv_put_fsm.erl
Compiled src/riak_kv_wm_utils.erl
Compiled src/riak_kv_delete_sup.erl
Compiled src/riak_kv_crdt_json.erl
Compiled priv/tracers/tracer_func_args.erl
Compiled src/riak_kv_wm_keylist.erl
Compiled priv/tracers/tracer_accumulating_time.erl
Compiled priv/tracers/tracer_gc_latency.erl
Compiled priv/tracers/tracer_backend_latency.erl
Compiled priv/tracers/tracer_large4.erl
Compiled priv/tracers/tracer_fsm_init.erl
Compiled priv/tracers/tracer_timeit.erl
Compiled priv/tracers/tracer_eleveldb_put_size.erl
Compiled priv/tracers/tracer_latency_histogram.erl
Compiled priv/tracers/tracer_read_bin_trace_file.erl
Compiled priv/tracers/tracer_merge_and_and_handoff.erl
Compiled src/riak_kv_vnode.erl
==> ibrowse (compile)
Compiled src/ibrowse_lib.erl
Compiled src/ibrowse_app.erl
Compiled src/ibrowse_lb.erl
Compiled src/ibrowse_sup.erl
Compiled src/ibrowse.erl
Compiled src/ibrowse_http_client.erl
==> fuse (compile)
Compiled src/fuse_stats_plugin.erl
Compiled src/fuse_app.erl
Compiled src/fuse_event.erl
Compiled src/fuse_time.erl
Compiled src/fuse_stats_exometer.erl
Compiled src/fuse_stats_folsom.erl
Compiled src/fuse_stats_ets.erl
Compiled src/fuse_sup.erl
Compiled src/fuse.erl
Compiled src/fuse_monitor.erl
Compiled src/fuse_server.erl
==> basho_yokozuna_9e695764 (compile)
Create dir ../build
Using cached copy of Solr /var/tmp/yokozuna/solr-4.10.4-yz-2.tgz
Creating Solr dir ../priv/solr
Solr dir created successfully
Downloading yokozuna-3.jar
--2016-10-06 06:56:01--  http://s3.amazonaws.com/files.basho.com/yokozuna/yokozuna-3.jar
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.16.43
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.16.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11261 (11K) [application/java-archive]
Saving to: ‘yokozuna-3.jar’

     0K                                                      100% 27.6M=0s

2016-10-06 06:56:01 (27.6 MB/s) - ‘yokozuna-3.jar’ saved [11261/11261]

Downloading yz_monitor-1.jar
--2016-10-06 06:56:01--  http://s3.amazonaws.com/files.basho.com/yokozuna/yz_monitor-1.jar
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.16.43
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.16.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2661 (2.6K) [application/java-archive]
Saving to: ‘yz_monitor-1.jar’

     0K                                                      100% 31.9M=0s

2016-10-06 06:56:01 (31.9 MB/s) - ‘yz_monitor-1.jar’ saved [2661/2661]

Compiled src/yz_extractor.erl
Compiled src/yz_pb_search.erl
Compiled src/yz_stat.erl
Compiled src/yz_wm_search.erl
Compiled src/yz_misc.erl
Compiled src/yz_wm_extract.erl
Compiled src/yz_kv.erl
Compiled src/yz_stat_worker.erl
Compiled src/yz_solrq_sup.erl
Compiled src/yz_solrq_drain_mgr.erl
Compiled src/yz_wm_schema.erl
Compiled src/yz_sup.erl
Compiled src/yz_doc.erl
Compiled src/yz_xml_extractor.erl
Compiled src/yz_general_sup.erl
Compiled src/yz_bucket_validator.erl
Compiled src/yz_solr_sup.erl
Compiled src/rt_intercept_pt.erl
Compiled src/yz_entropy_mgr.erl
Compiled src/yz_entropy.erl
Compiled src/yz_console.erl
Compiled src/yz_app.erl
Compiled src/yz_solrq.erl
Compiled src/yz_wm_index.erl
Compiled src/yokozuna.erl
Compiled src/yz_fuse_stats_sidejob.erl
Compiled src/yz_rs_migration.erl
Compiled src/yz_solr_proc.erl
Compiled src/yz_noop_extractor.erl
Compiled src/yz_schema.erl
Compiled src/yz_index.erl
Compiled src/yz_exchange_fsm.erl
Compiled src/yz_fuse.erl
Compiled src/yz_events.erl
Compiled src/yz_solrq_helper.erl
Compiled src/yz_json_extractor.erl
Compiled src/yz_pb_admin.erl
Compiled src/yz_index_hashtree.erl
Compiled src/yz_solrq_queue_pair_sup.erl
Compiled src/yz_solrq_worker.erl
Compiled src/yz_diag.erl
Compiled src/yz_text_extractor.erl
Compiled src/yz_solr.erl
Compiled src/yz_dt_extractor.erl
Compiled src/yz_cover.erl
Compiled src/yz_solrq_drain_fsm.erl
Compiled src/yz_index_hashtree_sup.erl
/tmp/thumbs/basho_yokozuna_9e695764/rebar eunit skip_deps=true
WARN:  Ignoring sub_dirs for /tmp/thumbs/basho_yokozuna_9e695764/deps/exometer_core
==> basho_yokozuna_9e695764 (eunit)
Compiled src/yz_extractor.erl
Compiled src/yz_stat.erl
Compiled src/yz_pb_search.erl
Compiled src/yz_wm_search.erl
Compiled src/yz_wm_extract.erl
Compiled src/yz_misc.erl
Compiled src/yz_stat_worker.erl
Compiled src/yz_solrq_drain_mgr.erl
Compiled src/yz_kv.erl
Compiled src/yz_solrq_sup.erl
Compiled src/yz_sup.erl
Compiled src/yz_wm_schema.erl
Compiled src/yz_doc.erl
Compiled src/yz_xml_extractor.erl
Compiled src/yz_general_sup.erl
Compiled src/yz_bucket_validator.erl
Compiled src/yz_solr_sup.erl
Compiled src/rt_intercept_pt.erl
Compiled src/yz_entropy.erl
Compiled src/yz_entropy_mgr.erl
Compiled src/yz_console.erl
Compiled src/yz_app.erl
Compiled src/yz_solrq.erl
Compiled src/yz_wm_index.erl
Compiled src/yokozuna.erl
Compiled src/yz_rs_migration.erl
Compiled src/yz_fuse_stats_sidejob.erl
Compiled src/yz_solr_proc.erl
Compiled src/yz_noop_extractor.erl
Compiled src/yz_schema.erl
Compiled src/yz_index.erl
Compiled src/yz_fuse.erl
Compiled src/yz_exchange_fsm.erl
Compiled src/yz_events.erl
Compiled src/yz_solrq_helper.erl
Compiled src/yz_json_extractor.erl
Compiled src/yz_pb_admin.erl
Compiled src/yz_index_hashtree.erl
Compiled src/yz_solrq_queue_pair_sup.erl
Compiled src/yz_solrq_worker.erl
Compiled src/yz_diag.erl
Compiled src/yz_solr.erl
Compiled src/yz_text_extractor.erl
Compiled src/yz_cover.erl
Compiled src/yz_dt_extractor.erl
Compiled src/yz_solrq_drain_fsm.erl
Compiled test/yz_pulseh.erl
Compiled src/yz_index_hashtree_sup.erl
Compiled test/yz_text_extractor_tests.erl
Compiled test/yz_component_tests.erl
Compiled test/yz_xml_extractor_tests.erl
Compiled test/yz_solrq_eqc_ibrowse.erl
Compiled test/yz_dt_extractor_tests.erl
Compiled test/yz_misc_tests.erl
Compiled test/yz_json_extractor_tests.erl
Compiled test/yz_solrq_eqc_fuse.erl
Compiled test/eqc_util.erl
Compiled test/yokozuna_schema_tests.erl
Compiled test/yz_solrq_eqc.erl
Compiled test/yz_index_hashtree_eqc.erl
======================== EUnit ========================
module 'yz_solrq_queue_pair_sup'
module 'yz_cover'
module 'yz_pulseh'
  [done in 0.001 s]
module 'yz_solrq_eqc_fuse'
module 'yz_solr_proc'
module 'yz_solrq_eqc_ibrowse'
module 'yz_schema'
yz_index_hashtree_eqc: index_hashtree_test_ (module 'yz_index_hashtree_eqc')...06:56:13.488 [info] Application lager started on node nonode@nohost
06:56:13.659 [info] Enabling throttle for riak_kv/aae_throttle.
06:56:15.677 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:15.774 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:15.774 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:15.923 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:15.924 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:16.033 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
...06:56:16.198 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:16.199 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:16.321 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:16.371 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:16.455 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:16.456 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:16.491 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:16.517 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:16.559 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:16.601 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:16.658 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
..06:56:16.844 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:16.872 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:17.021 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:17.078 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:17.079 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:17.163 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:17.218 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:17.303 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:17.304 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.......06:56:17.480 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:17.525 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
..06:56:17.561 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.......06:56:17.912 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:17.912 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.....06:56:18.175 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:18.176 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:18.450 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:18.451 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
..06:56:18.683 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:18.684 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:18.756 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:18.757 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:18.854 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:18.990 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:18.991 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:19.069 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:19.116 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
..06:56:19.234 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:19.341 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:19.404 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
...06:56:19.645 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:19.710 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:19.711 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:19.752 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:19.858 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:19.859 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:20.056 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:20.057 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:20.122 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:20.122 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:20.171 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
..06:56:20.297 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:20.395 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:20.396 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
....06:56:20.748 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
...........06:56:21.713 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
..06:56:21.901 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:21.902 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
......06:56:22.307 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:22.308 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:22.342 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
...06:56:22.834 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:22.835 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:22.901 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:22.902 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
(x10).06:56:23.523 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:23.524 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:23.725 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:23.726 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:24.115 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:24.187 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:24.188 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:24.329 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:24.782 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:24.782 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:24.904 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:25.338 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:25.462 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:25.497 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:25.737 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:25.738 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:26.033 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:26.034 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:26.097 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:26.134 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:26.378 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:26.378 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:27.263 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:27.264 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:27.379 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:27.514 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:27.592 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:27.593 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:27.731 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:28.168 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:28.225 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:28.367 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:28.769 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:28.803 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:29.163 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:29.241 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:29.242 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:30.040 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:30.330 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:30.331 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:30.785 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:30.969 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:31.147 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:31.720 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:31.868 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:31.898 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
.06:56:31.950 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:31.951 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:32.807 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:33.250 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:33.251 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.372 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:33.374 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:33.424 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.480 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:33.481 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.514 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.549 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.771 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:33.773 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.804 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:33.839 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
.06:56:34.076 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:34.379 [info] Deliberately marking YZ hashtree {0,1} for full rebuild on next restart
06:56:34.380 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
06:56:34.413 [info] Deliberately marking KV hashtree {0,1} for full rebuild on next restart
(x1).........
Time limit reached: 29.0 seconds.

OK, passed 259 tests

22.16% {yz_index_hashtree_eqc,insert_yz_tree,3}
21.96% {yz_index_hashtree_eqc,insert_kv_tree,3}
18.43% {yz_index_hashtree_eqc,update,2}
17.36% {yz_index_hashtree_eqc,insert_both,4}
7.91% {yz_index_hashtree_eqc,start_yz_tree,0}
7.58% {yz_index_hashtree_eqc,start_kv_tree,0}
4.60% {yz_index_hashtree_eqc,compare,2}
[35.689 s] ok
module 'yz_bucket_validator'
module 'yz_pb_search'
module 'yz_extractor'
module 'yz_solrq_worker'
module 'yz_rs_migration'
module 'yz_fuse_stats_sidejob'
module 'yz_solrq_drain_fsm'
module 'yz_app'
module 'yz_solr_sup'
module 'yz_stat_worker'
module 'yz_entropy_mgr'
module 'yz_wm_index'
module 'yz_events'
module 'yz_index_hashtree'
module 'rt_intercept_pt'
module 'yz_diag'
module 'yz_solr'
module 'eqc_util'
module 'yz_noop_extractor'
module 'yz_solrq_helper'
module 'yz_entropy'
module 'yz_json_extractor'
  module 'yz_json_extractor_tests'
    yz_json_extractor_tests: json_extract_test...[0.018 s] ok
    yz_json_extractor_tests: utf8_test...[0.001 s] ok
    [done in 0.025 s]
  [done in 0.025 s]
module 'yz_wm_schema'
module 'yz_doc'
module 'yz_kv'
  yz_kv: metadata_check_test...ok
  yz_kv:596: siblings_permitted_test_...[0.077 s] ok
  yz_kv:618: siblings_permitted_test_...[0.091 s] ok
  yz_kv:658: siblings_permitted_test_...[2.309 s] ok
  yz_kv:677: siblings_permitted_test_...[0.152 s] ok
  [done in 2.783 s]
module 'yz_misc'
  module 'yz_misc_tests'
    yz_misc_tests: should_copy_skip_test...[0.001 s] ok
    yz_misc_tests: should_copy_update_test...ok
    yz_misc_tests: should_copy_overwrite_test...ok
    yz_misc_tests: should_verify_name_test...ok
    [done in 0.013 s]
  [done in 0.013 s]
module 'yz_console'
module 'yz_solrq_drain_mgr'
module 'yz_solrq_sup'
module 'yz_text_extractor'
  yz_text_extractor_tests: utf8_test (module 'yz_text_extractor_tests')...[0.001 s] ok
  [done in 0.004 s]
module 'yz_dt_extractor'
  module 'yz_dt_extractor_tests'
    yz_dt_extractor_tests: counter_test...[0.004 s] ok
    yz_dt_extractor_tests: set_test...[0.009 s] ok
    yz_dt_extractor_tests: hll_test...[0.038 s] ok
    yz_dt_extractor_tests: map_test...[0.026 s] ok
    yz_dt_extractor_tests: field_separator_test...ok
    [done in 0.092 s]
  [done in 0.092 s]
module 'yz_wm_extract'
module 'yz_pb_admin'
module 'yz_fuse'
  yz_fuse:225: index_names_round_trip_test_ (normal latin characters)...[0.001 s] ok
  yz_fuse:226: index_names_round_trip_test_ (UTF8 characters)...ok
  [done in 0.007 s]
module 'yz_wm_search'
module 'yz_general_sup'
module 'yz_solrq'
module 'yz_index'
module 'yz_xml_extractor'
  module 'yz_xml_extractor_tests'
    yz_xml_extractor_tests: make_name_test...ok
    yz_xml_extractor_tests: utf8_test...[0.031 s] ok
    [done in 0.037 s]
  [done in 0.037 s]
module 'yz_exchange_fsm'
module 'yz_stat'
module 'yz_solrq_eqc'
  yz_solrq_eqc: solrq_test_.......................................................................................................(x10).........(x1)........
Time limit reached: 120.0 seconds.

OK, passed 198 tests
[123.382 s] ok
  [done in 123.387 s]
module 'yz_index_hashtree_sup'
module 'yokozuna'
module 'yz_sup'
module 'yokozuna_schema_tests'
  yokozuna_schema_tests: basic_schema_test...[0.126 s] ok
  yokozuna_schema_tests: override_schema_test...[0.037 s] ok
  yokozuna_schema_tests: validations_test...[0.037 s] ok
  yokozuna_schema_tests: job_class_defaults_test...test/yokozuna_schema_tests.erl:214:<0.1187.0>: Supporting riak_core components not present, skipping job_class_defaults_test
[0.045 s] ok
  [done in 0.257 s]
module 'yz_component_tests'
  yz_component_tests: disable_index_test...[0.003 s] ok
  yz_component_tests: disable_search_test...[0.007 s] ok
  [done in 0.016 s]
=======================================================
  All 29 tests passed.
Cover analysis: /tmp/thumbs/basho_yokozuna_9e695764/.eunit/index.html

=INFO REPORT==== 6-Oct-2016::06:58:58 ===
    application: inets
    exited: killed
    type: temporary



✅ MAKE_XREF

Started at: 2016-10-06 06:58
Duration: 10 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/basho_yokozuna_9e695764 && make xref 2>&1

/tmp/thumbs/basho_yokozuna_9e695764/rebar get-deps
==> kvc (get-deps)
==> sidejob (get-deps)
==> erlang_js (get-deps)
==> meck (get-deps)
==> getopt (get-deps)
==> goldrush (get-deps)
==> lager (get-deps)
==> neotoma (get-deps)
==> cuttlefish (get-deps)
==> bitcask (get-deps)
==> eper (get-deps)
==> edown (get-deps)
==> sext (get-deps)
==> poolboy (get-deps)
==> basho_stats (get-deps)
==> riak_sysmon (get-deps)
==> eleveldb (get-deps)
==> riak_ensemble (get-deps)
==> pbkdf2 (get-deps)
==> parse_trans (get-deps)
==> bear (get-deps)
==> folsom (get-deps)
==> setup (get-deps)
==> src (get-deps)
==> exometer_core (get-deps)
==> clique (get-deps)
==> riak_core (get-deps)
==> riak_pipe (get-deps)
==> riak_dt (get-deps)
==> eunit_formatters (get-deps)
==> protobuffs (get-deps)
==> hamcrest (get-deps)
==> riak_pb (get-deps)
==> mochiweb (get-deps)
==> webmachine (get-deps)
==> riak_api (get-deps)
==> proper (get-deps)
==> stdlib2 (get-deps)
==> hyper (get-deps)
==> riak_kv (get-deps)
==> ibrowse (get-deps)
==> fuse (get-deps)
==> basho_yokozuna_9e695764 (get-deps)
/tmp/thumbs/basho_yokozuna_9e695764/rebar compile
==> kvc (compile)
==> sidejob (compile)
==> erlang_js (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
cd c_src; make
make[2]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
make[2]: Nothing to be done for `js'.
make[2]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
Compiling c_src/spidermonkey.c
Compiling c_src/spidermonkey_drv.c
c_src/spidermonkey_drv.c: In function ‘send_immediate_ok_response’:
c_src/spidermonkey_drv.c:82:3: warning: ‘driver_output_term’ is deprecated (declared at /opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/include/erl_driver.h:622) [-Wdeprecated-declarations]
   driver_output_term(dd->port, terms, sizeof(terms) / sizeof(terms[0]));
   ^
c_src/spidermonkey_drv.c: In function ‘ready_async’:
c_src/spidermonkey_drv.c:256:3: warning: ‘driver_output_term’ is deprecated (declared at /opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/include/erl_driver.h:622) [-Wdeprecated-declarations]
   driver_output_term(dd->port,
   ^
==> meck (compile)
==> getopt (compile)
==> goldrush (compile)
==> lager (compile)
==> neotoma (compile)
==> cuttlefish (compile)
==> getopt (escriptize)
==> goldrush (escriptize)
==> lager (escriptize)
==> neotoma (escriptize)
==> cuttlefish (escriptize)
==> bitcask (compile)
==> eper (compile)
==> edown (compile)
==> sext (compile)
==> poolboy (compile)
==> basho_stats (compile)
==> riak_sysmon (compile)
==> eleveldb (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Nothing to be done for `tools'.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
==> riak_ensemble (compile)
==> pbkdf2 (compile)
==> parse_trans (compile)
==> bear (compile)
==> folsom (compile)
==> setup (compile)
==> setup (escriptize)
==> src (compile)
==> exometer_core (compile)
==> clique (compile)
==> riak_core (compile)
==> riak_pipe (compile)
==> riak_dt (compile)
==> eunit_formatters (compile)
==> protobuffs (pre_compile)
==> protobuffs (compile)
==> hamcrest (pre_compile)
==> hamcrest (compile)
==> hamcrest (post_compile)
==> riak_pb (pre_compile)
==> riak_pb (compile)
==> mochiweb (compile)
==> webmachine (compile)
==> riak_api (compile)
==> proper (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
make[1]: `include/compile_flags.hrl' is up to date.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
==> stdlib2 (compile)
==> hyper (compile)
==> riak_kv (compile)
==> ibrowse (compile)
==> fuse (compile)
==> basho_yokozuna_9e695764 (compile)
/tmp/thumbs/basho_yokozuna_9e695764/rebar xref skip_deps=true
WARN:  Ignoring sub_dirs for /tmp/thumbs/basho_yokozuna_9e695764/deps/exometer_core
==> basho_yokozuna_9e695764 (xref)



✅ MAKE_DIALYZER

Started at: 2016-10-06 06:59
Duration: 52 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/basho_yokozuna_9e695764 && make dialyzer 2>&1

/tmp/thumbs/basho_yokozuna_9e695764/rebar get-deps
==> kvc (get-deps)
==> sidejob (get-deps)
==> erlang_js (get-deps)
==> meck (get-deps)
==> getopt (get-deps)
==> goldrush (get-deps)
==> lager (get-deps)
==> neotoma (get-deps)
==> cuttlefish (get-deps)
==> bitcask (get-deps)
==> eper (get-deps)
==> edown (get-deps)
==> sext (get-deps)
==> poolboy (get-deps)
==> basho_stats (get-deps)
==> riak_sysmon (get-deps)
==> eleveldb (get-deps)
==> riak_ensemble (get-deps)
==> pbkdf2 (get-deps)
==> parse_trans (get-deps)
==> bear (get-deps)
==> folsom (get-deps)
==> setup (get-deps)
==> src (get-deps)
==> exometer_core (get-deps)
==> clique (get-deps)
==> riak_core (get-deps)
==> riak_pipe (get-deps)
==> riak_dt (get-deps)
==> eunit_formatters (get-deps)
==> protobuffs (get-deps)
==> hamcrest (get-deps)
==> riak_pb (get-deps)
==> mochiweb (get-deps)
==> webmachine (get-deps)
==> riak_api (get-deps)
==> proper (get-deps)
==> stdlib2 (get-deps)
==> hyper (get-deps)
==> riak_kv (get-deps)
==> ibrowse (get-deps)
==> fuse (get-deps)
==> basho_yokozuna_9e695764 (get-deps)
/tmp/thumbs/basho_yokozuna_9e695764/rebar compile
==> kvc (compile)
==> sidejob (compile)
==> erlang_js (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
cd c_src; make
make[2]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
make[2]: Nothing to be done for `js'.
make[2]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js/c_src'
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/erlang_js'
==> meck (compile)
==> getopt (compile)
==> goldrush (compile)
==> lager (compile)
==> neotoma (compile)
==> cuttlefish (compile)
==> getopt (escriptize)
==> goldrush (escriptize)
==> lager (escriptize)
==> neotoma (escriptize)
==> cuttlefish (escriptize)
==> bitcask (compile)
==> eper (compile)
==> edown (compile)
==> sext (compile)
==> poolboy (compile)
==> basho_stats (compile)
==> riak_sysmon (compile)
==> eleveldb (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
make[1]: Nothing to be done for `tools'.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/eleveldb/c_src/leveldb'
==> riak_ensemble (compile)
==> pbkdf2 (compile)
==> parse_trans (compile)
==> bear (compile)
==> folsom (compile)
==> setup (compile)
==> setup (escriptize)
==> src (compile)
==> exometer_core (compile)
==> clique (compile)
==> riak_core (compile)
==> riak_pipe (compile)
==> riak_dt (compile)
==> eunit_formatters (compile)
==> protobuffs (pre_compile)
==> protobuffs (compile)
==> hamcrest (pre_compile)
==> hamcrest (compile)
==> hamcrest (post_compile)
==> riak_pb (pre_compile)
==> riak_pb (compile)
==> mochiweb (compile)
==> webmachine (compile)
==> riak_api (compile)
==> proper (compile)
make[1]: Entering directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
make[1]: `include/compile_flags.hrl' is up to date.
make[1]: Leaving directory `/tmp/thumbs/basho_yokozuna_9e695764/deps/proper'
==> stdlib2 (compile)
==> hyper (compile)
==> riak_kv (compile)
==> ibrowse (compile)
==> fuse (compile)
==> basho_yokozuna_9e695764 (compile)
  Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes
done (passed successfully)
 yes
done (passed successfully)
  Compiling some key modules to native code... done in 0m8.52s
  Creating PLT .local_dialyzer_plt ...
Unknown functions:
  alarm_handler:clear_alarm/1
  alarm_handler:set_alarm/1
  application:ensure_all_started/1
  application:get_all_env/1
  application:get_all_key/1
  application:get_application/0
  application:get_application/1
  application:get_env/1
  application:get_env/2
  application:get_env/3
  application:get_key/2
  application:load/1
  application:loaded_applications/0
  application:set_env/3
  application:set_env/4
  application:start/1
  application:start/2
  application:stop/1
  application:unset_env/2
  application:which_applications/0
  array:default/1
  array:fix/1
  array:foldl/3
  array:foldr/3
  array:from_list/1
  array:from_list/2
  array:from_orddict/1
  array:from_orddict/2
  array:get/2
  array:is_array/1
  array:is_fix/1
  array:map/2
  array:new/0
  array:new/1
  array:new/2
  array:relax/1
  array:reset/2
  array:resize/1
  array:resize/2
  array:set/3
  array:size/1
  array:sparse_foldl/3
  array:sparse_foldr/3
  array:sparse_map/2
  array:sparse_size/1
  array:sparse_to_list/1
  array:sparse_to_orddict/1
  array:to_list/1
  array:to_orddict/1
  base64:decode/1
  base64:decode_to_string/1
  base64:encode/1
  beam_lib:chunks/2
  beam_lib:version/1
  binary:at/2
  binary:copy/2
  binary:decode_unsigned/1
  binary:encode_unsigned/1
  binary:match/2
  binary:part/2
  binary:replace/4
  binary:split/2
  binary:split/3
  c:l/1
  c:pid/3
  calendar:datetime_to_gregorian_seconds/1
  calendar:day_of_the_week/1
  calendar:gregorian_seconds_to_datetime/1
  calendar:last_day_of_the_month/2
  calendar:local_time/0
  calendar:local_time_to_universal_time_dst/1
  calendar:now_to_datetime/1
  calendar:now_to_local_time/1
  calendar:now_to_universal_time/1
  calendar:universal_time/0
  calendar:universal_time_to_local_time/1
  cluster_info:dump_all_connected/1
  cluster_info:dump_nodes/2
  cluster_info:format/3
  cluster_info:register_app/1
  code:add_patha/1
  code:add_paths/1
  code:add_pathz/1
  code:all_loaded/0
  code:delete/1
  code:ensure_loaded/1
  code:get_object_code/1
  code:get_path/0
  code:is_loaded/1
  code:is_sticky/1
  code:lib_dir/0
  code:lib_dir/1
  code:load_binary/3
  code:load_file/1
  code:priv_dir/1
  code:purge/1
  code:root_dir/0
  code:set_path/1
  code:soft_purge/1
  code:stick_mod/1
  code:unstick_mod/1
  code:where_is_file/1
  code:which/1
  compile:file/2
  compile:forms/2
  cover:compile_beam/1
  cover:compile_beam/2
  cover:compile_module/2
  cover:export/2
  cover:get_term/1
  cover:import/1
  cover:is_compiled/1
  cover:module_info/1
  cover:write/2
  crypto:block_decrypt/4
  crypto:block_encrypt/4
  crypto:exor/2
  crypto:hash/2
  crypto:hash_final/1
  crypto:hash_init/1
  crypto:hash_update/2
  crypto:hmac/3
  crypto:hmac_final/1
  crypto:hmac_init/2
  crypto:hmac_update/2
  crypto:rand_bytes/1
  crypto:rand_uniform/2
  crypto:start/0
  crypto:strong_rand_bytes/1
  ct:pal/1
  dbg:flush_trace_port/0
  dbg:get_tracer/0
  dbg:n/1
  dbg:p/2
  dbg:stop_clear/0
  dbg:tpl/2
  dbg:tpl/3
  dbg:tpl/4
  dbg:trace_port/2
  dbg:tracer/2
  dets:all/0
  dets:close/1
  dets:foldl/3
  dets:info/1
  dets:insert/2
  dets:open_file/2
  dets:pid2name/1
  dets:sync/1
  dets:to_ets/2
  dict:append/3
  dict:append_list/3
  dict:erase/2
  dict:fetch/2
  dict:fetch_keys/1
  dict:filter/2
  dict:find/2
  dict:fold/3
  dict:from_list/1
  dict:is_key/2
  dict:map/2
  dict:merge/3
  dict:new/0
  dict:size/1
  dict:store/3
  dict:to_list/1
  dict:update/3
  dict:update/4
  dict:update_counter/3
  disk_log:alog/2
  disk_log:alog_terms/2
  disk_log:blog/2
  disk_log:chunk/2
  disk_log:close/1
  disk_log:log/2
  disk_log:log_terms/2
  disk_log:open/1
  disk_log:pid2name/1
  disk_log:sync/1
  disksup:get_disk_data/0
  dtrace:init/0
  dyntrace:p/0
  dyntrace:put_tag/1
  edoc:application/3
  edoc:get_doc/3
  edoc:layout/2
  edoc_data:overview/4
  edoc_data:package/4
  edoc_extract:file/4
  edoc_lib:copy_file/2
  edoc_lib:join_uri/2
  edoc_lib:module_info/1
  edoc_lib:read_encoding/2
  edoc_lib:run_layout/2
  edoc_lib:segment/2
  edoc_lib:strip_space/1
  edoc_lib:transpose/1
  edoc_lib:write_file/4
  edoc_lib:write_file/5
  edoc_lib:write_info_file/4
  edoc_refs:relative_package_path/2
  edoc_report:report/2
  edoc_report:warning/2
  epp:read_encoding/1
  epp:restore_typed_record_fields/1
  epp_dodger:parse_file/1
  erl_comment_scan:string/1
  erl_ddll:format_error/1
  erl_ddll:load/2
  erl_ddll:loaded_drivers/0
  erl_eval:add_binding/3
  erl_eval:binding/2
  erl_eval:expr/2
  erl_eval:expr/3
  erl_eval:exprs/2
  erl_eval:exprs/3
  erl_eval:fun_data/1
  erl_eval:new_bindings/0
  erl_internal:bif/2
  erl_internal:bif/3
  erl_internal:op_type/2
  erl_lint:module/1
  erl_parse:abstract/1
  erl_parse:abstract/2
  erl_parse:normalise/1
  erl_parse:parse_exprs/1
  erl_parse:parse_form/1
  erl_parse:parse_term/1
  erl_posix_msg:message/1
  erl_pp:attribute/1
  erl_pp:expr/1
  erl_pp:form/1
  erl_prettypr:format/1
  erl_prim_loader:list_dir/1
  erl_prim_loader:read_file_info/1
  erl_scan:reserved_word/1
  erl_scan:string/1
  erl_scan:string/2
  erl_scan:token_info/2
  erl_scan:tokens/3
  erl_syntax:abstract/1
  erl_syntax:application/2
  erl_syntax:application/3
  erl_syntax:application_arguments/1
  erl_syntax:arity_qualifier/2
  erl_syntax:arity_qualifier_argument/1
  erl_syntax:arity_qualifier_body/1
  erl_syntax:atom/1
  erl_syntax:atom_value/1
  erl_syntax:attribute/2
  erl_syntax:attribute_arguments/1
  erl_syntax:attribute_name/1
  erl_syntax:case_expr/2
  erl_syntax:clause/2
  erl_syntax:clause/3
  erl_syntax:clause_patterns/1
  erl_syntax:cons/2
  erl_syntax:form_list/1
  erl_syntax:fun_expr_clauses/1
  erl_syntax:function/2
  erl_syntax:function_clauses/1
  erl_syntax:generator/2
  erl_syntax:generator_body/1
  erl_syntax:generator_pattern/1
  erl_syntax:get_pos/1
  erl_syntax:implicit_fun/2
  erl_syntax:implicit_fun_name/1
  erl_syntax:integer/1
  erl_syntax:integer_value/1
  erl_syntax:list/1
  erl_syntax:list_comp/2
  erl_syntax:list_comp_body/1
  erl_syntax:list_comp_template/1
  erl_syntax:list_elements/1
  erl_syntax:match_expr/2
  erl_syntax:nil/0
  erl_syntax:revert/1
  erl_syntax:revert_forms/1
  erl_syntax:string/1
  erl_syntax:string_value/1
  erl_syntax:subtrees/1
  erl_syntax:tuple/1
  erl_syntax:tuple_elements/1
  erl_syntax:type/1
  erl_syntax:underscore/0
  erl_syntax:update_tree/2
  erl_syntax:variable/1
  erl_syntax:variable_name/1
  erl_syntax_lib:analyze_application/1
  erl_syntax_lib:analyze_forms/1
  erl_syntax_lib:analyze_function/1
  erl_syntax_lib:map/2
  erl_syntax_lib:variables/1
  erl_types:t_from_term/1
  erlang:append_element/2
  erlang:atom_to_binary/2
  erlang:atom_to_list/1
  erlang:binary_to_atom/2
  erlang:binary_to_existing_atom/2
  erlang:binary_to_integer/1
  erlang:binary_to_list/1
  erlang:binary_to_list/3
  erlang:binary_to_term/1
  erlang:bitstring_to_list/1
  erlang:bump_reductions/1
  erlang:cancel_timer/1
  erlang:convert_time_unit/3
  erlang:crc32/1
  erlang:crc32/2
  erlang:date/0
  erlang:decode_packet/3
  erlang:demonitor/1
  erlang:demonitor/2
  erlang:display/1
  erlang:erase/1
  erlang:exit/2
  erlang:external_size/1
  erlang:float_to_list/1
  erlang:float_to_list/2
  erlang:fun_info/2
  erlang:fun_to_list/1
  erlang:function_exported/3
  erlang:garbage_collect/0
  erlang:garbage_collect/1
  erlang:get/0
  erlang:get/1
  erlang:get_module_info/1
  erlang:get_module_info/2
  erlang:get_stacktrace/0
  erlang:group_leader/0
  erlang:group_leader/2
  erlang:integer_to_list/1
  erlang:iolist_size/1
  erlang:iolist_to_binary/1
  erlang:is_alive/0
  erlang:is_builtin/3
  erlang:is_map/1
  erlang:is_process_alive/1
  erlang:link/1
  erlang:list_to_atom/1
  erlang:list_to_binary/1
  erlang:list_to_bitstring/1
  erlang:list_to_existing_atom/1
  erlang:list_to_float/1
  erlang:list_to_integer/1
  erlang:list_to_integer/2
  erlang:list_to_tuple/1
  erlang:load_nif/2
  erlang:localtime/0
  erlang:make_fun/3
  erlang:make_ref/0
  erlang:map_size/1
  erlang:max/2
  erlang:md5/1
  erlang:md5_final/1
  erlang:md5_init/0
  erlang:md5_update/2
  erlang:memory/1
  erlang:min/2
  erlang:module_loaded/1
  erlang:monitor/2
  erlang:monitor_node/2
  erlang:monotonic_time/0
  erlang:monotonic_time/1
  erlang:nodes/0
  erlang:nodes/1
  erlang:now/0
  erlang:open_port/2
  erlang:phash2/1
  erlang:phash2/2
  erlang:pid_to_list/1
  erlang:port_close/1
  erlang:port_command/2
  erlang:port_info/1
  erlang:port_info/2
  erlang:port_to_list/1
  erlang:ports/0
  erlang:process_flag/2
  erlang:process_flag/3
  erlang:process_info/1
  erlang:process_info/2
  erlang:processes/0
  erlang:put/2
  erlang:raise/3
  erlang:ref_to_list/1
  erlang:register/2
  erlang:registered/0
  erlang:send/2
  erlang:send/3
  erlang:send_after/3
  erlang:spawn/3
  erlang:spawn_link/3
  erlang:spawn_monitor/1
  erlang:spawn_monitor/3
  erlang:split_binary/2
  erlang:start_timer/3
  erlang:statistics/1
  erlang:system_flag/2
  erlang:system_monitor/0
  erlang:system_monitor/1
  erlang:system_monitor/2
  erlang:term_to_binary/1
  erlang:term_to_binary/2
  erlang:time/0
  erlang:trace/3
  erlang:trace_info/2
  erlang:trace_pattern/3
  erlang:unique_integer/0
  erlang:unique_integer/1
  erlang:universaltime/0
  erlang:unlink/1
  erlang:unregister/1
  erlang:whereis/1
  error_logger:add_report_handler/1
  error_logger:delete_report_handler/1
  error_logger:error_msg/1
  error_logger:error_msg/2
  error_logger:error_report/1
  error_logger:error_report/2
  error_logger:format/2
  error_logger:info_msg/2
  error_logger:info_report/1
  error_logger:info_report/2
  error_logger:warning_msg/1
  error_logger:warning_msg/2
  error_logger:warning_report/1
  erts_debug:flat_size/1
  erts_debug:size/1
  escript:script_name/0
  ets:all/0
  ets:delete/1
  ets:delete/2
  ets:delete_all_objects/1
  ets:delete_object/2
  ets:first/1
  ets:foldl/3
  ets:give_away/3
  ets:info/1
  ets:info/2
  ets:insert/2
  ets:insert_new/2
  ets:last/1
  ets:lookup/2
  ets:lookup_element/3
  ets:match/2
  ets:match_delete/2
  ets:match_object/1
  ets:match_object/2
  ets:match_object/3
  ets:match_spec_compile/1
  ets:match_spec_run/2
  ets:member/2
  ets:new/2
  ets:next/2
  ets:prev/2
  ets:safe_fixtable/2
  ets:select/1
  ets:select/2
  ets:select/3
  ets:select_count/2
  ets:select_delete/2
  ets:select_reverse/3
  ets:setopts/2
  ets:tab2list/1
  ets:update_counter/3
  ets:update_element/3
  eunit:test/1
  eunit_listener:start/2
  file:change_mode/2
  file:change_time/2
  file:close/1
  file:consult/1
  file:copy/2
  file:datasync/1
  file:del_dir/1
  file:delete/1
  file:format_error/1
  file:get_cwd/0
  file:list_dir/1
  file:make_dir/1
  file:make_symlink/2
  file:open/2
  file:path_open/3
  file:position/2
  file:pread/2
  file:pread/3
  file:pwrite/3
  file:read/2
  file:read_file/1
  file:read_file_info/1
  file:rename/2
  file:script/1
  file:script/2
  file:set_cwd/1
  file:sync/1
  file:truncate/1
  file:write/2
  file:write_file/2
  file:write_file_info/2
  file_sorter:sort/3
  filelib:ensure_dir/1
  filelib:fold_files/5
  filelib:is_dir/1
  filelib:is_file/1
  filelib:is_regular/1
  filelib:wildcard/1
  filelib:wildcard/2
  filename:absname/1
  filename:absname/2
  filename:append/2
  filename:basename/1
  filename:basename/2
  filename:dirname/1
  filename:extension/1
  filename:join/1
  filename:join/2
  filename:rootname/2
  filename:split/1
  gb_sets:add/2
  gb_sets:add_element/2
  gb_sets:balance/1
  gb_sets:del_element/2
  gb_sets:delete/2
  gb_sets:delete_any/2
  gb_sets:difference/2
  gb_sets:empty/0
  gb_sets:filter/2
  gb_sets:fold/3
  gb_sets:from_list/1
  gb_sets:from_ordset/1
  gb_sets:insert/2
  gb_sets:intersection/1
  gb_sets:intersection/2
  gb_sets:is_disjoint/2
  gb_sets:is_element/2
  gb_sets:is_empty/1
  gb_sets:is_member/2
  gb_sets:is_set/1
  gb_sets:is_subset/2
  gb_sets:iterator/1
  gb_sets:largest/1
  gb_sets:new/0
  gb_sets:next/1
  gb_sets:singleton/1
  gb_sets:size/1
  gb_sets:smallest/1
  gb_sets:subtract/2
  gb_sets:take_largest/1
  gb_sets:take_smallest/1
  gb_sets:to_list/1
  gb_sets:union/1
  gb_sets:union/2
  gb_trees:balance/1
  gb_trees:delete/2
  gb_trees:delete_any/2
  gb_trees:empty/0
  gb_trees:enter/3
  gb_trees:from_orddict/1
  gb_trees:get/2
  gb_trees:insert/3
  gb_trees:is_defined/2
  gb_trees:is_empty/1
  gb_trees:iterator/1
  gb_trees:keys/1
  gb_trees:largest/1
  gb_trees:lookup/2
  gb_trees:map/2
  gb_trees:next/1
  gb_trees:size/1
  gb_trees:smallest/1
  gb_trees:take_largest/1
  gb_trees:take_smallest/1
  gb_trees:to_list/1
  gb_trees:update/3
  gb_trees:values/1
  gen:call/3
  gen:call/4
  gen:reply/2
  gen:start/5
  gen:start/6
  gen_event:add_handler/3
  gen_event:add_sup_handler/3
  gen_event:call/3
  gen_event:call/4
  gen_event:delete_handler/3
  gen_event:notify/2
  gen_event:start_link/1
  gen_event:sync_notify/2
  gen_event:which_handlers/1
  gen_fsm:cancel_timer/1
  gen_fsm:reply/2
  gen_fsm:send_all_state_event/2
  gen_fsm:send_event/2
  gen_fsm:send_event_after/2
  gen_fsm:start/3
  gen_fsm:start/4
  gen_fsm:start_link/3
  gen_fsm:start_timer/2
  gen_fsm:sync_send_all_state_event/2
  gen_fsm:sync_send_all_state_event/3
  gen_fsm:sync_send_event/2
  gen_fsm:sync_send_event/3
  gen_server:abcast/3
  gen_server:call/2
  gen_server:call/3
  gen_server:cast/2
  gen_server:reply/2
  gen_server:start/3
  gen_server:start/4
  gen_server:start_link/3
  gen_server:start_link/4
  gen_tcp:accept/1
  gen_tcp:accept/2
  gen_tcp:close/1
  gen_tcp:connect/4
  gen_tcp:controlling_process/2
  gen_tcp:listen/2
  gen_tcp:recv/3
  gen_tcp:send/2
  gen_udp:close/1
  gen_udp:open/2
  gen_udp:send/4
  global:send/2
  global:trans/3
  global:unregister_name/1
  global:whereis_name/1
  gtknode:cmd/2
  gtknode:start/1
  http_uri:parse/1
  httpc:request/4
  httpd_util:convert_request_date/1
  httpd_util:day/1
  httpd_util:month/1
  httpd_util:reason_phrase/1
  httpd_util:rfc1123_date/0
  httpd_util:rfc1123_date/1
  igor:parse_transform/2
  inet:getaddr/2
  inet:gethostbyaddr/1
  inet:gethostbyname/1
  inet:gethostname/0
  inet:getopts/2
  inet:getstat/1
  inet:getstat/2
  inet:parse_address/1
  inet:peername/1
  inet:port/1
  inet:setopts/2
  inet:sockname/1
  inet_db:register_socket/2
  inet_parse:address/1
  inet_parse:ntoa/1
  inets:start/0
  init:archive_extension/0
  init:get_argument/1
  init:get_arguments/0
  init:get_status/0
  init:script_id/0
  init:stop/0
  init:stop/1
  io:columns/0
  io:format/1
  io:format/2
  io:format/3
  io:fwrite/1
  io:fwrite/2
  io:fwrite/3
  io:nl/0
  io:put_chars/1
  io:put_chars/2
  io:request/2
  io:write/1
  io_lib:deep_char_list/1
  io_lib:format/2
  io_lib:fread/2
  io_lib:fwrite/2
  io_lib:printable_list/1
  io_lib:write/1
  io_lib:write/2
  io_lib:write_atom/1
  io_lib:write_char/1
  io_lib:write_string/1
  io_lib_format:fwrite_g/1
  io_lib_pretty:print/6
  lager_default_tracer:info/1
  lib:format_exception/6
  lists:append/1
  lists:concat/1
  lists:duplicate/2
  lists:flatlength/1
  lists:flatten/2
  lists:keystore/4
  lists:keytake/3
  lists:merge/1
  lists:prefix/2
  lists:seq/2
  lists:seq/3
  lists:sublist/2
  lists:sublist/3
  lists:suffix/2
  lists:sum/1
  lists:ukeymerge/3
  lists:ukeysort/2
  lists:umerge/1
  lists:umerge/2
  lists:umerge/3
  maps:to_list/1
  math:cos/1
  math:exp/1
  math:log/1
  math:log10/1
  math:pi/0
  math:pow/2
  math:sqrt/1
  memsup:get_system_memory_data/0
  mustache:render/2
  net_adm:names/1
  net_adm:ping/1
  net_kernel:get_net_ticktime/0
  net_kernel:hidden_connect_node/1
  net_kernel:monitor_nodes/1
  net_kernel:monitor_nodes/2
  net_kernel:set_net_ticktime/1
  net_kernel:start/1
  orddict:append/3
  orddict:append_list/3
  orddict:erase/2
  orddict:fetch/2
  orddict:fetch_keys/1
  orddict:filter/2
  orddict:find/2
  orddict:fold/3
  orddict:from_list/1
  orddict:is_key/2
  orddict:map/2
  orddict:merge/3
  orddict:new/0
  orddict:size/1
  orddict:store/3
  orddict:to_list/1
  orddict:update/3
  orddict:update/4
  orddict:update_counter/3
  ordsets:add_element/2
  ordsets:del_element/2
  ordsets:filter/2
  ordsets:fold/3
  ordsets:from_list/1
  ordsets:intersection/1
  ordsets:intersection/2
  ordsets:is_disjoint/2
  ordsets:is_element/2
  ordsets:is_set/1
  ordsets:is_subset/2
  ordsets:new/0
  ordsets:size/1
  ordsets:subtract/2
  ordsets:to_list/1
  ordsets:union/1
  ordsets:union/2
  os:cmd/1
  os:getenv/1
  os:getpid/0
  os:timestamp/0
  os:type/0
  packages:last/1
  packages:strip_last/1
  prim_file:list_dir/2
  prim_file:read_file_info/1
  prim_file:write_file_info/2
  prim_inet:async_accept/2
  prim_inet:getstatus/1
  prim_inet:gettype/1
  proc_lib:hibernate/3
  proc_lib:init_ack/2
  proc_lib:spawn/1
  proc_lib:spawn/4
  proc_lib:spawn_link/1
  proc_lib:spawn_link/3
  proc_lib:spawn_link/4
  proc_lib:start_link/3
  proc_lib:translate_initial_call/1
  proplists:delete/2
  proplists:get_all_values/2
  proplists:get_bool/2
  proplists:get_keys/1
  proplists:get_value/2
  proplists:get_value/3
  proplists:is_defined/2
  proplists:lookup/2
  proplists:substitute_aliases/2
  proplists:unfold/1
  pubkey_cert:extensions_list/1
  pubkey_cert:select_extension/2
  pubkey_cert_records:transform/2
  public_key:pem_decode/1
  public_key:pem_entry_decode/1
  public_key:pkix_crls_validate/3
  public_key:pkix_decode_cert/2
  public_key:pkix_encode/3
  public_key:pkix_is_self_signed/1
  public_key:pkix_normalize_name/1
  queue:cons/2
  queue:daeh/1
  queue:drop/1
  queue:drop_r/1
  queue:filter/2
  queue:from_list/1
  queue:get/1
  queue:get_r/1
  queue:head/1
  queue:in/2
  queue:in_r/2
  queue:init/1
  queue:is_empty/1
  queue:is_queue/1
  queue:join/2
  queue:last/1
  queue:len/1
  queue:liat/1
  queue:member/2
  queue:new/0
  queue:out/1
  queue:out_r/1
  queue:peek/1
  queue:peek_r/1
  queue:reverse/1
  queue:snoc/2
  queue:split/2
  queue:tail/1
  queue:to_list/1
  random:seed/0
  random:seed/1
  random:seed/3
  random:seed0/0
  random:uniform/0
  random:uniform/1
  random:uniform_s/2
  re:compile/1
  re:compile/2
  re:replace/4
  re:run/2
  re:run/3
  re:split/2
  re:split/3
  rebar_config:get_local/3
  rebar_mustache:render/2
  rebar_rel_utils:get_target_dir/2
  rebar_rel_utils:is_rel_dir/0
  rebar_rel_utils:load_config/2
  release_handler:eval_appup_script/4
  rpc:call/4
  rpc:call/5
  rpc:eval_everywhere/3
  rpc:multicall/3
  rpc:multicall/4
  rpc:multicall/5
  sets:add_element/2
  sets:del_element/2
  sets:filter/2
  sets:fold/3
  sets:from_list/1
  sets:intersection/1
  sets:intersection/2
  sets:is_disjoint/2
  sets:is_element/2
  sets:is_set/1
  sets:is_subset/2
  sets:new/0
  sets:size/1
  sets:subtract/2
  sets:to_list/1
  sets:union/1
  sets:union/2
  ssl:close/1
  ssl:connect/2
  ssl:connect/3
  ssl:connect/4
  ssl:listen/2
  ssl:peercert/1
  ssl:peername/1
  ssl:recv/3
  ssl:send/2
  ssl:setopts/2
  ssl:sockname/1
  ssl:ssl_accept/1
  ssl:ssl_accept/2
  ssl:ssl_accept/3
  ssl:transport_accept/1
  ssl_cipher:openssl_suite/1
  ssl_cipher:openssl_suite_name/1
  string:centre/2
  string:centre/3
  string:chr/2
  string:cspan/2
  string:equal/2
  string:join/2
  string:left/2
  string:left/3
  string:len/1
  string:rchr/2
  string:right/2
  string:right/3
  string:str/2
  string:strip/1
  string:strip/2
  string:strip/3
  string:sub_string/2
  string:sub_string/3
  string:substr/2
  string:substr/3
  string:to_float/1
  string:to_integer/1
  string:to_lower/1
  string:to_upper/1
  string:tokens/2
  supervisor:count_children/1
  supervisor:delete_child/2
  supervisor:start_child/2
  supervisor:start_link/2
  supervisor:start_link/3
  supervisor:terminate_child/2
  supervisor:which_children/1
  sys:debug_options/1
  sys:get_debug/3
  sys:handle_debug/4
  sys:handle_system_msg/6
  sys:print_log/1
  systools:make_script/2
  timer:apply_after/4
  timer:apply_interval/4
  timer:cancel/1
  timer:minutes/1
  timer:now_diff/2
  timer:seconds/1
  timer:send_after/2
  timer:send_interval/2
  timer:send_interval/3
  timer:sleep/1
  timer:tc/1
  timer:tc/2
  timer:tc/3
  unicode:characters_to_binary/1
  unicode:characters_to_binary/3
  unicode:characters_to_list/1
  unicode:characters_to_list/2
  xmerl:export_simple/3
  xmerl:export_simple_content/2
  xmerl_html:'#element#'/5
  xmerl_lib:end_tag/1
  xmerl_lib:expand_element/1
  xmerl_lib:find_attribute/2
  xmerl_lib:mapxml/2
  xmerl_lib:start_tag/2
  xmerl_ucs:from_utf16be/1
  xmerl_ucs:from_utf8/1
  xmerl_ucs:to_utf8/1
  yz_kv:index/3
  yz_kv:index_binary/5
  yz_kv:should_handoff/1
  zlib:gunzip/1
  zlib:gzip/1
  zlib:unzip/1
  zlib:zip/1
Unknown types:
  base64:ascii_binary/0
  calendar:datetime/0
  compile:option/0
  erl_parse:abstract_clause/0
  erl_parse:abstract_expr/0
  erl_parse:abstract_form/0
  erl_scan:line/0
  erl_syntax:syntaxTree/0
  erlang:timestamp/0
  ets:comp_match_spec/0
  ets:match_spec/0
  ets:tab/0
  ets:tid/0
  file:date_time/0
  file:fd/0
  file:filename/0
  file:io_device/0
  file:name/0
  file:name_all/0
  file:posix/0
  gen_tcp:listen_option/0
  gen_tcp:option/0
  inet:hostname/0
  inet:ip4_address/0
  inet:ip6_address/0
  inet:ip_address/0
  inet:socket/0
  io:device/0
  io:format/0
  meck_history:history_record/0
  mochijson2:json_object/0
  mochijson2:json_string/0
  mochijson2:json_term/0
  mochijson2:json_value/0
  orddict:orddict/0
  ordsets:ordset/1
  proplists:property/0
  proplists:proplist/0
  re:mp/0
  riak_dt:operation/0
  riak_dt:value/0
  ssl:ssl_option/0
  ssl:sslsocket/0
  supervisor:child_spec/0
  supervisor:strategy/0
  timer:tref/0
  unicode:charlist/0
 done in 0m16.39s
done (passed successfully)
==> basho_yokozuna_9e695764 (dialyzer)



⬜ 0 of 2 Code reviews from organization basho

@bsparrow435 bsparrow435 merged commit 1e49259 into develop Oct 6, 2016
@bsparrow435 bsparrow435 deleted the bugfix/var-tmp-yokozuna-permissions branch October 6, 2016 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants