Description
make test fails in building "metadata/content_test.go"
Steps to reproduce the issue:
- setup upstream golang
- clone and build containerd git
- run 'make test'
Describe the results you received:
<snip>
--- PASS: TestLoggerContext (0.00s)
PASS
ok github.com/containerd/containerd/log 0.041s
FAIL github.com/containerd/containerd/metadata [build failed]
testing: warning: no tests to run
PASS
? github.com/containerd/containerd/metadata/boltutil 0.073s [no test files]
testing: warning: no tests to run
PASS
?
<snip>
testing: warning: no tests to run
PASS
? github.com/containerd/containerd/cmd/containerd/command 0.086s [no test files]
FAIL github.com/containerd/containerd/cmd/containerd-release [build failed]
testing: warning: no tests to run
PASS
? github.com/containerd/containerd/cmd/containerd-shim 0.055s [no test files]
testing: warning: no tests to run
PASS
<snip>
Output of containerd --version:
root@6f8b481ba99a:/go/src/github.com/containerd/containerd# bin/containerd --version
containerd github.com/containerd/containerd v1.1.0-119-g5f7bf8c 5f7bf8c97f2f8fc42ecf6887c5ada910a844a511
root@6f8b481ba99a:/go/src/github.com/containerd/containerd#