docker-image://docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.01s]
git clone https://github.com/vito/booklit.git ./
CACHED
docker-image://docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
CACHED
git fetch origin 695dd9cb7549108fd4be79abd94ca91ab76abdc5
[0.55s]
From https://github.com/vito/booklit
* branch 695dd9cb7549108fd4be79abd94ca91ab76abdc5 -> FETCH_HEAD
git checkout 695dd9cb7549108fd4be79abd94ca91ab76abdc5
[0.27s]
Note: switching to '695dd9cb7549108fd4be79abd94ca91ab76abdc5'.
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 695dd9c make sure nix runs fresh every time
git submodule update --init --recursive
[0.28s]
resolve image config for docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.01s]
resolve image config for docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
[0.01s]
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
[4.21s]
go: downloading github.com/onsi/ginkgo/v2 v2.1.4
go: downloading github.com/onsi/ginkgo v1.16.4
go: downloading github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38
go: downloading golang.org/x/tools v0.1.10
go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
ginkgo -r -p
[9.38s]
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
go: downloading github.com/onsi/gomega v1.19.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/segmentio/textio v1.2.0
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: 1673974247
Will run 62 of 62 specs
Running in parallel across 15 processes
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Ran 62 of 62 Specs in 0.058 seconds
SUCCESS! -- 62 Passed | 0 Failed | 0 Pending | 0 Skipped
Ginkgo ran 1 suite in 7.810443401s
Test Suite Passed
[check] test
[13.8s]