dedis / cosi

CoSi command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_cosi.sh fails

ineiti opened this issue · comments

When running test_cosi.sh in cosi, it fails with

Testing Check
panic: runtime error: index out of range

goroutine 5 [running]:
panic(0x4c4020, 0xc82000e090)
    /usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:481 +0x3e6
github.com/dedis/cosi/service.(*Client).SignMsg(0xc820026060, 0xc82000b8c0, 0xc8200c1e40, 0x20, 0x20, 0x0, 0x0, 0x0)
    /Users/epfl/Documents/go/src/github.com/dedis/cosi/service/api.go:28 +0x70e
main.signStatement.func1(0xc820026060, 0xc82000b8c0, 0xc8200c1e40, 0x20, 0x20, 0xc8200d8290, 0xc82005c9c0)
    /Users/epfl/dedis/cosi/client.go:196 +0x135
created by main.signStatement
    /Users/epfl/dedis/cosi/client.go:203 +0x1a6

    FAILED: starting runCl 1 check failed