Skip to content

Instantly share code, notes, and snippets.

@0x6e6562
Created August 13, 2014 18:57
Show Gist options
  • Save 0x6e6562/113666d0afba39129f79 to your computer and use it in GitHub Desktop.
Save 0x6e6562/113666d0afba39129f79 to your computer and use it in GitHub Desktop.
225 panic
Using worker: worker-linux-9-1.bb.travis-ci.org:travis-linux-10
$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql
Cloning into 'gocql/gocql'...
remote: Counting objects: 647, done.
remote: Compressing objects: 100% (348/348), done.
remote: Total 647 (delta 385), reused 550 (delta 298)
Receiving objects: 100% (647/647), 270.06 KiB | 0 bytes/s, done.
Resolving deltas: 100% (385/385), done.
Checking connectivity... done.
$ cd gocql/gocql
$ git fetch origin +refs/pull/225/merge:
remote: Counting objects: 43, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 43 (delta 30), reused 30 (delta 18)
Unpacking objects: 100% (43/43), done.
From git://github.com/gocql/gocql
* branch refs/pull/225/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD
Setting environment variables from .travis.yml
$ export CASS=1.2.18
$ 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 346 changesets with 1086 changes to 658 files (+1 heads)
(run 'hg heads' to see heads)
$ gvm install go1.2.2 --binary || gvm install go1.2.2
Already installed!
$ gvm use go1.2.2
Now using version go1.2.2
$ 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.2.2 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.2.2/global"
GORACE=""
GOROOT="/home/travis/.gvm/gos/go1.2.2"
GOTOOLDIR="/home/travis/.gvm/gos/go1.2.2/pkg/tool/linux_amd64"
TERM="dumb"
CC="gcc"
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread"
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 (5,707 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/tmp0SJobN.py
removing /tmp/tmp0SJobN.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/repository.py -> build/lib.linux-x86_64-2.7/ccmlib
copying ccmlib/node.py -> build/lib.linux-x86_64-2.7/ccmlib
copying ccmlib/common.py -> build/lib.linux-x86_64-2.7/ccmlib
copying ccmlib/cluster.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/__init__.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/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
copying ccmlib/cmds/__init__.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
creating 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/cluster_cmds.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/node_cmds.py -> build/bdist.linux-x86_64/egg/ccmlib/cmds
copying build/lib.linux-x86_64-2.7/ccmlib/__init__.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/cli_session.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
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/repository.py -> build/bdist.linux-x86_64/egg/ccmlib
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/cluster_cmds.py to cluster_cmds.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/node_cmds.py to node_cmds.pyc
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/bulkloader.py to bulkloader.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/cluster.py to cluster.pyc
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/common.py to common.pyc
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/node.py to node.pyc
byte-compiling build/bdist.linux-x86_64/egg/ccmlib/repository.py to repository.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/1.2.18/apache-cassandra-1.2.18-bin.tar.gz to /tmp/ccm-5Gb4Nz.tar.gz (16.149MB)
 8192 [0.05%] 16384 [0.10%] 24576 [0.15%] 32768 [0.19%] 40960 [0.24%] 49152 [0.29%] 57344 [0.34%] 65536 [0.39%] 73728 [0.44%] 81920 [0.48%] 90112 [0.53%] 98304 [0.58%] 106496 [0.63%] 114688 [0.68%] 122880 [0.73%] 131072 [0.77%] 139264 [0.82%] 147456 [0.87%] 155648 [0.92%] 163840 [0.97%] 172032 [1.02%] 180224 [1.06%] 188416 [1.11%] 196608 [1.16%] 204800 [1.21%] 212992 [1.26%] 221184 [1.31%] 229376 [1.35%] 237568 [1.40%] 245760 [1.45%] 253952 [1.50%] 262144 [1.55%] 270336 [1.60%] 278528 [1.64%] 286720 [1.69%] 294912 [1.74%] 303104 [1.79%] 311296 [1.84%] 319488 [1.89%] 327680 [1.94%] 335872 [1.98%] 344064 [2.03%] 352256 [2.08%] 360448 [2.13%] 368640 [2.18%] 376832 [2.23%] 385024 [2.27%] 393216 [2.32%] 401408 [2.37%] 409600 [2.42%] 417792 [2.47%] 425984 [2.52%] 434176 [2.56%] 442368 [2.61%] 450560 [2.66%] 458752 [2.71%] 466944 [2.76%] 475136 [2.81%] 483328 [2.85%] 491520 [2.90%] 499712 [2.95%] 507904 [3.00%] 516096 [3.05%] 524288 [3.10%] 532480 [3.14%] 540672 [3.19%] 548864 [3.24%] 557056 [3.29%] 565248 [3.34%] 573440 [3.39%] 581632 [3.43%] 589824 [3.48%] 598016 [3.53%] 606208 [3.58%] 614400 [3.63%] 622592 [3.68%] 630784 [3.73%] 638976 [3.77%] 647168 [3.82%] 655360 [3.87%] 663552 [3.92%] 671744 [3.97%] 679936 [4.02%] 688128 [4.06%] 696320 [4.11%] 704512 [4.16%] 712704 [4.21%] 720896 [4.26%] 729088 [4.31%] 737280 [4.35%] 745472 [4.40%] 753664 [4.45%] 761856 [4.50%] 770048 [4.55%] 778240 [4.60%] 786432 [4.64%] 794624 [4.69%] 802816 [4.74%] 811008 [4.79%] 819200 [4.84%] 827392 [4.89%] 835584 [4.93%] 843776 [4.98%] 851968 [5.03%] 860160 [5.08%] 868352 [5.13%] 876544 [5.18%] 884736 [5.22%] 892928 [5.27%] 901120 [5.32%] 909312 [5.37%] 917504 [5.42%] 925696 [5.47%] 933888 [5.52%] 942080 [5.56%] 950272 [5.61%] 958464 [5.66%] 966656 [5.71%] 974848 [5.76%] 983040 [5.81%] 991232 [5.85%] 999424 [5.90%] 1007616 [5.95%] 1015808 [6.00%] 1024000 [6.05%] 1032192 [6.10%] 1040384 [6.14%] 1048576 [6.19%] 1056768 [6.24%] 1064960 [6.29%] 1073152 [6.34%] 1081344 [6.39%] 1089536 [6.43%] 1097728 [6.48%] 1105920 [6.53%] 1114112 [6.58%] 1122304 [6.63%] 1130496 [6.68%] 1138688 [6.72%] 1146880 [6.77%] 1155072 [6.82%] 1163264 [6.87%] 1171456 [6.92%] 1179648 [6.97%] 1187840 [7.01%] 1196032 [7.06%] 1204224 [7.11%] 1212416 [7.16%] 1220608 [7.21%] 1228800 [7.26%] 1236992 [7.31%] 1245184 [7.35%] 1253376 [7.40%] 1261568 [7.45%] 1269760 [7.50%] 1277952 [7.55%] 1286144 [7.60%] 1294336 [7.64%] 1302528 [7.69%] 1310720 [7.74%] 1318912 [7.79%] 1327104 [7.84%] 1335296 [7.89%] 1343488 [7.93%] 1351680 [7.98%] 1359872 [8.03%] 1368064 [8.08%] 1376256 [8.13%] 1384448 [8.18%] 1392640 [8.22%] 1400832 [8.27%] 1409024 [8.32%] 1417216 [8.37%] 1425408 [8.42%] 1433600 [8.47%] 1441792 [8.51%] 1449984 [8.56%] 1458176 [8.61%] 1466368 [8.66%] 1474560 [8.71%] 1482752 [8.76%] 1490944 [8.80%] 1499136 [8.85%] 1507328 [8.90%] 1515520 [8.95%] 1523712 [9.00%] 1531904 [9.05%] 1540096 [9.10%] 1548288 [9.14%] 1556480 [9.19%] 1564672 [9.24%] 1572864 [9.29%] 1581056 [9.34%] 1589248 [9.39%] 1597440 [9.43%] 1605632 [9.48%] 1613824 [9.53%] 1622016 [9.58%] 1630208 [9.63%] 1638400 [9.68%] 1646592 [9.72%] 1654784 [9.77%] 1662976 [9.82%] 1671168 [9.87%] 1679360 [9.92%] 1687552 [9.97%] 1695744 [10.01%] 1703936 [10.06%] 1712128 [10.11%] 1720320 [10.16%] 1728512 [10.21%] 1736704 [10.26%] 1744896 [10.30%] 1753088 [10.35%] 1761280 [10.40%] 1769472 [10.45%] 1777664 [10.50%] 1785856 [10.55%] 1794048 [10.59%] 1802240 [10.64%] 1810432 [10.69%] 1818624 [10.74%] 1826816 [10.79%] 1835008 [10.84%] 1843200 [10.89%] 1851392 [10.93%] 1859584 [10.98%] 1867776 [11.03%] 1875968 [11.08%] 1884160 [11.13%] 1892352 [11.18%] 1900544 [11.22%] 1908736 [11.27%] 1916928 [11.32%] 1925120 [11.37%] 1933312 [11.42%] 1941504 [11.47%] 1949696 [11.51%] 1957888 [11.56%] 1966080 [11.61%] 1974272 [11.66%] 1982464 [11.71%] 1990656 [11.76%] 1998848 [11.80%] 2007040 [11.85%] 2015232 [11.90%] 2023424 [11.95%] 2031616 [12.00%] 2039808 [12.05%] 2048000 [12.09%] 2056192 [12.14%] 2064384 [12.19%] 2072576 [12.24%] 2080768 [12.29%] 2088960 [12.34%] 2097152 [12.38%] 2105344 [12.43%] 2113536 [12.48%] 2121728 [12.53%] 2129920 [12.58%] 2138112 [12.63%] 2146304 [12.68%] 2154496 [12.72%] 2162688 [12.77%] 2170880 [12.82%] 2179072 [12.87%] 2187264 [12.92%] 2195456 [12.97%] 2203648 [13.01%] 2211840 [13.06%] 2220032 [13.11%] 2228224 [13.16%] 2236416 [13.21%] 2244608 [13.26%] 2252800 [13.30%] 2260992 [13.35%] 2269184 [13.40%] 2277376 [13.45%] 2285568 [13.50%] 2293760 [13.55%] 2301952 [13.59%] 2310144 [13.64%] 2318336 [13.69%] 2326528 [13.74%] 2334720 [13.79%] 2342912 [13.84%] 2351104 [13.88%] 2359296 [13.93%] 2367488 [13.98%] 2375680 [14.03%] 2383872 [14.08%] 2392064 [14.13%] 2400256 [14.17%] 2408448 [14.22%] 2416640 [14.27%] 2424832 [14.32%] 2433024 [14.37%] 2441216 [14.42%] 2449408 [14.47%] 2457600 [14.51%] 2465792 [14.56%] 2473984 [14.61%] 2482176 [14.66%] 2490368 [14.71%] 2498560 [14.76%] 2506752 [14.80%] 2514944 [14.85%] 2523136 [14.90%] 2531328 [14.95%] 2539520 [15.00%] 2547712 [15.05%] 2555904 [15.09%] 2564096 [15.14%] 2572288 [15.19%] 2580480 [15.24%] 2588672 [15.29%] 2596864 [15.34%] 2605056 [15.38%] 2613248 [15.43%] 2621440 [15.48%] 2629632 [15.53%] 2637824 [15.58%] 2646016 [15.63%] 2654208 [15.67%] 2662400 [15.72%] 2670592 [15.77%] 2678784 [15.82%] 2686976 [15.87%] 2695168 [15.92%] 2703360 [15.96%] 2711552 [16.01%] 2719744 [16.06%] 2727936 [16.11%] 2736128 [16.16%] 2744320 [16.21%] 2752512 [16.26%] 2760704 [16.30%] 2768896 [16.35%] 2777088 [16.40%] 2785280 [16.45%] 2793472 [16.50%] 2801664 [16.55%] 2809856 [16.59%] 2818048 [16.64%] 2826240 [16.69%] 2834432 [16.74%] 2842624 [16.79%] 2850816 [16.84%] 2859008 [16.88%] 2867200 [16.93%] 2875392 [16.98%] 2883584 [17.03%] 2891776 [17.08%] 2899968 [17.13%] 2908160 [17.17%] 2916352 [17.22%] 2924544 [17.27%] 2932736 [17.32%] 2940928 [17.37%] 2949120 [17.42%] 2957312 [17.46%] 2965504 [17.51%] 2973696 [17.56%] 2981888 [17.61%] 2990080 [17.66%] 2998272 [17.71%] 3006464 [17.75%] 3014656 [17.80%] 3022848 [17.85%] 3031040 [17.90%] 3039232 [17.95%] 3047424 [18.00%] 3055616 [18.04%] 3063808 [18.09%] 3072000 [18.14%] 3080192 [18.19%] 3088384 [18.24%] 3096576 [18.29%] 3104768 [18.34%] 3112960 [18.38%] 3121152 [18.43%] 3129344 [18.48%] 3137536 [18.53%] 3145728 [18.58%] 3153920 [18.63%] 3162112 [18.67%] 3170304 [18.72%] 3178496 [18.77%] 3186688 [18.82%] 3194880 [18.87%] 3203072 [18.92%] 3211264 [18.96%] 3219456 [19.01%] 3227648 [19.06%] 3235840 [19.11%] 3244032 [19.16%] 3252224 [19.21%] 3260416 [19.25%] 3268608 [19.30%] 3276800 [19.35%] 3284992 [19.40%] 3293184 [19.45%] 3301376 [19.50%] 3309568 [19.54%] 3317760 [19.59%] 3325952 [19.64%] 3334144 [19.69%] 3342336 [19.74%] 3350528 [19.79%] 3358720 [19.83%] 3366912 [19.88%] 3375104 [19.93%] 3383296 [19.98%] 3391488 [20.03%] 3399680 [20.08%] 3407872 [20.13%] 3416064 [20.17%] 3424256 [20.22%] 3432448 [20.27%] 3440640 [20.32%] 3448832 [20.37%] 3457024 [20.42%] 3465216 [20.46%] 3473408 [20.51%] 3481600 [20.56%] 3489792 [20.61%] 3497984 [20.66%] 3506176 [20.71%] 3514368 [20.75%] 3522560 [20.80%] 3530752 [20.85%] 3538944 [20.90%] 3547136 [20.95%] 3555328 [21.00%] 3563520 [21.04%] 3571712 [21.09%] 3579904 [21.14%] 3588096 [21.19%] 3596288 [21.24%] 3604480 [21.29%] 3612672 [21.33%] 3620864 [21.38%] 3629056 [21.43%] 3637248 [21.48%] 3645440 [21.53%] 3653632 [21.58%] 3661824 [21.62%] 3670016 [21.67%] 3678208 [21.72%] 3686400 [21.77%] 3694592 [21.82%] 3702784 [21.87%] 3710976 [21.92%] 3719168 [21.96%] 3727360 [22.01%] 3735552 [22.06%] 3743744 [22.11%] 3751936 [22.16%] 3760128 [22.21%] 3768320 [22.25%] 3776512 [22.30%] 3784704 [22.35%] 3792896 [22.40%] 3801088 [22.45%] 3809280 [22.50%] 3817472 [22.54%] 3825664 [22.59%] 3833856 [22.64%] 3842048 [22.69%] 3850240 [22.74%] 3858432 [22.79%] 3866624 [22.83%] 3874816 [22.88%] 3883008 [22.93%] 3891200 [22.98%] 3899392 [23.03%] 3907584 [23.08%] 3915776 [23.12%] 3923968 [23.17%] 3932160 [23.22%] 3940352 [23.27%] 3948544 [23.32%] 3956736 [23.37%] 3964928 [23.41%] 3973120 [23.46%] 3981312 [23.51%] 3989504 [23.56%] 3997696 [23.61%] 4005888 [23.66%] 4014080 [23.71%] 4022272 [23.75%] 4030464 [23.80%] 4038656 [23.85%] 4046848 [23.90%] 4055040 [23.95%] 4063232 [24.00%] 4071424 [24.04%] 4079616 [24.09%] 4087808 [24.14%] 4096000 [24.19%] 4104192 [24.24%] 4112384 [24.29%] 4120576 [24.33%] 4128768 [24.38%] 4136960 [24.43%] 4145152 [24.48%] 4153344 [24.53%] 4161536 [24.58%] 4169728 [24.62%] 4177920 [24.67%] 4186112 [24.72%] 4194304 [24.77%] 4202496 [24.82%] 4210688 [24.87%] 4218880 [24.91%] 4227072 [24.96%] 4235264 [25.01%] 4243456 [25.06%] 4251648 [25.11%] 4259840 [25.16%] 4268032 [25.20%] 4276224 [25.25%] 4284416 [25.30%] 4292608 [25.35%] 4300800 [25.40%] 4308992 [25.45%] 4317184 [25.50%] 4325376 [25.54%] 4333568 [25.59%] 4341760 [25.64%] 4349952 [25.69%] 4358144 [25.74%] 4366336 [25.79%] 4374528 [25.83%] 4382720 [25.88%] 4390912 [25.93%] 4399104 [25.98%] 4407296 [26.03%] 4415488 [26.08%] 4423680 [26.12%] 4431872 [26.17%] 4440064 [26.22%] 4448256 [26.27%] 4456448 [26.32%] 4464640 [26.37%] 4472832 [26.41%] 4481024 [26.46%] 4489216 [26.51%] 4497408 [26.56%] 4505600 [26.61%] 4513792 [26.66%] 4521984 [26.70%] 4530176 [26.75%] 4538368 [26.80%] 4546560 [26.85%] 4554752 [26.90%] 4562944 [26.95%] 4571136 [26.99%] 4579328 [27.04%] 4587520 [27.09%] 4595712 [27.14%] 4603904 [27.19%] 4612096 [27.24%] 4620288 [27.29%] 4628480 [27.33%] 4636672 [27.38%] 4644864 [27.43%] 4653056 [27.48%] 4661248 [27.53%] 4669440 [27.58%] 4677632 [27.62%] 4685824 [27.67%] 4694016 [27.72%] 4702208 [27.77%] 4710400 [27.82%] 4718592 [27.87%] 4726784 [27.91%] 4734976 [27.96%] 4743168 [28.01%] 4751360 [28.06%] 4759552 [28.11%] 4767744 [28.16%] 4775936 [28.20%] 4784128 [28.25%] 4792320 [28.30%] 4800512 [28.35%] 4808704 [28.40%] 4816896 [28.45%] 4825088 [28.49%] 4833280 [28.54%] 4841472 [28.59%] 4849664 [28.64%] 4857856 [28.69%] 4866048 [28.74%] 4874240 [28.78%] 4882432 [28.83%] 4890624 [28.88%] 4898816 [28.93%] 4907008 [28.98%] 4915200 [29.03%] 4923392 [29.08%] 4931584 [29.12%] 4939776 [29.17%] 4947968 [29.22%] 4956160 [29.27%] 4964352 [29.32%] 4972544 [29.37%] 4980736 [29.41%] 4988928 [29.46%] 4997120 [29.51%] 5005312 [29.56%] 5013504 [29.61%] 5021696 [29.66%] 5029888 [29.70%] 5038080 [29.75%] 5046272 [29.80%] 5054464 [29.85%] 5062656 [29.90%] 5070848 [29.95%] 5079040 [29.99%] 5087232 [30.04%] 5095424 [30.09%] 5103616 [30.14%] 5111808 [30.19%] 5120000 [30.24%] 5128192 [30.28%] 5136384 [30.33%] 5144576 [30.38%] 5152768 [30.43%] 5160960 [30.48%] 5169152 [30.53%] 5177344 [30.57%] 5185536 [30.62%] 5193728 [30.67%] 5201920 [30.72%] 5210112 [30.77%] 5218304 [30.82%] 5226496 [30.87%] 5234688 [30.91%] 5242880 [30.96%] 5251072 [31.01%] 5259264 [31.06%] 5267456 [31.11%] 5275648 [31.16%] 5283840 [31.20%] 5292032 [31.25%] 5300224 [31.30%] 5308416 [31.35%] 5316608 [31.40%] 5324800 [31.45%] 5332992 [31.49%] 5341184 [31.54%] 5349376 [31.59%] 5357568 [31.64%] 5365760 [31.69%] 5373952 [31.74%] 5382144 [31.78%] 5390336 [31.83%] 5398528 [31.88%] 5406720 [31.93%] 5414912 [31.98%] 5423104 [32.03%] 5431296 [32.07%] 5439488 [32.12%] 5447680 [32.17%] 5455872 [32.22%] 5464064 [32.27%] 5472256 [32.32%] 5480448 [32.36%] 5488640 [32.41%] 5496832 [32.46%] 5505024 [32.51%] 5513216 [32.56%] 5521408 [32.61%] 5529600 [32.66%] 5537792 [32.70%] 5545984 [32.75%] 5554176 [32.80%] 5562368 [32.85%] 5570560 [32.90%] 5578752 [32.95%] 5586944 [32.99%] 5595136 [33.04%] 5603328 [33.09%] 5611520 [33.14%] 5619712 [33.19%] 5627904 [33.24%] 5636096 [33.28%] 5644288 [33.33%] 5652480 [33.38%] 5660672 [33.43%] 5668864 [33.48%] 5677056 [33.53%] 5685248 [33.57%] 5693440 [33.62%] 5701632 [33.67%] 5709824 [33.72%] 5718016 [33.77%] 5726208 [33.82%] 5734400 [33.86%] 5742592 [33.91%] 5750784 [33.96%] 5758976 [34.01%] 5767168 [34.06%] 5775360 [34.11%] 5783552 [34.15%] 5791744 [34.20%] 5799936 [34.25%] 5808128 [34.30%] 5816320 [34.35%] 5824512 [34.40%] 5832704 [34.45%] 5840896 [34.49%] 5849088 [34.54%] 5857280 [34.59%] 5865472 [34.64%] 5873664 [34.69%] 5881856 [34.74%] 5890048 [34.78%] 5898240 [34.83%] 5906432 [34.88%] 5914624 [34.93%] 5922816 [34.98%] 5931008 [35.03%] 5939200 [35.07%] 5947392 [35.12%] 5955584 [35.17%] 5963776 [35.22%] 5971968 [35.27%] 5980160 [35.32%] 5988352 [35.36%] 5996544 [35.41%] 6004736 [35.46%] 6012928 [35.51%] 6021120 [35.56%] 6029312 [35.61%] 6037504 [35.65%] 6045696 [35.70%] 6053888 [35.75%] 6062080 [35.80%] 6070272 [35.85%] 6078464 [35.90%] 6086656 [35.94%] 6094848 [35.99%] 6103040 [36.04%] 6111232 [36.09%] 6119424 [36.14%] 6127616 [36.19%] 6135808 [36.24%] 6144000 [36.28%] 6152192 [36.33%] 6160384 [36.38%] 6168576 [36.43%] 6176768 [36.48%] 6184960 [36.53%] 6193152 [36.57%] 6201344 [36.62%] 6209536 [36.67%] 6217728 [36.72%] 6225920 [36.77%] 6234112 [36.82%] 6242304 [36.86%] 6250496 [36.91%] 6258688 [36.96%] 6266880 [37.01%] 6275072 [37.06%] 6283264 [37.11%] 6291456 [37.15%] 6299648 [37.20%] 6307840 [37.25%] 6316032 [37.30%] 6324224 [37.35%] 6332416 [37.40%] 6340608 [37.44%] 6348800 [37.49%] 6356992 [37.54%] 6365184 [37.59%] 6373376 [37.64%] 6381568 [37.69%] 6389760 [37.73%] 6397952 [37.78%] 6406144 [37.83%] 6414336 [37.88%] 6422528 [37.93%] 6430720 [37.98%] 6438912 [38.03%] 6447104 [38.07%] 6455296 [38.12%] 6463488 [38.17%] 6471680 [38.22%] 6479872 [38.27%] 6488064 [38.32%] 6496256 [38.36%] 6504448 [38.41%] 6512640 [38.46%] 6520832 [38.51%] 6529024 [38.56%] 6537216 [38.61%] 6545408 [38.65%] 6553600 [38.70%] 6561792 [38.75%] 6569984 [38.80%] 6578176 [38.85%] 6586368 [38.90%] 6594560 [38.94%] 6602752 [38.99%] 6610944 [39.04%] 6619136 [39.09%] 6627328 [39.14%] 6635520 [39.19%] 6643712 [39.23%] 6651904 [39.28%] 6660096 [39.33%] 6668288 [39.38%] 6676480 [39.43%] 6684672 [39.48%] 6692864 [39.52%] 6701056 [39.57%] 6709248 [39.62%] 6717440 [39.67%] 6725632 [39.72%] 6733824 [39.77%] 6742016 [39.82%] 6750208 [39.86%] 6758400 [39.91%] 6766592 [39.96%] 6774784 [40.01%] 6782976 [40.06%] 6791168 [40.11%] 6799360 [40.15%] 6807552 [40.20%] 6815744 [40.25%] 6823936 [40.30%] 6832128 [40.35%] 6840320 [40.40%] 6848512 [40.44%] 6856704 [40.49%] 6864896 [40.54%] 6873088 [40.59%] 6881280 [40.64%] 6889472 [40.69%] 6897664 [40.73%] 6905856 [40.78%] 6914048 [40.83%] 6922240 [40.88%] 6930432 [40.93%] 6938624 [40.98%] 6946816 [41.02%] 6955008 [41.07%] 6963200 [41.12%] 6971392 [41.17%] 6979584 [41.22%] 6987776 [41.27%] 6995968 [41.31%] 7004160 [41.36%] 7012352 [41.41%] 7020544 [41.46%] 7028736 [41.51%] 7036928 [41.56%] 7045120 [41.61%] 7053312 [41.65%] 7061504 [41.70%] 7069696 [41.75%] 7077888 [41.80%] 7086080 [41.85%] 7094272 [41.90%] 7102464 [41.94%] 7110656 [41.99%] 7118848 [42.04%] 7127040 [42.09%] 7135232 [42.14%] 7143424 [42.19%] 7151616 [42.23%] 7159808 [42.28%] 7168000 [42.33%] 7176192 [42.38%] 7184384 [42.43%] 7192576 [42.48%] 7200768 [42.52%] 7208960 [42.57%] 7217152 [42.62%] 7225344 [42.67%] 7233536 [42.72%] 7241728 [42.77%] 7249920 [42.81%] 7258112 [42.86%] 7266304 [42.91%] 7274496 [42.96%] 7282688 [43.01%] 7290880 [43.06%] 7299072 [43.10%] 7307264 [43.15%] 7315456 [43.20%] 7323648 [43.25%] 7331840 [43.30%] 7340032 [43.35%] 7348224 [43.40%] 7356416 [43.44%] 7364608 [43.49%] 7372800 [43.54%] 7380992 [43.59%] 7389184 [43.64%] 7397376 [43.69%] 7405568 [43.73%] 7413760 [43.78%] 7421952 [43.83%] 7430144 [43.88%] 7438336 [43.93%] 7446528 [43.98%] 7454720 [44.02%] 7462912 [44.07%] 7471104 [44.12%] 7479296 [44.17%] 7487488 [44.22%] 7495680 [44.27%] 7503872 [44.31%] 7512064 [44.36%] 7520256 [44.41%] 7528448 [44.46%] 7536640 [44.51%] 7544832 [44.56%] 7553024 [44.60%] 7561216 [44.65%] 7569408 [44.70%] 7577600 [44.75%] 7585792 [44.80%] 7593984 [44.85%] 7602176 [44.89%] 7610368 [44.94%] 7618560 [44.99%] 7626752 [45.04%] 7634944 [45.09%] 7643136 [45.14%] 7651328 [45.19%] 7659520 [45.23%] 7667712 [45.28%] 7675904 [45.33%] 7684096 [45.38%] 7692288 [45.43%] 7700480 [45.48%] 7708672 [45.52%] 7716864 [45.57%] 7725056 [45.62%] 7733248 [45.67%] 7741440 [45.72%] 7749632 [45.77%] 7757824 [45.81%] 7766016 [45.86%] 7774208 [45.91%] 7782400 [45.96%] 7790592 [46.01%] 7798784 [46.06%] 7806976 [46.10%] 7815168 [46.15%] 7823360 [46.20%] 7831552 [46.25%] 7839744 [46.30%] 7847936 [46.35%] 7856128 [46.39%] 7864320 [46.44%] 7872512 [46.49%] 7880704 [46.54%] 7888896 [46.59%] 7897088 [46.64%] 7905280 [46.68%] 7913472 [46.73%] 7921664 [46.78%] 7929856 [46.83%] 7938048 [46.88%] 7946240 [46.93%] 7954432 [46.98%] 7962624 [47.02%] 7970816 [47.07%] 7979008 [47.12%] 7987200 [47.17%] 7995392 [47.22%] 8003584 [47.27%] 8011776 [47.31%] 8019968 [47.36%] 8028160 [47.41%] 8036352 [47.46%] 8044544 [47.51%] 8052736 [47.56%] 8060928 [47.60%] 8069120 [47.65%] 8077312 [47.70%] 8085504 [47.75%] 8093696 [47.80%] 8101888 [47.85%] 8110080 [47.89%] 8118272 [47.94%] 8126464 [47.99%] 8134656 [48.04%] 8142848 [48.09%] 8151040 [48.14%] 8159232 [48.18%] 8167424 [48.23%] 8175616 [48.28%] 8183808 [48.33%] 8192000 [48.38%] 8200192 [48.43%] 8208384 [48.47%] 8216576 [48.52%] 8224768 [48.57%] 8232960 [48.62%] 8241152 [48.67%] 8249344 [48.72%] 8257536 [48.77%] 8265728 [48.81%] 8273920 [48.86%] 8282112 [48.91%] 8290304 [48.96%] 8298496 [49.01%] 8306688 [49.06%] 8314880 [49.10%] 8323072 [49.15%] 8331264 [49.20%] 8339456 [49.25%] 8347648 [49.30%] 8355840 [49.35%] 8364032 [49.39%] 8372224 [49.44%] 8380416 [49.49%] 8388608 [49.54%] 8396800 [49.59%] 8404992 [49.64%] 8413184 [49.68%] 8421376 [49.73%] 8429568 [49.78%] 8437760 [49.83%] 8445952 [49.88%] 8454144 [49.93%] 8462336 [49.97%] 8470528 [50.02%] 8478720 [50.07%] 8486912 [50.12%] 8495104 [50.17%] 8503296 [50.22%] 8511488 [50.26%] 8519680 [50.31%] 8527872 [50.36%] 8536064 [50.41%] 8544256 [50.46%] 8552448 [50.51%] 8560640 [50.56%] 8568832 [50.60%] 8577024 [50.65%] 8585216 [50.70%] 8593408 [50.75%] 8601600 [50.80%] 8609792 [50.85%] 8617984 [50.89%] 8626176 [50.94%] 8634368 [50.99%] 8642560 [51.04%] 8650752 [51.09%] 8658944 [51.14%] 8667136 [51.18%] 8675328 [51.23%] 8683520 [51.28%] 8691712 [51.33%] 8699904 [51.38%] 8708096 [51.43%] 8716288 [51.47%] 8724480 [51.52%] 8732672 [51.57%] 8740864 [51.62%] 8749056 [51.67%] 8757248 [51.72%] 8765440 [51.76%] 8773632 [51.81%] 8781824 [51.86%] 8790016 [51.91%] 8798208 [51.96%] 8806400 [52.01%] 8814592 [52.05%] 8822784 [52.10%] 8830976 [52.15%] 8839168 [52.20%] 8847360 [52.25%] 8855552 [52.30%] 8863744 [52.34%] 8871936 [52.39%] 8880128 [52.44%] 8888320 [52.49%] 8896512 [52.54%] 8904704 [52.59%] 8912896 [52.64%] 8921088 [52.68%] 8929280 [52.73%] 8937472 [52.78%] 8945664 [52.83%] 8953856 [52.88%] 8962048 [52.93%] 8970240 [52.97%] 8978432 [53.02%] 8986624 [53.07%] 8994816 [53.12%] 9003008 [53.17%] 9011200 [53.22%] 9019392 [53.26%] 9027584 [53.31%] 9035776 [53.36%] 9043968 [53.41%] 9052160 [53.46%] 9060352 [53.51%] 9068544 [53.55%] 9076736 [53.60%] 9084928 [53.65%] 9093120 [53.70%] 9101312 [53.75%] 9109504 [53.80%] 9117696 [53.84%] 9125888 [53.89%] 9134080 [53.94%] 9142272 [53.99%] 9150464 [54.04%] 9158656 [54.09%] 9166848 [54.13%] 9175040 [54.18%] 9183232 [54.23%] 9191424 [54.28%] 9199616 [54.33%] 9207808 [54.38%] 9216000 [54.43%] 9224192 [54.47%] 9232384 [54.52%] 9240576 [54.57%] 9248768 [54.62%] 9256960 [54.67%] 9265152 [54.72%] 9273344 [54.76%] 9281536 [54.81%] 9289728 [54.86%] 9297920 [54.91%] 9306112 [54.96%] 9314304 [55.01%] 9322496 [55.05%] 9330688 [55.10%] 9338880 [55.15%] 9347072 [55.20%] 9355264 [55.25%] 9363456 [55.30%] 9371648 [55.34%] 9379840 [55.39%] 9388032 [55.44%] 9396224 [55.49%] 9404416 [55.54%] 9412608 [55.59%] 9420800 [55.63%] 9428992 [55.68%] 9437184 [55.73%] 9445376 [55.78%] 9453568 [55.83%] 9461760 [55.88%] 9469952 [55.92%] 9478144 [55.97%] 9486336 [56.02%] 9494528 [56.07%] 9502720 [56.12%] 9510912 [56.17%] 9519104 [56.22%] 9527296 [56.26%] 9535488 [56.31%] 9543680 [56.36%] 9551872 [56.41%] 9560064 [56.46%] 9568256 [56.51%] 9576448 [56.55%] 9584640 [56.60%] 9592832 [56.65%] 9601024 [56.70%] 9609216 [56.75%] 9617408 [56.80%] 9625600 [56.84%] 9633792 [56.89%] 9641984 [56.94%] 9650176 [56.99%] 9658368 [57.04%] 9666560 [57.09%] 9674752 [57.13%] 9682944 [57.18%] 9691136 [57.23%] 9699328 [57.28%] 9707520 [57.33%] 9715712 [57.38%] 9723904 [57.42%] 9732096 [57.47%] 9740288 [57.52%] 9748480 [57.57%] 9756672 [57.62%] 9764864 [57.67%] 9773056 [57.71%] 9781248 [57.76%] 9789440 [57.81%] 9797632 [57.86%] 9805824 [57.91%] 9814016 [57.96%] 9822208 [58.01%] 9830400 [58.05%] 9838592 [58.10%] 9846784 [58.15%] 9854976 [58.20%] 9863168 [58.25%] 9871360 [58.30%] 9879552 [58.34%] 9887744 [58.39%] 9895936 [58.44%] 9904128 [58.49%] 9912320 [58.54%] 9920512 [58.59%] 9928704 [58.63%] 9936896 [58.68%] 9945088 [58.73%] 9953280 [58.78%] 9961472 [58.83%] 9969664 [58.88%] 9977856 [58.92%] 9986048 [58.97%] 9994240 [59.02%] 10002432 [59.07%] 10010624 [59.12%] 10018816 [59.17%] 10027008 [59.21%] 10035200 [59.26%] 10043392 [59.31%] 10051584 [59.36%] 10059776 [59.41%] 10067968 [59.46%] 10076160 [59.50%] 10084352 [59.55%] 10092544 [59.60%] 10100736 [59.65%] 10108928 [59.70%] 10117120 [59.75%] 10125312 [59.80%] 10133504 [59.84%] 10141696 [59.89%] 10149888 [59.94%] 10158080 [59.99%] 10166272 [60.04%] 10174464 [60.09%] 10182656 [60.13%] 10190848 [60.18%] 10199040 [60.23%] 10207232 [60.28%] 10215424 [60.33%] 10223616 [60.38%] 10231808 [60.42%] 10240000 [60.47%] 10248192 [60.52%] 10256384 [60.57%] 10264576 [60.62%] 10272768 [60.67%] 10280960 [60.71%] 10289152 [60.76%] 10297344 [60.81%] 10305536 [60.86%] 10313728 [60.91%] 10321920 [60.96%] 10330112 [61.00%] 10338304 [61.05%] 10346496 [61.10%] 10354688 [61.15%] 10362880 [61.20%] 10371072 [61.25%] 10379264 [61.29%] 10387456 [61.34%] 10395648 [61.39%] 10403840 [61.44%] 10412032 [61.49%] 10420224 [61.54%] 10428416 [61.59%] 10436608 [61.63%] 10444800 [61.68%] 10452992 [61.73%] 10461184 [61.78%] 10469376 [61.83%] 10477568 [61.88%] 10485760 [61.92%] 10493952 [61.97%] 10502144 [62.02%] 10510336 [62.07%] 10518528 [62.12%] 10526720 [62.17%] 10534912 [62.21%] 10543104 [62.26%] 10551296 [62.31%] 10559488 [62.36%] 10567680 [62.41%] 10575872 [62.46%] 10584064 [62.50%] 10592256 [62.55%] 10600448 [62.60%] 10608640 [62.65%] 10616832 [62.70%] 10625024 [62.75%] 10633216 [62.79%] 10641408 [62.84%] 10649600 [62.89%] 10657792 [62.94%] 10665984 [62.99%] 10674176 [63.04%] 10682368 [63.08%] 10690560 [63.13%] 10698752 [63.18%] 10706944 [63.23%] 10715136 [63.28%] 10723328 [63.33%] 10731520 [63.38%] 10739712 [63.42%] 10747904 [63.47%] 10756096 [63.52%] 10764288 [63.57%] 10772480 [63.62%] 10780672 [63.67%] 10788864 [63.71%] 10797056 [63.76%] 10805248 [63.81%] 10813440 [63.86%] 10821632 [63.91%] 10829824 [63.96%] 10838016 [64.00%] 10846208 [64.05%] 10854400 [64.10%] 10862592 [64.15%] 10870784 [64.20%] 10878976 [64.25%] 10887168 [64.29%] 10895360 [64.34%] 10903552 [64.39%] 10911744 [64.44%] 10919936 [64.49%] 10928128 [64.54%] 10936320 [64.58%] 10944512 [64.63%] 10952704 [64.68%] 10960896 [64.73%] 10969088 [64.78%] 10977280 [64.83%] 10985472 [64.87%] 10993664 [64.92%] 11001856 [64.97%] 11010048 [65.02%] 11018240 [65.07%] 11026432 [65.12%] 11034624 [65.17%] 11042816 [65.21%] 11051008 [65.26%] 11059200 [65.31%] 11067392 [65.36%] 11075584 [65.41%] 11083776 [65.46%] 11091968 [65.50%] 11100160 [65.55%] 11108352 [65.60%] 11116544 [65.65%] 11124736 [65.70%] 11132928 [65.75%] 11141120 [65.79%] 11149312 [65.84%] 11157504 [65.89%] 11165696 [65.94%] 11173888 [65.99%] 11182080 [66.04%] 11190272 [66.08%] 11198464 [66.13%] 11206656 [66.18%] 11214848 [66.23%] 11223040 [66.28%] 11231232 [66.33%] 11239424 [66.37%] 11247616 [66.42%] 11255808 [66.47%] 11264000 [66.52%] 11272192 [66.57%] 11280384 [66.62%] 11288576 [66.66%] 11296768 [66.71%] 11304960 [66.76%] 11313152 [66.81%] 11321344 [66.86%] 11329536 [66.91%] 11337728 [66.96%] 11345920 [67.00%] 11354112 [67.05%] 11362304 [67.10%] 11370496 [67.15%] 11378688 [67.20%] 11386880 [67.25%] 11395072 [67.29%] 11403264 [67.34%] 11411456 [67.39%] 11419648 [67.44%] 11427840 [67.49%] 11436032 [67.54%] 11444224 [67.58%] 11452416 [67.63%] 11460608 [67.68%] 11468800 [67.73%] 11476992 [67.78%] 11485184 [67.83%] 11493376 [67.87%] 11501568 [67.92%] 11509760 [67.97%] 11517952 [68.02%] 11526144 [68.07%] 11534336 [68.12%] 11542528 [68.16%] 11550720 [68.21%] 11558912 [68.26%] 11567104 [68.31%] 11575296 [68.36%] 11583488 [68.41%] 11591680 [68.45%] 11599872 [68.50%] 11608064 [68.55%] 11616256 [68.60%] 11624448 [68.65%] 11632640 [68.70%] 11640832 [68.75%] 11649024 [68.79%] 11657216 [68.84%] 11665408 [68.89%] 11673600 [68.94%] 11681792 [68.99%] 11689984 [69.04%] 11698176 [69.08%] 11706368 [69.13%] 11714560 [69.18%] 11722752 [69.23%] 11730944 [69.28%] 11739136 [69.33%] 11747328 [69.37%] 11755520 [69.42%] 11763712 [69.47%] 11771904 [69.52%] 11780096 [69.57%] 11788288 [69.62%] 11796480 [69.66%] 11804672 [69.71%] 11812864 [69.76%] 11821056 [69.81%] 11829248 [69.86%] 11837440 [69.91%] 11845632 [69.95%] 11853824 [70.00%] 11862016 [70.05%] 11870208 [70.10%] 11878400 [70.15%] 11886592 [70.20%] 11894784 [70.24%] 11902976 [70.29%] 11911168 [70.34%] 11919360 [70.39%] 11927552 [70.44%] 11935744 [70.49%] 11943936 [70.54%] 11952128 [70.58%] 11960320 [70.63%] 11968512 [70.68%] 11976704 [70.73%] 11984896 [70.78%] 11993088 [70.83%] 12001280 [70.87%] 12009472 [70.92%] 12017664 [70.97%] 12025856 [71.02%] 12034048 [71.07%] 12042240 [71.12%] 12050432 [71.16%] 12058624 [71.21%] 12066816 [71.26%] 12075008 [71.31%] 12083200 [71.36%] 12091392 [71.41%] 12099584 [71.45%] 12107776 [71.50%] 12115968 [71.55%] 12124160 [71.60%] 12132352 [71.65%] 12140544 [71.70%] 12148736 [71.74%] 12156928 [71.79%] 12165120 [71.84%] 12173312 [71.89%] 12181504 [71.94%] 12189696 [71.99%] 12197888 [72.03%] 12206080 [72.08%] 12214272 [72.13%] 12222464 [72.18%] 12230656 [72.23%] 12238848 [72.28%] 12247040 [72.33%] 12255232 [72.37%] 12263424 [72.42%] 12271616 [72.47%] 12279808 [72.52%] 12288000 [72.57%] 12296192 [72.62%] 12304384 [72.66%] 12312576 [72.71%] 12320768 [72.76%] 12328960 [72.81%] 12337152 [72.86%] 12345344 [72.91%] 12353536 [72.95%] 12361728 [73.00%] 12369920 [73.05%] 12378112 [73.10%] 12386304 [73.15%] 12394496 [73.20%] 12402688 [73.24%] 12410880 [73.29%] 12419072 [73.34%] 12427264 [73.39%] 12435456 [73.44%] 12443648 [73.49%] 12451840 [73.53%] 12460032 [73.58%] 12468224 [73.63%] 12476416 [73.68%] 12484608 [73.73%] 12492800 [73.78%] 12500992 [73.82%] 12509184 [73.87%] 12517376 [73.92%] 12525568 [73.97%] 12533760 [74.02%] 12541952 [74.07%] 12550144 [74.12%] 12558336 [74.16%] 12566528 [74.21%] 12574720 [74.26%] 12582912 [74.31%] 12591104 [74.36%] 12599296 [74.41%] 12607488 [74.45%] 12615680 [74.50%] 12623872 [74.55%] 12632064 [74.60%] 12640256 [74.65%] 12648448 [74.70%] 12656640 [74.74%] 12664832 [74.79%] 12673024 [74.84%] 12681216 [74.89%] 12689408 [74.94%] 12697600 [74.99%] 12705792 [75.03%] 12713984 [75.08%] 12722176 [75.13%] 12730368 [75.18%] 12738560 [75.23%] 12746752 [75.28%] 12754944 [75.32%] 12763136 [75.37%] 12771328 [75.42%] 12779520 [75.47%] 12787712 [75.52%] 12795904 [75.57%] 12804096 [75.61%] 12812288 [75.66%] 12820480 [75.71%] 12828672 [75.76%] 12836864 [75.81%] 12845056 [75.86%] 12853248 [75.91%] 12861440 [75.95%] 12869632 [76.00%] 12877824 [76.05%] 12886016 [76.10%] 12894208 [76.15%] 12902400 [76.20%] 12910592 [76.24%] 12918784 [76.29%] 12926976 [76.34%] 12935168 [76.39%] 12943360 [76.44%] 12951552 [76.49%] 12959744 [76.53%] 12967936 [76.58%] 12976128 [76.63%] 12984320 [76.68%] 12992512 [76.73%] 13000704 [76.78%] 13008896 [76.82%] 13017088 [76.87%] 13025280 [76.92%] 13033472 [76.97%] 13041664 [77.02%] 13049856 [77.07%] 13058048 [77.11%] 13066240 [77.16%] 13074432 [77.21%] 13082624 [77.26%] 13090816 [77.31%] 13099008 [77.36%] 13107200 [77.40%] 13115392 [77.45%] 13123584 [77.50%] 13131776 [77.55%] 13139968 [77.60%] 13148160 [77.65%] 13156352 [77.70%] 13164544 [77.74%] 13172736 [77.79%] 13180928 [77.84%] 13189120 [77.89%] 13197312 [77.94%] 13205504 [77.99%] 13213696 [78.03%] 13221888 [78.08%] 13230080 [78.13%] 13238272 [78.18%] 13246464 [78.23%] 13254656 [78.28%] 13262848 [78.32%] 13271040 [78.37%] 13279232 [78.42%] 13287424 [78.47%] 13295616 [78.52%] 13303808 [78.57%] 13312000 [78.61%] 13320192 [78.66%] 13328384 [78.71%] 13336576 [78.76%] 13344768 [78.81%] 13352960 [78.86%] 13361152 [78.90%] 13369344 [78.95%] 13377536 [79.00%] 13385728 [79.05%] 13393920 [79.10%] 13402112 [79.15%] 13410304 [79.19%] 13418496 [79.24%] 13426688 [79.29%] 13434880 [79.34%] 13443072 [79.39%] 13451264 [79.44%] 13459456 [79.49%] 13467648 [79.53%] 13475840 [79.58%] 13484032 [79.63%] 13492224 [79.68%] 13500416 [79.73%] 13508608 [79.78%] 13516800 [79.82%] 13524992 [79.87%] 13533184 [79.92%] 13541376 [79.97%] 13549568 [80.02%] 13557760 [80.07%] 13565952 [80.11%] 13574144 [80.16%] 13582336 [80.21%] 13590528 [80.26%] 13598720 [80.31%] 13606912 [80.36%] 13615104 [80.40%] 13623296 [80.45%] 13631488 [80.50%] 13639680 [80.55%] 13647872 [80.60%] 13656064 [80.65%] 13664256 [80.69%] 13672448 [80.74%] 13680640 [80.79%] 13688832 [80.84%] 13697024 [80.89%] 13705216 [80.94%] 13713408 [80.98%] 13721600 [81.03%] 13729792 [81.08%] 13737984 [81.13%] 13746176 [81.18%] 13754368 [81.23%] 13762560 [81.28%] 13770752 [81.32%] 13778944 [81.37%] 13787136 [81.42%] 13795328 [81.47%] 13803520 [81.52%] 13811712 [81.57%] 13819904 [81.61%] 13828096 [81.66%] 13836288 [81.71%] 13844480 [81.76%] 13852672 [81.81%] 13860864 [81.86%] 13869056 [81.90%] 13877248 [81.95%] 13885440 [82.00%] 13893632 [82.05%] 13901824 [82.10%] 13910016 [82.15%] 13918208 [82.19%] 13926400 [82.24%] 13934592 [82.29%] 13942784 [82.34%] 13950976 [82.39%] 13959168 [82.44%] 13967360 [82.48%] 13975552 [82.53%] 13983744 [82.58%] 13991936 [82.63%] 14000128 [82.68%] 14008320 [82.73%] 14016512 [82.77%] 14024704 [82.82%] 14032896 [82.87%] 14041088 [82.92%] 14049280 [82.97%] 14057472 [83.02%] 14065664 [83.07%] 14073856 [83.11%] 14082048 [83.16%] 14090240 [83.21%] 14098432 [83.26%] 14106624 [83.31%] 14114816 [83.36%] 14123008 [83.40%] 14131200 [83.45%] 14139392 [83.50%] 14147584 [83.55%] 14155776 [83.60%] 14163968 [83.65%] 14172160 [83.69%] 14180352 [83.74%] 14188544 [83.79%] 14196736 [83.84%] 14204928 [83.89%] 14213120 [83.94%] 14221312 [83.98%] 14229504 [84.03%] 14237696 [84.08%] 14245888 [84.13%] 14254080 [84.18%] 14262272 [84.23%] 14270464 [84.27%] 14278656 [84.32%] 14286848 [84.37%] 14295040 [84.42%] 14303232 [84.47%] 14311424 [84.52%] 14319616 [84.56%] 14327808 [84.61%] 14336000 [84.66%] 14344192 [84.71%] 14352384 [84.76%] 14360576 [84.81%] 14368768 [84.85%] 14376960 [84.90%] 14385152 [84.95%] 14393344 [85.00%] 14401536 [85.05%] 14409728 [85.10%] 14417920 [85.15%] 14426112 [85.19%] 14434304 [85.24%] 14442496 [85.29%] 14450688 [85.34%] 14458880 [85.39%] 14467072 [85.44%] 14475264 [85.48%] 14483456 [85.53%] 14491648 [85.58%] 14499840 [85.63%] 14508032 [85.68%] 14516224 [85.73%] 14524416 [85.77%] 14532608 [85.82%] 14540800 [85.87%] 14548992 [85.92%] 14557184 [85.97%] 14565376 [86.02%] 14573568 [86.06%] 14581760 [86.11%] 14589952 [86.16%] 14598144 [86.21%] 14606336 [86.26%] 14614528 [86.31%] 14622720 [86.35%] 14630912 [86.40%] 14639104 [86.45%] 14647296 [86.50%] 14655488 [86.55%] 14663680 [86.60%] 14671872 [86.64%] 14680064 [86.69%] 14688256 [86.74%] 14696448 [86.79%] 14704640 [86.84%] 14712832 [86.89%] 14721024 [86.94%] 14729216 [86.98%] 14737408 [87.03%] 14745600 [87.08%] 14753792 [87.13%] 14761984 [87.18%] 14770176 [87.23%] 14778368 [87.27%] 14786560 [87.32%] 14794752 [87.37%] 14802944 [87.42%] 14811136 [87.47%] 14819328 [87.52%] 14827520 [87.56%] 14835712 [87.61%] 14843904 [87.66%] 14852096 [87.71%] 14860288 [87.76%] 14868480 [87.81%] 14876672 [87.85%] 14884864 [87.90%] 14893056 [87.95%] 14901248 [88.00%] 14909440 [88.05%] 14917632 [88.10%] 14925824 [88.14%] 14934016 [88.19%] 14942208 [88.24%] 14950400 [88.29%] 14958592 [88.34%] 14966784 [88.39%] 14974976 [88.43%] 14983168 [88.48%] 14991360 [88.53%] 14999552 [88.58%] 15007744 [88.63%] 15015936 [88.68%] 15024128 [88.73%] 15032320 [88.77%] 15040512 [88.82%] 15048704 [88.87%] 15056896 [88.92%] 15065088 [88.97%] 15073280 [89.02%] 15081472 [89.06%] 15089664 [89.11%] 15097856 [89.16%] 15106048 [89.21%] 15114240 [89.26%] 15122432 [89.31%] 15130624 [89.35%] 15138816 [89.40%] 15147008 [89.45%] 15155200 [89.50%] 15163392 [89.55%] 15171584 [89.60%] 15179776 [89.64%] 15187968 [89.69%] 15196160 [89.74%] 15204352 [89.79%] 15212544 [89.84%] 15220736 [89.89%] 15228928 [89.93%] 15237120 [89.98%] 15245312 [90.03%] 15253504 [90.08%] 15261696 [90.13%] 15269888 [90.18%] 15278080 [90.22%] 15286272 [90.27%] 15294464 [90.32%] 15302656 [90.37%] 15310848 [90.42%] 15319040 [90.47%] 15327232 [90.52%] 15335424 [90.56%] 15343616 [90.61%] 15351808 [90.66%] 15360000 [90.71%] 15368192 [90.76%] 15376384 [90.81%] 15384576 [90.85%] 15392768 [90.90%] 15400960 [90.95%] 15409152 [91.00%] 15417344 [91.05%] 15425536 [91.10%] 15433728 [91.14%] 15441920 [91.19%] 15450112 [91.24%] 15458304 [91.29%] 15466496 [91.34%] 15474688 [91.39%] 15482880 [91.43%] 15491072 [91.48%] 15499264 [91.53%] 15507456 [91.58%] 15515648 [91.63%] 15523840 [91.68%] 15532032 [91.72%] 15540224 [91.77%] 15548416 [91.82%] 15556608 [91.87%] 15564800 [91.92%] 15572992 [91.97%] 15581184 [92.01%] 15589376 [92.06%] 15597568 [92.11%] 15605760 [92.16%] 15613952 [92.21%] 15622144 [92.26%] 15630336 [92.31%] 15638528 [92.35%] 15646720 [92.40%] 15654912 [92.45%] 15663104 [92.50%] 15671296 [92.55%] 15679488 [92.60%] 15687680 [92.64%] 15695872 [92.69%] 15704064 [92.74%] 15712256 [92.79%] 15720448 [92.84%] 15728640 [92.89%] 15736832 [92.93%] 15745024 [92.98%] 15753216 [93.03%] 15761408 [93.08%] 15769600 [93.13%] 15777792 [93.18%] 15785984 [93.22%] 15794176 [93.27%] 15802368 [93.32%] 15810560 [93.37%] 15818752 [93.42%] 15826944 [93.47%] 15835136 [93.51%] 15843328 [93.56%] 15851520 [93.61%] 15859712 [93.66%] 15867904 [93.71%] 15876096 [93.76%] 15884288 [93.80%] 15892480 [93.85%] 15900672 [93.90%] 15908864 [93.95%] 15917056 [94.00%] 15925248 [94.05%] 15933440 [94.10%] 15941632 [94.14%] 15949824 [94.19%] 15958016 [94.24%] 15966208 [94.29%] 15974400 [94.34%] 15982592 [94.39%] 15990784 [94.43%] 15998976 [94.48%] 16007168 [94.53%] 16015360 [94.58%] 16023552 [94.63%] 16031744 [94.68%] 16039936 [94.72%] 16048128 [94.77%] 16056320 [94.82%] 16064512 [94.87%] 16072704 [94.92%] 16080896 [94.97%] 16089088 [95.01%] 16097280 [95.06%] 16105472 [95.11%] 16113664 [95.16%] 16121856 [95.21%] 16130048 [95.26%] 16138240 [95.30%] 16146432 [95.35%] 16154624 [95.40%] 16162816 [95.45%] 16171008 [95.50%] 16179200 [95.55%] 16187392 [95.59%] 16195584 [95.64%] 16203776 [95.69%] 16211968 [95.74%] 16220160 [95.79%] 16228352 [95.84%] 16236544 [95.89%] 16244736 [95.93%] 16252928 [95.98%] 16261120 [96.03%] 16269312 [96.08%] 16277504 [96.13%] 16285696 [96.18%] 16293888 [96.22%] 16302080 [96.27%] 16310272 [96.32%] 16318464 [96.37%] 16326656 [96.42%] 16334848 [96.47%] 16343040 [96.51%] 16351232 [96.56%] 16359424 [96.61%] 16367616 [96.66%] 16375808 [96.71%] 16384000 [96.76%] 16392192 [96.80%] 16400384 [96.85%] 16408576 [96.90%] 16416768 [96.95%] 16424960 [97.00%] 16433152 [97.05%] 16441344 [97.09%] 16449536 [97.14%] 16457728 [97.19%] 16465920 [97.24%] 16474112 [97.29%] 16482304 [97.34%] 16490496 [97.38%] 16498688 [97.43%] 16506880 [97.48%] 16515072 [97.53%] 16523264 [97.58%] 16531456 [97.63%] 16539648 [97.68%] 16547840 [97.72%] 16556032 [97.77%] 16564224 [97.82%] 16572416 [97.87%] 16580608 [97.92%] 16588800 [97.97%] 16596992 [98.01%] 16605184 [98.06%] 16613376 [98.11%] 16621568 [98.16%] 16629760 [98.21%] 16637952 [98.26%] 16646144 [98.30%] 16654336 [98.35%] 16662528 [98.40%] 16670720 [98.45%] 16678912 [98.50%] 16687104 [98.55%] 16695296 [98.59%] 16703488 [98.64%] 16711680 [98.69%] 16719872 [98.74%] 16728064 [98.79%] 16736256 [98.84%] 16744448 [98.88%] 16752640 [98.93%] 16760832 [98.98%] 16769024 [99.03%] 16777216 [99.08%] 16785408 [99.13%] 16793600 [99.17%] 16801792 [99.22%] 16809984 [99.27%] 16818176 [99.32%] 16826368 [99.37%] 16834560 [99.42%] 16842752 [99.47%] 16850944 [99.51%] 16859136 [99.56%] 16867328 [99.61%] 16875520 [99.66%] 16883712 [99.71%] 16891904 [99.76%] 16900096 [99.80%] 16908288 [99.85%] 16916480 [99.90%] 16924672 [99.95%] 16932864 [100.00%] 16933320 [100.00%]
Extracting /tmp/ccm-5Gb4Nz.tar.gz as version 1.2.18 ...
Current cluster is now: test
node1: UP
node3: UP
node2: UP
=== RUN TestProto1BatchInsert
--- PASS: TestProto1BatchInsert (0.85 seconds)
cassandra_test.go:70: drop keyspace: Cannot drop non existing keyspace 'gocql_test'.
cassandra_test.go:79: Created keyspace gocql_test
=== RUN TestShouldPrepareFunction
--- PASS: TestShouldPrepareFunction (0.00 seconds)
=== RUN TestRingDiscovery
2014/08/13 18:54:34 connectionpool.go:176: connect: failed to connect to "127.0.0.1:9042": recv: Response protocol version does not match connection protocol version (129 != 130)
--- FAIL: TestRingDiscovery (0.01 seconds)
cassandra_test.go:106: got error connecting to the cluster no connections were made when creating the session
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x458c1c]
goroutine 26 [running]:
runtime.panic(0x5cf760, 0x8226a8)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/panic.c:266 +0xb6
testing.func·005()
/home/travis/.gvm/gos/go1.2.2/src/pkg/testing/testing.go:385 +0xe8
runtime.panic(0x5cf760, 0x8226a8)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/panic.c:248 +0x106
github.com/gocql/gocql.TestRingDiscovery(0xc21004f240)
/home/travis/gopath/src/github.com/gocql/gocql/cassandra_test.go:109 +0x17c
testing.tRunner(0xc21004f240, 0x823b50)
/home/travis/.gvm/gos/go1.2.2/src/pkg/testing/testing.go:391 +0x8b
created by testing.RunTests
/home/travis/.gvm/gos/go1.2.2/src/pkg/testing/testing.go:471 +0x8b2
goroutine 1 [chan receive]:
testing.RunTests(0x66ac78, 0x823b20, 0x33, 0x33, 0x1)
/home/travis/.gvm/gos/go1.2.2/src/pkg/testing/testing.go:472 +0x8d5
testing.Main(0x66ac78, 0x823b20, 0x33, 0x33, 0x820920, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/testing/testing.go:403 +0x84
main.main()
github.com/gocql/gocql/_test/_testmain.go:157 +0x9c
goroutine 21 [IO wait]:
net.runtime_pollWait(0x7ff3d162a6d0, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc210132920, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc210132920, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc2101328c0, 0xc21014c000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc2100004e8, 0xc21014c000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054ba0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054ba0, 0xc21014ab40, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc210077840, 0xc21014a900, 0x18, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc210077840)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
goroutine 15 [IO wait]:
net.runtime_pollWait(0x7ff3d162a388, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc210132290, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc210132290, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc210132230, 0xc21013c000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc210000408, 0xc21013c000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054a80)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054a80, 0xc210153900, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc210077600, 0xc21013f480, 0x28, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc210077600)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
goroutine 18 [IO wait]:
net.runtime_pollWait(0x7ff3d162a580, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc2101325a0, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc2101325a0, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc210132540, 0xc210142000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc210000468, 0xc210142000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054ae0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054ae0, 0xc21013fd80, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc2100776c0, 0xc21013fb40, 0x18, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc2100776c0)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
goroutine 22 [IO wait]:
net.runtime_pollWait(0x7ff3d162a4d8, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc2101328b0, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc2101328b0, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc210132850, 0xc21014e000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc210000520, 0xc21014e000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054c00)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054c00, 0xc210153000, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc210077900, 0xc21014ad80, 0x18, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc210077900)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
goroutine 24 [IO wait]:
net.runtime_pollWait(0x7ff3d162a628, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc210132c30, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc210132c30, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc210132bd0, 0xc210154000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc210000560, 0xc210154000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054c60)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054c60, 0xc210153d80, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc2100779c0, 0xc210153b40, 0xc, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc2100779c0)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
goroutine 19 [IO wait]:
net.runtime_pollWait(0x7ff3d162a430, 0x72, 0x0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc210132530, 0x72, 0x7ff3d16294c0, 0xb)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc210132530, 0xb, 0x7ff3d16294c0)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc2101324d0, 0xc210145000, 0x1000, 0x1000, 0x0, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc2100004a0, 0xc210145000, 0x1000, 0x1000, 0x4ea80e, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc210054b40)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc210054b40, 0xc21014a240, 0x8, 0x208, 0x8, ...)
/home/travis/.gvm/gos/go1.2.2/src/pkg/bufio/bufio.go:159 +0x1a4
github.com/gocql/gocql.(*Conn).recv(0xc210077780, 0xc21014a000, 0x18, 0x208, 0x0, ...)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:208 +0x162
github.com/gocql/gocql.(*Conn).serve(0xc210077780)
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:186 +0x2d
created by github.com/gocql/gocql.Connect
/home/travis/gopath/src/github.com/gocql/gocql/conn.go:120 +0x3cf
exit status 2
FAIL github.com/gocql/gocql 0.873s
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