Created
August 13, 2014 18:10
-
-
Save 0x6e6562/b891bc8bd02bdfe28b8b to your computer and use it in GitHub Desktop.
gocql Travis Build 371 v1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using worker: worker-linux-11-2.bb.travis-ci.org:travis-linux-2 | |
$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 652, done. | |
remote: Compressing objects: 100% (347/347), done. | |
remote: Total 652 (delta 388), reused 558 (delta 304) | |
Receiving objects: 100% (652/652), 271.73 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (388/388), done. | |
Checking connectivity... done. | |
$ cd gocql/gocql | |
$ git fetch origin +refs/pull/231/merge: | |
remote: Counting objects: 4, done. | |
remote: Compressing objects: 100% (4/4), done. | |
remote: Total 4 (delta 3), reused 1 (delta 0) | |
Unpacking objects: 100% (4/4), done. | |
From git://github.com/gocql/gocql | |
* branch refs/pull/231/merge -> FETCH_HEAD | |
$ git checkout -qf FETCH_HEAD | |
Setting environment variables from .travis.yml | |
$ export CASS=2.0.9 | |
$ gvm get | |
Your branch is up-to-date with 'origin/master'. | |
remote: Counting objects: 65, done. | |
remote: Compressing objects: 100% (32/32), done. | |
remote: Total 65 (delta 31), reused 53 (delta 27) | |
Unpacking objects: 100% (65/65), done. | |
From https://github.com/moovweb/gvm | |
b914f5a..e5a06b5 master -> origin/master | |
* [new tag] 1.0.22 -> 1.0.22 | |
From https://github.com/moovweb/gvm | |
* [new tag] 1.0.21 -> 1.0.21 | |
Updating b914f5a..e5a06b5 | |
Fast-forward | |
.travis.yml | 9 +++-- | |
README | 2 ++ | |
README.md | 4 ++- | |
Rakefile | 42 ++++++++++++++-------- | |
VERSION | 2 +- | |
binscripts/gvm-installer | 22 ++++++------ | |
scripts/cross | 6 ++-- | |
scripts/gvm-check | 36 ++++++++++++------- | |
scripts/install | 35 +++++++++--------- | |
.../gvm_install_1.2_preferbinary_comment_test.sh | 2 +- | |
10 files changed, 99 insertions(+), 61 deletions(-) | |
$ gvm update && source $HOME/.gvm/scripts/gvm | |
pulling from https://go.googlecode.com/hg/ | |
searching for changes | |
adding changesets | |
adding manifests | |
adding file changes | |
added 342 changesets with 1074 changes to 655 files (+1 heads) | |
(run 'hg heads' to see heads) | |
$ gvm install go1.3 --binary || gvm install go1.3 | |
Already installed! | |
$ gvm use go1.3 | |
Now using version go1.3 | |
$ export GOPATH=$HOME/gopath:$GOPATH | |
$ mkdir -p $HOME/gopath/src/github.com/gocql | |
$ cp -r $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/gocql/gocql | |
$ export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/gocql/gocql | |
$ cd $HOME/gopath/src/github.com/gocql/gocql | |
$ gvm version | |
Go Version Manager v1.0.22 installed at /home/travis/.gvm | |
$ go version | |
go version go1.3 linux/amd64 | |
$ go env | |
GOARCH="amd64" | |
GOBIN="" | |
GOCHAR="6" | |
GOEXE="" | |
GOHOSTARCH="amd64" | |
GOHOSTOS="linux" | |
GOOS="linux" | |
GOPATH="/home/travis/gopath:/home/travis/.gvm/pkgsets/go1.3/global" | |
GORACE="" | |
GOROOT="/home/travis/.gvm/gos/go1.3" | |
GOTOOLDIR="/home/travis/.gvm/gos/go1.3/pkg/tool/linux_amd64" | |
CC="gcc" | |
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0" | |
CXX="g++" | |
CGO_ENABLED="1" | |
$ go get -v ./... | |
code.google.com/p/snappy-go (download) | |
github.com/golang/groupcache (download) | |
Fetching https://speter.net/go/exp/math/dec/inf?go-get=1 | |
Parsing meta tags from https://speter.net/go/exp/math/dec/inf?go-get=1 (status code 200) | |
get "speter.net/go/exp/math/dec/inf": found meta tag main.metaImport{Prefix:"speter.net/go/exp/math/dec/inf", VCS:"git", RepoRoot:"https://code.google.com/p/go-decimal-inf.exp"} at https://speter.net/go/exp/math/dec/inf?go-get=1 | |
speter.net/go/exp/math/dec/inf (download) | |
code.google.com/p/snappy-go/snappy | |
github.com/golang/groupcache/lru | |
speter.net/go/exp/math/dec/inf | |
github.com/gocql/gocql | |
$ sudo apt-get install -y libjna-java python-pip | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following package was automatically installed and is no longer required: | |
libgeos-3.2.2 | |
Use 'apt-get autoremove' to remove them. | |
The following extra packages will be installed: | |
python-setuptools | |
Suggested packages: | |
libjna-java-doc | |
The following NEW packages will be installed: | |
libjna-java python-pip python-setuptools | |
0 upgraded, 3 newly installed, 0 to remove and 102 not upgraded. | |
Need to get 952 kB of archives. | |
After this operation, 2,102 kB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe libjna-java amd64 3.2.7-4 [416 kB] | |
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main python-setuptools all 0.6.24-1ubuntu1 [441 kB] | |
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-pip all 1.0-1build1 [95.1 kB] | |
Fetched 952 kB in 0s (4,777 kB/s) | |
Selecting previously unselected package libjna-java. | |
(Reading database ... 69157 files and directories currently installed.) | |
Unpacking libjna-java (from .../libjna-java_3.2.7-4_amd64.deb) ... | |
Selecting previously unselected package python-setuptools. | |
Unpacking python-setuptools (from .../python-setuptools_0.6.24-1ubuntu1_all.deb) ... | |
Selecting previously unselected package python-pip. | |
Unpacking python-pip (from .../python-pip_1.0-1build1_all.deb) ... | |
Processing triggers for man-db ... | |
Setting up libjna-java (3.2.7-4) ... | |
Setting up python-setuptools (0.6.24-1ubuntu1) ... | |
Setting up python-pip (1.0-1build1) ... | |
$ sudo pip install cql PyYAML six | |
Downloading/unpacking cql | |
Downloading cql-1.4.0.tar.gz (76kB): 76kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/cql/setup.py) egg_info for package cql | |
Downloading/unpacking PyYAML | |
Downloading PyYAML-3.11.tar.gz (248kB): 248kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/PyYAML/setup.py) egg_info for package PyYAML | |
Downloading/unpacking six | |
Downloading six-1.7.3-py2.py3-none-any.whl | |
Downloading/unpacking thrift (from cql) | |
Downloading thrift-0.9.1.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/thrift/setup.py) egg_info for package thrift | |
Installing collected packages: cql, PyYAML, six, thrift | |
Running setup.py install for cql | |
Running setup.py install for PyYAML | |
checking if libyaml is compilable | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | |
checking if libyaml is linkable | |
gcc -pthread build/temp.linux-x86_64-2.7/check_libyaml.o -lyaml -o build/temp.linux-x86_64-2.7/check_libyaml | |
building '_yaml' extension | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o | |
In file included from ext/_yaml.c:343:0: | |
ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default] | |
/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: | |
ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: | |
ext/_yaml.c:2471:5: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [enabled by default] | |
/usr/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ | |
ext/_yaml.c:2664:5: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:4938:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:6737:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *��� | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’: | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: | |
ext/_yaml.c:9532:3: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: | |
ext/_yaml.c:11721:3: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [enabled by default] | |
/usr/include/yaml.h:1829:1: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: | |
ext/_yaml.c:12898:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
ext/_yaml.c:12991:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
ext/_yaml.c:13248:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: | |
ext/_yaml.c:15784:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
ext/_yaml.c:15877:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’: | |
ext/_yaml.c:16616:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/ext/_yaml.o -lyaml -o build/lib.linux-x86_64-2.7/_yaml.so | |
Running setup.py install for thrift | |
building 'thrift.protocol.fastbinary' extension | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o | |
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o -o build/lib.linux-x86_64-2.7/thrift/protocol/fastbinary.so | |
/usr/bin/python -O /tmp/tmpftCMnM.py | |
removing /tmp/tmpftCMnM.py | |
Successfully installed cql PyYAML six thrift | |
Cleaning up... | |
$ go get code.google.com/p/go.tools/cmd/vet | |
$ git clone https://github.com/pcmanus/ccm.git | |
Cloning into 'ccm'... | |
remote: Counting objects: 1406, done. | |
remote: Compressing objects: 100% (63/63), done. | |
remote: Total 1406 (delta 36), reused 5 (delta 1) | |
Receiving objects: 100% (1406/1406), 463.23 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (897/897), done. | |
Checking connectivity... done. | |
$ pushd ccm | |
~/gopath/src/github.com/gocql/gocql/ccm ~/gopath/src/github.com/gocql/gocql | |
$ sudo ./setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
creating ccm.egg-info | |
writing requirements to ccm.egg-info/requires.txt | |
writing ccm.egg-info/PKG-INFO | |
writing top-level names to ccm.egg-info/top_level.txt | |
writing dependency_links to ccm.egg-info/dependency_links.txt | |
writing requirements to ccm.egg-info/requires.txt | |
writing ccm.egg-info/PKG-INFO | |
writing top-level names to ccm.egg-info/top_level.txt | |
writing dependency_links to ccm.egg-info/dependency_links.txt | |
writing manifest file 'ccm.egg-info/SOURCES.txt' | |
reading manifest file 'ccm.egg-info/SOURCES.txt' | |
writing manifest file 'ccm.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-x86_64/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/node.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/__init__.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/repository.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/cli_session.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/bulkloader.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/cluster.py -> build/lib.linux-x86_64-2.7/ccmlib | |
copying ccmlib/common.py -> build/lib.linux-x86_64-2.7/ccmlib | |
creating build/lib.linux-x86_64-2.7/ccmlib/cmds | |
copying ccmlib/cmds/node_cmds.py -> build/lib.linux-x86_64-2.7/ccmlib/cmds | |
copying ccmlib/cmds/__init__.py -> build/lib.linux-x86_64-2.7/ccmlib/cmds | |
copying ccmlib/cmds/command.py -> build/lib.linux-x86_64-2.7/ccmlib/cmds | |
copying ccmlib/cmds/cluster_cmds.py -> build/lib.linux-x86_64-2.7/ccmlib/cmds | |
creating build/bdist.linux-x86_64 | |
creating build/bdist.linux-x86_64/egg | |
creating build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/node.py -> build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/__init__.py -> build/bdist.linux-x86_64/egg/ccmlib | |
creating build/bdist.linux-x86_64/egg/ccmlib/cmds | |
copying build/lib.linux-x86_64-2.7/ccmlib/cmds/node_cmds.py -> build/bdist.linux-x86_64/egg/ccmlib/cmds | |
copying build/lib.linux-x86_64-2.7/ccmlib/cmds/__init__.py -> build/bdist.linux-x86_64/egg/ccmlib/cmds | |
copying build/lib.linux-x86_64-2.7/ccmlib/cmds/command.py -> build/bdist.linux-x86_64/egg/ccmlib/cmds | |
copying build/lib.linux-x86_64-2.7/ccmlib/cmds/cluster_cmds.py -> build/bdist.linux-x86_64/egg/ccmlib/cmds | |
copying build/lib.linux-x86_64-2.7/ccmlib/repository.py -> build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/cli_session.py -> build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/bulkloader.py -> build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/cluster.py -> build/bdist.linux-x86_64/egg/ccmlib | |
copying build/lib.linux-x86_64-2.7/ccmlib/common.py -> build/bdist.linux-x86_64/egg/ccmlib | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/node.py to node.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cmds/node_cmds.py to node_cmds.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cmds/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cmds/command.py to command.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cmds/cluster_cmds.py to cluster_cmds.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/repository.py to repository.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cli_session.py to cli_session.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/bulkloader.py to bulkloader.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/cluster.py to cluster.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/common.py to common.pyc | |
creating build/bdist.linux-x86_64/egg/EGG-INFO | |
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
running install_scripts | |
running build_scripts | |
creating build/scripts-2.7 | |
copying and adjusting ccm -> build/scripts-2.7 | |
changing mode of build/scripts-2.7/ccm from 644 to 755 | |
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
copying build/scripts-2.7/ccm -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/ccm to 755 | |
copying ccm.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying ccm.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying ccm.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying ccm.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying ccm.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
zip_safe flag not set; analyzing archive contents... | |
creating dist | |
creating 'dist/ccm-1.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it | |
removing 'build/bdist.linux-x86_64/egg' (and everything under it) | |
Processing ccm-1.1-py2.7.egg | |
Copying ccm-1.1-py2.7.egg to /usr/local/lib/python2.7/dist-packages | |
Adding ccm 1.1 to easy-install.pth file | |
Installing ccm script to /usr/local/bin | |
Installed /usr/local/lib/python2.7/dist-packages/ccm-1.1-py2.7.egg | |
Processing dependencies for ccm==1.1 | |
Searching for six==1.7.3 | |
Best match: six 1.7.3 | |
Adding six 1.7.3 to easy-install.pth file | |
Using /usr/local/lib/python2.7/dist-packages | |
Searching for PyYAML==3.11 | |
Best match: PyYAML 3.11 | |
Adding PyYAML 3.11 to easy-install.pth file | |
Using /usr/local/lib/python2.7/dist-packages | |
Finished processing dependencies for ccm==1.1 | |
$ popd | |
~/gopath/src/github.com/gocql/gocql | |
$ bash integration.sh $CASS | |
Downloading http://archive.apache.org/dist/cassandra/2.0.9/apache-cassandra-2.0.9-bin.tar.gz to /tmp/ccm-2Z4gqX.tar.gz (17.120MB) | |
8192 [0.05%] 16384 [0.09%] 24576 [0.14%] 32768 [0.18%] 40960 [0.23%] 49152 [0.27%] 57344 [0.32%] 65536 [0.37%] 73728 [0.41%] 81920 [0.46%] 90112 [0.50%] 98304 [0.55%] 106496 [0.59%] 114688 [0.64%] 122880 [0.68%] 131072 [0.73%] 139264 [0.78%] 147456 [0.82%] 155648 [0.87%] 163840 [0.91%] 172032 [0.96%] 180224 [1.00%] 188416 [1.05%] 196608 [1.10%] 204800 [1.14%] 212992 [1.19%] 221184 [1.23%] 229376 [1.28%] 237568 [1.32%] 245760 [1.37%] 253952 [1.41%] 262144 [1.46%] 270336 [1.51%] 278528 [1.55%] 286720 [1.60%] 294912 [1.64%] 303104 [1.69%] 311296 [1.73%] 319488 [1.78%] 327680 [1.83%] 335872 [1.87%] 344064 [1.92%] 352256 [1.96%] 360448 [2.01%] 368640 [2.05%] 376832 [2.10%] 385024 [2.14%] 393216 [2.19%] 401408 [2.24%] 409600 [2.28%] 417792 [2.33%] 425984 [2.37%] 434176 [2.42%] 442368 [2.46%] 450560 [2.51%] 458752 [2.56%] 466944 [2.60%] 475136 [2.65%] 483328 [2.69%] 491520 [2.74%] 499712 [2.78%] 507904 [2.83%] 516096 [2.87%] 524288 [2.92%] 532480 [2.97%] 540672 [3.01%] 548864 [3.06%] 557056 [3.10%] 565248 [3.15%] 573440 [3.19%] 581632 [3.24%] 589824 [3.29%] 598016 [3.33%] 606208 [3.38%] 614400 [3.42%] 622592 [3.47%] 630784 [3.51%] 638976 [3.56%] 647168 [3.61%] 655360 [3.65%] 663552 [3.70%] 671744 [3.74%] 679936 [3.79%] 688128 [3.83%] 696320 [3.88%] 704512 [3.92%] 712704 [3.97%] 720896 [4.02%] 729088 [4.06%] 737280 [4.11%] 745472 [4.15%] 753664 [4.20%] 761856 [4.24%] 770048 [4.29%] 778240 [4.34%] 786432 [4.38%] 794624 [4.43%] 802816 [4.47%] 811008 [4.52%] 819200 [4.56%] 827392 [4.61%] 835584 [4.65%] 843776 [4.70%] 851968 [4.75%] 860160 [4.79%] 868352 [4.84%] 876544 [4.88%] 884736 [4.93%] 892928 [4.97%] 901120 [5.02%] 909312 [5.07%] 917504 [5.11%] 925696 [5.16%] 933888 [5.20%] 942080 [5.25%] 950272 [5.29%] 958464 [5.34%] 966656 [5.38%] 974848 [5.43%] 983040 [5.48%] 991232 [5.52%] 999424 [5.57%] 1007616 [5.61%] 1015808 [5.66%] 1024000 [5.70%] 1032192 [5.75%] 1040384 [5.80%] 1048576 [5.84%] 1056768 [5.89%] 1064960 [5.93%] 1073152 [5.98%] 1081344 [6.02%] 1089536 [6.07%] 1097728 [6.12%] 1105920 [6.16%] 1114112 [6.21%] 1122304 [6.25%] 1130496 [6.30%] 1138688 [6.34%] 1146880 [6.39%] 1155072 [6.43%] 1163264 [6.48%] 1171456 [6.53%] 1179648 [6.57%] 1187840 [6.62%] 1196032 [6.66%] 1204224 [6.71%] 1212416 [6.75%] 1220608 [6.80%] 1228800 [6.85%] 1236992 [6.89%] 1245184 [6.94%] 1253376 [6.98%] 1261568 [7.03%] 1269760 [7.07%] 1277952 [7.12%] 1286144 [7.16%] 1294336 [7.21%] 1302528 [7.26%] 1310720 [7.30%] 1318912 [7.35%] 1327104 [7.39%] 1335296 [7.44%] 1343488 [7.48%] 1351680 [7.53%] 1359872 [7.58%] 1368064 [7.62%] 1376256 [7.67%] 1384448 [7.71%] 1392640 [7.76%] 1400832 [7.80%] 1409024 [7.85%] 1417216 [7.89%] 1425408 [7.94%] 1433600 [7.99%] 1441792 [8.03%] 1449984 [8.08%] 1458176 [8.12%] 1466368 [8.17%] 1474560 [8.21%] 1482752 [8.26%] 1490944 [8.31%] 1499136 [8.35%] 1507328 [8.40%] 1515520 [8.44%] 1523712 [8.49%] 1531904 [8.53%] 1540096 [8.58%] 1548288 [8.62%] 1556480 [8.67%] 1564672 [8.72%] 1572864 [8.76%] 1581056 [8.81%] 1589248 [8.85%] 1597440 [8.90%] 1605632 [8.94%] 1613824 [8.99%] 1622016 [9.04%] 1630208 [9.08%] 1638400 [9.13%] 1646592 [9.17%] 1654784 [9.22%] 1662976 [9.26%] 1671168 [9.31%] 1679360 [9.36%] 1687552 [9.40%] 1695744 [9.45%] 1703936 [9.49%] 1712128 [9.54%] 1720320 [9.58%] 1728512 [9.63%] 1736704 [9.67%] 1744896 [9.72%] 1753088 [9.77%] 1761280 [9.81%] 1769472 [9.86%] 1777664 [9.90%] 1785856 [9.95%] 1794048 [9.99%] 1802240 [10.04%] 1810432 [10.09%] 1818624 [10.13%] 1826816 [10.18%] 1835008 [10.22%] 1843200 [10.27%] 1851392 [10.31%] 1859584 [10.36%] 1867776 [10.40%] 1875968 [10.45%] 1884160 [10.50%] 1892352 [10.54%] 1900544 [10.59%] 1908736 [10.63%] 1916928 [10.68%] 1925120 [10.72%] 1933312 [10.77%] 1941504 [10.82%] 1949696 [10.86%] 1957888 [10.91%] 1966080 [10.95%] 1974272 [11.00%] 1982464 [11.04%] 1990656 [11.09%] 1998848 [11.13%] 2007040 [11.18%] 2015232 [11.23%] 2023424 [11.27%] 2031616 [11.32%] 2039808 [11.36%] 2048000 [11.41%] 2056192 [11.45%] 2064384 [11.50%] 2072576 [11.55%] 2080768 [11.59%] 2088960 [11.64%] 2097152 [11.68%] 2105344 [11.73%] 2113536 [11.77%] 2121728 [11.82%] 2129920 [11.86%] 2138112 [11.91%] 2146304 [11.96%] 2154496 [12.00%] 2162688 [12.05%] 2170880 [12.09%] 2179072 [12.14%] 2187264 [12.18%] 2195456 [12.23%] 2203648 [12.28%] 2211840 [12.32%] 2220032 [12.37%] 2228224 [12.41%] 2236416 [12.46%] 2244608 [12.50%] 2252800 [12.55%] 2260992 [12.60%] 2269184 [12.64%] 2277376 [12.69%] 2285568 [12.73%] 2293760 [12.78%] 2301952 [12.82%] 2310144 [12.87%] 2318336 [12.91%] 2326528 [12.96%] 2334720 [13.01%] 2342912 [13.05%] 2351104 [13.10%] 2359296 [13.14%] 2367488 [13.19%] 2375680 [13.23%] 2383872 [13.28%] 2392064 [13.33%] 2400256 [13.37%] 2408448 [13.42%] 2416640 [13.46%] 2424832 [13.51%] 2433024 [13.55%] 2441216 [13.60%] 2449408 [13.64%] 2457600 [13.69%] 2465792 [13.74%] 2473984 [13.78%] 2482176 [13.83%] 2490368 [13.87%] 2498560 [13.92%] 2506752 [13.96%] 2514944 [14.01%] 2523136 [14.06%] 2531328 [14.10%] 2539520 [14.15%] 2547712 [14.19%] 2555904 [14.24%] 2564096 [14.28%] 2572288 [14.33%] 2580480 [14.37%] 2588672 [14.42%] 2596864 [14.47%] 2605056 [14.51%] 2613248 [14.56%] 2621440 [14.60%] 2629632 [14.65%] 2637824 [14.69%] 2646016 [14.74%] 2654208 [14.79%] 2662400 [14.83%] 2670592 [14.88%] 2678784 [14.92%] 2686976 [14.97%] 2695168 [15.01%] 2703360 [15.06%] 2711552 [15.11%] 2719744 [15.15%] 2727936 [15.20%] 2736128 [15.24%] 2744320 [15.29%] 2752512 [15.33%] 2760704 [15.38%] 2768896 [15.42%] 2777088 [15.47%] 2785280 [15.52%] 2793472 [15.56%] 2801664 [15.61%] 2809856 [15.65%] 2818048 [15.70%] 2826240 [15.74%] 2834432 [15.79%] 2842624 [15.84%] 2850816 [15.88%] 2859008 [15.93%] 2867200 [15.97%] 2875392 [16.02%] 2883584 [16.06%] 2891776 [16.11%] 2899968 [16.15%] 2908160 [16.20%] 2916352 [16.25%] 2924544 [16.29%] 2932736 [16.34%] 2940928 [16.38%] 2949120 [16.43%] 2957312 [16.47%] 2965504 [16.52%] 2973696 [16.57%] 2981888 [16.61%] 2990080 [16.66%] 2998272 [16.70%] 3006464 [16.75%] 3014656 [16.79%] 3022848 [16.84%] 3031040 [16.88%] 3039232 [16.93%] 3047424 [16.98%] 3055616 [17.02%] 3063808 [17.07%] 3072000 [17.11%] 3080192 [17.16%] 3088384 [17.20%] 3096576 [17.25%] 3104768 [17.30%] 3112960 [17.34%] 3121152 [17.39%] 3129344 [17.43%] 3137536 [17.48%] 3145728 [17.52%] 3153920 [17.57%] 3162112 [17.61%] 3170304 [17.66%] 3178496 [17.71%] 3186688 [17.75%] 3194880 [17.80%] 3203072 [17.84%] 3211264 [17.89%] 3219456 [17.93%] 3227648 [17.98%] 3235840 [18.03%] 3244032 [18.07%] 3252224 [18.12%] 3260416 [18.16%] 3268608 [18.21%] 3276800 [18.25%] 3284992 [18.30%] 3293184 [18.35%] 3301376 [18.39%] 3309568 [18.44%] 3317760 [18.48%] 3325952 [18.53%] 3334144 [18.57%] 3342336 [18.62%] 3350528 [18.66%] 3358720 [18.71%] 3366912 [18.76%] 3375104 [18.80%] 3383296 [18.85%] 3391488 [18.89%] 3399680 [18.94%] 3407872 [18.98%] 3416064 [19.03%] 3424256 [19.08%] 3432448 [19.12%] 3440640 [19.17%] 3448832 [19.21%] 3457024 [19.26%] 3465216 [19.30%] 3473408 [19.35%] 3481600 [19.39%] 3489792 [19.44%] 3497984 [19.49%] 3506176 [19.53%] 3514368 [19.58%] 3522560 [19.62%] 3530752 [19.67%] 3538944 [19.71%] 3547136 [19.76%] 3555328 [19.81%] 3563520 [19.85%] 3571712 [19.90%] 3579904 [19.94%] 3588096 [19.99%] 3596288 [20.03%] 3604480 [20.08%] 3612672 [20.12%] 3620864 [20.17%] 3629056 [20.22%] 3637248 [20.26%] 3645440 [20.31%] 3653632 [20.35%] 3661824 [20.40%] 3670016 [20.44%] 3678208 [20.49%] 3686400 [20.54%] 3694592 [20.58%] 3702784 [20.63%] 3710976 [20.67%] 3719168 [20.72%] 3727360 [20.76%] 3735552 [20.81%] 3743744 [20.86%] 3751936 [20.90%] 3760128 [20.95%] 3768320 [20.99%] 3776512 [21.04%] 3784704 [21.08%] 3792896 [21.13%] 3801088 [21.17%] 3809280 [21.22%] 3817472 [21.27%] 3825664 [21.31%] 3833856 [21.36%] 3842048 [21.40%] 3850240 [21.45%] 3858432 [21.49%] 3866624 [21.54%] 3874816 [21.59%] 3883008 [21.63%] 3891200 [21.68%] 3899392 [21.72%] 3907584 [21.77%] 3915776 [21.81%] 3923968 [21.86%] 3932160 [21.90%] 3940352 [21.95%] 3948544 [22.00%] 3956736 [22.04%] 3964928 [22.09%] 3973120 [22.13%] 3981312 [22.18%] 3989504 [22.22%] 3997696 [22.27%] 4005888 [22.32%] 4014080 [22.36%] 4022272 [22.41%] 4030464 [22.45%] 4038656 [22.50%] 4046848 [22.54%] 4055040 [22.59%] 4063232 [22.63%] 4071424 [22.68%] 4079616 [22.73%] 4087808 [22.77%] 4096000 [22.82%] 4104192 [22.86%] 4112384 [22.91%] 4120576 [22.95%] 4128768 [23.00%] 4136960 [23.05%] 4145152 [23.09%] 4153344 [23.14%] 4161536 [23.18%] 4169728 [23.23%] 4177920 [23.27%] 4186112 [23.32%] 4194304 [23.36%] 4202496 [23.41%] 4210688 [23.46%] 4218880 [23.50%] 4227072 [23.55%] 4235264 [23.59%] 4243456 [23.64%] 4251648 [23.68%] 4259840 [23.73%] 4268032 [23.78%] 4276224 [23.82%] 4284416 [23.87%] 4292608 [23.91%] 4300800 [23.96%] 4308992 [24.00%] 4317184 [24.05%] 4325376 [24.10%] 4333568 [24.14%] 4341760 [24.19%] 4349952 [24.23%] 4358144 [24.28%] 4366336 [24.32%] 4374528 [24.37%] 4382720 [24.41%] 4390912 [24.46%] 4399104 [24.51%] 4407296 [24.55%] 4415488 [24.60%] 4423680 [24.64%] 4431872 [24.69%] 4440064 [24.73%] 4448256 [24.78%] 4456448 [24.83%] 4464640 [24.87%] 4472832 [24.92%] 4481024 [24.96%] 4489216 [25.01%] 4497408 [25.05%] 4505600 [25.10%] 4513792 [25.14%] 4521984 [25.19%] 4530176 [25.24%] 4538368 [25.28%] 4546560 [25.33%] 4554752 [25.37%] 4562944 [25.42%] 4571136 [25.46%] 4579328 [25.51%] 4587520 [25.56%] 4595712 [25.60%] 4603904 [25.65%] 4612096 [25.69%] 4620288 [25.74%] 4628480 [25.78%] 4636672 [25.83%] 4644864 [25.87%] 4653056 [25.92%] 4661248 [25.97%] 4669440 [26.01%] 4677632 [26.06%] 4685824 [26.10%] 4694016 [26.15%] 4702208 [26.19%] 4710400 [26.24%] 4718592 [26.29%] 4726784 [26.33%] 4734976 [26.38%] 4743168 [26.42%] 4751360 [26.47%] 4759552 [26.51%] 4767744 [26.56%] 4775936 [26.60%] 4784128 [26.65%] 4792320 [26.70%] 4800512 [26.74%] 4808704 [26.79%] 4816896 [26.83%] 4825088 [26.88%] 4833280 [26.92%] 4841472 [26.97%] 4849664 [27.02%] 4857856 [27.06%] 4866048 [27.11%] 4874240 [27.15%] 4882432 [27.20%] 4890624 [27.24%] 4898816 [27.29%] 4907008 [27.34%] 4915200 [27.38%] 4923392 [27.43%] 4931584 [27.47%] 4939776 [27.52%] 4947968 [27.56%] 4956160 [27.61%] 4964352 [27.65%] 4972544 [27.70%] 4980736 [27.75%] 4988928 [27.79%] 4997120 [27.84%] 5005312 [27.88%] 5013504 [27.93%] 5021696 [27.97%] 5029888 [28.02%] 5038080 [28.07%] 5046272 [28.11%] 5054464 [28.16%] 5062656 [28.20%] 5070848 [28.25%] 5079040 [28.29%] 5087232 [28.34%] 5095424 [28.38%] 5103616 [28.43%] 5111808 [28.48%] 5120000 [28.52%] 5128192 [28.57%] 5136384 [28.61%] 5144576 [28.66%] 5152768 [28.70%] 5160960 [28.75%] 5169152 [28.80%] 5177344 [28.84%] 5185536 [28.89%] 5193728 [28.93%] 5201920 [28.98%] 5210112 [29.02%] 5218304 [29.07%] 5226496 [29.11%] 5234688 [29.16%] 5242880 [29.21%] 5251072 [29.25%] 5259264 [29.30%] 5267456 [29.34%] 5275648 [29.39%] 5283840 [29.43%] 5292032 [29.48%] 5300224 [29.53%] 5308416 [29.57%] 5316608 [29.62%] 5324800 [29.66%] 5332992 [29.71%] 5341184 [29.75%] 5349376 [29.80%] 5357568 [29.85%] 5365760 [29.89%] 5373952 [29.94%] 5382144 [29.98%] 5390336 [30.03%] 5398528 [30.07%] 5406720 [30.12%] 5414912 [30.16%] 5423104 [30.21%] 5431296 [30.26%] 5439488 [30.30%] 5447680 [30.35%] 5455872 [30.39%] 5464064 [30.44%] 5472256 [30.48%] 5480448 [30.53%] 5488640 [30.58%] 5496832 [30.62%] 5505024 [30.67%] 5513216 [30.71%] 5521408 [30.76%] 5529600 [30.80%] 5537792 [30.85%] 5545984 [30.89%] 5554176 [30.94%] 5562368 [30.99%] 5570560 [31.03%] 5578752 [31.08%] 5586944 [31.12%] 5595136 [31.17%] 5603328 [31.21%] 5611520 [31.26%] 5619712 [31.31%] 5627904 [31.35%] 5636096 [31.40%] 5644288 [31.44%] 5652480 [31.49%] 5660672 [31.53%] 5668864 [31.58%] 5677056 [31.62%] 5685248 [31.67%] 5693440 [31.72%] 5701632 [31.76%] 5709824 [31.81%] 5718016 [31.85%] 5726208 [31.90%] 5734400 [31.94%] 5742592 [31.99%] 5750784 [32.04%] 5758976 [32.08%] 5767168 [32.13%] 5775360 [32.17%] 5783552 [32.22%] 5791744 [32.26%] 5799936 [32.31%] 5808128 [32.35%] 5816320 [32.40%] 5824512 [32.45%] 5832704 [32.49%] 5840896 [32.54%] 5849088 [32.58%] 5857280 [32.63%] 5865472 [32.67%] 5873664 [32.72%] 5881856 [32.77%] 5890048 [32.81%] 5898240 [32.86%] 5906432 [32.90%] 5914624 [32.95%] 5922816 [32.99%] 5931008 [33.04%] 5939200 [33.09%] 5947392 [33.13%] 5955584 [33.18%] 5963776 [33.22%] 5971968 [33.27%] 5980160 [33.31%] 5988352 [33.36%] 5996544 [33.40%] 6004736 [33.45%] 6012928 [33.50%] 6021120 [33.54%] 6029312 [33.59%] 6037504 [33.63%] 6045696 [33.68%] 6053888 [33.72%] 6062080 [33.77%] 6070272 [33.82%] 6078464 [33.86%] 6086656 [33.91%] 6094848 [33.95%] 6103040 [34.00%] 6111232 [34.04%] 6119424 [34.09%] 6127616 [34.13%] 6135808 [34.18%] 6144000 [34.23%] 6152192 [34.27%] 6160384 [34.32%] 6168576 [34.36%] 6176768 [34.41%] 6184960 [34.45%] 6193152 [34.50%] 6201344 [34.55%] 6209536 [34.59%] 6217728 [34.64%] 6225920 [34.68%] 6234112 [34.73%] 6242304 [34.77%] 6250496 [34.82%] 6258688 [34.86%] 6266880 [34.91%] 6275072 [34.96%] 6283264 [35.00%] 6291456 [35.05%] 6299648 [35.09%] 6307840 [35.14%] 6316032 [35.18%] 6324224 [35.23%] 6332416 [35.28%] 6340608 [35.32%] 6348800 [35.37%] 6356992 [35.41%] 6365184 [35.46%] 6373376 [35.50%] 6381568 [35.55%] 6389760 [35.59%] 6397952 [35.64%] 6406144 [35.69%] 6414336 [35.73%] 6422528 [35.78%] 6430720 [35.82%] 6438912 [35.87%] 6447104 [35.91%] 6455296 [35.96%] 6463488 [36.01%] 6471680 [36.05%] 6479872 [36.10%] 6488064 [36.14%] 6496256 [36.19%] 6504448 [36.23%] 6512640 [36.28%] 6520832 [36.33%] 6529024 [36.37%] 6537216 [36.42%] 6545408 [36.46%] 6553600 [36.51%] 6561792 [36.55%] 6569984 [36.60%] 6578176 [36.64%] 6586368 [36.69%] 6594560 [36.74%] 6602752 [36.78%] 6610944 [36.83%] 6619136 [36.87%] 6627328 [36.92%] 6635520 [36.96%] 6643712 [37.01%] 6651904 [37.06%] 6660096 [37.10%] 6668288 [37.15%] 6676480 [37.19%] 6684672 [37.24%] 6692864 [37.28%] 6701056 [37.33%] 6709248 [37.37%] 6717440 [37.42%] 6725632 [37.47%] 6733824 [37.51%] 6742016 [37.56%] 6750208 [37.60%] 6758400 [37.65%] 6766592 [37.69%] 6774784 [37.74%] 6782976 [37.79%] 6791168 [37.83%] 6799360 [37.88%] 6807552 [37.92%] 6815744 [37.97%] 6823936 [38.01%] 6832128 [38.06%] 6840320 [38.10%] 6848512 [38.15%] 6856704 [38.20%] 6864896 [38.24%] 6873088 [38.29%] 6881280 [38.33%] 6889472 [38.38%] 6897664 [38.42%] 6905856 [38.47%] 6914048 [38.52%] 6922240 [38.56%] 6930432 [38.61%] 6938624 [38.65%] 6946816 [38.70%] 6955008 [38.74%] 6963200 [38.79%] 6971392 [38.84%] 6979584 [38.88%] 6987776 [38.93%] 6995968 [38.97%] 7004160 [39.02%] 7012352 [39.06%] 7020544 [39.11%] 7028736 [39.15%] 7036928 [39.20%] 7045120 [39.25%] 7053312 [39.29%] 7061504 [39.34%] 7069696 [39.38%] 7077888 [39.43%] 7086080 [39.47%] 7094272 [39.52%] 7102464 [39.57%] 7110656 [39.61%] 7118848 [39.66%] 7127040 [39.70%] 7135232 [39.75%] 7143424 [39.79%] 7151616 [39.84%] 7159808 [39.88%] 7168000 [39.93%] 7176192 [39.98%] 7184384 [40.02%] 7192576 [40.07%] 7200768 [40.11%] 7208960 [40.16%] 7217152 [40.20%] 7225344 [40.25%] 7233536 [40.30%] 7241728 [40.34%] 7249920 [40.39%] 7258112 [40.43%] 7266304 [40.48%] 7274496 [40.52%] 7282688 [40.57%] 7290880 [40.61%] 7299072 [40.66%] 7307264 [40.71%] 7315456 [40.75%] 7323648 [40.80%] 7331840 [40.84%] 7340032 [40.89%] 7348224 [40.93%] 7356416 [40.98%] 7364608 [41.03%] 7372800 [41.07%] 7380992 [41.12%] 7389184 [41.16%] 7397376 [41.21%] 7405568 [41.25%] 7413760 [41.30%] 7421952 [41.34%] 7430144 [41.39%] 7438336 [41.44%] 7446528 [41.48%] 7454720 [41.53%] 7462912 [41.57%] 7471104 [41.62%] 7479296 [41.66%] 7487488 [41.71%] 7495680 [41.76%] 7503872 [41.80%] 7512064 [41.85%] 7520256 [41.89%] 7528448 [41.94%] 7536640 [41.98%] 7544832 [42.03%] 7553024 [42.08%] 7561216 [42.12%] 7569408 [42.17%] 7577600 [42.21%] 7585792 [42.26%] 7593984 [42.30%] 7602176 [42.35%] 7610368 [42.39%] 7618560 [42.44%] 7626752 [42.49%] 7634944 [42.53%] 7643136 [42.58%] 7651328 [42.62%] 7659520 [42.67%] 7667712 [42.71%] 7675904 [42.76%] 7684096 [42.81%] 7692288 [42.85%] 7700480 [42.90%] 7708672 [42.94%] 7716864 [42.99%] 7725056 [43.03%] 7733248 [43.08%] 7741440 [43.12%] 7749632 [43.17%] 7757824 [43.22%] 7766016 [43.26%] 7774208 [43.31%] 7782400 [43.35%] 7790592 [43.40%] 7798784 [43.44%] 7806976 [43.49%] 7815168 [43.54%] 7823360 [43.58%] 7831552 [43.63%] 7839744 [43.67%] 7847936 [43.72%] 7856128 [43.76%] 7864320 [43.81%] 7872512 [43.85%] 7880704 [43.90%] 7888896 [43.95%] 7897088 [43.99%] 7905280 [44.04%] 7913472 [44.08%] 7921664 [44.13%] 7929856 [44.17%] 7938048 [44.22%] 7946240 [44.27%] 7954432 [44.31%] 7962624 [44.36%] 7970816 [44.40%] 7979008 [44.45%] 7987200 [44.49%] 7995392 [44.54%] 8003584 [44.59%] 8011776 [44.63%] 8019968 [44.68%] 8028160 [44.72%] 8036352 [44.77%] 8044544 [44.81%] 8052736 [44.86%] 8060928 [44.90%] 8069120 [44.95%] 8077312 [45.00%] 8085504 [45.04%] 8093696 [45.09%] 8101888 [45.13%] 8110080 [45.18%] 8118272 [45.22%] 8126464 [45.27%] 8134656 [45.32%] 8142848 [45.36%] 8151040 [45.41%] 8159232 [45.45%] 8167424 [45.50%] 8175616 [45.54%] 8183808 [45.59%] 8192000 [45.63%] 8200192 [45.68%] 8208384 [45.73%] 8216576 [45.77%] 8224768 [45.82%] 8232960 [45.86%] 8241152 [45.91%] 8249344 [45.95%] 8257536 [46.00%] 8265728 [46.05%] 8273920 [46.09%] 8282112 [46.14%] 8290304 [46.18%] 8298496 [46.23%] 8306688 [46.27%] 8314880 [46.32%] 8323072 [46.36%] 8331264 [46.41%] 8339456 [46.46%] 8347648 [46.50%] 8355840 [46.55%] 8364032 [46.59%] 8372224 [46.64%] 8380416 [46.68%] 8388608 [46.73%] 8396800 [46.78%] 8404992 [46.82%] 8413184 [46.87%] 8421376 [46.91%] 8429568 [46.96%] 8437760 [47.00%] 8445952 [47.05%] 8454144 [47.09%] 8462336 [47.14%] 8470528 [47.19%] 8478720 [47.23%] 8486912 [47.28%] 8495104 [47.32%] 8503296 [47.37%] 8511488 [47.41%] 8519680 [47.46%] 8527872 [47.51%] 8536064 [47.55%] 8544256 [47.60%] 8552448 [47.64%] 8560640 [47.69%] 8568832 [47.73%] 8577024 [47.78%] 8585216 [47.83%] 8593408 [47.87%] 8601600 [47.92%] 8609792 [47.96%] 8617984 [48.01%] 8626176 [48.05%] 8634368 [48.10%] 8642560 [48.14%] 8650752 [48.19%] 8658944 [48.24%] 8667136 [48.28%] 8675328 [48.33%] 8683520 [48.37%] 8691712 [48.42%] 8699904 [48.46%] 8708096 [48.51%] 8716288 [48.56%] 8724480 [48.60%] 8732672 [48.65%] 8740864 [48.69%] 8749056 [48.74%] 8757248 [48.78%] 8765440 [48.83%] 8773632 [48.87%] 8781824 [48.92%] 8790016 [48.97%] 8798208 [49.01%] 8806400 [49.06%] 8814592 [49.10%] 8822784 [49.15%] 8830976 [49.19%] 8839168 [49.24%] 8847360 [49.29%] 8855552 [49.33%] 8863744 [49.38%] 8871936 [49.42%] 8880128 [49.47%] 8888320 [49.51%] 8896512 [49.56%] 8904704 [49.60%] 8912896 [49.65%] 8921088 [49.70%] 8929280 [49.74%] 8937472 [49.79%] 8945664 [49.83%] 8953856 [49.88%] 8962048 [49.92%] 8970240 [49.97%] 8978432 [50.02%] 8986624 [50.06%] 8994816 [50.11%] 9003008 [50.15%] 9011200 [50.20%] 9019392 [50.24%] 9027584 [50.29%] 9035776 [50.33%] 9043968 [50.38%] 9052160 [50.43%] 9060352 [50.47%] 9068544 [50.52%] 9076736 [50.56%] 9084928 [50.61%] 9093120 [50.65%] 9101312 [50.70%] 9109504 [50.75%] 9117696 [50.79%] 9125888 [50.84%] 9134080 [50.88%] 9142272 [50.93%] 9150464 [50.97%] 9158656 [51.02%] 9166848 [51.07%] 9175040 [51.11%] 9183232 [51.16%] 9191424 [51.20%] 9199616 [51.25%] 9207808 [51.29%] 9216000 [51.34%] 9224192 [51.38%] 9232384 [51.43%] 9240576 [51.48%] 9248768 [51.52%] 9256960 [51.57%] 9265152 [51.61%] 9273344 [51.66%] 9281536 [51.70%] 9289728 [51.75%] 9297920 [51.80%] 9306112 [51.84%] 9314304 [51.89%] 9322496 [51.93%] 9330688 [51.98%] 9338880 [52.02%] 9347072 [52.07%] 9355264 [52.11%] 9363456 [52.16%] 9371648 [52.21%] 9379840 [52.25%] 9388032 [52.30%] 9396224 [52.34%] 9404416 [52.39%] 9412608 [52.43%] 9420800 [52.48%] 9428992 [52.53%] 9437184 [52.57%] 9445376 [52.62%] 9453568 [52.66%] 9461760 [52.71%] 9469952 [52.75%] 9478144 [52.80%] 9486336 [52.84%] 9494528 [52.89%] 9502720 [52.94%] 9510912 [52.98%] 9519104 [53.03%] 9527296 [53.07%] 9535488 [53.12%] 9543680 [53.16%] 9551872 [53.21%] 9560064 [53.26%] 9568256 [53.30%] 9576448 [53.35%] 9584640 [53.39%] 9592832 [53.44%] 9601024 [53.48%] 9609216 [53.53%] 9617408 [53.58%] 9625600 [53.62%] 9633792 [53.67%] 9641984 [53.71%] 9650176 [53.76%] 9658368 [53.80%] 9666560 [53.85%] 9674752 [53.89%] 9682944 [53.94%] 9691136 [53.99%] 9699328 [54.03%] 9707520 [54.08%] 9715712 [54.12%] 9723904 [54.17%] 9732096 [54.21%] 9740288 [54.26%] 9748480 [54.31%] 9756672 [54.35%] 9764864 [54.40%] 9773056 [54.44%] 9781248 [54.49%] 9789440 [54.53%] 9797632 [54.58%] 9805824 [54.62%] 9814016 [54.67%] 9822208 [54.72%] 9830400 [54.76%] 9838592 [54.81%] 9846784 [54.85%] 9854976 [54.90%] 9863168 [54.94%] 9871360 [54.99%] 9879552 [55.04%] 9887744 [55.08%] 9895936 [55.13%] 9904128 [55.17%] 9912320 [55.22%] 9920512 [55.26%] 9928704 [55.31%] 9936896 [55.35%] 9945088 [55.40%] 9953280 [55.45%] 9961472 [55.49%] 9969664 [55.54%] 9977856 [55.58%] 9986048 [55.63%] 9994240 [55.67%] 10002432 [55.72%] 10010624 [55.77%] 10018816 [55.81%] 10027008 [55.86%] 10035200 [55.90%] 10043392 [55.95%] 10051584 [55.99%] 10059776 [56.04%] 10067968 [56.08%] 10076160 [56.13%] 10084352 [56.18%] 10092544 [56.22%] 10100736 [56.27%] 10108928 [56.31%] 10117120 [56.36%] 10125312 [56.40%] 10133504 [56.45%] 10141696 [56.50%] 10149888 [56.54%] 10158080 [56.59%] 10166272 [56.63%] 10174464 [56.68%] 10182656 [56.72%] 10190848 [56.77%] 10199040 [56.82%] 10207232 [56.86%] 10215424 [56.91%] 10223616 [56.95%] 10231808 [57.00%] 10240000 [57.04%] 10248192 [57.09%] 10256384 [57.13%] 10264576 [57.18%] 10272768 [57.23%] 10280960 [57.27%] 10289152 [57.32%] 10297344 [57.36%] 10305536 [57.41%] 10313728 [57.45%] 10321920 [57.50%] 10330112 [57.55%] 10338304 [57.59%] 10346496 [57.64%] 10354688 [57.68%] 10362880 [57.73%] 10371072 [57.77%] 10379264 [57.82%] 10387456 [57.86%] 10395648 [57.91%] 10403840 [57.96%] 10412032 [58.00%] 10420224 [58.05%] 10428416 [58.09%] 10436608 [58.14%] 10444800 [58.18%] 10452992 [58.23%] 10461184 [58.28%] 10469376 [58.32%] 10477568 [58.37%] 10485760 [58.41%] 10493952 [58.46%] 10502144 [58.50%] 10510336 [58.55%] 10518528 [58.59%] 10526720 [58.64%] 10534912 [58.69%] 10543104 [58.73%] 10551296 [58.78%] 10559488 [58.82%] 10567680 [58.87%] 10575872 [58.91%] 10584064 [58.96%] 10592256 [59.01%] 10600448 [59.05%] 10608640 [59.10%] 10616832 [59.14%] 10625024 [59.19%] 10633216 [59.23%] 10641408 [59.28%] 10649600 [59.32%] 10657792 [59.37%] 10665984 [59.42%] 10674176 [59.46%] 10682368 [59.51%] 10690560 [59.55%] 10698752 [59.60%] 10706944 [59.64%] 10715136 [59.69%] 10723328 [59.74%] 10731520 [59.78%] 10739712 [59.83%] 10747904 [59.87%] 10756096 [59.92%] 10764288 [59.96%] 10772480 [60.01%] 10780672 [60.06%] 10788864 [60.10%] 10797056 [60.15%] 10805248 [60.19%] 10813440 [60.24%] 10821632 [60.28%] 10829824 [60.33%] 10838016 [60.37%] 10846208 [60.42%] 10854400 [60.47%] 10862592 [60.51%] 10870784 [60.56%] 10878976 [60.60%] 10887168 [60.65%] 10895360 [60.69%] 10903552 [60.74%] 10911744 [60.79%] 10919936 [60.83%] 10928128 [60.88%] 10936320 [60.92%] 10944512 [60.97%] 10952704 [61.01%] 10960896 [61.06%] 10969088 [61.10%] 10977280 [61.15%] 10985472 [61.20%] 10993664 [61.24%] 11001856 [61.29%] 11010048 [61.33%] 11018240 [61.38%] 11026432 [61.42%] 11034624 [61.47%] 11042816 [61.52%] 11051008 [61.56%] 11059200 [61.61%] 11067392 [61.65%] 11075584 [61.70%] 11083776 [61.74%] 11091968 [61.79%] 11100160 [61.83%] 11108352 [61.88%] 11116544 [61.93%] 11124736 [61.97%] 11132928 [62.02%] 11141120 [62.06%] 11149312 [62.11%] 11157504 [62.15%] 11165696 [62.20%] 11173888 [62.25%] 11182080 [62.29%] 11190272 [62.34%] 11198464 [62.38%] 11206656 [62.43%] 11214848 [62.47%] 11223040 [62.52%] 11231232 [62.57%] 11239424 [62.61%] 11247616 [62.66%] 11255808 [62.70%] 11264000 [62.75%] 11272192 [62.79%] 11280384 [62.84%] 11288576 [62.88%] 11296768 [62.93%] 11304960 [62.98%] 11313152 [63.02%] 11321344 [63.07%] 11329536 [63.11%] 11337728 [63.16%] 11345920 [63.20%] 11354112 [63.25%] 11362304 [63.30%] 11370496 [63.34%] 11378688 [63.39%] 11386880 [63.43%] 11395072 [63.48%] 11403264 [63.52%] 11411456 [63.57%] 11419648 [63.61%] 11427840 [63.66%] 11436032 [63.71%] 11444224 [63.75%] 11452416 [63.80%] 11460608 [63.84%] 11468800 [63.89%] 11476992 [63.93%] 11485184 [63.98%] 11493376 [64.03%] 11501568 [64.07%] 11509760 [64.12%] 11517952 [64.16%] 11526144 [64.21%] 11534336 [64.25%] 11542528 [64.30%] 11550720 [64.34%] 11558912 [64.39%] 11567104 [64.44%] 11575296 [64.48%] 11583488 [64.53%] 11591680 [64.57%] 11599872 [64.62%] 11608064 [64.66%] 11616256 [64.71%] 11624448 [64.76%] 11632640 [64.80%] 11640832 [64.85%] 11649024 [64.89%] 11657216 [64.94%] 11665408 [64.98%] 11673600 [65.03%] 11681792 [65.07%] 11689984 [65.12%] 11698176 [65.17%] 11706368 [65.21%] 11714560 [65.26%] 11722752 [65.30%] 11730944 [65.35%] 11739136 [65.39%] 11747328 [65.44%] 11755520 [65.49%] 11763712 [65.53%] 11771904 [65.58%] 11780096 [65.62%] 11788288 [65.67%] 11796480 [65.71%] 11804672 [65.76%] 11812864 [65.81%] 11821056 [65.85%] 11829248 [65.90%] 11837440 [65.94%] 11845632 [65.99%] 11853824 [66.03%] 11862016 [66.08%] 11870208 [66.12%] 11878400 [66.17%] 11886592 [66.22%] 11894784 [66.26%] 11902976 [66.31%] 11911168 [66.35%] 11919360 [66.40%] 11927552 [66.44%] 11935744 [66.49%] 11943936 [66.54%] 11952128 [66.58%] 11960320 [66.63%] 11968512 [66.67%] 11976704 [66.72%] 11984896 [66.76%] 11993088 [66.81%] 12001280 [66.85%] 12009472 [66.90%] 12017664 [66.95%] 12025856 [66.99%] 12034048 [67.04%] 12042240 [67.08%] 12050432 [67.13%] 12058624 [67.17%] 12066816 [67.22%] 12075008 [67.27%] 12083200 [67.31%] 12091392 [67.36%] 12099584 [67.40%] 12107776 [67.45%] 12115968 [67.49%] 12124160 [67.54%] 12132352 [67.58%] 12140544 [67.63%] 12148736 [67.68%] 12156928 [67.72%] 12165120 [67.77%] 12173312 [67.81%] 12181504 [67.86%] 12189696 [67.90%] 12197888 [67.95%] 12206080 [68.00%] 12214272 [68.04%] 12222464 [68.09%] 12230656 [68.13%] 12238848 [68.18%] 12247040 [68.22%] 12255232 [68.27%] 12263424 [68.32%] 12271616 [68.36%] 12279808 [68.41%] 12288000 [68.45%] 12296192 [68.50%] 12304384 [68.54%] 12312576 [68.59%] 12320768 [68.63%] 12328960 [68.68%] 12337152 [68.73%] 12345344 [68.77%] 12353536 [68.82%] 12361728 [68.86%] 12369920 [68.91%] 12378112 [68.95%] 12386304 [69.00%] 12394496 [69.05%] 12402688 [69.09%] 12410880 [69.14%] 12419072 [69.18%] 12427264 [69.23%] 12435456 [69.27%] 12443648 [69.32%] 12451840 [69.36%] 12460032 [69.41%] 12468224 [69.46%] 12476416 [69.50%] 12484608 [69.55%] 12492800 [69.59%] 12500992 [69.64%] 12509184 [69.68%] 12517376 [69.73%] 12525568 [69.78%] 12533760 [69.82%] 12541952 [69.87%] 12550144 [69.91%] 12558336 [69.96%] 12566528 [70.00%] 12574720 [70.05%] 12582912 [70.09%] 12591104 [70.14%] 12599296 [70.19%] 12607488 [70.23%] 12615680 [70.28%] 12623872 [70.32%] 12632064 [70.37%] 12640256 [70.41%] 12648448 [70.46%] 12656640 [70.51%] 12664832 [70.55%] 12673024 [70.60%] 12681216 [70.64%] 12689408 [70.69%] 12697600 [70.73%] 12705792 [70.78%] 12713984 [70.82%] 12722176 [70.87%] 12730368 [70.92%] 12738560 [70.96%] 12746752 [71.01%] 12754944 [71.05%] 12763136 [71.10%] 12771328 [71.14%] 12779520 [71.19%] 12787712 [71.24%] 12795904 [71.28%] 12804096 [71.33%] 12812288 [71.37%] 12820480 [71.42%] 12828672 [71.46%] 12836864 [71.51%] 12845056 [71.56%] 12853248 [71.60%] 12861440 [71.65%] 12869632 [71.69%] 12877824 [71.74%] 12886016 [71.78%] 12894208 [71.83%] 12902400 [71.87%] 12910592 [71.92%] 12918784 [71.97%] 12926976 [72.01%] 12935168 [72.06%] 12943360 [72.10%] 12951552 [72.15%] 12959744 [72.19%] 12967936 [72.24%] 12976128 [72.29%] 12984320 [72.33%] 12992512 [72.38%] 13000704 [72.42%] 13008896 [72.47%] 13017088 [72.51%] 13025280 [72.56%] 13033472 [72.60%] 13041664 [72.65%] 13049856 [72.70%] 13058048 [72.74%] 13066240 [72.79%] 13074432 [72.83%] 13082624 [72.88%] 13090816 [72.92%] 13099008 [72.97%] 13107200 [73.02%] 13115392 [73.06%] 13123584 [73.11%] 13131776 [73.15%] 13139968 [73.20%] 13148160 [73.24%] 13156352 [73.29%] 13164544 [73.33%] 13172736 [73.38%] 13180928 [73.43%] 13189120 [73.47%] 13197312 [73.52%] 13205504 [73.56%] 13213696 [73.61%] 13221888 [73.65%] 13230080 [73.70%] 13238272 [73.75%] 13246464 [73.79%] 13254656 [73.84%] 13262848 [73.88%] 13271040 [73.93%] 13279232 [73.97%] 13287424 [74.02%] 13295616 [74.06%] 13303808 [74.11%] 13312000 [74.16%] 13320192 [74.20%] 13328384 [74.25%] 13336576 [74.29%] 13344768 [74.34%] 13352960 [74.38%] 13361152 [74.43%] 13369344 [74.48%] 13377536 [74.52%] 13385728 [74.57%] 13393920 [74.61%] 13402112 [74.66%] 13410304 [74.70%] 13418496 [74.75%] 13426688 [74.80%] 13434880 [74.84%] 13443072 [74.89%] 13451264 [74.93%] 13459456 [74.98%] 13467648 [75.02%] 13475840 [75.07%] 13484032 [75.11%] 13492224 [75.16%] 13500416 [75.21%] 13508608 [75.25%] 13516800 [75.30%] 13524992 [75.34%] 13533184 [75.39%] 13541376 [75.43%] 13549568 [75.48%] 13557760 [75.53%] 13565952 [75.57%] 13574144 [75.62%] 13582336 [75.66%] 13590528 [75.71%] 13598720 [75.75%] 13606912 [75.80%] 13615104 [75.84%] 13623296 [75.89%] 13631488 [75.94%] 13639680 [75.98%] 13647872 [76.03%] 13656064 [76.07%] 13664256 [76.12%] 13672448 [76.16%] 13680640 [76.21%] 13688832 [76.26%] 13697024 [76.30%] 13705216 [76.35%] 13713408 [76.39%] 13721600 [76.44%] 13729792 [76.48%] 13737984 [76.53%] 13746176 [76.57%] 13754368 [76.62%] 13762560 [76.67%] 13770752 [76.71%] 13778944 [76.76%] 13787136 [76.80%] 13795328 [76.85%] 13803520 [76.89%] 13811712 [76.94%] 13819904 [76.99%] 13828096 [77.03%] 13836288 [77.08%] 13844480 [77.12%] 13852672 [77.17%] 13860864 [77.21%] 13869056 [77.26%] 13877248 [77.31%] 13885440 [77.35%] 13893632 [77.40%] 13901824 [77.44%] 13910016 [77.49%] 13918208 [77.53%] 13926400 [77.58%] 13934592 [77.62%] 13942784 [77.67%] 13950976 [77.72%] 13959168 [77.76%] 13967360 [77.81%] 13975552 [77.85%] 13983744 [77.90%] 13991936 [77.94%] 14000128 [77.99%] 14008320 [78.04%] 14016512 [78.08%] 14024704 [78.13%] 14032896 [78.17%] 14041088 [78.22%] 14049280 [78.26%] 14057472 [78.31%] 14065664 [78.35%] 14073856 [78.40%] 14082048 [78.45%] 14090240 [78.49%] 14098432 [78.54%] 14106624 [78.58%] 14114816 [78.63%] 14123008 [78.67%] 14131200 [78.72%] 14139392 [78.77%] 14147584 [78.81%] 14155776 [78.86%] 14163968 [78.90%] 14172160 [78.95%] 14180352 [78.99%] 14188544 [79.04%] 14196736 [79.08%] 14204928 [79.13%] 14213120 [79.18%] 14221312 [79.22%] 14229504 [79.27%] 14237696 [79.31%] 14245888 [79.36%] 14254080 [79.40%] 14262272 [79.45%] 14270464 [79.50%] 14278656 [79.54%] 14286848 [79.59%] 14295040 [79.63%] 14303232 [79.68%] 14311424 [79.72%] 14319616 [79.77%] 14327808 [79.81%] 14336000 [79.86%] 14344192 [79.91%] 14352384 [79.95%] 14360576 [80.00%] 14368768 [80.04%] 14376960 [80.09%] 14385152 [80.13%] 14393344 [80.18%] 14401536 [80.23%] 14409728 [80.27%] 14417920 [80.32%] 14426112 [80.36%] 14434304 [80.41%] 14442496 [80.45%] 14450688 [80.50%] 14458880 [80.55%] 14467072 [80.59%] 14475264 [80.64%] 14483456 [80.68%] 14491648 [80.73%] 14499840 [80.77%] 14508032 [80.82%] 14516224 [80.86%] 14524416 [80.91%] 14532608 [80.96%] 14540800 [81.00%] 14548992 [81.05%] 14557184 [81.09%] 14565376 [81.14%] 14573568 [81.18%] 14581760 [81.23%] 14589952 [81.28%] 14598144 [81.32%] 14606336 [81.37%] 14614528 [81.41%] 14622720 [81.46%] 14630912 [81.50%] 14639104 [81.55%] 14647296 [81.59%] 14655488 [81.64%] 14663680 [81.69%] 14671872 [81.73%] 14680064 [81.78%] 14688256 [81.82%] 14696448 [81.87%] 14704640 [81.91%] 14712832 [81.96%] 14721024 [82.01%] 14729216 [82.05%] 14737408 [82.10%] 14745600 [82.14%] 14753792 [82.19%] 14761984 [82.23%] 14770176 [82.28%] 14778368 [82.32%] 14786560 [82.37%] 14794752 [82.42%] 14802944 [82.46%] 14811136 [82.51%] 14819328 [82.55%] 14827520 [82.60%] 14835712 [82.64%] 14843904 [82.69%] 14852096 [82.74%] 14860288 [82.78%] 14868480 [82.83%] 14876672 [82.87%] 14884864 [82.92%] 14893056 [82.96%] 14901248 [83.01%] 14909440 [83.05%] 14917632 [83.10%] 14925824 [83.15%] 14934016 [83.19%] 14942208 [83.24%] 14950400 [83.28%] 14958592 [83.33%] 14966784 [83.37%] 14974976 [83.42%] 14983168 [83.47%] 14991360 [83.51%] 14999552 [83.56%] 15007744 [83.60%] 15015936 [83.65%] 15024128 [83.69%] 15032320 [83.74%] 15040512 [83.79%] 15048704 [83.83%] 15056896 [83.88%] 15065088 [83.92%] 15073280 [83.97%] 15081472 [84.01%] 15089664 [84.06%] 15097856 [84.10%] 15106048 [84.15%] 15114240 [84.20%] 15122432 [84.24%] 15130624 [84.29%] 15138816 [84.33%] 15147008 [84.38%] 15155200 [84.42%] 15163392 [84.47%] 15171584 [84.52%] 15179776 [84.56%] 15187968 [84.61%] 15196160 [84.65%] 15204352 [84.70%] 15212544 [84.74%] 15220736 [84.79%] 15228928 [84.83%] 15237120 [84.88%] 15245312 [84.93%] 15253504 [84.97%] 15261696 [85.02%] 15269888 [85.06%] 15278080 [85.11%] 15286272 [85.15%] 15294464 [85.20%] 15302656 [85.25%] 15310848 [85.29%] 15319040 [85.34%] 15327232 [85.38%] 15335424 [85.43%] 15343616 [85.47%] 15351808 [85.52%] 15360000 [85.56%] 15368192 [85.61%] 15376384 [85.66%] 15384576 [85.70%] 15392768 [85.75%] 15400960 [85.79%] 15409152 [85.84%] 15417344 [85.88%] 15425536 [85.93%] 15433728 [85.98%] 15441920 [86.02%] 15450112 [86.07%] 15458304 [86.11%] 15466496 [86.16%] 15474688 [86.20%] 15482880 [86.25%] 15491072 [86.30%] 15499264 [86.34%] 15507456 [86.39%] 15515648 [86.43%] 15523840 [86.48%] 15532032 [86.52%] 15540224 [86.57%] 15548416 [86.61%] 15556608 [86.66%] 15564800 [86.71%] 15572992 [86.75%] 15581184 [86.80%] 15589376 [86.84%] 15597568 [86.89%] 15605760 [86.93%] 15613952 [86.98%] 15622144 [87.03%] 15630336 [87.07%] 15638528 [87.12%] 15646720 [87.16%] 15654912 [87.21%] 15663104 [87.25%] 15671296 [87.30%] 15679488 [87.34%] 15687680 [87.39%] 15695872 [87.44%] 15704064 [87.48%] 15712256 [87.53%] 15720448 [87.57%] 15728640 [87.62%] 15736832 [87.66%] 15745024 [87.71%] 15753216 [87.76%] 15761408 [87.80%] 15769600 [87.85%] 15777792 [87.89%] 15785984 [87.94%] 15794176 [87.98%] 15802368 [88.03%] 15810560 [88.07%] 15818752 [88.12%] 15826944 [88.17%] 15835136 [88.21%] 15843328 [88.26%] 15851520 [88.30%] 15859712 [88.35%] 15867904 [88.39%] 15876096 [88.44%] 15884288 [88.49%] 15892480 [88.53%] 15900672 [88.58%] 15908864 [88.62%] 15917056 [88.67%] 15925248 [88.71%] 15933440 [88.76%] 15941632 [88.80%] 15949824 [88.85%] 15958016 [88.90%] 15966208 [88.94%] 15974400 [88.99%] 15982592 [89.03%] 15990784 [89.08%] 15998976 [89.12%] 16007168 [89.17%] 16015360 [89.22%] 16023552 [89.26%] 16031744 [89.31%] 16039936 [89.35%] 16048128 [89.40%] 16056320 [89.44%] 16064512 [89.49%] 16072704 [89.54%] 16080896 [89.58%] 16089088 [89.63%] 16097280 [89.67%] 16105472 [89.72%] 16113664 [89.76%] 16121856 [89.81%] 16130048 [89.85%] 16138240 [89.90%] 16146432 [89.95%] 16154624 [89.99%] 16162816 [90.04%] 16171008 [90.08%] 16179200 [90.13%] 16187392 [90.17%] 16195584 [90.22%] 16203776 [90.27%] 16211968 [90.31%] 16220160 [90.36%] 16228352 [90.40%] 16236544 [90.45%] 16244736 [90.49%] 16252928 [90.54%] 16261120 [90.58%] 16269312 [90.63%] 16277504 [90.68%] 16285696 [90.72%] 16293888 [90.77%] 16302080 [90.81%] 16310272 [90.86%] 16318464 [90.90%] 16326656 [90.95%] 16334848 [91.00%] 16343040 [91.04%] 16351232 [91.09%] 16359424 [91.13%] 16367616 [91.18%] 16375808 [91.22%] 16384000 [91.27%] 16392192 [91.31%] 16400384 [91.36%] 16408576 [91.41%] 16416768 [91.45%] 16424960 [91.50%] 16433152 [91.54%] 16441344 [91.59%] 16449536 [91.63%] 16457728 [91.68%] 16465920 [91.73%] 16474112 [91.77%] 16482304 [91.82%] 16490496 [91.86%] 16498688 [91.91%] 16506880 [91.95%] 16515072 [92.00%] 16523264 [92.05%] 16531456 [92.09%] 16539648 [92.14%] 16547840 [92.18%] 16556032 [92.23%] 16564224 [92.27%] 16572416 [92.32%] 16580608 [92.36%] 16588800 [92.41%] 16596992 [92.46%] 16605184 [92.50%] 16613376 [92.55%] 16621568 [92.59%] 16629760 [92.64%] 16637952 [92.68%] 16646144 [92.73%] 16654336 [92.78%] 16662528 [92.82%] 16670720 [92.87%] 16678912 [92.91%] 16687104 [92.96%] 16695296 [93.00%] 16703488 [93.05%] 16711680 [93.09%] 16719872 [93.14%] 16728064 [93.19%] 16736256 [93.23%] 16744448 [93.28%] 16752640 [93.32%] 16760832 [93.37%] 16769024 [93.41%] 16777216 [93.46%] 16785408 [93.51%] 16793600 [93.55%] 16801792 [93.60%] 16809984 [93.64%] 16818176 [93.69%] 16826368 [93.73%] 16834560 [93.78%] 16842752 [93.82%] 16850944 [93.87%] 16859136 [93.92%] 16867328 [93.96%] 16875520 [94.01%] 16883712 [94.05%] 16891904 [94.10%] 16900096 [94.14%] 16908288 [94.19%] 16916480 [94.24%] 16924672 [94.28%] 16932864 [94.33%] 16941056 [94.37%] 16949248 [94.42%] 16957440 [94.46%] 16965632 [94.51%] 16973824 [94.55%] 16982016 [94.60%] 16990208 [94.65%] 16998400 [94.69%] 17006592 [94.74%] 17014784 [94.78%] 17022976 [94.83%] 17031168 [94.87%] 17039360 [94.92%] 17047552 [94.97%] 17055744 [95.01%] 17063936 [95.06%] 17072128 [95.10%] 17080320 [95.15%] 17088512 [95.19%] 17096704 [95.24%] 17104896 [95.29%] 17113088 [95.33%] 17121280 [95.38%] 17129472 [95.42%] 17137664 [95.47%] 17145856 [95.51%] 17154048 [95.56%] 17162240 [95.60%] 17170432 [95.65%] 17178624 [95.70%] 17186816 [95.74%] 17195008 [95.79%] 17203200 [95.83%] 17211392 [95.88%] 17219584 [95.92%] 17227776 [95.97%] 17235968 [96.02%] 17244160 [96.06%] 17252352 [96.11%] 17260544 [96.15%] 17268736 [96.20%] 17276928 [96.24%] 17285120 [96.29%] 17293312 [96.33%] 17301504 [96.38%] 17309696 [96.43%] 17317888 [96.47%] 17326080 [96.52%] 17334272 [96.56%] 17342464 [96.61%] 17350656 [96.65%] 17358848 [96.70%] 17367040 [96.75%] 17375232 [96.79%] 17383424 [96.84%] 17391616 [96.88%] 17399808 [96.93%] 17408000 [96.97%] 17416192 [97.02%] 17424384 [97.06%] 17432576 [97.11%] 17440768 [97.16%] 17448960 [97.20%] 17457152 [97.25%] 17465344 [97.29%] 17473536 [97.34%] 17481728 [97.38%] 17489920 [97.43%] 17498112 [97.48%] 17506304 [97.52%] 17514496 [97.57%] 17522688 [97.61%] 17530880 [97.66%] 17539072 [97.70%] 17547264 [97.75%] 17555456 [97.79%] 17563648 [97.84%] 17571840 [97.89%] 17580032 [97.93%] 17588224 [97.98%] 17596416 [98.02%] 17604608 [98.07%] 17612800 [98.11%] 17620992 [98.16%] 17629184 [98.21%] 17637376 [98.25%] 17645568 [98.30%] 17653760 [98.34%] 17661952 [98.39%] 17670144 [98.43%] 17678336 [98.48%] 17686528 [98.53%] 17694720 [98.57%] 17702912 [98.62%] 17711104 [98.66%] 17719296 [98.71%] 17727488 [98.75%] 17735680 [98.80%] 17743872 [98.84%] 17752064 [98.89%] 17760256 [98.94%] 17768448 [98.98%] 17776640 [99.03%] 17784832 [99.07%] 17793024 [99.12%] 17801216 [99.16%] 17809408 [99.21%] 17817600 [99.26%] 17825792 [99.30%] 17833984 [99.35%] 17842176 [99.39%] 17850368 [99.44%] 17858560 [99.48%] 17866752 [99.53%] 17874944 [99.57%] 17883136 [99.62%] 17891328 [99.67%] 17899520 [99.71%] 17907712 [99.76%] 17915904 [99.80%] 17924096 [99.85%] 17932288 [99.89%] 17940480 [99.94%] 17948672 [99.99%] 17951286 [100.00%] | |
Extracting /tmp/ccm-2Z4gqX.tar.gz as version 2.0.9 ... | |
Current cluster is now: test | |
node1: UP | |
node3: UP | |
node2: UP | |
=== RUN TestProto1BatchInsert | |
--- PASS: TestProto1BatchInsert (1.47 seconds) | |
cassandra_test.go:71: drop keyspace: Cannot drop non existing keyspace 'gocql_test'. | |
cassandra_test.go:80: Created keyspace gocql_test | |
=== RUN TestShouldPrepareFunction | |
--- PASS: TestShouldPrepareFunction (0.00 seconds) | |
=== RUN TestEmptyHosts | |
--- PASS: TestEmptyHosts (0.00 seconds) | |
=== RUN TestUseStatementError | |
--- PASS: TestUseStatementError (0.01 seconds) | |
=== RUN TestInvalidKeyspace | |
2014/08/13 18:04:57 connectionpool.go:177: error setting connection keyspace. Keyspace 'invalidKeyspace' does not exist | |
2014/08/13 18:04:57 connectionpool.go:177: error setting connection keyspace. Keyspace 'invalidKeyspace' does not exist | |
2014/08/13 18:04:57 connectionpool.go:177: error setting connection keyspace. Keyspace 'invalidKeyspace' does not exist | |
--- PASS: TestInvalidKeyspace (0.02 seconds) | |
=== RUN TestTracing | |
--- PASS: TestTracing (1.24 seconds) | |
=== RUN TestPaging | |
--- PASS: TestPaging (2.85 seconds) | |
=== RUN TestCAS | |
--- PASS: TestCAS (0.59 seconds) | |
=== RUN TestBatch | |
--- PASS: TestBatch (0.83 seconds) | |
=== RUN TestBatchLimit | |
--- PASS: TestBatchLimit (0.66 seconds) | |
=== RUN TestTooManyQueryArgs | |
--- PASS: TestTooManyQueryArgs (0.60 seconds) | |
=== RUN TestNotEnoughQueryArgs | |
--- PASS: TestNotEnoughQueryArgs (0.51 seconds) | |
=== RUN TestCreateSessionTimeout | |
2014/08/13 18:05:04 connectionpool.go:160: failed to connect to "127.0.0.1:1": dial tcp 127.0.0.1:1: connection refused | |
--- PASS: TestCreateSessionTimeout (0.00 seconds) | |
=== RUN TestSliceMap | |
--- PASS: TestSliceMap (0.81 seconds) | |
=== RUN TestScanWithNilArguments | |
--- PASS: TestScanWithNilArguments (0.62 seconds) | |
=== RUN TestScanCASWithNilArguments | |
--- PASS: TestScanCASWithNilArguments (0.75 seconds) | |
=== RUN TestRebindQueryInfo | |
--- PASS: TestRebindQueryInfo (0.66 seconds) | |
=== RUN TestStaticQueryInfo | |
--- PASS: TestStaticQueryInfo (0.61 seconds) | |
=== RUN TestBoundQueryInfo | |
--- PASS: TestBoundQueryInfo (0.96 seconds) | |
=== RUN TestBatchQueryInfo | |
--- PASS: TestBatchQueryInfo (0.98 seconds) | |
=== RUN TestMissingSchemaPrepare | |
--- PASS: TestMissingSchemaPrepare (0.94 seconds) | |
=== RUN TestReprepareStatement | |
--- FAIL: TestReprepareStatement (1.49 seconds) | |
cassandra_test.go:862: Failed to execute query for reprepare statement: unconfigured columnfamily test_reprepare_statement | |
=== RUN TestReprepareBatch | |
--- PASS: TestReprepareBatch (1.70 seconds) | |
=== RUN TestQueryInfo | |
--- PASS: TestQueryInfo (0.01 seconds) | |
=== RUN TestPreparedCacheEviction | |
--- PASS: TestPreparedCacheEviction (1.32 seconds) | |
=== RUN TestPreparedCacheKey | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:15 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
2014/08/13 18:05:16 connectionpool.go:177: error setting connection keyspace. Keyspace 'gocql_test2' does not exist | |
--- PASS: TestPreparedCacheKey (2.06 seconds) | |
cassandra_test.go:71: drop keyspace: Cannot drop non existing keyspace 'gocql_test2'. | |
cassandra_test.go:80: Created keyspace gocql_test2 | |
=== RUN TestMarshalFloat64Ptr | |
--- PASS: TestMarshalFloat64Ptr (0.89 seconds) | |
=== RUN TestVarint | |
--- PASS: TestVarint (1.20 seconds) | |
=== RUN TestSimple | |
--- PASS: TestSimple (0.00 seconds) | |
=== RUN TestClosed | |
--- PASS: TestClosed (0.00 seconds) | |
=== RUN TestTimeout | |
--- PASS: TestTimeout (1.20 seconds) | |
=== RUN TestQueryRetry | |
2014/08/13 18:05:20 connectionpool.go:160: failed to connect to "127.0.0.1:48723": dial tcp 127.0.0.1:48723: connection refused | |
--- PASS: TestQueryRetry (1.80 seconds) | |
=== RUN TestSlowQuery | |
2014/08/13 18:05:22 connectionpool.go:160: failed to connect to "127.0.0.1:47431": dial tcp 127.0.0.1:47431: connection refused | |
--- PASS: TestSlowQuery (1.00 seconds) | |
=== RUN TestRoundRobin | |
--- PASS: TestRoundRobin (1.00 seconds) | |
=== RUN TestConnClosing | |
--- SKIP: TestConnClosing (0.00 seconds) | |
conn_test.go:162: Skipping until test can be ran reliably | |
=== RUN TestErrorsParse | |
--- PASS: TestErrorsParse (0.81 seconds) | |
=== RUN TestMarshal | |
--- PASS: TestMarshal (0.00 seconds) | |
=== RUN TestUnmarshal | |
--- PASS: TestUnmarshal (0.00 seconds) | |
=== RUN TestMarshalVarint | |
--- PASS: TestMarshalVarint (0.00 seconds) | |
=== RUN TestLookupCassType | |
--- PASS: TestLookupCassType (0.00 seconds) | |
=== RUN TestUUIDNil | |
--- PASS: TestUUIDNil (0.00 seconds) | |
=== RUN TestPredefinedUUID | |
--- PASS: TestPredefinedUUID (0.00 seconds) | |
=== RUN TestRandomUUID | |
--- PASS: TestRandomUUID (0.00 seconds) | |
=== RUN TestUUIDFromTime | |
--- PASS: TestUUIDFromTime (0.00 seconds) | |
=== RUN TestParseUUID | |
--- PASS: TestParseUUID (0.00 seconds) | |
=== RUN TestTimeUUID | |
--- PASS: TestTimeUUID (0.00 seconds) | |
=== RUN TestUnmarshalJSON | |
--- PASS: TestUnmarshalJSON (0.00 seconds) | |
=== RUN TestWikiCreateSchema | |
--- PASS: TestWikiCreateSchema (0.80 seconds) | |
=== RUN TestWikiCreatePages | |
--- PASS: TestWikiCreatePages (1.26 seconds) | |
=== RUN TestWikiTypicalCRUD | |
--- PASS: TestWikiTypicalCRUD (2.42 seconds) | |
FAIL | |
exit status 1 | |
FAIL github.com/gocql/gocql 34.086s | |
The command "bash integration.sh $CASS" exited with 1. | |
$ go vet . | |
The command "go vet ." exited with 0. | |
Done. Your build exited with 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment