[Scion] Issue with installation of SCION Apps

Mateusz Kowalski kmateusz at inf.ethz.ch
Mon Sep 9 09:44:37 CEST 2019


Hi guys,

`index-pack died of signal 9` in most of the cases suggest running out 
of memory on the underlying system.

@Siddharth, can you please send output of the following set of commands?

```
# git clone -vvv https://github.com/netsec-ethz/rains
# free -h
# lscpu
# cat /proc/meminfo
# dmesg -T |grep Kill
```

Cheers,
Mateusz

On 08/09/2019 20:59, Juan A. García-Pardo wrote:
> Hi Siddharth,
> The execution of `deps.sh` failed, look at that message saying "error:
> index-pack died of signal 9"
> Where is it failing? in `git clone` ? Where (which platform) are you
> running this?
> Thanks,
>
> Juan A.
>
>
> On Fri, Sep 6, 2019 at 4:32 PM Siddharth Mehrotra <the4daspect at gmail.com>
> wrote:
>
>> Hi,
>>
>> While installing SCION-Apps, following error appeared on running ./deps.sh.
>> Is there any issue with this?
>>
>> ubuntu at scionlab-ffaa-1-c28:~/go/src/github.com/netsec-ethz/scion-apps$
>> ./deps.sh
>> + printf '\n### Getting govendor ###\n'
>>
>> ### Getting govendor ###
>> + grep v1.0.8
>> + govendor -version
>> + printf '\n### Getting vendor libraries\n'
>>
>> ### Getting vendor libraries
>> + govendor sync -v
>> fetch "github.com/docker/docker/pkg/term"
>> fetch "github.com/docker/docker/pkg/term/windows"
>> fetch "github.com/netsec-ethz/rains/internal/pkg/algorithmTypes"
>> # cd .; git clone https://github.com/netsec-ethz/rains
>> /home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> '.
>> ..
>> error: index-pack died of signal 9
>> fatal: index-pack failed
>> fetch "github.com/netsec-ethz/rains/internal/pkg/cbor"
>> # cd .; git clone https://github.com/netsec-ethz/rains
>> /home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> '.
>> ..
>> error: index-pack died of signal 9
>> fatal: index-pack failed
>> fetch "github.com/netsec-ethz/rains/internal/pkg/connection"
>> # cd .; git clone https://github.com/netsec-ethz/rains
>> /home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
>> '.
>> ..
>> error: index-pack died of signal 9
>> fatal: index-pack failed
>> fetch "github.com/netsec-ethz/rains/internal/pkg/datastructures/bitarray"
>>
>> Error appeared  while executing *make install command*
>>
>> ubuntu at scionlab-ffaa-1-c28:~/go/src/github.com/netsec-ethz/scion-apps$
>> make
>> install
>> cd helloworld/ && go build
>> ../lib/scionutil/hosts.go:27:2: cannot find package "
>> github.com/netsec-ethz/rains/pkg/rains" in any of:
>>          /home/ubuntu/go/src/
>>
>> github.com/netsec-ethz/scion-apps/vendor/github.com/netsec-ethz/rains/pkg/rains
>> (vendor tree)
>>          /usr/local/go/src/github.com/netsec-ethz/rains/pkg/rains (from
>> $GOROOT)
>>          /home/ubuntu/go/src/github.com/netsec-ethz/rains/pkg/rains (from
>> $GOPATH)
>> Makefile:24: recipe for target 'helloworld/helloworld' failed
>> make: *** [helloworld/helloworld] Error 1
>>
>> In this scenario SCION is running on perfectly and I am unable to install
>> SCION - Apps on the ubuntu machine.
>>
>> Thanks,
>> Siddharth
>> _______________________________________________
>> Scion mailing list
>> Scion at lists.inf.ethz.ch
>> https://lists.inf.ethz.ch/mailman/listinfo/scion
>>
> _______________________________________________
> Scion mailing list
> Scion at lists.inf.ethz.ch
> https://lists.inf.ethz.ch/mailman/listinfo/scion


More information about the Scion mailing list