mhart/test-ci-project

master

Build #124

Build Go projects
24fb8e6 mhart 2016-07-14T17:11:23.413Z
71815a5..24fb8e6 mhart 26 sec
Lambda log
All builds
LambCI v0.9.4 triggered on stack "lambci-public"

Looking up keys in lambci-public-config: global, gh/mhart/test-ci-project

$ rm -rf /tmp/lambci/build
$ git clone --depth 5 https://github.com/mhart/test-ci-project.git -b master /tmp/lambci/build/mhart/test-ci-project
Cloning into '/tmp/lambci/build/mhart/test-ci-project'...
$ cd /tmp/lambci/build/mhart/test-ci-project && git checkout -qf 24fb8e6a124533115352ac4e2f7902605ab256bb

Build #124 started...

Branch log: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/mhart/test-ci-project/branches/master/57bdcfaad36653322e669964313c97f1.html
Branch status img: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/mhart/test-ci-project/branches/master/dbbb4401dc9bc22109b7a60a2709d415.svg
Build log: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/mhart/test-ci-project/builds/124/f8ddb3de3e00ea0faffdf59ddf7e8658.html

$ ./build-go.sh
+ export LAMBCI_REPO=emirpasic/gods
+ LAMBCI_REPO=emirpasic/gods
+ rm -rf /tmp/emirpasic/gods
+ git clone --depth 1 https://github.com/emirpasic/gods /tmp/emirpasic/gods
Cloning into '/tmp/emirpasic/gods'...
+ cd /tmp/emirpasic/gods
+ . /tmp/lambci/home/init/go
++ set -e
++ VERSION=1.6.2
++ echo 'Installing Go 1.6.2...'
++ '[' -d /tmp/lambci/home/go ']'
++ set -x
Installing Go 1.6.2...
++ tar -xz -C /tmp/lambci/home
++ curl -sSL https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz
++ set +x
Go setup complete

github.com/emirpasic/gods/utils
github.com/emirpasic/gods/containers
github.com/emirpasic/gods/lists
github.com/emirpasic/gods/maps
github.com/emirpasic/gods/lists/arraylist
github.com/emirpasic/gods/lists/doublylinkedlist
github.com/emirpasic/gods/lists/singlylinkedlist
github.com/emirpasic/gods/maps/hashmap
github.com/emirpasic/gods/maps/hashbidimap
github.com/emirpasic/gods/stacks
github.com/emirpasic/gods/trees
github.com/emirpasic/gods/stacks/linkedliststack
github.com/emirpasic/gods/sets
github.com/emirpasic/gods/sets/hashset
github.com/emirpasic/gods/trees/redblacktree
github.com/emirpasic/gods/stacks/arraystack
github.com/emirpasic/gods/trees/binaryheap
github.com/emirpasic/gods/maps/treebidimap
github.com/emirpasic/gods/maps/treemap
github.com/emirpasic/gods/sets/treeset
github.com/emirpasic/gods/examples
=== RUN   TestGetSortedValuesInts
--- PASS: TestGetSortedValuesInts (0.00s)
=== RUN   TestGetSortedValuesStrings
--- PASS: TestGetSortedValuesStrings (0.00s)
PASS
ok  	github.com/emirpasic/gods/containers	0.002s
?   	github.com/emirpasic/gods/examples	[no test files]
?   	github.com/emirpasic/gods/lists	[no test files]
=== RUN   TestListAdd
--- PASS: TestListAdd (0.00s)
=== RUN   TestListRemove
--- PASS: TestListRemove (0.00s)
=== RUN   TestListGet
--- PASS: TestListGet (0.00s)
=== RUN   TestListSwap
--- PASS: TestListSwap (0.00s)
=== RUN   TestListSort
--- PASS: TestListSort (0.00s)
=== RUN   TestListClear
--- PASS: TestListClear (0.00s)
=== RUN   TestListContains
--- PASS: TestListContains (0.00s)
=== RUN   TestListValues
--- PASS: TestListValues (0.00s)
=== RUN   TestListInsert
--- PASS: TestListInsert (0.00s)
=== RUN   TestListEach
--- PASS: TestListEach (0.00s)
=== RUN   TestListMap
--- PASS: TestListMap (0.00s)
=== RUN   TestListSelect
--- PASS: TestListSelect (0.00s)
=== RUN   TestListAny
--- PASS: TestListAny (0.00s)
=== RUN   TestListAll
--- PASS: TestListAll (0.00s)
=== RUN   TestListFind
--- PASS: TestListFind (0.00s)
=== RUN   TestListChaining
--- PASS: TestListChaining (0.00s)
=== RUN   TestListIteratorNextOnEmpty
--- PASS: TestListIteratorNextOnEmpty (0.00s)
=== RUN   TestListIteratorNext
--- PASS: TestListIteratorNext (0.00s)
=== RUN   TestListIteratorPrevOnEmpty
--- PASS: TestListIteratorPrevOnEmpty (0.00s)
=== RUN   TestListIteratorPrev
--- PASS: TestListIteratorPrev (0.00s)
=== RUN   TestListIteratorBegin
--- PASS: TestListIteratorBegin (0.00s)
=== RUN   TestListIteratorEnd
--- PASS: TestListIteratorEnd (0.00s)
=== RUN   TestListIteratorFirst
--- PASS: TestListIteratorFirst (0.00s)
=== RUN   TestListIteratorLast
--- PASS: TestListIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/lists/arraylist	0.017s
=== RUN   TestListAdd
--- PASS: TestListAdd (0.00s)
=== RUN   TestListRemove
--- PASS: TestListRemove (0.00s)
=== RUN   TestListGet
--- PASS: TestListGet (0.00s)
=== RUN   TestListSwap
--- PASS: TestListSwap (0.00s)
=== RUN   TestListSort
--- PASS: TestListSort (0.00s)
=== RUN   TestListClear
--- PASS: TestListClear (0.00s)
=== RUN   TestListContains
--- PASS: TestListContains (0.00s)
=== RUN   TestListValues
--- PASS: TestListValues (0.00s)
=== RUN   TestListInsert
--- PASS: TestListInsert (0.00s)
=== RUN   TestListEach
--- PASS: TestListEach (0.00s)
=== RUN   TestListMap
--- PASS: TestListMap (0.00s)
=== RUN   TestListSelect
--- PASS: TestListSelect (0.00s)
=== RUN   TestListAny
--- PASS: TestListAny (0.00s)
=== RUN   TestListAll
--- PASS: TestListAll (0.00s)
=== RUN   TestListFind
--- PASS: TestListFind (0.00s)
=== RUN   TestListChaining
--- PASS: TestListChaining (0.00s)
=== RUN   TestListIteratorNextOnEmpty
--- PASS: TestListIteratorNextOnEmpty (0.00s)
=== RUN   TestListIteratorNext
--- PASS: TestListIteratorNext (0.00s)
=== RUN   TestListIteratorPrevOnEmpty
--- PASS: TestListIteratorPrevOnEmpty (0.00s)
=== RUN   TestListIteratorPrev
--- PASS: TestListIteratorPrev (0.00s)
=== RUN   TestListIteratorBegin
--- PASS: TestListIteratorBegin (0.00s)
=== RUN   TestListIteratorEnd
--- PASS: TestListIteratorEnd (0.00s)
=== RUN   TestListIteratorFirst
--- PASS: TestListIteratorFirst (0.00s)
=== RUN   TestListIteratorLast
--- PASS: TestListIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/lists/doublylinkedlist	0.025s
=== RUN   TestListAdd
--- PASS: TestListAdd (0.00s)
=== RUN   TestListRemove
--- PASS: TestListRemove (0.00s)
=== RUN   TestListGet
--- PASS: TestListGet (0.00s)
=== RUN   TestListSwap
--- PASS: TestListSwap (0.00s)
=== RUN   TestListSort
--- PASS: TestListSort (0.00s)
=== RUN   TestListClear
--- PASS: TestListClear (0.00s)
=== RUN   TestListContains
--- PASS: TestListContains (0.00s)
=== RUN   TestListValues
--- PASS: TestListValues (0.00s)
=== RUN   TestListInsert
--- PASS: TestListInsert (0.00s)
=== RUN   TestListEach
--- PASS: TestListEach (0.00s)
=== RUN   TestListMap
--- PASS: TestListMap (0.00s)
=== RUN   TestListSelect
--- PASS: TestListSelect (0.00s)
=== RUN   TestListAny
--- PASS: TestListAny (0.00s)
=== RUN   TestListAll
--- PASS: TestListAll (0.00s)
=== RUN   TestListFind
--- PASS: TestListFind (0.00s)
=== RUN   TestListChaining
--- PASS: TestListChaining (0.00s)
=== RUN   TestListIteratorNextOnEmpty
--- PASS: TestListIteratorNextOnEmpty (0.00s)
=== RUN   TestListIteratorNext
--- PASS: TestListIteratorNext (0.00s)
=== RUN   TestListIteratorBegin
--- PASS: TestListIteratorBegin (0.00s)
=== RUN   TestListIteratorFirst
--- PASS: TestListIteratorFirst (0.00s)
PASS
ok  	github.com/emirpasic/gods/lists/singlylinkedlist	0.011s
?   	github.com/emirpasic/gods/maps	[no test files]
=== RUN   TestMapPut
--- PASS: TestMapPut (0.00s)
=== RUN   TestMapRemove
--- PASS: TestMapRemove (0.00s)
=== RUN   TestMapGetKey
--- PASS: TestMapGetKey (0.00s)
PASS
ok  	github.com/emirpasic/gods/maps/hashbidimap	0.002s
=== RUN   TestMapPut
--- PASS: TestMapPut (0.00s)
=== RUN   TestMapRemove
--- PASS: TestMapRemove (0.00s)
PASS
ok  	github.com/emirpasic/gods/maps/hashmap	0.020s
=== RUN   TestMapPut
--- PASS: TestMapPut (0.00s)
=== RUN   TestMapRemove
--- PASS: TestMapRemove (0.00s)
=== RUN   TestMapGetKey
--- PASS: TestMapGetKey (0.00s)
=== RUN   TestMapEach
--- PASS: TestMapEach (0.00s)
=== RUN   TestMapMap
--- PASS: TestMapMap (0.00s)
=== RUN   TestMapSelect
--- PASS: TestMapSelect (0.00s)
=== RUN   TestMapAny
--- PASS: TestMapAny (0.00s)
=== RUN   TestMapAll
--- PASS: TestMapAll (0.00s)
=== RUN   TestMapFind
--- PASS: TestMapFind (0.00s)
=== RUN   TestMapChaining
--- PASS: TestMapChaining (0.00s)
=== RUN   TestMapIteratorNextOnEmpty
--- PASS: TestMapIteratorNextOnEmpty (0.00s)
=== RUN   TestMapIteratorPrevOnEmpty
--- PASS: TestMapIteratorPrevOnEmpty (0.00s)
=== RUN   TestMapIteratorNext
--- PASS: TestMapIteratorNext (0.00s)
=== RUN   TestMapIteratorPrev
--- PASS: TestMapIteratorPrev (0.00s)
=== RUN   TestMapIteratorBegin
--- PASS: TestMapIteratorBegin (0.00s)
=== RUN   TestMapTreeIteratorEnd
--- PASS: TestMapTreeIteratorEnd (0.00s)
=== RUN   TestMapIteratorFirst
--- PASS: TestMapIteratorFirst (0.00s)
=== RUN   TestMapIteratorLast
--- PASS: TestMapIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/maps/treebidimap	0.015s
=== RUN   TestMapPut
--- PASS: TestMapPut (0.00s)
=== RUN   TestMapRemove
--- PASS: TestMapRemove (0.00s)
=== RUN   TestMapEach
--- PASS: TestMapEach (0.00s)
=== RUN   TestMapMap
--- PASS: TestMapMap (0.00s)
=== RUN   TestMapSelect
--- PASS: TestMapSelect (0.00s)
=== RUN   TestMapAny
--- PASS: TestMapAny (0.00s)
=== RUN   TestMapAll
--- PASS: TestMapAll (0.00s)
=== RUN   TestMapFind
--- PASS: TestMapFind (0.00s)
=== RUN   TestMapChaining
--- PASS: TestMapChaining (0.00s)
=== RUN   TestMapIteratorNextOnEmpty
--- PASS: TestMapIteratorNextOnEmpty (0.00s)
=== RUN   TestMapIteratorPrevOnEmpty
--- PASS: TestMapIteratorPrevOnEmpty (0.00s)
=== RUN   TestMapIteratorNext
--- PASS: TestMapIteratorNext (0.00s)
=== RUN   TestMapIteratorPrev
--- PASS: TestMapIteratorPrev (0.00s)
=== RUN   TestMapIteratorBegin
--- PASS: TestMapIteratorBegin (0.00s)
=== RUN   TestMapTreeIteratorEnd
--- PASS: TestMapTreeIteratorEnd (0.00s)
=== RUN   TestMapIteratorFirst
--- PASS: TestMapIteratorFirst (0.00s)
=== RUN   TestMapIteratorLast
--- PASS: TestMapIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/maps/treemap	0.003s
?   	github.com/emirpasic/gods/sets	[no test files]
=== RUN   TestSetAdd
--- PASS: TestSetAdd (0.00s)
=== RUN   TestSetContains
--- PASS: TestSetContains (0.00s)
=== RUN   TestSetRemove
--- PASS: TestSetRemove (0.00s)
PASS
ok  	github.com/emirpasic/gods/sets/hashset	0.006s
=== RUN   TestSetAdd
--- PASS: TestSetAdd (0.00s)
=== RUN   TestSetContains
--- PASS: TestSetContains (0.00s)
=== RUN   TestSetRemove
--- PASS: TestSetRemove (0.00s)
=== RUN   TestSetEach
--- PASS: TestSetEach (0.00s)
=== RUN   TestSetMap
--- PASS: TestSetMap (0.00s)
=== RUN   TestSetSelect
--- PASS: TestSetSelect (0.00s)
=== RUN   TestSetAny
--- PASS: TestSetAny (0.00s)
=== RUN   TestSetAll
--- PASS: TestSetAll (0.00s)
=== RUN   TestSetFind
--- PASS: TestSetFind (0.00s)
=== RUN   TestSetChaining
--- PASS: TestSetChaining (0.00s)
=== RUN   TestSetIteratorNextOnEmpty
--- PASS: TestSetIteratorNextOnEmpty (0.00s)
=== RUN   TestSetIteratorPrevOnEmpty
--- PASS: TestSetIteratorPrevOnEmpty (0.00s)
=== RUN   TestSetIteratorNext
--- PASS: TestSetIteratorNext (0.00s)
=== RUN   TestSetIteratorPrev
--- PASS: TestSetIteratorPrev (0.00s)
=== RUN   TestSetIteratorBegin
--- PASS: TestSetIteratorBegin (0.00s)
=== RUN   TestSetIteratorEnd
--- PASS: TestSetIteratorEnd (0.00s)
=== RUN   TestSetIteratorFirst
--- PASS: TestSetIteratorFirst (0.00s)
=== RUN   TestSetIteratorLast
--- PASS: TestSetIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/sets/treeset	0.003s
?   	github.com/emirpasic/gods/stacks	[no test files]
=== RUN   TestStackPush
--- PASS: TestStackPush (0.00s)
=== RUN   TestStackPeek
--- PASS: TestStackPeek (0.00s)
=== RUN   TestStackPop
--- PASS: TestStackPop (0.00s)
=== RUN   TestStackIteratorOnEmpty
--- PASS: TestStackIteratorOnEmpty (0.00s)
=== RUN   TestStackIteratorNext
--- PASS: TestStackIteratorNext (0.00s)
=== RUN   TestStackIteratorPrev
--- PASS: TestStackIteratorPrev (0.00s)
=== RUN   TestStackIteratorBegin
--- PASS: TestStackIteratorBegin (0.00s)
=== RUN   TestStackIteratorEnd
--- PASS: TestStackIteratorEnd (0.00s)
=== RUN   TestStackIteratorFirst
--- PASS: TestStackIteratorFirst (0.00s)
=== RUN   TestStackIteratorLast
--- PASS: TestStackIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/stacks/arraystack	0.003s
=== RUN   TestStackPush
--- PASS: TestStackPush (0.00s)
=== RUN   TestStackPeek
--- PASS: TestStackPeek (0.00s)
=== RUN   TestStackPop
--- PASS: TestStackPop (0.00s)
=== RUN   TestStackIterator
--- PASS: TestStackIterator (0.00s)
=== RUN   TestStackIteratorBegin
--- PASS: TestStackIteratorBegin (0.00s)
=== RUN   TestStackIteratorFirst
--- PASS: TestStackIteratorFirst (0.00s)
PASS
ok  	github.com/emirpasic/gods/stacks/linkedliststack	0.003s
?   	github.com/emirpasic/gods/trees	[no test files]
=== RUN   TestBinaryHeapPush
--- PASS: TestBinaryHeapPush (0.00s)
=== RUN   TestBinaryHeapPop
--- PASS: TestBinaryHeapPop (0.00s)
=== RUN   TestBinaryHeapRandom
--- PASS: TestBinaryHeapRandom (0.04s)
=== RUN   TestBinaryHeapIteratorOnEmpty
--- PASS: TestBinaryHeapIteratorOnEmpty (0.00s)
=== RUN   TestBinaryHeapIteratorNext
--- PASS: TestBinaryHeapIteratorNext (0.00s)
=== RUN   TestBinaryHeapIteratorPrev
--- PASS: TestBinaryHeapIteratorPrev (0.00s)
=== RUN   TestBinaryHeapIteratorBegin
--- PASS: TestBinaryHeapIteratorBegin (0.00s)
=== RUN   TestListIteratorEnd
--- PASS: TestListIteratorEnd (0.00s)
=== RUN   TestStackIteratorFirst
--- PASS: TestStackIteratorFirst (0.00s)
=== RUN   TestBinaryHeapIteratorLast
--- PASS: TestBinaryHeapIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/trees/binaryheap	0.039s
=== RUN   TestRedBlackTreePut
--- PASS: TestRedBlackTreePut (0.00s)
=== RUN   TestRedBlackTreeRemove
--- PASS: TestRedBlackTreeRemove (0.00s)
=== RUN   TestRedBlackTreeLeftAndRight
--- PASS: TestRedBlackTreeLeftAndRight (0.00s)
=== RUN   TestRedBlackTreeCeilingAndFloor
--- PASS: TestRedBlackTreeCeilingAndFloor (0.00s)
=== RUN   TestRedBlackTreeIteratorNextOnEmpty
--- PASS: TestRedBlackTreeIteratorNextOnEmpty (0.00s)
=== RUN   TestRedBlackTreeIteratorPrevOnEmpty
--- PASS: TestRedBlackTreeIteratorPrevOnEmpty (0.00s)
=== RUN   TestRedBlackTreeIterator1Next
--- PASS: TestRedBlackTreeIterator1Next (0.00s)
=== RUN   TestRedBlackTreeIterator1Prev
--- PASS: TestRedBlackTreeIterator1Prev (0.00s)
=== RUN   TestRedBlackTreeIterator2Next
--- PASS: TestRedBlackTreeIterator2Next (0.00s)
=== RUN   TestRedBlackTreeIterator2Prev
--- PASS: TestRedBlackTreeIterator2Prev (0.00s)
=== RUN   TestRedBlackTreeIterator3Next
--- PASS: TestRedBlackTreeIterator3Next (0.00s)
=== RUN   TestRedBlackTreeIterator3Prev
--- PASS: TestRedBlackTreeIterator3Prev (0.00s)
=== RUN   TestRedBlackTreeIterator4Next
--- PASS: TestRedBlackTreeIterator4Next (0.00s)
=== RUN   TestRedBlackTreeIterator4Prev
--- PASS: TestRedBlackTreeIterator4Prev (0.00s)
=== RUN   TestRedBlackTreeIteratorBegin
--- PASS: TestRedBlackTreeIteratorBegin (0.00s)
=== RUN   TestRedBlackTreeIteratorEnd
--- PASS: TestRedBlackTreeIteratorEnd (0.00s)
=== RUN   TestRedBlackTreeIteratorFirst
--- PASS: TestRedBlackTreeIteratorFirst (0.00s)
=== RUN   TestRedBlackTreeIteratorLast
--- PASS: TestRedBlackTreeIteratorLast (0.00s)
PASS
ok  	github.com/emirpasic/gods/trees/redblacktree	0.042s
=== RUN   TestIntComparator
--- PASS: TestIntComparator (0.00s)
=== RUN   TestStringComparator
--- PASS: TestStringComparator (0.00s)
=== RUN   TestCustomComparator
--- PASS: TestCustomComparator (0.00s)
=== RUN   TestSortInts
--- PASS: TestSortInts (0.00s)
=== RUN   TestSortStrings
--- PASS: TestSortStrings (0.00s)
=== RUN   TestSortStructs
--- PASS: TestSortStructs (0.00s)
=== RUN   TestSortRandom
--- PASS: TestSortRandom (0.01s)
PASS
ok  	github.com/emirpasic/gods/utils	0.010s
Build #124 successful!