docker-image://docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
CACHED
resolve image config for docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
[0.01s]
resolve image config for docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.00s]
git clone https://github.com/vito/booklit ./
[7.36s]
Cloning into '.'...
git fetch origin 07747d66601bc5433b37a64943ba4ef44b67a958
[0.47s]
From https://github.com/vito/booklit
* branch 07747d66601bc5433b37a64943ba4ef44b67a958 -> FETCH_HEAD
git checkout 07747d66601bc5433b37a64943ba4ef44b67a958
[0.28s]
Note: switching to '07747d66601bc5433b37a64943ba4ef44b67a958'.
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 07747d6 Merge pull request #53 from vito/dependabot/npm_and_yarn/qs-6.5.3
git submodule update --init --recursive
[0.25s]
docker-image://docker.io/library/golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
[0.00s]
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
[4.24s]
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.67s]
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/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: 1673973750
Will run 62 of 62 specs
Running in parallel across 15 processes
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Ran 62 of 62 Specs in 0.077 seconds
SUCCESS! -- 62 Passed | 0 Failed | 0 Pending | 0 Skipped
Ginkgo ran 1 suite in 8.296307505s
Test Suite Passed
[check] test
[22.8s]