Skip to content

Instantly share code, notes, and snippets.

@monde
Created February 10, 2012 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monde/1791968 to your computer and use it in GitHub Desktop.
Save monde/1791968 to your computer and use it in GitHub Desktop.
mikemondragon@dragon-hark-mbp 10003 ~/projects/hark/hark (develop)?
$ alias brake
alias brake='bundle exec rake'
mikemondragon@dragon-hark-mbp 10004 ~/projects/hark/hark (develop)?
$ brake --trace ts:rebuild 2>&1 | tee ts.log
** Invoke ts:rebuild (first_time)
** Invoke thinking_sphinx:rebuild (first_time)
** Invoke thinking_sphinx:app_env (first_time)
** Execute thinking_sphinx:app_env
** Execute thinking_sphinx:rebuild
** Invoke thinking_sphinx:index (first_time)
** Invoke thinking_sphinx:app_env
** Execute thinking_sphinx:index
Generating Configuration to /Users/mikemondragon/projects/hark/hark/config/development.sphinx.conf
Sphinx 0.9.9-release (r2117)
Copyright (c) 2001-2009, Andrew Aksyonoff
using config file '/Users/mikemondragon/projects/hark/hark/config/development.sphinx.conf'...
indexing index 'clip_core'...
collected 616391 docs, 126.0 MB
collected 2958237 attr values
sorted 5.9 Mvalues, 100.0% done
WARNING: sort_hits: merge_block_size=100 kb too low, increasing mem_limit may improve performance
sorted 122.7 Mhits, 100.0% done
total 616391 docs, 125962317 bytes
total 84.364 sec, 1493081 bytes/sec, 7306.32 docs/sec
distributed index 'clip' can not be directly indexed; skipping.
indexing index 'standard_collection_index_core'...
collected 92628 docs, 5.8 MB
collected 113860 attr values
sorted 0.2 Mvalues, 100.0% done
sorted 5.8 Mhits, 100.0% done
total 92628 docs, 5768622 bytes
total 3.375 sec, 1708905 bytes/sec, 27440.26 docs/sec
distributed index 'standard_collection_index' can not be directly indexed; skipping.
total 5833 reads, 0.238 sec, 116.9 kb/call avg, 0.0 msec/call avg
total 1680 writes, 6.954 sec, 902.0 kb/call avg, 4.1 msec/call avg
** Invoke thinking_sphinx:start (first_time)
** Invoke thinking_sphinx:app_env
** Execute thinking_sphinx:start
** Execute ts:rebuild
Started successfully (pid 13568).
Loaded suite /Users/mikemondragon/.rvm/gems/ruby-1.9.2-p290/bin/rake
Started
Finished in 0.001921 seconds.
0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 3936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment