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

Heroku deploy is failed with rroonga v6.0.2 #130

Closed
sue445 opened this issue May 22, 2016 · 9 comments
Closed

Heroku deploy is failed with rroonga v6.0.2 #130

sue445 opened this issue May 22, 2016 · 9 comments

Comments

@sue445
Copy link

sue445 commented May 22, 2016

rroongaを6.0.0から6.0.2にアップデートしたところ、Heroku deploy時に bundle install で rroonga がビルドできなくてエラーになります

6.0.0に戻したところデプロイは成功するようになりました

Environments

Buildpack setting

$ heroku buildpacks
=== sebastian-badge Buildpack URLs
1. https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/groonga.tgz
2. heroku/ruby
3. https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz

Build log

remote:        Running: bundle install --without test:development --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote:        Fetching gem metadata from https://rubygems.org/...........
remote:        Fetching version metadata from https://rubygems.org/...
remote:        Fetching dependency metadata from https://rubygems.org/..
(snip)
remote:        Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
remote:        current directory: /tmp/build_132241c000d59461b952f0b9609f1524/vendor/bundle/ruby/2.3.0/gems/rroonga-6.0.2/ext/groonga
remote:        /tmp/build_132241c000d59461b952f0b9609f1524/vendor/ruby-2.3.1/bin/ruby -r ./siteconf20160522-329-1s75ykz.rb extconf.rb
remote:        checking for GCC... yes
remote:        checking for Win32 OS... no
remote:        checking for groonga version (>= 6.0.2)... no
remote:        downloading http://packages.groonga.org/source/groonga/groonga-6.0.2.tar.gz... done
remote:        extracting... done
remote:        configuring... done
remote:        building (maybe long time)... failed
remote:        *** extconf.rb failed ***
remote:        Could not create Makefile due to some reason, probably lack of necessary
remote:        libraries and/or headers.  Check the mkmf.log file for more details.  You may
remote:        need configuration options.
remote:        Provided configuration options:
remote:        --with-opt-dir
remote:        --without-opt-dir
remote:        --with-opt-include
remote:        --without-opt-include=${opt-dir}/include
remote:        --with-opt-lib
remote:        --without-opt-lib=${opt-dir}/lib
remote:        --with-make-prog
remote:        --without-make-prog
remote:        --srcdir=.
remote:        --curdir
remote:        --ruby=/tmp/build_132241c000d59461b952f0b9609f1524/vendor/ruby-2.3.1/bin/$(RUBY_BASE_NAME)
remote:        --with-pkg-config
remote:        --without-pkg-config
remote:        --with-override-variables
remote:        --without-override-variables
remote:        To see why this extension failed to compile, please check the mkmf.log which can be found here:
remote:        /tmp/build_132241c000d59461b952f0b9609f1524/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/rroonga-6.0.2/mkmf.log
remote:        extconf failed, exit code 1
remote:        Gem files will remain installed in /tmp/build_132241c000d59461b952f0b9609f1524/vendor/bundle/ruby/2.3.0/gems/rroonga-6.0.2 for inspection.
remote:        Results logged to /tmp/build_132241c000d59461b952f0b9609f1524/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/rroonga-6.0.2/gem_make.out
remote:        An error occurred while installing rroonga (6.0.2), and Bundler cannot continue.
remote:        Make sure that `gem install rroonga -v '6.0.2'` succeeds before bundling.
remote:  !
remote:  !     Failed to install gems via Bundler.
remote:  !
remote: 
remote:  !     Push rejected, failed to compile Ruby app

detail. https://circleci.com/gh/sue445/sebastian-badge/316

@kou
Copy link
Member

kou commented May 22, 2016

https://github.com/groonga/groonga/releases/tag/v6.0.2 に heroku-groonga-6.0.2.tar.xz がなくて古いGroongaを使おうとしていることが原因みたいです。

@sugryo なんでheroku-groonga-6.0.2.tar.xzがないかわかります?

@sugryo
Copy link

sugryo commented May 22, 2016

@kou いつも通りビルドしてみたのですが、Groonga のビルド中に エラー R15 になり、強制的にプロセスが切られたのが原因です。

@sugryo
Copy link

sugryo commented May 22, 2016

2016-05-22T23:30:40.739292+00:00 app[run.8824]: checking for library containing backtrace... none required
2016-05-22T23:30:40.648623+00:00 app[run.8824]: checking for strncasecmp... yes
2016-05-22T23:30:40.927020+00:00 app[run.8824]: checking for off_t... yes
2016-05-22T23:30:41.043713+00:00 app[run.8824]: checking for size_t... yes
2016-05-22T23:30:41.117861+00:00 app[run.8824]: checking size of off_t... 8
2016-05-22T23:30:41.182183+00:00 app[run.8824]: checking pthread.h usability... yes
2016-05-22T23:30:41.198274+00:00 app[run.8824]: checking pthread.h presence... yes
2016-05-22T23:30:41.198501+00:00 app[run.8824]: checking for pthread.h... yes
2016-05-22T23:30:41.303369+00:00 app[run.8824]: checking for library containing pthread_create... -lpthread
2016-05-22T23:30:41.349293+00:00 app[run.8824]: checking for pthread_mutexattr_setpshared... yes
2016-05-22T23:30:41.410648+00:00 app[run.8824]: checking for pthread_condattr_setpshared... yes
2016-05-22T23:30:41.609665+00:00 app[run.8824]: checking whether allow dynamic memory allocation change... no
2016-05-22T23:30:41.609825+00:00 app[run.8824]: checking whether debug memory management... no
2016-05-22T23:30:41.609444+00:00 app[run.8824]: checking whether enable abort... no
2016-05-22T23:30:41.679499+00:00 app[run.8824]: checking sys/epoll.h usability... yes
2016-05-22T23:30:41.463229+00:00 app[run.8824]: checking for library containing gethostbyname... none required
2016-05-22T23:30:41.690948+00:00 app[run.8824]: checking sys/epoll.h presence... yes
2016-05-22T23:30:41.504303+00:00 app[run.8824]: checking for library containing socket... none required
2016-05-22T23:30:41.691156+00:00 app[run.8824]: checking for sys/epoll.h... yes
2016-05-22T23:30:41.608591+00:00 app[run.8824]: checking for library containing dlopen... -ldl
2016-05-22T23:30:41.608890+00:00 app[run.8824]: checking whether enable uyield... no
2016-05-22T23:30:41.609096+00:00 app[run.8824]: checking whether enable exact-alloc-count... yes
2016-05-22T23:30:41.609272+00:00 app[run.8824]: checking whether enable fmalloc... no
2016-05-22T23:30:41.745639+00:00 app[run.8824]: checking for epoll_create... yes
2016-05-22T23:30:41.834620+00:00 app[run.8824]: checking whether MSG_MORE defined... no
2016-05-22T23:30:41.864203+00:00 app[run.8824]: checking whether MSG_NOSIGNAL defined... no
2016-05-22T23:30:41.868202+00:00 app[run.8824]: checking for pkg-config... (cached) /usr/bin/pkg-config
2016-05-22T23:30:41.869669+00:00 app[run.8824]: checking pkg-config is at least version 0.16... yes
2016-05-22T23:30:42.190384+00:00 app[run.8824]: checking for GLIB - version >= 2.14.0... yes (version 2.40.2)
2016-05-22T23:30:42.191827+00:00 app[run.8824]: checking for benchmark availablity... 
2016-05-22T23:30:42.194724+00:00 app[run.8824]: checking for inkscape... no
2016-05-22T23:30:42.196383+00:00 app[run.8824]: checking for lemon... no
2016-05-22T23:30:42.206833+00:00 app[run.8824]: checking for LIBEDIT... no
2016-05-22T23:30:42.345634+00:00 app[run.8824]: checking for library containing compress... -lz
2016-05-22T23:30:42.369551+00:00 app[run.8824]: checking for LIBLZ4... yes
2016-05-22T23:30:42.370416+00:00 app[run.8824]: checking whether enable MeCab... yes
2016-05-22T23:30:42.394203+00:00 app[run.8824]: checking for "/app/vendor/mecab/bin/mecab-config"... yes
2016-05-22T23:30:42.638544+00:00 app[run.8824]: checking for library containing mecab_new... -lmecab
2016-05-22T23:30:42.708001+00:00 app[run.8824]: checking mecab.h usability... yes
2016-05-22T23:30:42.723394+00:00 app[run.8824]: checking mecab.h presence... yes
2016-05-22T23:30:42.723589+00:00 app[run.8824]: checking for mecab.h... yes
2016-05-22T23:30:42.812878+00:00 app[run.8824]: checking for mecab_dictionary_info_t... yes
2016-05-22T23:30:42.813661+00:00 app[run.8824]: checking whether enable KyTea... auto
2016-05-22T23:30:42.819018+00:00 app[run.8824]: checking for KYTEA... no
2016-05-22T23:30:42.823147+00:00 app[run.8824]: checking whether enable libstemmer... auto
2016-05-22T23:30:43.007597+00:00 app[run.8824]: checking libstemmer.h usability... no
2016-05-22T23:30:43.024137+00:00 app[run.8824]: checking libstemmer.h presence... no
2016-05-22T23:30:43.024524+00:00 app[run.8824]: checking for libstemmer.h... no
2016-05-22T23:30:43.025561+00:00 app[run.8824]: checking whether enable futex... no
2016-05-22T23:30:43.032880+00:00 app[run.8824]: checking for LIBZMQ... no
2016-05-22T23:30:43.130743+00:00 app[run.8824]: checking for library containing event_init... -levent
2016-05-22T23:30:43.146032+00:00 app[run.8824]: checking for MESSAGE_PACK... yes
2016-05-22T23:30:43.146802+00:00 app[run.8824]: checking whether enable document... no
2016-05-22T23:30:43.147570+00:00 app[run.8824]: checking whether document available... no
2016-05-22T23:30:43.147798+00:00 app[run.8824]: checking whether document buildable... no
2016-05-22T23:30:43.148019+00:00 app[run.8824]: checking whether having built document... no
2016-05-22T23:30:43.148335+00:00 app[run.8824]: checking whether install munin plugins... no
2016-05-22T23:30:43.148787+00:00 app[run.8824]: checking whether package platform... no
2016-05-22T23:30:43.182930+00:00 app[run.8824]: checking for the suffix of plugin shared libraries... .so
2016-05-22T23:30:43.189365+00:00 app[run.8824]: checking whether enable mruby... yes
2016-05-22T23:30:43.200429+00:00 app[run.8824]: checking for PCRE... yes
2016-05-22T23:30:43.215338+00:00 app[run.8824]: checking for SSL... yes
2016-05-22T23:30:43.281173+00:00 app[run.8824]: checking that generated files are newer than configure... done
2016-05-22T23:30:43.282318+00:00 app[run.8824]: configure: creating ./config.status
2016-05-22T23:30:44.108553+00:00 app[run.8824]: config.status: creating Makefile
2016-05-22T23:30:44.121662+00:00 app[run.8824]: config.status: creating build/Makefile
2016-05-22T23:30:44.142900+00:00 app[run.8824]: config.status: creating build/cmake_modules/Makefile
2016-05-22T23:30:44.160540+00:00 app[run.8824]: config.status: creating src/Makefile
2016-05-22T23:30:44.181411+00:00 app[run.8824]: config.status: creating src/suggest/Makefile
2016-05-22T23:30:44.198148+00:00 app[run.8824]: config.status: creating src/httpd/Makefile
2016-05-22T23:30:44.213291+00:00 app[run.8824]: config.status: creating lib/Makefile
2016-05-22T23:30:44.230181+00:00 app[run.8824]: config.status: creating lib/dat/Makefile
2016-05-22T23:30:44.246420+00:00 app[run.8824]: config.status: creating lib/mrb/Makefile
2016-05-22T23:30:44.263061+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/Makefile
2016-05-22T23:30:44.285589+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/command_line/Makefile
2016-05-22T23:30:44.302320+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/context/Makefile
2016-05-22T23:30:44.337207+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/initialize/Makefile
2016-05-22T23:30:44.319207+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/expression_tree/Makefile
2016-05-22T23:30:44.355925+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/logger/Makefile
2016-05-22T23:30:44.387514+00:00 app[run.8824]: config.status: creating lib/mrb/scripts/query_logger/Makefile
2016-05-22T23:30:44.440603+00:00 app[run.8824]: config.status: creating lib/proc/Makefile
2016-05-22T23:30:44.466720+00:00 app[run.8824]: config.status: creating lib/ts/Makefile
2016-05-22T23:30:44.492199+00:00 app[run.8824]: config.status: creating include/Makefile
2016-05-22T23:30:44.525676+00:00 app[run.8824]: config.status: creating include/groonga/Makefile
2016-05-22T23:30:44.546457+00:00 app[run.8824]: config.status: creating plugins/Makefile
2016-05-22T23:30:44.572209+00:00 app[run.8824]: config.status: creating plugins/tokenizers/Makefile
2016-05-22T23:30:44.590636+00:00 app[run.8824]: config.status: creating plugins/suggest/Makefile
2016-05-22T23:30:44.614278+00:00 app[run.8824]: config.status: creating plugins/table/Makefile
2016-05-22T23:30:44.637460+00:00 app[run.8824]: config.status: creating plugins/query_expanders/Makefile
2016-05-22T23:30:44.848201+00:00 app[run.8824]: config.status: creating examples/dictionary/gene95/Makefile
2016-05-22T23:30:44.689751+00:00 app[run.8824]: config.status: creating plugins/ruby/Makefile
2016-05-22T23:30:44.865784+00:00 app[run.8824]: config.status: creating examples/dictionary/jmdict/Makefile
2016-05-22T23:30:44.708636+00:00 app[run.8824]: config.status: creating plugins/token_filters/Makefile
2016-05-22T23:30:44.881821+00:00 app[run.8824]: config.status: creating packages/Makefile
2016-05-22T23:30:44.725591+00:00 app[run.8824]: config.status: creating plugins/sharding/Makefile
2016-05-22T23:30:44.898319+00:00 app[run.8824]: config.status: creating packages/apt/Makefile
2016-05-22T23:30:44.741616+00:00 app[run.8824]: config.status: creating plugins/functions/Makefile
2016-05-22T23:30:44.913487+00:00 app[run.8824]: config.status: creating packages/ubuntu/Makefile
2016-05-22T23:30:44.758789+00:00 app[run.8824]: config.status: creating plugins/expression_rewriters/Makefile
2016-05-22T23:30:44.928920+00:00 app[run.8824]: config.status: creating packages/rpm/Makefile
2016-05-22T23:30:44.773836+00:00 app[run.8824]: config.status: creating examples/Makefile
2016-05-22T23:30:44.788881+00:00 app[run.8824]: config.status: creating examples/dictionary/Makefile
2016-05-22T23:30:44.807473+00:00 app[run.8824]: config.status: creating examples/dictionary/edict/Makefile
2016-05-22T23:30:44.828605+00:00 app[run.8824]: config.status: creating examples/dictionary/eijiro/Makefile
2016-05-22T23:30:44.943711+00:00 app[run.8824]: config.status: creating packages/rpm/centos/Makefile
2016-05-22T23:30:44.958282+00:00 app[run.8824]: config.status: creating packages/yum/Makefile
2016-05-22T23:30:44.972739+00:00 app[run.8824]: config.status: creating packages/source/Makefile
2016-05-22T23:30:44.987506+00:00 app[run.8824]: config.status: creating packages/windows/Makefile
2016-05-22T23:30:45.003124+00:00 app[run.8824]: config.status: creating packages/windows/patches/Makefile
2016-05-22T23:30:45.019235+00:00 app[run.8824]: config.status: creating packages/windows/language-files/Makefile
2016-05-22T23:30:45.036369+00:00 app[run.8824]: config.status: creating packages/windows/setup-x64.nsi
2016-05-22T23:30:45.052355+00:00 app[run.8824]: config.status: creating data/Makefile
2016-05-22T23:30:45.067146+00:00 app[run.8824]: config.status: creating data/images/Makefile
2016-05-22T23:30:45.083424+00:00 app[run.8824]: config.status: creating data/images/logo/Makefile
2016-05-22T23:30:45.097960+00:00 app[run.8824]: config.status: creating data/html/Makefile
2016-05-22T23:30:45.113420+00:00 app[run.8824]: config.status: creating data/munin/Makefile
2016-05-22T23:30:45.128849+00:00 app[run.8824]: config.status: creating data/init.d/Makefile
2016-05-22T23:30:45.143759+00:00 app[run.8824]: config.status: creating data/init.d/centos/Makefile
2016-05-22T23:30:45.158282+00:00 app[run.8824]: config.status: creating data/init.d/centos/sysconfig/Makefile
2016-05-22T23:30:45.173075+00:00 app[run.8824]: config.status: creating data/logrotate.d/Makefile
2016-05-22T23:30:45.188024+00:00 app[run.8824]: config.status: creating data/logrotate.d/centos/Makefile
2016-05-22T23:30:45.202636+00:00 app[run.8824]: config.status: creating data/systemd/Makefile
2016-05-22T23:30:45.408091+00:00 app[run.8824]: config.status: creating doc/locale/ja/LC_MESSAGES/Makefile
2016-05-22T23:30:45.216868+00:00 app[run.8824]: config.status: creating data/systemd/centos/Makefile
2016-05-22T23:30:45.425454+00:00 app[run.8824]: config.status: creating test/Makefile
2016-05-22T23:30:45.234039+00:00 app[run.8824]: config.status: creating data/systemd/centos/sysconfig/Makefile
2016-05-22T23:30:45.440476+00:00 app[run.8824]: config.status: creating test/unit/Makefile
2016-05-22T23:30:45.248694+00:00 app[run.8824]: config.status: creating data/scripts/Makefile
2016-05-22T23:30:45.262861+00:00 app[run.8824]: config.status: creating tools/Makefile
2016-05-22T23:30:45.281321+00:00 app[run.8824]: config.status: creating doc/Makefile
2016-05-22T23:30:45.309656+00:00 app[run.8824]: config.status: creating doc/locale/Makefile
2016-05-22T23:30:45.346645+00:00 app[run.8824]: config.status: creating doc/locale/en/Makefile
2016-05-22T23:30:45.368234+00:00 app[run.8824]: config.status: creating doc/locale/en/LC_MESSAGES/Makefile
2016-05-22T23:30:45.387875+00:00 app[run.8824]: config.status: creating doc/locale/ja/Makefile
2016-05-22T23:30:45.455971+00:00 app[run.8824]: config.status: creating test/unit/lib/Makefile
2016-05-22T23:30:45.471164+00:00 app[run.8824]: config.status: creating test/unit/fixtures/Makefile
2016-05-22T23:30:45.490266+00:00 app[run.8824]: config.status: creating test/unit/fixtures/inverted-index/Makefile
2016-05-22T23:30:45.523147+00:00 app[run.8824]: config.status: creating test/unit/fixtures/stress/Makefile
2016-05-22T23:30:45.538805+00:00 app[run.8824]: config.status: creating test/unit/fixtures/plugins/Makefile
2016-05-22T23:30:45.553976+00:00 app[run.8824]: config.status: creating test/unit/fixtures/geo/Makefile
2016-05-22T23:30:45.567816+00:00 app[run.8824]: config.status: creating test/unit/fixtures/story/Makefile
2016-05-22T23:30:45.582853+00:00 app[run.8824]: config.status: creating test/unit/fixtures/story/taiyaki/Makefile
2016-05-22T23:30:45.598143+00:00 app[run.8824]: config.status: creating test/unit/util/Makefile
2016-05-22T23:30:45.613126+00:00 app[run.8824]: config.status: creating test/unit/core/Makefile
2016-05-22T23:30:45.633374+00:00 app[run.8824]: config.status: creating test/unit/core/dat/Makefile
2016-05-22T23:30:45.653497+00:00 app[run.8824]: config.status: creating test/unit/story/Makefile
2016-05-22T23:30:45.670234+00:00 app[run.8824]: config.status: creating test/command/Makefile
2016-05-22T23:30:45.696242+00:00 app[run.8824]: config.status: creating benchmark/Makefile
2016-05-22T23:30:45.711941+00:00 app[run.8824]: config.status: creating benchmark/fixtures/Makefile
2016-05-22T23:30:45.726441+00:00 app[run.8824]: config.status: creating benchmark/fixtures/geo-select/Makefile
2016-05-22T23:30:45.756185+00:00 app[run.8824]: config.status: creating vendor/Makefile
2016-05-22T23:30:45.773271+00:00 app[run.8824]: config.status: creating vendor/lz4/Makefile
2016-05-22T23:30:45.862001+00:00 app[run.8824]: config.status: creating packages/apt/debian/groonga-keyring.postrm
2016-05-22T23:30:45.787559+00:00 app[run.8824]: config.status: creating vendor/onigmo/Makefile
2016-05-22T23:30:45.929432+00:00 app[run.8824]: config.status: creating groonga-httpd-conf.sh
2016-05-22T23:30:45.802246+00:00 app[run.8824]: config.status: creating vendor/mecab/Makefile
2016-05-22T23:30:45.940476+00:00 app[run.8824]: config.status: creating data/groonga-httpd.conf
2016-05-22T23:30:45.740509+00:00 app[run.8824]: config.status: creating benchmark/lib/Makefile
2016-05-22T23:30:45.891154+00:00 app[run.8824]: config.status: creating packages/yum/env.sh
2016-05-22T23:30:45.816524+00:00 app[run.8824]: config.status: creating vendor/mruby/Makefile
2016-05-22T23:30:45.954361+00:00 app[run.8824]: config.status: creating data/logrotate.d/centos/groonga-httpd
2016-05-22T23:30:45.833488+00:00 app[run.8824]: config.status: creating lib/metadata.rc
2016-05-22T23:30:45.847268+00:00 app[run.8824]: config.status: creating packages/rpm/centos/groonga.spec
2016-05-22T23:30:45.876947+00:00 app[run.8824]: config.status: creating packages/apt/env.sh
2016-05-22T23:30:45.908571+00:00 app[run.8824]: config.status: creating groonga.pc
2016-05-22T23:30:45.918542+00:00 app[run.8824]: config.status: creating config.sh
2016-05-22T23:30:45.968000+00:00 app[run.8824]: config.status: creating data/scripts/groonga-httpd-restart
2016-05-22T23:30:45.981451+00:00 app[run.8824]: config.status: creating data/systemd/centos/groonga-httpd.service
2016-05-22T23:30:45.996984+00:00 app[run.8824]: config.status: creating config.h
2016-05-22T23:30:46.005150+00:00 app[run.8824]: config.status: executing depfiles commands
2016-05-22T23:30:48.311330+00:00 app[run.8824]: config.status: executing libtool commands
2016-05-22T23:30:48.333249+00:00 app[run.8824]: === configuring in src/httpd (/app/groonga-6.0.2/src/httpd)
2016-05-22T23:30:48.338691+00:00 app[run.8824]: configure: running /bin/bash ./configure --disable-option-checking '--prefix=/app/vendor/groonga'  '--disable-static' '--disable-document' '--with-message-pack=/app/vendor/groonga' '--with-mecab-config=/app/vendor/mecab/bin/mecab-config' '--with-lz4' '--enable-mruby' 'PKG_CONFIG_PATH=/app/vendor/groonga/lib/pkgconfig' --cache-file=/dev/null --srcdir=.
2016-05-22T23:30:48.438491+00:00 app[run.8824]: checking for OS
2016-05-22T23:30:48.440396+00:00 app[run.8824]:  + Linux 3.13.0-85-generic x86_64
2016-05-22T23:30:48.484345+00:00 app[run.8824]: checking for C compiler ... found
2016-05-22T23:30:48.489548+00:00 app[run.8824]:  + using GNU C compiler
2016-05-22T23:30:48.492266+00:00 app[run.8824]:  + gcc version: 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) 
2016-05-22T23:30:48.530350+00:00 app[run.8824]: checking for gcc -pipe switch ... found
2016-05-22T23:30:48.570443+00:00 app[run.8824]: checking for --with-ld-opt="    " ... found
2016-05-22T23:30:48.617533+00:00 app[run.8824]: checking for -Wl,-E switch ... found
2016-05-22T23:30:48.670977+00:00 app[run.8824]: checking for gcc builtin atomic operations ... found
2016-05-22T23:30:48.738918+00:00 app[run.8824]: checking for C99 variadic macros ... found
2016-05-22T23:30:48.796162+00:00 app[run.8824]: checking for gcc variadic macros ... found
2016-05-22T23:30:48.832275+00:00 app[run.8824]: checking for gcc builtin 64 bit byteswap ... found
2016-05-22T23:30:48.869557+00:00 app[run.8824]: checking for unistd.h ... found
2016-05-22T23:30:48.907092+00:00 app[run.8824]: checking for inttypes.h ... found
2016-05-22T23:30:48.979396+00:00 app[run.8824]: checking for limits.h ... found
2016-05-22T23:30:49.027142+00:00 app[run.8824]: checking for sys/filio.h ... not found
2016-05-22T23:30:49.074615+00:00 app[run.8824]: checking for sys/param.h ... found
2016-05-22T23:30:49.117370+00:00 app[run.8824]: checking for sys/mount.h ... found
2016-05-22T23:30:49.166825+00:00 app[run.8824]: checking for sys/statvfs.h ... found
2016-05-22T23:30:49.218511+00:00 app[run.8824]: checking for crypt.h ... found
2016-05-22T23:30:49.221106+00:00 app[run.8824]: checking for Linux specific features
2016-05-22T23:30:49.266394+00:00 app[run.8824]: checking for epoll ... found
2016-05-22T23:30:49.337844+00:00 app[run.8824]: checking for EPOLLRDHUP ... found
2016-05-22T23:30:49.408683+00:00 app[run.8824]: checking for O_PATH ... found
2016-05-22T23:30:49.472588+00:00 app[run.8824]: checking for sendfile() ... found
2016-05-22T23:30:49.525172+00:00 app[run.8824]: checking for sendfile64() ... found
2016-05-22T23:30:49.579487+00:00 app[run.8824]: checking for sys/prctl.h ... found
2016-05-22T23:30:49.624935+00:00 app[run.8824]: checking for prctl(PR_SET_DUMPABLE) ... found
2016-05-22T23:30:49.854774+00:00 app[run.8824]: checking for poll() ... found
2016-05-22T23:30:49.911895+00:00 app[run.8824]: checking for /dev/poll ... not found
2016-05-22T23:30:49.814556+00:00 app[run.8824]: checking for nobody group ... not found
2016-05-22T23:30:49.815357+00:00 app[run.8824]: checking for nogroup group ... found
2016-05-22T23:30:49.688263+00:00 app[run.8824]: checking for sched_setaffinity() ... found
2016-05-22T23:30:49.756296+00:00 app[run.8824]: checking for crypt_r() ... found
2016-05-22T23:30:49.809623+00:00 app[run.8824]: checking for sys/vfs.h ... found
2016-05-22T23:30:49.979352+00:00 app[run.8824]: checking for kqueue ... not found
2016-05-22T23:30:50.028251+00:00 app[run.8824]: checking for crypt() ... not found
2016-05-22T23:30:50.080316+00:00 app[run.8824]: checking for crypt() in libcrypt ... found
2016-05-22T23:30:50.110468+00:00 app[run.8824]: checking for F_READAHEAD ... not found
2016-05-22T23:30:50.180682+00:00 app[run.8824]: checking for posix_fadvise() ... found
2016-05-22T23:30:50.226825+00:00 app[run.8824]: checking for O_DIRECT ... found
2016-05-22T23:30:50.270865+00:00 app[run.8824]: checking for F_NOCACHE ... not found
2016-05-22T23:30:50.296180+00:00 app[run.8824]: checking for directio() ... not found
2016-05-22T23:30:50.352416+00:00 app[run.8824]: checking for statfs() ... found
2016-05-22T23:30:50.404854+00:00 app[run.8824]: checking for statvfs() ... found
2016-05-22T23:30:50.453029+00:00 app[run.8824]: checking for dlopen() ... not found
2016-05-22T23:30:50.496269+00:00 app[run.8824]: checking for dlopen() in libdl ... found
2016-05-22T23:30:50.540043+00:00 app[run.8824]: checking for sched_yield() ... found
2016-05-22T23:30:50.568484+00:00 app[run.8824]: checking for SO_SETFIB ... not found
2016-05-22T23:30:50.618978+00:00 app[run.8824]: checking for SO_REUSEPORT ... found
2016-05-22T23:30:50.643031+00:00 app[run.8824]: checking for SO_ACCEPTFILTER ... not found
2016-05-22T23:30:50.670741+00:00 app[run.8824]: checking for IP_RECVDSTADDR ... not found
2016-05-22T23:30:50.789574+00:00 app[run.8824]: checking for IPV6_RECVPKTINFO ... found
2016-05-22T23:30:50.742984+00:00 app[run.8824]: checking for IP_PKTINFO ... found
2016-05-22T23:30:50.845862+00:00 app[run.8824]: checking for TCP_DEFER_ACCEPT ... found
2016-05-22T23:30:50.906468+00:00 app[run.8824]: checking for TCP_KEEPIDLE ... found
2016-05-22T23:30:50.953033+00:00 app[run.8824]: checking for TCP_FASTOPEN ... found
2016-05-22T23:30:50.999105+00:00 app[run.8824]: checking for TCP_INFO ... found
2016-05-22T23:30:51.045238+00:00 app[run.8824]: checking for accept4() ... found
2016-05-22T23:30:51.101663+00:00 app[run.8824]: checking for eventfd() ... found
2016-05-22T23:30:51.161233+00:00 app[run.8824]: checking for int size ... 4 bytes
2016-05-22T23:30:51.205916+00:00 app[run.8824]: checking for long size ... 8 bytes
2016-05-22T23:30:51.250379+00:00 app[run.8824]: checking for long long size ... 8 bytes
2016-05-22T23:30:51.347809+00:00 app[run.8824]: checking for uint32_t ... found
2016-05-22T23:30:51.298004+00:00 app[run.8824]: checking for void * size ... 8 bytes
2016-05-22T23:30:51.397398+00:00 app[run.8824]: checking for uint64_t ... found
2016-05-22T23:30:51.443492+00:00 app[run.8824]: checking for sig_atomic_t ... found
2016-05-22T23:30:51.491880+00:00 app[run.8824]: checking for sig_atomic_t size ... 4 bytes
2016-05-22T23:30:51.539029+00:00 app[run.8824]: checking for socklen_t ... found
2016-05-22T23:30:51.581852+00:00 app[run.8824]: checking for in_addr_t ... found
2016-05-22T23:30:51.625409+00:00 app[run.8824]: checking for in_port_t ... found
2016-05-22T23:30:51.674567+00:00 app[run.8824]: checking for rlim_t ... found
2016-05-22T23:30:51.709654+00:00 app[run.8824]: checking for uintptr_t ... uintptr_t found
2016-05-22T23:30:51.745958+00:00 app[run.8824]: checking for system byte ordering ... little endian
2016-05-22T23:30:51.804188+00:00 app[run.8824]: checking for size_t size ... 8 bytes
2016-05-22T23:30:51.851404+00:00 app[run.8824]: checking for off_t size ... 8 bytes
2016-05-22T23:30:51.907579+00:00 app[run.8824]: checking for time_t size ... 8 bytes
2016-05-22T23:30:51.992167+00:00 app[run.8824]: checking for setproctitle() ... not found
2016-05-22T23:30:52.055198+00:00 app[run.8824]: checking for pread() ... found
2016-05-22T23:30:52.149224+00:00 app[run.8824]: checking for pwrite() ... found
2016-05-22T23:30:52.205296+00:00 app[run.8824]: checking for pwritev() ... found
2016-05-22T23:30:52.439762+00:00 app[run.8824]: checking for mmap(MAP_ANON|MAP_SHARED) ... found
2016-05-22T23:30:52.486227+00:00 app[run.8824]: checking for mmap("/dev/zero", MAP_SHARED) ... found
2016-05-22T23:30:52.254741+00:00 app[run.8824]: checking for sys_nerr ... found
2016-05-22T23:30:52.295297+00:00 app[run.8824]: checking for localtime_r() ... found
2016-05-22T23:30:52.341580+00:00 app[run.8824]: checking for posix_memalign() ... found
2016-05-22T23:30:52.397111+00:00 app[run.8824]: checking for memalign() ... found
2016-05-22T23:30:52.544897+00:00 app[run.8824]: checking for System V shared memory ... found
2016-05-22T23:30:52.591461+00:00 app[run.8824]: checking for POSIX semaphores ... not found
2016-05-22T23:30:52.649485+00:00 app[run.8824]: checking for POSIX semaphores in libpthread ... found
2016-05-22T23:30:52.782990+00:00 app[run.8824]: checking for ioctl(FIONBIO) ... found
2016-05-22T23:30:52.715491+00:00 app[run.8824]: checking for struct msghdr.msg_control ... found
2016-05-22T23:30:52.840200+00:00 app[run.8824]: checking for struct tm.tm_gmtoff ... found
2016-05-22T23:30:52.929060+00:00 app[run.8824]: checking for struct dirent.d_type ... found
2016-05-22T23:30:52.875270+00:00 app[run.8824]: checking for struct dirent.d_namlen ... not found
2016-05-22T23:30:52.968559+00:00 app[run.8824]: checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
2016-05-22T23:30:53.013236+00:00 app[run.8824]: checking for openat(), fstatat() ... found
2016-05-22T23:30:53.065418+00:00 app[run.8824]: checking for getaddrinfo() ... found
2016-05-22T23:30:53.082976+00:00 app[run.8824]: configuring additional modules
2016-05-22T23:30:53.082986+00:00 app[run.8824]: adding module in /app/groonga-6.0.2/src/httpd/nginx-module
2016-05-22T23:30:53.083113+00:00 app[run.8824]:  + ngx_http_groonga_module was configured
2016-05-22T23:30:53.202922+00:00 app[run.8824]: checking for PCRE JIT support ... found
2016-05-22T23:30:53.139819+00:00 app[run.8824]: checking for PCRE library ... found
2016-05-22T23:30:53.368872+00:00 app[run.8824]: checking for OpenSSL library ... found
2016-05-22T23:30:53.433097+00:00 app[run.8824]: checking for zlib library ... found
2016-05-22T23:30:53.446088+00:00 app[run.8824]: creating objs/Makefile
2016-05-22T23:30:53.967586+00:00 app[run.8824]: 
2016-05-22T23:30:53.967624+00:00 app[run.8824]: Configuration summary
2016-05-22T23:30:53.967629+00:00 app[run.8824]:   + using system PCRE library
2016-05-22T23:30:53.967630+00:00 app[run.8824]:   + using system OpenSSL library
2016-05-22T23:30:53.967631+00:00 app[run.8824]:   + md5: using OpenSSL library
2016-05-22T23:30:53.967632+00:00 app[run.8824]:   + sha1: using OpenSSL library
2016-05-22T23:30:53.967632+00:00 app[run.8824]:   + using system zlib library
2016-05-22T23:30:53.967635+00:00 app[run.8824]: 
2016-05-22T23:30:53.968188+00:00 app[run.8824]:   nginx path prefix: "/app/vendor/groonga/etc/groonga/httpd"
2016-05-22T23:30:53.968196+00:00 app[run.8824]:   nginx binary file: "/app/vendor/groonga/sbin/groonga-httpd"
2016-05-22T23:30:53.968197+00:00 app[run.8824]:   nginx modules path: "/app/vendor/groonga/etc/groonga/httpd/modules"
2016-05-22T23:30:53.968198+00:00 app[run.8824]:   nginx configuration prefix: "/app/vendor/groonga/etc/groonga/httpd"
2016-05-22T23:30:53.968199+00:00 app[run.8824]:   nginx pid file: "/app/vendor/groonga/var/run/groonga-httpd.pid"
2016-05-22T23:30:53.968198+00:00 app[run.8824]:   nginx configuration file: "/app/vendor/groonga/etc/groonga/httpd/groonga-httpd.conf"
2016-05-22T23:30:53.968306+00:00 app[run.8824]:   nginx error log file: "/app/vendor/groonga/var/log/groonga/httpd/error.log"
2016-05-22T23:30:53.968834+00:00 app[run.8824]:   nginx http access log file: "/app/vendor/groonga/var/log/groonga/httpd/access.log"
2016-05-22T23:30:53.968842+00:00 app[run.8824]:   nginx http client request body temporary files: "client_body_temp"
2016-05-22T23:30:53.968962+00:00 app[run.8824]:   nginx http proxy temporary files: "proxy_temp"
2016-05-22T23:30:53.968981+00:00 app[run.8824]:   nginx http fastcgi temporary files: "fastcgi_temp"
2016-05-22T23:30:53.968996+00:00 app[run.8824]:   nginx http uwsgi temporary files: "uwsgi_temp"
2016-05-22T23:30:53.969013+00:00 app[run.8824]:   nginx http scgi temporary files: "scgi_temp"
2016-05-22T23:30:53.969016+00:00 app[run.8824]: 
2016-05-22T23:30:53.975422+00:00 app[run.8824]: configure: running /bin/bash ./configure --disable-option-checking '--prefix=/app/vendor/groonga'  '--disable-static' '--disable-document' '--with-message-pack=/app/vendor/groonga' '--with-mecab-config=/app/vendor/mecab/bin/mecab-config' '--with-lz4' '--enable-mruby' 'PKG_CONFIG_PATH=/app/vendor/groonga/lib/pkgconfig' --cache-file=/dev/null --srcdir=.
2016-05-22T23:30:53.970362+00:00 app[run.8824]: === configuring in vendor/onigmo (/app/groonga-6.0.2/vendor/onigmo)
2016-05-22T23:30:53.982857+00:00 app[run.8824]: ./configure --enable-multithread --with-pic --disable-shared --enable-static --prefix=/app/vendor/groonga
2016-05-22T23:30:54.104036+00:00 app[run.8824]: checking for a BSD-compatible install... /usr/bin/install -c
2016-05-22T23:30:54.107659+00:00 app[run.8824]: checking whether build environment is sane... yes
2016-05-22T23:30:54.116813+00:00 app[run.8824]: checking for a thread-safe mkdir -p... /bin/mkdir -p
2016-05-22T23:30:54.117391+00:00 app[run.8824]: checking for gawk... no
2016-05-22T23:30:54.117744+00:00 app[run.8824]: checking for mawk... mawk
2016-05-22T23:30:54.124292+00:00 app[run.8824]: checking whether make sets $(MAKE)... yes
2016-05-22T23:30:54.129930+00:00 app[run.8824]: checking whether make supports nested variables... yes
2016-05-22T23:30:54.137395+00:00 app[run.8824]: checking for gcc... gcc
2016-05-22T23:30:54.195844+00:00 app[run.8824]: checking whether the C compiler works... yes
2016-05-22T23:30:54.196000+00:00 app[run.8824]: checking for C compiler default output file name... a.out
2016-05-22T23:30:54.277530+00:00 app[run.8824]: checking whether we are cross compiling... no
2016-05-22T23:30:54.308139+00:00 app[run.8824]: checking for suffix of object files... o
2016-05-22T23:30:54.333778+00:00 app[run.8824]: checking whether we are using the GNU C compiler... yes
2016-05-22T23:30:54.406511+00:00 app[run.8824]: checking for gcc option to accept ISO C89... none needed
2016-05-22T23:30:54.361177+00:00 app[run.8824]: checking whether gcc accepts -g... yes
2016-05-22T23:30:54.446408+00:00 app[run.8824]: checking for style of include used by make... GNU
2016-05-22T23:30:54.442258+00:00 app[run.8824]: checking whether gcc understands -c and -o together... yes
2016-05-22T23:30:54.232413+00:00 app[run.8824]: checking for suffix of executables... 
2016-05-22T23:30:54.485628+00:00 app[run.8824]: checking dependency style of gcc... gcc3
2016-05-22T23:30:54.573626+00:00 app[run.8824]: checking build system type... x86_64-pc-linux-gnu
2016-05-22T23:30:54.574072+00:00 app[run.8824]: checking host system type... x86_64-pc-linux-gnu
2016-05-22T23:30:54.617127+00:00 app[run.8824]: checking if the linker (/usr/bin/ld) is GNU ld... yes
2016-05-22T23:30:54.679985+00:00 app[run.8824]: checking for dlltool... no
2016-05-22T23:30:54.628686+00:00 app[run.8824]: checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2016-05-22T23:30:54.680226+00:00 app[run.8824]: checking how to associate runtime and link libraries... printf %s\n
2016-05-22T23:30:54.668685+00:00 app[run.8824]: checking the name lister (/usr/bin/nm -B) interface... BSD nm
2016-05-22T23:30:54.681006+00:00 app[run.8824]: checking for ar... ar
2016-05-22T23:30:54.668989+00:00 app[run.8824]: checking whether ln -s works... yes
2016-05-22T23:30:54.712675+00:00 app[run.8824]: checking for archiver @FILE support... @
2016-05-22T23:30:54.586937+00:00 app[run.8824]: checking how to print strings... printf
2016-05-22T23:30:54.674283+00:00 app[run.8824]: checking the maximum length of command line arguments... 3145728
2016-05-22T23:30:54.713432+00:00 app[run.8824]: checking for strip... strip
2016-05-22T23:30:54.591784+00:00 app[run.8824]: checking for a sed that does not truncate output... /bin/sed
2016-05-22T23:30:54.677074+00:00 app[run.8824]: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2016-05-22T23:30:54.714144+00:00 app[run.8824]: checking for ranlib... ranlib
2016-05-22T23:30:54.599081+00:00 app[run.8824]: checking for grep that handles long lines and -e... /bin/grep
2016-05-22T23:30:54.677315+00:00 app[run.8824]: checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2016-05-22T23:30:54.605677+00:00 app[run.8824]: checking for egrep... /bin/grep -E
2016-05-22T23:30:54.677469+00:00 app[run.8824]: checking for /usr/bin/ld option to reload object files... -r
2016-05-22T23:30:54.607851+00:00 app[run.8824]: checking for fgrep... /bin/grep -F
2016-05-22T23:30:54.678279+00:00 app[run.8824]: checking for objdump... objdump
2016-05-22T23:30:54.612766+00:00 app[run.8824]: checking for ld used by gcc... /usr/bin/ld
2016-05-22T23:30:54.679176+00:00 app[run.8824]: checking how to recognize dependent libraries... pass_all
2016-05-22T23:30:54.834581+00:00 app[run.8824]: checking command to parse /usr/bin/nm -B output from gcc object... ok
2016-05-22T23:30:54.838259+00:00 app[run.8824]: checking for sysroot... no
2016-05-22T23:30:54.847047+00:00 app[run.8824]: checking for a working dd... /bin/dd
2016-05-22T23:30:54.850602+00:00 app[run.8824]: checking how to truncate binary pipes... /bin/dd bs=4096 count=1
2016-05-22T23:30:54.874061+00:00 app[run.8824]: checking for mt... mt
2016-05-22T23:30:54.881443+00:00 app[run.8824]: checking if mt is a manifest tool... no
2016-05-22T23:30:54.912521+00:00 app[run.8824]: checking how to run the C preprocessor... gcc -E
2016-05-22T23:30:55.054043+00:00 app[run.8824]: checking for ANSI C header files... yes
2016-05-22T23:30:55.101950+00:00 app[run.8824]: checking for sys/types.h... yes
2016-05-22T23:30:55.170440+00:00 app[run.8824]: checking for sys/stat.h... yes
2016-05-22T23:30:55.253900+00:00 app[run.8824]: checking for stdlib.h... yes
2016-05-22T23:30:55.334356+00:00 app[run.8824]: checking for string.h... yes
2016-05-22T23:30:55.412879+00:00 app[run.8824]: checking for memory.h... yes
2016-05-22T23:30:55.475956+00:00 app[run.8824]: checking for strings.h... yes
2016-05-22T23:30:55.539280+00:00 app[run.8824]: checking for inttypes.h... yes
2016-05-22T23:30:55.598989+00:00 app[run.8824]: checking for stdint.h... yes
2016-05-22T23:30:55.673807+00:00 app[run.8824]: checking for unistd.h... yes
2016-05-22T23:30:55.743541+00:00 app[run.8824]: checking for dlfcn.h... yes
2016-05-22T23:30:55.748990+00:00 app[run.8824]: checking for objdir... .libs
2016-05-22T23:30:55.898119+00:00 app[run.8824]: checking if gcc supports -fno-rtti -fno-exceptions... no
2016-05-22T23:30:55.898283+00:00 app[run.8824]: checking for gcc option to produce PIC... -fPIC -DPIC
2016-05-22T23:30:55.932824+00:00 app[run.8824]: checking if gcc PIC flag -fPIC -DPIC works... yes
2016-05-22T23:30:56.045923+00:00 app[run.8824]: checking if gcc static flag -static works... yes
2016-05-22T23:30:56.088819+00:00 app[run.8824]: checking if gcc supports -c -o file.o... yes
2016-05-22T23:30:56.088925+00:00 app[run.8824]: checking if gcc supports -c -o file.o... (cached) yes
2016-05-22T23:30:56.100604+00:00 app[run.8824]: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2016-05-22T23:30:56.215732+00:00 app[run.8824]: checking how to hardcode library paths into programs... immediate
2016-05-22T23:30:56.215200+00:00 app[run.8824]: checking dynamic linker characteristics... GNU/Linux ld.so
2016-05-22T23:30:56.220941+00:00 app[run.8824]: checking whether stripping libraries is possible... yes
2016-05-22T23:30:56.221216+00:00 app[run.8824]: checking if libtool supports shared libraries... yes
2016-05-22T23:30:56.221565+00:00 app[run.8824]: checking whether to build shared libraries... no
2016-05-22T23:30:56.221769+00:00 app[run.8824]: checking whether to build static libraries... yes
2016-05-22T23:30:56.228683+00:00 app[run.8824]: checking whether make sets $(MAKE)... (cached) yes
2016-05-22T23:30:56.230458+00:00 app[run.8824]: checking for ANSI C header files... (cached) yes
2016-05-22T23:30:56.236135+00:00 app[run.8824]: checking for stdlib.h... (cached) yes
2016-05-22T23:30:56.261892+00:00 app[run.8824]: checking for string.h... (cached) yes
2016-05-22T23:30:56.271723+00:00 app[run.8824]: checking for strings.h... (cached) yes
2016-05-22T23:30:56.381608+00:00 app[run.8824]: checking sys/time.h usability... yes
2016-05-22T23:30:56.395760+00:00 app[run.8824]: checking sys/time.h presence... yes
2016-05-22T23:30:56.396184+00:00 app[run.8824]: checking for sys/time.h... yes
2016-05-22T23:30:56.407718+00:00 app[run.8824]: checking for unistd.h... (cached) yes
2016-05-22T23:30:56.512634+00:00 app[run.8824]: checking sys/times.h presence... yes
2016-05-22T23:30:56.501786+00:00 app[run.8824]: checking sys/times.h usability... yes
2016-05-22T23:30:56.512901+00:00 app[run.8824]: checking for sys/times.h... yes
2016-05-22T23:30:56.545692+00:00 app[run.8824]: checking for stdint.h... (cached) yes
2016-05-22T23:30:56.649765+00:00 app[run.8824]: checking size of int... 4
2016-05-22T23:30:56.744609+00:00 app[run.8824]: checking size of short... 2
2016-05-22T23:30:56.850224+00:00 app[run.8824]: checking size of long... 8
2016-05-22T23:30:56.887143+00:00 app[run.8824]: checking for an ANSI C-conforming const... yes
2016-05-22T23:30:56.929230+00:00 app[run.8824]: checking whether time.h and sys/time.h may both be included... yes
2016-05-22T23:30:57.109678+00:00 app[run.8824]: checking for size_t... yes
2016-05-22T23:30:57.161440+00:00 app[run.8824]: checking for working alloca.h... yes
2016-05-22T23:30:57.205088+00:00 app[run.8824]: checking for alloca... yes
2016-05-22T23:30:57.310388+00:00 app[run.8824]: checking for working memcmp... yes
2016-05-22T23:30:57.340320+00:00 app[run.8824]: checking for prototypes... yes
2016-05-22T23:30:57.457930+00:00 app[run.8824]: checking pthread.h usability... yes
2016-05-22T23:30:57.388554+00:00 app[run.8824]: checking for variable length prototypes and stdarg.h... yes
2016-05-22T23:30:57.475978+00:00 app[run.8824]: checking pthread.h presence... yes
2016-05-22T23:30:57.476515+00:00 app[run.8824]: checking for pthread.h... yes
2016-05-22T23:30:57.545716+00:00 app[run.8824]: checking for pthread_mutex_init in -lpthread... yes
2016-05-22T23:30:57.616691+00:00 app[run.8824]: checking that generated files are newer than configure... done
2016-05-22T23:30:57.617197+00:00 app[run.8824]: configure: creating ./config.status
2016-05-22T23:30:58.363872+00:00 app[run.8824]: config.status: creating Makefile
2016-05-22T23:30:58.379328+00:00 app[run.8824]: config.status: creating onig-config
2016-05-22T23:30:58.392066+00:00 app[run.8824]: config.status: creating sample/Makefile
2016-05-22T23:30:58.412504+00:00 app[run.8824]: config.status: creating config.h
2016-05-22T23:30:58.425051+00:00 app[run.8824]: config.status: executing depfiles commands
2016-05-22T23:30:58.582622+00:00 app[run.8824]: config.status: executing libtool commands
2016-05-22T23:30:58.596713+00:00 app[run.8824]: config.status: executing default commands
2016-05-22T23:30:58.642648+00:00 app[run.8824]:     built:               no
2016-05-22T23:30:58.642312+00:00 app[run.8824]: groonga 6.0.2 configuration:
2016-05-22T23:30:58.642669+00:00 app[run.8824]:   Munin plugins:         no
2016-05-22T23:30:58.643013+00:00 app[run.8824]:     LDFLAGS:             -L/app/vendor/mecab/lib
2016-05-22T23:30:58.643492+00:00 app[run.8824]:     CFLAGS:              
2016-05-22T23:30:58.644054+00:00 app[run.8824]:   default database path: /app/vendor/groonga/var/lib/groonga/db/db
2016-05-22T23:30:58.644503+00:00 app[run.8824]:   lemon:                 none
2016-05-22T23:30:58.642342+00:00 app[run.8824]: -----------------------
2016-05-22T23:30:58.642710+00:00 app[run.8824]:   Package platform:      no
2016-05-22T23:30:58.643013+00:00 app[run.8824]:     LIBS:                -lmecab 
2016-05-22T23:30:58.643541+00:00 app[run.8824]:     LIBS:                -levent
2016-05-22T23:30:58.644080+00:00 app[run.8824]:   PCRE:                  yes
2016-05-22T23:30:58.644537+00:00 app[run.8824]:   Ruby:                  
2016-05-22T23:30:58.736281+00:00 app[run.8824]: make  all-recursive
2016-05-22T23:30:58.642363+00:00 app[run.8824]:   Compiler:              gcc -std=gnu99
2016-05-22T23:30:58.642731+00:00 app[run.8824]: 
2016-05-22T23:30:58.643016+00:00 app[run.8824]:   KyTea:                 no
2016-05-22T23:30:58.643586+00:00 app[run.8824]:   MessagePack:           yes
2016-05-22T23:30:58.644116+00:00 app[run.8824]:     CFLAGS:               
2016-05-22T23:30:58.644606+00:00 app[run.8824]:   Cutter:                
2016-05-22T23:30:58.740420+00:00 app[run.8824]: make[1]: Entering directory `/app/groonga-6.0.2'
2016-05-22T23:30:58.642416+00:00 app[run.8824]:   CFLAGS:                -g -O2 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings  
2016-05-22T23:30:58.642757+00:00 app[run.8824]: Paths:
2016-05-22T23:30:58.643169+00:00 app[run.8824]: 
2016-05-22T23:30:58.643667+00:00 app[run.8824]:     CFLAGS:              -I/app/vendor/groonga/include  
2016-05-22T23:30:58.644169+00:00 app[run.8824]:     LIBS only -L:         
2016-05-22T23:30:58.644608+00:00 app[run.8824]: 
2016-05-22T23:30:58.751273+00:00 app[run.8824]: Making all in build
2016-05-22T23:30:58.642465+00:00 app[run.8824]:   CXXFLAGS:              -g -O2 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wwrite-strings -fexceptions -fimplicit-templates
2016-05-22T23:30:58.642822+00:00 app[run.8824]:   Install path prefix:   /app/vendor/groonga
2016-05-22T23:30:58.643252+00:00 app[run.8824]: Token filters:
2016-05-22T23:30:58.643705+00:00 app[run.8824]:     LIBS:                -L/app/vendor/groonga/lib -lmsgpackc  
2016-05-22T23:30:58.644199+00:00 app[run.8824]:    SSL:                  yes
2016-05-22T23:30:58.644669+00:00 app[run.8824]: For packages:
2016-05-22T23:30:58.753812+00:00 app[run.8824]: make[2]: Entering directory `/app/groonga-6.0.2/build'
2016-05-22T23:30:58.642494+00:00 app[run.8824]:   Libraries:             -lz -ldl -lpthread -lm  
2016-05-22T23:30:58.642827+00:00 app[run.8824]:   Configuration file:    /app/vendor/groonga/etc/groonga/groonga.conf
2016-05-22T23:30:58.643257+00:00 app[run.8824]:   libstemmer:            no
2016-05-22T23:30:58.643751+00:00 app[run.8824]:   mruby:                 yes
2016-05-22T23:30:58.644238+00:00 app[run.8824]:     CFLAGS:               
2016-05-22T23:30:58.644734+00:00 app[run.8824]:   rsync path:            packages@packages.groonga.org:public
2016-05-22T23:30:58.761789+00:00 app[run.8824]: Making all in cmake_modules
2016-05-22T23:30:58.642534+00:00 app[run.8824]:   Stack size:            1024
2016-05-22T23:30:58.642830+00:00 app[run.8824]: 
2016-05-22T23:30:58.643272+00:00 app[run.8824]: 
2016-05-22T23:30:58.643802+00:00 app[run.8824]:   jemalloc:              no
2016-05-22T23:30:58.644268+00:00 app[run.8824]:     LIBS only -L:         
2016-05-22T23:30:58.644775+00:00 app[run.8824]:   Launchpad PGP key:     
2016-05-22T23:30:58.766218+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/build/cmake_modules'
2016-05-22T23:30:58.642577+00:00 app[run.8824]:   Document:              no
2016-05-22T23:30:58.642862+00:00 app[run.8824]: Tokenizers:
2016-05-22T23:30:58.643306+00:00 app[run.8824]: Libraries:
2016-05-22T23:30:58.643847+00:00 app[run.8824]: 
2016-05-22T23:30:58.644304+00:00 app[run.8824]: 
2016-05-22T23:30:58.644810+00:00 app[run.8824]:   GPG UID:               45499429
2016-05-22T23:30:58.766229+00:00 app[run.8824]: make[3]: Nothing to be done for `all'.
2016-05-22T23:30:58.642643+00:00 app[run.8824]:     buildable:           no
2016-05-22T23:30:58.642896+00:00 app[run.8824]:   MeCab:                 yes
2016-05-22T23:30:58.643339+00:00 app[run.8824]:   ZeroMQ:                no
2016-05-22T23:30:58.643885+00:00 app[run.8824]: groonga-httpd:
2016-05-22T23:30:58.644382+00:00 app[run.8824]: Tools:
2016-05-22T23:30:58.644968+00:00 app[run.8824]: 
2016-05-22T23:30:58.766230+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/build/cmake_modules'
2016-05-22T23:30:58.643007+00:00 app[run.8824]:     CPPFLAGS:            -I/app/vendor/mecab/include
2016-05-22T23:30:58.643411+00:00 app[run.8824]:   libevent:              yes
2016-05-22T23:30:58.643928+00:00 app[run.8824]:   enable:                yes
2016-05-22T23:30:58.644448+00:00 app[run.8824]:   Sphinx:                
2016-05-22T23:30:58.644988+00:00 app[run.8824]: Now type 'make' to build groonga 6.0.2!
2016-05-22T23:30:58.773559+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/build'
2016-05-22T23:30:58.788876+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/include'
2016-05-22T23:30:58.810358+00:00 app[run.8824]: Making all in onigmo
2016-05-22T23:30:58.860087+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c
2016-05-22T23:30:58.773574+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/build'
2016-05-22T23:30:58.788887+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/include'
2016-05-22T23:30:58.814790+00:00 app[run.8824]: cd ../onigmo-source && make all
2016-05-22T23:30:58.774384+00:00 app[run.8824]: Making all in include
2016-05-22T23:30:58.789725+00:00 app[run.8824]: Making all in vendor
2016-05-22T23:30:58.836548+00:00 app[run.8824]: make  all-recursive
2016-05-22T23:30:58.776772+00:00 app[run.8824]: make[2]: Entering directory `/app/groonga-6.0.2/include'
2016-05-22T23:30:58.798612+00:00 app[run.8824]: make[2]: Entering directory `/app/groonga-6.0.2/vendor'
2016-05-22T23:30:58.843948+00:00 app[run.8824]: make[5]: Entering directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:30:58.781739+00:00 app[run.8824]: Making all in groonga
2016-05-22T23:30:58.807239+00:00 app[run.8824]: Making all in lz4
2016-05-22T23:30:58.850990+00:00 app[run.8824]: Making all in .
2016-05-22T23:30:58.784762+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/include/groonga'
2016-05-22T23:30:58.809983+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/vendor/lz4'
2016-05-22T23:30:58.859501+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:30:58.784777+00:00 app[run.8824]: make[3]: Nothing to be done for `all'.
2016-05-22T23:30:58.809991+00:00 app[run.8824]: make[3]: Nothing to be done for `all'.
2016-05-22T23:30:58.859519+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c
2016-05-22T23:30:58.784778+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/include/groonga'
2016-05-22T23:30:58.809992+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/vendor/lz4'
2016-05-22T23:30:58.859781+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c
2016-05-22T23:30:58.725305+00:00 app[run.8824]: make -j4
2016-05-22T23:30:58.773573+00:00 app[run.8824]: make[3]: Nothing to be done for `all-am'.
2016-05-22T23:30:58.788884+00:00 app[run.8824]: make[3]: Nothing to be done for `all-am'.
2016-05-22T23:30:58.814767+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/vendor/onigmo'
2016-05-22T23:30:58.867089+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c
2016-05-22T23:30:58.773973+00:00 app[run.8824]: make[2]: Leaving directory `/app/groonga-6.0.2/build'
2016-05-22T23:30:58.789247+00:00 app[run.8824]: make[2]: Leaving directory `/app/groonga-6.0.2/include'
2016-05-22T23:30:58.829433+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:30:58.949630+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c  -fPIC -DPIC -o regcomp.o
2016-05-22T23:30:58.950348+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c  -fPIC -DPIC -o regparse.o
2016-05-22T23:30:58.952551+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c  -fPIC -DPIC -o regerror.o
2016-05-22T23:30:58.976119+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c  -fPIC -DPIC -o regext.o
2016-05-22T23:30:59.146198+00:00 app[run.8824]: mv -f .deps/regext.Tpo .deps/regext.Plo
2016-05-22T23:30:59.154592+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c
2016-05-22T23:30:59.249622+00:00 app[run.8824]: mv -f .deps/regerror.Tpo .deps/regerror.Plo
2016-05-22T23:30:59.253031+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c -o reggnu.lo reggnu.c
2016-05-22T23:30:59.360963+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c  -fPIC -DPIC -o regexec.o
2016-05-22T23:30:59.565815+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c  -fPIC -DPIC -o reggnu.o
2016-05-22T23:30:59.663944+00:00 app[run.8824]: mv -f .deps/reggnu.Tpo .deps/reggnu.Plo
2016-05-22T23:30:59.667596+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c
2016-05-22T23:30:59.728878+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c  -fPIC -DPIC -o regenc.o
2016-05-22T23:31:00.001052+00:00 app[run.8824]: mv -f .deps/regenc.Tpo .deps/regenc.Plo
2016-05-22T23:31:00.012496+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c
2016-05-22T23:31:00.228650+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c  -fPIC -DPIC -o regsyntax.o
2016-05-22T23:31:00.345415+00:00 app[run.8824]: mv -f .deps/regsyntax.Tpo .deps/regsyntax.Plo
2016-05-22T23:31:00.348795+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c
2016-05-22T23:31:00.452983+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c  -fPIC -DPIC -o regtrav.o
2016-05-22T23:31:00.521176+00:00 app[run.8824]: mv -f .deps/regtrav.Tpo .deps/regtrav.Plo
2016-05-22T23:31:00.524040+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c -o regversion.lo regversion.c
2016-05-22T23:31:00.605896+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c  -fPIC -DPIC -o regversion.o
2016-05-22T23:31:00.721012+00:00 app[run.8824]: mv -f .deps/regversion.Tpo .deps/regversion.Plo
2016-05-22T23:31:00.746786+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c -o st.lo st.c
2016-05-22T23:31:00.908911+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c  -fPIC -DPIC -o st.o
2016-05-22T23:31:01.116868+00:00 app[run.8824]: mv -f .deps/regcomp.Tpo .deps/regcomp.Plo
2016-05-22T23:31:01.119884+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c -o regposix.lo regposix.c
2016-05-22T23:31:01.171113+00:00 app[run.8824]: mv -f .deps/st.Tpo .deps/st.Plo
2016-05-22T23:31:01.173928+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c -o regposerr.lo regposerr.c
2016-05-22T23:31:01.224188+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c  -fPIC -DPIC -o regposix.o
2016-05-22T23:31:01.234417+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c  -fPIC -DPIC -o regposerr.o
2016-05-22T23:31:01.352444+00:00 app[run.8824]: mv -f .deps/regposerr.Tpo .deps/regposerr.Plo
2016-05-22T23:31:01.355878+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo `test -f './enc/unicode.c' || echo './'`./enc/unicode.c
2016-05-22T23:31:01.380294+00:00 app[run.8824]: mv -f .deps/regposix.Tpo .deps/regposix.Plo
2016-05-22T23:31:01.388740+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c -o ascii.lo `test -f './enc/ascii.c' || echo './'`./enc/ascii.c
2016-05-22T23:31:01.454999+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c ./enc/unicode.c  -fPIC -DPIC -o unicode.o
2016-05-22T23:31:01.504778+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ./enc/ascii.c  -fPIC -DPIC -o ascii.o
2016-05-22T23:31:01.568878+00:00 app[run.8824]: mv -f .deps/ascii.Tpo .deps/ascii.Plo
2016-05-22T23:31:01.590393+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo `test -f './enc/utf8.c' || echo './'`./enc/utf8.c
2016-05-22T23:31:01.659702+00:00 app[run.8824]: mv -f .deps/regparse.Tpo .deps/regparse.Plo
2016-05-22T23:31:01.674510+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c -o utf16_be.lo `test -f './enc/utf16_be.c' || echo './'`./enc/utf16_be.c
2016-05-22T23:31:02.025068+00:00 app[run.8824]: mv -f .deps/utf8.Tpo .deps/utf8.Plo
2016-05-22T23:31:02.052715+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c -o utf16_le.lo `test -f './enc/utf16_le.c' || echo './'`./enc/utf16_le.c
2016-05-22T23:31:02.068907+00:00 app[run.8824]: mv -f .deps/utf16_be.Tpo .deps/utf16_be.Plo
2016-05-22T23:31:02.074639+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c -o utf32_be.lo `test -f './enc/utf32_be.c' || echo './'`./enc/utf32_be.c
2016-05-22T23:31:01.844928+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c ./enc/utf8.c  -fPIC -DPIC -o utf8.o
2016-05-22T23:31:01.917471+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c ./enc/utf16_be.c  -fPIC -DPIC -o utf16_be.o
2016-05-22T23:31:02.180923+00:00 app[run.8824]: mv -f .deps/regexec.Tpo .deps/regexec.Plo
2016-05-22T23:31:02.188723+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c -o utf32_le.lo `test -f './enc/utf32_le.c' || echo './'`./enc/utf32_le.c
2016-05-22T23:31:02.199874+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c ./enc/utf16_le.c  -fPIC -DPIC -o utf16_le.o
2016-05-22T23:31:02.288666+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c ./enc/utf32_be.c  -fPIC -DPIC -o utf32_be.o
2016-05-22T23:31:02.318003+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c ./enc/utf32_le.c  -fPIC -DPIC -o utf32_le.o
2016-05-22T23:31:02.321889+00:00 app[run.8824]: mv -f .deps/utf16_le.Tpo .deps/utf16_le.Plo
2016-05-22T23:31:02.328624+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.lo `test -f './enc/euc_jp.c' || echo './'`./enc/euc_jp.c
2016-05-22T23:31:02.387137+00:00 app[run.8824]: mv -f .deps/utf32_be.Tpo .deps/utf32_be.Plo
2016-05-22T23:31:02.392440+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c -o sjis.lo `test -f './enc/sjis.c' || echo './'`./enc/sjis.c
2016-05-22T23:31:02.443199+00:00 app[run.8824]: mv -f .deps/utf32_le.Tpo .deps/utf32_le.Plo
2016-05-22T23:31:02.449986+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT cp932.lo -MD -MP -MF .deps/cp932.Tpo -c -o cp932.lo `test -f './enc/cp932.c' || echo './'`./enc/cp932.c
2016-05-22T23:31:02.515135+00:00 app[run.8824]: mv -f .deps/unicode.Tpo .deps/unicode.Plo
2016-05-22T23:31:02.526589+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c -o iso8859_1.lo `test -f './enc/iso8859_1.c' || echo './'`./enc/iso8859_1.c
2016-05-22T23:31:02.547573+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c ./enc/euc_jp.c  -fPIC -DPIC -o euc_jp.o
2016-05-22T23:31:02.555775+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c ./enc/sjis.c  -fPIC -DPIC -o sjis.o
2016-05-22T23:31:02.608970+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT cp932.lo -MD -MP -MF .deps/cp932.Tpo -c ./enc/cp932.c  -fPIC -DPIC -o cp932.o
2016-05-22T23:31:02.640828+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c ./enc/iso8859_1.c  -fPIC -DPIC -o iso8859_1.o
2016-05-22T23:31:02.730521+00:00 app[run.8824]: mv -f .deps/iso8859_1.Tpo .deps/iso8859_1.Plo
2016-05-22T23:31:02.739664+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c -o iso8859_2.lo `test -f './enc/iso8859_2.c' || echo './'`./enc/iso8859_2.c
2016-05-22T23:31:02.840911+00:00 app[run.8824]: mv -f .deps/euc_jp.Tpo .deps/euc_jp.Plo
2016-05-22T23:31:02.844372+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c -o iso8859_3.lo `test -f './enc/iso8859_3.c' || echo './'`./enc/iso8859_3.c
2016-05-22T23:31:02.857431+00:00 app[run.8824]: mv -f .deps/cp932.Tpo .deps/cp932.Plo
2016-05-22T23:31:02.871462+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c -o iso8859_4.lo `test -f './enc/iso8859_4.c' || echo './'`./enc/iso8859_4.c
2016-05-22T23:31:02.885277+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c ./enc/iso8859_2.c  -fPIC -DPIC -o iso8859_2.o
2016-05-22T23:31:02.939875+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c ./enc/iso8859_3.c  -fPIC -DPIC -o iso8859_3.o
2016-05-22T23:31:02.955818+00:00 app[run.8824]: mv -f .deps/sjis.Tpo .deps/sjis.Plo
2016-05-22T23:31:02.962418+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c -o iso8859_5.lo `test -f './enc/iso8859_5.c' || echo './'`./enc/iso8859_5.c
2016-05-22T23:31:02.977656+00:00 app[run.8824]: mv -f .deps/iso8859_2.Tpo .deps/iso8859_2.Plo
2016-05-22T23:31:02.983381+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c -o iso8859_6.lo `test -f './enc/iso8859_6.c' || echo './'`./enc/iso8859_6.c
2016-05-22T23:31:02.988804+00:00 app[run.8824]: mv -f .deps/iso8859_3.Tpo .deps/iso8859_3.Plo
2016-05-22T23:31:02.991734+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c -o iso8859_7.lo `test -f './enc/iso8859_7.c' || echo './'`./enc/iso8859_7.c
2016-05-22T23:31:03.030240+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c ./enc/iso8859_4.c  -fPIC -DPIC -o iso8859_4.o
2016-05-22T23:31:03.083073+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c ./enc/iso8859_5.c  -fPIC -DPIC -o iso8859_5.o
2016-05-22T23:31:03.092145+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c ./enc/iso8859_6.c  -fPIC -DPIC -o iso8859_6.o
2016-05-22T23:31:03.096147+00:00 app[run.8824]: mv -f .deps/iso8859_4.Tpo .deps/iso8859_4.Plo
2016-05-22T23:31:03.099686+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c -o iso8859_8.lo `test -f './enc/iso8859_8.c' || echo './'`./enc/iso8859_8.c
2016-05-22T23:31:03.117600+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c ./enc/iso8859_7.c  -fPIC -DPIC -o iso8859_7.o
2016-05-22T23:31:03.132059+00:00 app[run.8824]: mv -f .deps/iso8859_6.Tpo .deps/iso8859_6.Plo
2016-05-22T23:31:03.136634+00:00 app[run.8824]: mv -f .deps/iso8859_5.Tpo .deps/iso8859_5.Plo
2016-05-22T23:31:03.135314+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c -o iso8859_9.lo `test -f './enc/iso8859_9.c' || echo './'`./enc/iso8859_9.c
2016-05-22T23:31:03.139540+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c -o iso8859_10.lo `test -f './enc/iso8859_10.c' || echo './'`./enc/iso8859_10.c
2016-05-22T23:31:03.188616+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c -o iso8859_11.lo `test -f './enc/iso8859_11.c' || echo './'`./enc/iso8859_11.c
2016-05-22T23:31:03.178262+00:00 app[run.8824]: mv -f .deps/iso8859_7.Tpo .deps/iso8859_7.Plo
2016-05-22T23:31:03.190191+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c ./enc/iso8859_8.c  -fPIC -DPIC -o iso8859_8.o
2016-05-22T23:31:03.227017+00:00 app[run.8824]: mv -f .deps/iso8859_8.Tpo .deps/iso8859_8.Plo
2016-05-22T23:31:03.236549+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c -o iso8859_13.lo `test -f './enc/iso8859_13.c' || echo './'`./enc/iso8859_13.c
2016-05-22T23:31:03.447983+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c -o iso8859_16.lo `test -f './enc/iso8859_16.c' || echo './'`./enc/iso8859_16.c
2016-05-22T23:31:03.241150+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c ./enc/iso8859_10.c  -fPIC -DPIC -o iso8859_10.o
2016-05-22T23:31:03.300301+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c ./enc/iso8859_9.c  -fPIC -DPIC -o iso8859_9.o
2016-05-22T23:31:03.338883+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c ./enc/iso8859_11.c  -fPIC -DPIC -o iso8859_11.o
2016-05-22T23:31:03.368504+00:00 app[run.8824]: mv -f .deps/iso8859_10.Tpo .deps/iso8859_10.Plo
2016-05-22T23:31:03.378551+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c -o iso8859_14.lo `test -f './enc/iso8859_14.c' || echo './'`./enc/iso8859_14.c
2016-05-22T23:31:03.381375+00:00 app[run.8824]: mv -f .deps/iso8859_11.Tpo .deps/iso8859_11.Plo
2016-05-22T23:31:03.406318+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c -o iso8859_15.lo `test -f './enc/iso8859_15.c' || echo './'`./enc/iso8859_15.c
2016-05-22T23:31:03.423975+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c ./enc/iso8859_13.c  -fPIC -DPIC -o iso8859_13.o
2016-05-22T23:31:03.430099+00:00 app[run.8824]: mv -f .deps/iso8859_9.Tpo .deps/iso8859_9.Plo
2016-05-22T23:31:03.614157+00:00 app[run.8824]: mv -f .deps/iso8859_15.Tpo .deps/iso8859_15.Plo
2016-05-22T23:31:03.617049+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c ./enc/euc_tw.c  -fPIC -DPIC -o euc_tw.o
2016-05-22T23:31:03.626538+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.lo `test -f './enc/euc_kr.c' || echo './'`./enc/euc_kr.c
2016-05-22T23:31:03.651883+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c ./enc/iso8859_16.c  -fPIC -DPIC -o iso8859_16.o
2016-05-22T23:31:03.668163+00:00 app[run.8824]: mv -f .deps/iso8859_14.Tpo .deps/iso8859_14.Plo
2016-05-22T23:31:03.676350+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c -o big5.lo `test -f './enc/big5.c' || echo './'`./enc/big5.c
2016-05-22T23:31:03.509263+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c ./enc/iso8859_14.c  -fPIC -DPIC -o iso8859_14.o
2016-05-22T23:31:03.490043+00:00 app[run.8824]: mv -f .deps/iso8859_13.Tpo .deps/iso8859_13.Plo
2016-05-22T23:31:03.493924+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.lo `test -f './enc/euc_tw.c' || echo './'`./enc/euc_tw.c
2016-05-22T23:31:03.499067+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c ./enc/iso8859_15.c  -fPIC -DPIC -o iso8859_15.o
2016-05-22T23:31:03.748693+00:00 app[run.8824]: mv -f .deps/euc_tw.Tpo .deps/euc_tw.Plo
2016-05-22T23:31:03.765212+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.lo `test -f './enc/gb18030.c' || echo './'`./enc/gb18030.c
2016-05-22T23:31:03.775833+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c ./enc/euc_kr.c  -fPIC -DPIC -o euc_kr.o
2016-05-22T23:31:03.797145+00:00 app[run.8824]: mv -f .deps/iso8859_16.Tpo .deps/iso8859_16.Plo
2016-05-22T23:31:03.913493+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c ./enc/koi8_r.c  -fPIC -DPIC -o koi8_r.o
2016-05-22T23:31:03.914658+00:00 app[run.8824]: sed -e 's,[@]datadir[@],/app/vendor/groonga/share,g' -e 's,[@]datarootdir[@],/app/vendor/groonga/share,g' -e 's,[@]PACKAGE_VERSION[@],5.15.0,g' -e 's,[@]prefix[@],/app/vendor/groonga,g' -e 's,[@]exec_prefix[@],/app/vendor/groonga,g' -e 's,[@]libdir[@],/app/vendor/groonga/lib,g' -e 's,[@]includedir[@],/app/vendor/groonga/include,g' < ./oniguruma.pc.in > oniguruma.pc
2016-05-22T23:31:03.934126+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c ./enc/cp1251.c  -fPIC -DPIC -o cp1251.o
2016-05-22T23:31:03.969974+00:00 app[run.8824]: mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo
2016-05-22T23:31:03.799893+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.lo `test -f './enc/koi8_r.c' || echo './'`./enc/koi8_r.c
2016-05-22T23:31:03.990076+00:00 app[run.8824]: mv -f .deps/cp1251.Tpo .deps/cp1251.Plo
2016-05-22T23:31:03.834093+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c ./enc/big5.c  -fPIC -DPIC -o big5.o
2016-05-22T23:31:03.851226+00:00 app[run.8824]: mv -f .deps/euc_kr.Tpo .deps/euc_kr.Plo
2016-05-22T23:31:03.854406+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include    -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c -o cp1251.lo `test -f './enc/cp1251.c' || echo './'`./enc/cp1251.c
2016-05-22T23:31:03.890764+00:00 app[run.8824]: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I/app/vendor/groonga/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c ./enc/gb18030.c  -fPIC -DPIC -o gb18030.o
2016-05-22T23:31:03.910113+00:00 app[run.8824]: mv -f .deps/big5.Tpo .deps/big5.Plo
2016-05-22T23:31:04.021372+00:00 app[run.8824]: mv -f .deps/gb18030.Tpo .deps/gb18030.Plo
2016-05-22T23:31:04.025016+00:00 app[run.8824]: /bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -version-info 5:3:0 -no-undefined  -o libonig.la -rpath /app/vendor/groonga/lib regerror.lo regparse.lo regext.lo regcomp.lo regexec.lo reggnu.lo regenc.lo regsyntax.lo regtrav.lo regversion.lo st.lo regposix.lo regposerr.lo unicode.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo sjis.lo cp932.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo  -lpthread 
2016-05-22T23:31:04.309136+00:00 app[run.8824]: libtool: link: ar cru .libs/libonig.a  regerror.o regparse.o regext.o regcomp.o regexec.o reggnu.o regenc.o regsyntax.o regtrav.o regversion.o st.o regposix.o regposerr.o unicode.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o sjis.o cp932.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o
2016-05-22T23:31:04.325052+00:00 app[run.8824]: libtool: link: ranlib .libs/libonig.a
2016-05-22T23:31:04.356256+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:31:04.347447+00:00 app[run.8824]: libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
2016-05-22T23:31:04.356846+00:00 app[run.8824]: Making all in sample
2016-05-22T23:31:04.362565+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/vendor/onigmo-source/sample'
2016-05-22T23:31:04.362575+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT encode.o -MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.c
2016-05-22T23:31:04.362839+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT listcap.o -MD -MP -MF .deps/listcap.Tpo -c -o listcap.o listcap.c
2016-05-22T23:31:04.370429+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT names.o -MD -MP -MF .deps/names.Tpo -c -o names.o names.c
2016-05-22T23:31:04.371405+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT posix.o -MD -MP -MF .deps/posix.Tpo -c -o posix.o posix.c
2016-05-22T23:31:04.506760+00:00 app[run.8824]: mv -f .deps/encode.Tpo .deps/encode.Po
2016-05-22T23:31:04.516072+00:00 app[run.8824]: mv -f .deps/listcap.Tpo .deps/listcap.Po
2016-05-22T23:31:04.527305+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
2016-05-22T23:31:04.535619+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT sql.o -MD -MP -MF .deps/sql.Tpo -c -o sql.o sql.c
2016-05-22T23:31:04.630934+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT syntax.o -MD -MP -MF .deps/syntax.Tpo -c -o syntax.o syntax.c
2016-05-22T23:31:04.620543+00:00 app[run.8824]: mv -f .deps/simple.Tpo .deps/simple.Po
2016-05-22T23:31:04.856594+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o encode encode.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:04.751673+00:00 app[run.8824]: mv -f .deps/crnl.Tpo .deps/crnl.Po
2016-05-22T23:31:04.628117+00:00 app[run.8824]: mv -f .deps/names.Tpo .deps/names.Po
2016-05-22T23:31:04.757387+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o encode encode.o ../libonig.la -lpthread 
2016-05-22T23:31:04.632346+00:00 app[run.8824]: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/app/vendor/groonga/include    -g -O2 -MT crnl.o -MD -MP -MF .deps/crnl.Tpo -c -o crnl.o crnl.c
2016-05-22T23:31:05.063717+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o sql sql.o ../libonig.la -lpthread 
2016-05-22T23:31:05.123180+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o names names.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:04.895697+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o listcap listcap.o ../libonig.la -lpthread 
2016-05-22T23:31:05.125226+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o simple simple.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:04.967103+00:00 app[run.8824]: mv -f .deps/posix.Tpo .deps/posix.Po
2016-05-22T23:31:05.134998+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o posix posix.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:04.967195+00:00 app[run.8824]: mv -f .deps/sql.Tpo .deps/sql.Po
2016-05-22T23:31:04.969477+00:00 app[run.8824]: mv -f .deps/syntax.Tpo .deps/syntax.Po
2016-05-22T23:31:04.973980+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o names names.o ../libonig.la -lpthread 
2016-05-22T23:31:04.979196+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o posix posix.o ../libonig.la -lpthread 
2016-05-22T23:31:04.988676+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o simple simple.o ../libonig.la -lpthread 
2016-05-22T23:31:05.030614+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o listcap listcap.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:05.164864+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o crnl crnl.o ../libonig.la -lpthread 
2016-05-22T23:31:05.285062+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o sql sql.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:05.328296+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o crnl crnl.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:05.347294+00:00 app[run.8824]: libtool: link: gcc -g -O2 -o syntax syntax.o  ../.libs/libonig.a -lpthread
2016-05-22T23:31:05.163420+00:00 app[run.8824]: /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o syntax syntax.o ../libonig.la -lpthread 
2016-05-22T23:31:05.379468+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/vendor/onigmo-source/sample'
2016-05-22T23:31:05.380309+00:00 app[run.8824]: make[5]: Leaving directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:31:05.380649+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/vendor/onigmo-source'
2016-05-22T23:31:05.381505+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/vendor/onigmo'
2016-05-22T23:31:05.382018+00:00 app[run.8824]: Making all in mecab
2016-05-22T23:31:05.385312+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/vendor/mecab'
2016-05-22T23:31:05.385298+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/vendor/mecab'
2016-05-22T23:31:05.385308+00:00 app[run.8824]: make[3]: Nothing to be done for `all'.
2016-05-22T23:31:05.385688+00:00 app[run.8824]: Making all in mruby
2016-05-22T23:31:05.400744+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/vendor/mruby'
2016-05-22T23:31:05.400753+00:00 app[run.8824]: make  all-am
2016-05-22T23:31:05.414309+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/vendor/mruby'
2016-05-22T23:31:05.548786+00:00 app[run.8824]:   CC       mrblib.lo
2016-05-22T23:31:05.550397+00:00 app[run.8824]:   CC       mrbgems_init.lo
2016-05-22T23:31:05.586672+00:00 app[run.8824]:   CC       ../mruby-source/src/array.lo
2016-05-22T23:31:05.588669+00:00 app[run.8824]:   CC       ../mruby-source/src/backtrace.lo
2016-05-22T23:31:05.820184+00:00 app[run.8824]:   CC       ../mruby-source/src/class.lo
2016-05-22T23:31:05.948671+00:00 app[run.8824]:   CC       ../mruby-source/src/codedump.lo
2016-05-22T23:31:06.364394+00:00 app[run.8824]:   CC       ../mruby-source/src/compar.lo
2016-05-22T23:31:06.373560+00:00 app[run.8824]:   CC       ../mruby-source/src/crc.lo
2016-05-22T23:31:06.377210+00:00 app[run.8824]:   CC       ../mruby-source/src/debug.lo
2016-05-22T23:31:06.541321+00:00 app[run.8824]:   CC       ../mruby-source/src/dump.lo
2016-05-22T23:31:06.576718+00:00 app[run.8824]:   CC       ../mruby-source/src/enum.lo
2016-05-22T23:31:06.624682+00:00 app[run.8824]:   CC       ../mruby-source/src/error.lo
2016-05-22T23:31:07.132517+00:00 app[run.8824]:   CC       ../mruby-source/src/etc.lo
2016-05-22T23:31:07.134330+00:00 app[run.8824]:   CC       ../mruby-source/src/fmt_fp.lo
2016-05-22T23:31:07.136373+00:00 app[run.8824]:   CC       ../mruby-source/src/gc.lo
2016-05-22T23:31:07.140236+00:00 app[run.8824]:   CC       ../mruby-source/src/hash.lo
2016-05-22T23:31:07.299109+00:00 app[run.8824]: ../mruby-source/src/gc.c:328:3: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
2016-05-22T23:31:07.299015+00:00 app[run.8824]: ../mruby-source/src/gc.c: In function ‘add_heap’:
2016-05-22T23:31:07.299111+00:00 app[run.8824]:    for (p = objects(page), e=p+MRB_HEAP_PAGE_SIZE; p<e; p++) {
2016-05-22T23:31:07.303680+00:00 app[run.8824]: ../mruby-source/src/gc.c:959:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
2016-05-22T23:31:07.303683+00:00 app[run.8824]:      ^
2016-05-22T23:31:07.303682+00:00 app[run.8824]:      RVALUE *p = objects(page);
2016-05-22T23:31:07.299112+00:00 app[run.8824]:    ^
2016-05-22T23:31:07.306723+00:00 app[run.8824]: ../mruby-source/src/gc.c:1428:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
2016-05-22T23:31:07.299455+00:00 app[run.8824]: ../mruby-source/src/gc.c: In function ‘free_heap’:
2016-05-22T23:31:07.306725+00:00 app[run.8824]:      p = objects(page);
2016-05-22T23:31:07.299537+00:00 app[run.8824]: ../mruby-source/src/gc.c:382:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
2016-05-22T23:31:07.306726+00:00 app[run.8824]:      ^
2016-05-22T23:31:07.299539+00:00 app[run.8824]:      for (p = objects(tmp), e=p+MRB_HEAP_PAGE_SIZE; p<e; p++) {
2016-05-22T23:31:07.299540+00:00 app[run.8824]:      ^
2016-05-22T23:31:07.303523+00:00 app[run.8824]: ../mruby-source/src/gc.c: In function ‘incremental_sweep_phase’:
2016-05-22T23:31:07.306539+00:00 app[run.8824]: ../mruby-source/src/gc.c: In function ‘gc_each_objects’:
2016-05-22T23:31:07.412919+00:00 app[run.8824]:   CC       ../mruby-source/src/init.lo
2016-05-22T23:31:07.613962+00:00 app[run.8824]:   CC       ../mruby-source/src/kernel.lo
2016-05-22T23:31:07.874692+00:00 app[run.8824]:   CC       ../mruby-source/src/object.lo
2016-05-22T23:31:07.689036+00:00 app[run.8824]:   CC       ../mruby-source/src/load.lo
2016-05-22T23:31:07.790941+00:00 app[run.8824]:   CC       ../mruby-source/src/numeric.lo
2016-05-22T23:31:08.146302+00:00 app[run.8824]:   CC       ../mruby-source/src/pool.lo
2016-05-22T23:31:08.245232+00:00 app[run.8824]:   CC       ../mruby-source/src/print.lo
2016-05-22T23:31:08.282425+00:00 app[run.8824]:   CC       ../mruby-source/src/proc.lo
2016-05-22T23:31:08.397017+00:00 app[run.8824]:   CC       ../mruby-source/src/range.lo
2016-05-22T23:31:08.511483+00:00 app[run.8824]:   CC       ../mruby-source/src/string.lo
2016-05-22T23:31:08.644517+00:00 app[run.8824]:   CC       ../mruby-source/src/symbol.lo
2016-05-22T23:31:08.469398+00:00 app[run.8824]:   CC       ../mruby-source/src/state.lo
2016-05-22T23:31:08.809028+00:00 app[run.8824]:   CC       ../mruby-source/src/variable.lo
2016-05-22T23:31:08.838375+00:00 app[run.8824]:   CC       ../mruby-source/src/version.lo
2016-05-22T23:31:09.030171+00:00 app[run.8824]:   CC       ../mruby-source/src/vm.lo
2016-05-22T23:31:09.134099+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-compiler/core/codegen.lo
2016-05-22T23:31:09.553139+00:00 app[run.8824]: ../mruby-source/src/vm.c: In function ‘mrb_funcall_with_block’:
2016-05-22T23:31:09.553244+00:00 app[run.8824]: ../mruby-source/src/vm.c:323:64: warning: argument ‘mid’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:09.553246+00:00 app[run.8824]:  mrb_funcall_with_block(mrb_state *mrb, mrb_value self, mrb_sym mid, mrb_int argc, const mrb_value *argv, mrb_value blk)
2016-05-22T23:31:09.553246+00:00 app[run.8824]:                                                                 ^
2016-05-22T23:31:09.553319+00:00 app[run.8824]: ../mruby-source/src/vm.c:323:77: warning: argument ‘argc’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:09.553321+00:00 app[run.8824]:  mrb_funcall_with_block(mrb_state *mrb, mrb_value self, mrb_sym mid, mrb_int argc, const mrb_value *argv, mrb_value blk)
2016-05-22T23:31:09.553322+00:00 app[run.8824]:                                                                              ^
2016-05-22T23:31:09.553410+00:00 app[run.8824]: ../mruby-source/src/vm.c:323:100: warning: argument ‘argv’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:09.553411+00:00 app[run.8824]:  mrb_funcall_with_block(mrb_state *mrb, mrb_value self, mrb_sym mid, mrb_int argc, const mrb_value *argv, mrb_value blk)
2016-05-22T23:31:09.553412+00:00 app[run.8824]:                                                                                                     ^
2016-05-22T23:31:09.570326+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-sprintf/src/kernel.lo
2016-05-22T23:31:09.724841+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-sprintf/src/sprintf.lo
2016-05-22T23:31:09.839697+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-print/src/print.lo
2016-05-22T23:31:09.868765+00:00 app[run.8824]: ../mruby-source/mrbgems/mruby-compiler/core/codegen.c: In function ‘gen_call.isra.11’:
2016-05-22T23:31:09.868853+00:00 app[run.8824]: ../mruby-source/mrbgems/mruby-compiler/core/codegen.c:373:23: warning: ‘skip’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2016-05-22T23:31:09.868855+00:00 app[run.8824]:    mrb_code i = s->iseq[pc];
2016-05-22T23:31:09.868855+00:00 app[run.8824]:                        ^
2016-05-22T23:31:09.868983+00:00 app[run.8824]: ../mruby-source/mrbgems/mruby-compiler/core/codegen.c:838:12: note: ‘skip’ was declared here
2016-05-22T23:31:09.868992+00:00 app[run.8824]:    int idx, skip;
2016-05-22T23:31:09.868994+00:00 app[run.8824]:             ^
2016-05-22T23:31:10.121337+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-math/src/math.lo
2016-05-22T23:31:10.666623+00:00 app[run.8824]: ../mruby-source/src/vm.c: In function ‘mrb_vm_exec’:
2016-05-22T23:31:10.666755+00:00 app[run.8824]: ../mruby-source/src/vm.c:766:13: warning: variable ‘irep’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.666757+00:00 app[run.8824]:    mrb_irep *irep = proc->body.irep;
2016-05-22T23:31:10.666758+00:00 app[run.8824]:              ^
2016-05-22T23:31:10.666871+00:00 app[run.8824]: ../mruby-source/src/vm.c:767:14: warning: variable ‘pool’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.666884+00:00 app[run.8824]:    mrb_value *pool = irep->pool;
2016-05-22T23:31:10.666885+00:00 app[run.8824]:               ^
2016-05-22T23:31:10.666985+00:00 app[run.8824]: ../mruby-source/src/vm.c:768:12: warning: variable ‘syms’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.666987+00:00 app[run.8824]:    mrb_sym *syms = irep->syms;
2016-05-22T23:31:10.666987+00:00 app[run.8824]:             ^
2016-05-22T23:31:10.667128+00:00 app[run.8824]: ../mruby-source/src/vm.c:799:12: warning: variable ‘exc_catched’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.667142+00:00 app[run.8824]:    mrb_bool exc_catched = FALSE;
2016-05-22T23:31:10.667143+00:00 app[run.8824]:             ^
2016-05-22T23:31:10.667304+00:00 app[run.8824]: ../mruby-source/src/vm.c:763:43: warning: argument ‘proc’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.667306+00:00 app[run.8824]:  mrb_vm_exec(mrb_state *mrb, struct RProc *proc, mrb_code *pc)
2016-05-22T23:31:10.667307+00:00 app[run.8824]:                                            ^
2016-05-22T23:31:10.667411+00:00 app[run.8824]: ../mruby-source/src/vm.c:763:59: warning: argument ‘pc’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
2016-05-22T23:31:10.667424+00:00 app[run.8824]:  mrb_vm_exec(mrb_state *mrb, struct RProc *proc, mrb_code *pc)
2016-05-22T23:31:10.667425+00:00 app[run.8824]:                                                            ^
2016-05-22T23:31:10.786276+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-time/src/time.lo
2016-05-22T23:31:11.270395+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-struct/src/struct.lo
2016-05-22T23:31:11.659448+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-string-ext/src/string.lo
2016-05-22T23:31:11.670337+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-numeric-ext/src/numeric_ext.lo
2016-05-22T23:31:12.008258+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-array-ext/src/array.lo
2016-05-22T23:31:12.043052+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-hash-ext/src/hash-ext.lo
2016-05-22T23:31:12.321191+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-range-ext/src/range.lo
2016-05-22T23:31:12.452155+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-proc-ext/src/proc.lo
2016-05-22T23:31:12.473324+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-proc-ext/test/proc.lo
2016-05-22T23:31:12.749020+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-symbol-ext/src/symbol.lo
2016-05-22T23:31:12.864988+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-random/src/random.lo
2016-05-22T23:31:12.864903+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-random/src/mt19937ar.lo
2016-05-22T23:31:13.137539+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-object-ext/src/object.lo
2016-05-22T23:31:13.264636+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-objectspace/src/mruby_objectspace.lo
2016-05-22T23:31:13.306418+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-fiber/src/fiber.lo
2016-05-22T23:31:13.332824+00:00 app[run.8824]:   CC       ../mruby-source/mrbgems/mruby-kernel-ext/src/kernel.lo
2016-05-22T23:31:13.401957+00:00 app[run.8824]:   CC       mruby-compiler/core/parse.lo
2016-05-22T23:31:13.635837+00:00 app[run.8824]:   CC       mruby-onig-regexp/src/mruby_onig_regexp.lo
2016-05-22T23:31:13.709270+00:00 app[run.8824]:   CC       mruby-env/src/env.lo
2016-05-22T23:31:13.727342+00:00 app[run.8824]:   CC       mruby-io/src/file.lo
2016-05-22T23:31:14.038437+00:00 app[run.8824]:   CC       mruby-io/src/file_test.lo
2016-05-22T23:31:14.069530+00:00 app[run.8824]:   CC       mruby-io/src/io.lo
2016-05-22T23:31:14.472671+00:00 app[run.8824]:   CC       mruby-io/src/mruby_io_gem.lo
2016-05-22T23:31:17.174727+00:00 app[run.8824]:   CCLD     libmruby.la
2016-05-22T23:31:17.615896+00:00 app[run.8824]: copying selected object files to avoid basename conflicts...
2016-05-22T23:31:17.741352+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/vendor/mruby'
2016-05-22T23:31:17.741716+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/vendor/mruby'
2016-05-22T23:31:17.745751+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/vendor'
2016-05-22T23:31:17.745766+00:00 app[run.8824]: make[3]: Nothing to be done for `all-am'.
2016-05-22T23:31:17.745767+00:00 app[run.8824]: make[3]: Leaving directory `/app/groonga-6.0.2/vendor'
2016-05-22T23:31:17.746402+00:00 app[run.8824]: make[2]: Leaving directory `/app/groonga-6.0.2/vendor'
2016-05-22T23:31:17.746874+00:00 app[run.8824]: Making all in lib
2016-05-22T23:31:17.757325+00:00 app[run.8824]: make[2]: Entering directory `/app/groonga-6.0.2/lib'
2016-05-22T23:31:17.757483+00:00 app[run.8824]: make  all-recursive
2016-05-22T23:31:17.783801+00:00 app[run.8824]: make[3]: Entering directory `/app/groonga-6.0.2/lib'
2016-05-22T23:31:17.795869+00:00 app[run.8824]: Making all in dat
2016-05-22T23:31:17.799142+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/lib/dat'
2016-05-22T23:31:17.801797+00:00 app[run.8824]:   CXX      cursor-factory.lo
2016-05-22T23:31:17.805482+00:00 app[run.8824]:   CXX      file-impl.lo
2016-05-22T23:31:17.810618+00:00 app[run.8824]:   CXX      file.lo
2016-05-22T23:31:17.812547+00:00 app[run.8824]:   CXX      id-cursor.lo
2016-05-22T23:31:19.030084+00:00 app[run.8824]:   CXX      key-cursor.lo
2016-05-22T23:31:19.078098+00:00 app[run.8824]:   CXX      predictive-cursor.lo
2016-05-22T23:31:19.302468+00:00 app[run.8824]:   CXX      prefix-cursor.lo
2016-05-22T23:31:19.349267+00:00 app[run.8824]:   CXX      trie.lo
2016-05-22T23:31:21.405479+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/lib/dat'
2016-05-22T23:31:21.194889+00:00 app[run.8824]:   CXXLD    libgrndat.la
2016-05-22T23:31:21.411980+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/lib/mrb'
2016-05-22T23:31:21.405884+00:00 app[run.8824]: Making all in mrb
2016-05-22T23:31:21.418740+00:00 app[run.8824]: make[5]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts'
2016-05-22T23:31:21.416330+00:00 app[run.8824]: Making all in scripts
2016-05-22T23:31:21.422832+00:00 app[run.8824]: Making all in command_line
2016-05-22T23:31:21.425073+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/command_line'
2016-05-22T23:31:21.425083+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.425414+00:00 app[run.8824]: Making all in context
2016-05-22T23:31:21.425086+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/command_line'
2016-05-22T23:31:21.427745+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.427735+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/context'
2016-05-22T23:31:21.427749+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/context'
2016-05-22T23:31:21.428052+00:00 app[run.8824]: Making all in expression_tree
2016-05-22T23:31:21.430329+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/expression_tree'
2016-05-22T23:31:21.430341+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.430345+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/expression_tree'
2016-05-22T23:31:21.430679+00:00 app[run.8824]: Making all in initialize
2016-05-22T23:31:21.432975+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/initialize'
2016-05-22T23:31:21.432986+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.432988+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/initialize'
2016-05-22T23:31:21.433296+00:00 app[run.8824]: Making all in logger
2016-05-22T23:31:21.435510+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/logger'
2016-05-22T23:31:21.435521+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.435841+00:00 app[run.8824]: Making all in query_logger
2016-05-22T23:31:21.435524+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/logger'
2016-05-22T23:31:21.437951+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts/query_logger'
2016-05-22T23:31:21.437961+00:00 app[run.8824]: make[6]: Nothing to be done for `all'.
2016-05-22T23:31:21.441042+00:00 app[run.8824]: make[6]: Entering directory `/app/groonga-6.0.2/lib/mrb/scripts'
2016-05-22T23:31:21.441057+00:00 app[run.8824]: make[6]: Nothing to be done for `all-am'.
2016-05-22T23:31:21.437965+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts/query_logger'
2016-05-22T23:31:21.441061+00:00 app[run.8824]: make[6]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts'
2016-05-22T23:31:21.441417+00:00 app[run.8824]: make[5]: Leaving directory `/app/groonga-6.0.2/lib/mrb/scripts'
2016-05-22T23:31:21.448586+00:00 app[run.8824]: make[5]: Entering directory `/app/groonga-6.0.2/lib/mrb'
2016-05-22T23:31:21.450155+00:00 app[run.8824]:   CC       mrb_accessor.lo
2016-05-22T23:31:21.450968+00:00 app[run.8824]:   CC       mrb_array.lo
2016-05-22T23:31:21.451350+00:00 app[run.8824]:   CC       mrb_bulk.lo
2016-05-22T23:31:21.453351+00:00 app[run.8824]:   CC       mrb_cache.lo
2016-05-22T23:31:21.814107+00:00 app[run.8824]:   CC       mrb_command.lo
2016-05-22T23:31:21.938592+00:00 app[run.8824]:   CC       mrb_command_version.lo
2016-05-22T23:31:21.806440+00:00 app[run.8824]:   CC       mrb_column.lo
2016-05-22T23:31:21.845611+00:00 app[run.8824]:   CC       mrb_command_input.lo
2016-05-22T23:31:22.297099+00:00 app[run.8824]:   CC       mrb_converter.lo
2016-05-22T23:31:22.362125+00:00 app[run.8824]:   CC       mrb_ctx.lo
2016-05-22T23:31:22.249883+00:00 app[run.8824]:   CC       mrb_config.lo
2016-05-22T23:31:22.285613+00:00 app[run.8824]:   CC       mrb_content_type.lo
2016-05-22T23:31:22.565532+00:00 app[run.8824]:   CC       mrb_database.lo
2016-05-22T23:31:22.597769+00:00 app[run.8824]:   CC       mrb_double_array_trie.lo
2016-05-22T23:31:22.746800+00:00 app[run.8824]:   CC       mrb_error.lo
2016-05-22T23:31:22.929453+00:00 app[run.8824]:   CC       mrb_eval_context.lo
2016-05-22T23:31:22.954902+00:00 app[run.8824]:   CC       mrb_expr.lo
2016-05-22T23:31:22.964897+00:00 app[run.8824]:   CC       mrb_fixed_size_column.lo
2016-05-22T23:31:23.178609+00:00 app[run.8824]:   CC       mrb_hash_table.lo
2016-05-22T23:31:23.306776+00:00 app[run.8824]:   CC       mrb_id.lo
2016-05-22T23:31:23.389667+00:00 app[run.8824]:   CC       mrb_indexable.lo
2016-05-22T23:31:23.534258+00:00 app[run.8824]:   CC       mrb_index_column.lo
2016-05-22T23:31:23.668062+00:00 app[run.8824]:   CC       mrb_logger.lo
2016-05-22T23:31:23.595048+00:00 app[run.8824]:   CC       mrb_index_cursor.lo
2016-05-22T23:31:23.677012+00:00 app[run.8824]:   CC       mrb_object.lo
2016-05-22T23:31:23.956835+00:00 app[run.8824]:   CC       mrb_object_flags.lo
2016-05-22T23:31:23.979397+00:00 app[run.8824]:   CC       mrb_operator.lo
2016-05-22T23:31:24.081057+00:00 app[run.8824]:   CC       mrb_patricia_trie.lo
2016-05-22T23:31:23.999215+00:00 app[run.8824]:   CC       mrb_options.lo
2016-05-22T23:31:24.294695+00:00 app[run.8824]:   CC       mrb_pointer.lo
2016-05-22T23:31:24.374841+00:00 app[run.8824]:   CC       mrb_procedure.lo
2016-05-22T23:31:24.395740+00:00 app[run.8824]:   CC       mrb_query_logger.lo
2016-05-22T23:31:24.603811+00:00 app[run.8824]:   CC       mrb_table.lo
2016-05-22T23:31:24.736919+00:00 app[run.8824]:   CC       mrb_table_cursor_flags.lo
2016-05-22T23:31:24.680251+00:00 app[run.8824]:   CC       mrb_table_cursor.lo
2016-05-22T23:31:24.582486+00:00 app[run.8824]:   CC       mrb_record.lo
2016-05-22T23:31:25.062991+00:00 app[run.8824]:   CC       mrb_table_group_result.lo
2016-05-22T23:31:24.972891+00:00 app[run.8824]:   CC       mrb_table_group_flags.lo
2016-05-22T23:31:25.101092+00:00 app[run.8824]:   CC       mrb_table_sort_flags.lo
2016-05-22T23:31:25.125893+00:00 app[run.8824]:   CC       mrb_table_sort_key.lo
2016-05-22T23:31:25.451586+00:00 app[run.8824]:   CC       mrb_void.lo
2016-05-22T23:31:25.470558+00:00 app[run.8824]:   CC       mrb_writer.lo
2016-05-22T23:31:25.332538+00:00 app[run.8824]:   CC       mrb_type.lo
2016-05-22T23:31:25.404457+00:00 app[run.8824]:   CC       mrb_variable_size_column.lo
2016-05-22T23:31:25.860634+00:00 app[run.8824]:   CCLD     libgrnmrb.la
2016-05-22T23:31:26.202768+00:00 app[run.8824]: Making all in proc
2016-05-22T23:31:26.201811+00:00 app[run.8824]: make[5]: Leaving directory `/app/groonga-6.0.2/lib/mrb'
2016-05-22T23:31:26.206721+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/lib/proc'
2016-05-22T23:31:26.202330+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/lib/mrb'
2016-05-22T23:31:26.208830+00:00 app[run.8824]:   CC       proc_column.lo
2016-05-22T23:31:26.209052+00:00 app[run.8824]:   CC       proc_config.lo
2016-05-22T23:31:26.211273+00:00 app[run.8824]:   CC       proc_fuzzy_search.lo
2016-05-22T23:31:26.213301+00:00 app[run.8824]:   CC       proc_lock.lo
2016-05-22T23:31:26.524832+00:00 app[run.8824]:   CC       proc_object.lo
2016-05-22T23:31:26.544566+00:00 app[run.8824]:   CC       proc_object_inspect.lo
2016-05-22T23:31:26.767864+00:00 app[run.8824]:   CC       proc_schema.lo
2016-05-22T23:31:26.814616+00:00 app[run.8824]:   CC       proc_select.lo
2016-05-22T23:31:26.844658+00:00 app[run.8824]:   CC       proc_snippet.lo
2016-05-22T23:31:27.160551+00:00 app[run.8824]:   CC       proc_highlight.lo
2016-05-22T23:31:27.389103+00:00 app[run.8824]:   CC       proc_table.lo
2016-05-22T23:31:27.494307+00:00 app[run.8824]:   CC       proc_tokenize.lo
2016-05-22T23:31:28.100028+00:00 app[run.8824]: Making all in ts
2016-05-22T23:31:28.105479+00:00 app[run.8824]:   CC       ts_cursor.lo
2016-05-22T23:31:28.106313+00:00 app[run.8824]:   CC       ts_expr.lo
2016-05-22T23:31:28.099639+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/lib/proc'
2016-05-22T23:31:28.105074+00:00 app[run.8824]:   CC       ts_buf.lo
2016-05-22T23:31:27.939912+00:00 app[run.8824]:   CCLD     libgrnproc.la
2016-05-22T23:31:28.103584+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/lib/ts'
2016-05-22T23:31:28.106189+00:00 app[run.8824]:   CC       ts_expr_builder.lo
2016-05-22T23:31:28.476210+00:00 app[run.8824]:   CC       ts_expr_parser.lo
2016-05-22T23:31:28.475169+00:00 app[run.8824]:   CC       ts_expr_node.lo
2016-05-22T23:31:28.518726+00:00 app[run.8824]:   CC       ts_op.lo
2016-05-22T23:31:28.767233+00:00 app[run.8824]:   CC       ts_plan.lo
2016-05-22T23:31:28.985940+00:00 app[run.8824]:   CC       ts_sorter.lo
2016-05-22T23:31:29.084205+00:00 app[run.8824]:   CC       ts_str.lo
2016-05-22T23:31:29.386292+00:00 app[run.8824]:   CC       ts_util.lo
2016-05-22T23:31:32.986388+00:00 app[run.8824]:   CCLD     libgrnts.la
2016-05-22T23:31:33.214948+00:00 app[run.8824]: make[4]: Leaving directory `/app/groonga-6.0.2/lib/ts'
2016-05-22T23:31:33.225181+00:00 app[run.8824]: make[4]: Entering directory `/app/groonga-6.0.2/lib'
2016-05-22T23:31:33.227264+00:00 app[run.8824]:   CC       alloc.lo
2016-05-22T23:31:33.230717+00:00 app[run.8824]:   CC       cache.lo
2016-05-22T23:31:33.240613+00:00 app[run.8824]:   CC       command.lo
2016-05-22T23:31:33.246189+00:00 app[run.8824]:   CC       com.lo
2016-05-22T23:31:34.486079+00:00 app[run.8824]:   CC       config.lo
2016-05-22T23:31:34.518115+00:00 app[run.8824]:   CC       ctx.lo
2016-05-22T23:31:34.777508+00:00 app[run.8824]:   CC       ctx_impl_mrb.lo
2016-05-22T23:31:35.893645+00:00 app[run.8824]:   CXX      dat.lo
2016-05-22T23:31:36.203178+00:00 app[run.8824]:   CC       db.lo
2016-05-22T23:31:36.238901+00:00 app[run.8824]:   CC       dump.lo
2016-05-22T23:31:37.357550+00:00 app[run.8824]:   CC       ts.lo
2016-05-22T23:31:37.497454+00:00 app[run.8824]:   CC       type.lo
2016-05-22T23:31:38.672080+00:00 app[run.8824]:   CC       error.lo
2016-05-22T23:31:39.030329+00:00 app[run.8824]:   CC       expr.lo
2016-05-22T23:31:39.359694+00:00 app[run.8824]:   CC       expr_code.lo
2016-05-22T23:31:39.747268+00:00 app[run.8824]:   CC       geo.lo
2016-05-22T23:31:40.297316+00:00 app[run.8824]:   CC       hash.lo
2016-05-22T23:31:41.601925+00:00 app[run.8824]: In file included from expr.c:6910:0:
2016-05-22T23:31:41.601967+00:00 app[run.8824]: In file included from /app/vendor/groonga/include/msgpack/predef/detail/_cassert.h:14:0,
2016-05-22T23:31:41.601974+00:00 app[run.8824]:                  from grn_msgpack.h:22,
2016-05-22T23:31:41.601939+00:00 app[run.8824]: grn_ecmascript.lemon:5:0: warning: "assert" redefined [enabled by default]
2016-05-22T23:31:41.601940+00:00 app[run.8824]:  #define assert GRN_ASSERT
2016-05-22T23:31:41.601941+00:00 app[run.8824]:  ^
2016-05-22T23:31:41.601976+00:00 app[run.8824]:                  from expr.c:20:
2016-05-22T23:31:41.601969+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/predef/library/c/_prefix.h:11,
2016-05-22T23:31:41.601971+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/predef.h:14,
2016-05-22T23:31:41.601974+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack.h:17,
2016-05-22T23:31:41.601976+00:00 app[run.8824]: /usr/include/assert.h:88:0: note: this is the location of the previous definition
2016-05-22T23:31:41.601969+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/predef/library/c.h:11,
2016-05-22T23:31:41.601972+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/zone.h:13,
2016-05-22T23:31:41.601975+00:00 app[run.8824]:                  from grn_ctx_impl.h:29,
2016-05-22T23:31:41.601978+00:00 app[run.8824]:  ^
2016-05-22T23:31:41.601970+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/predef/library.h:11,
2016-05-22T23:31:41.601973+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/object.h:13,
2016-05-22T23:31:41.601971+00:00 app[run.8824]:                  from /app/vendor/groonga/include/msgpack/sysdep.h:13,
2016-05-22T23:31:41.601977+00:00 app[run.8824]:  # define assert(expr)       \
2016-05-22T23:31:43.489150+00:00 app[run.8824]:   CC       ii.lo
2016-05-22T23:31:48.894621+00:00 app[run.8824]:   CC       index_column.lo
2016-05-22T23:31:50.290012+00:00 app[run.8824]:   CC       io.lo
2016-05-22T23:31:55.714484+00:00 app[run.8824]:   CC       logger.lo
2016-05-22T23:31:56.850715+00:00 app[run.8824]:   CC       mrb.lo
2016-05-22T23:31:57.631480+00:00 app[run.8824]:   CC       nfkc.lo
2016-05-22T23:31:58.116184+00:00 app[run.8824]:   CC       normalizer.lo
2016-05-22T23:31:58.505101+00:00 heroku[run.8824]: Process running mem=801M(154.1%)
2016-05-22T23:31:58.505101+00:00 heroku[run.8824]: Error R14 (Memory quota exceeded)
2016-05-22T23:32:00.211069+00:00 app[run.8824]:   CC       obj.lo
2016-05-22T23:32:01.774912+00:00 app[run.8824]:   CC       operator.lo
2016-05-22T23:32:07.335830+00:00 app[run.8824]:   CC       output.lo
2016-05-22T23:32:11.065285+00:00 app[run.8824]:   CC       pat.lo
2016-05-22T23:32:16.909384+00:00 app[run.8824]:   CC       plugin.lo
2016-05-22T23:32:19.001825+00:00 app[run.8824]:   CC       proc.lo
2016-05-22T23:32:19.358291+00:00 app[run.8824]: Error waiting for process to terminate: No child processes
2016-05-22T23:32:19.328656+00:00 heroku[run.8824]: Error R15 (Memory quota vastly exceeded)
2016-05-22T23:32:19.328770+00:00 heroku[run.8824]: Stopping process with SIGKILL
2016-05-22T23:32:19.328656+00:00 heroku[run.8824]: Process running mem=1055M(204.7%)
2016-05-22T23:32:20.190495+00:00 heroku[run.8824]: State changed from up to complete
2016-05-22T23:32:20.170850+00:00 heroku[run.8824]: Process exited with status 22

@sugryo
Copy link

sugryo commented May 22, 2016

ログを載せておきます。

@kou
Copy link
Member

kou commented May 23, 2016

ありがとうございます。
make -j4をやめてmakeだけにして試してもらえませんか?同時に複数のジョブを走らせるとより多くメモリーを使うからです。

@sugryo
Copy link

sugryo commented May 23, 2016

make だけにしました。
きちんとビルドができたようです。

@sugryo
Copy link

sugryo commented May 23, 2016

ありがとうございます。
@sue445 もう動くはずですので、もう一度デプロイしてみてください。

@sue445
Copy link
Author

sue445 commented May 23, 2016

@sugryo ありがとうございます。ちょっと試してみます

@sue445
Copy link
Author

sue445 commented May 23, 2016

@sugryo rroonga v6.0.2でHerokuデプロイ成功しました。対応ありがとうございます 🙇
https://circleci.com/gh/sue445/sebastian-badge/322

@sue445 sue445 closed this as completed May 23, 2016
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

No branches or pull requests

3 participants