docker-image://docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
CACHED
docker-image://docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
CACHED
git clone https://github.com/vito/booklit.git ./
[1.16s]
Cloning into '.'...
resolve image config for docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
[0.01s]
resolve image config for docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.01s]
git fetch origin eec0d0559cd97b081f282aa0dd1f3a7ddfec826c
[0.48s]
From https://github.com/vito/booklit
* branch eec0d0559cd97b081f282aa0dd1f3a7ddfec826c -> FETCH_HEAD
git checkout eec0d0559cd97b081f282aa0dd1f3a7ddfec826c
[0.28s]
Note: switching to 'eec0d0559cd97b081f282aa0dd1f3a7ddfec826c'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at eec0d05 whee
git submodule update --init --recursive
[0.23s]
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
[4.16s]
go: downloading github.com/onsi/ginkgo/v2 v2.1.4
go: downloading github.com/onsi/ginkgo v1.16.4
go: downloading golang.org/x/tools v0.1.10
go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
go: downloading github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38
ginkgo -r -p
[9.56s]
go: downloading github.com/onsi/gomega v1.19.0
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
go: downloading github.com/segmentio/textio v1.2.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading golang.org/x/net v0.0.0-20220225172249-27dd8689420f
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/text v0.3.7
Running Suite: Booklit Suite - /bass/work/tests
===============================================
Random Seed: 1673974165
Will run 62 of 62 specs
Running in parallel across 15 processes
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Ran 62 of 62 Specs in 0.067 seconds
SUCCESS! -- 62 Passed | 0 Failed | 0 Pending | 0 Skipped
Ginkgo ran 1 suite in 8.035353005s
Test Suite Passed
[check] test
[14.8s]