Created
May 23, 2019 16:06
-
-
Save caiges/ed6d9215d41b3e7180f1cb555c645417 to your computer and use it in GitHub Desktop.
coredns-proxy-fallback-plugin-build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1/9 : FROM golang:1.12 AS builder | |
---> 7ced090ee82e | |
Step 2/9 : RUN mkdir -p /usr/src | |
---> Running in 8c536b9b7e8c | |
Removing intermediate container 8c536b9b7e8c | |
---> 2d38ebf7a52a | |
Step 3/9 : RUN git clone --branch v1.5.0 https://github.com/coredns/coredns /usr/src/coredns | |
---> Running in 1b719c7e213e | |
Cloning into '/usr/src/coredns'... | |
Note: checking out 'e3f9a80b1d5a112907a012acee276e9080b32852'. | |
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 performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b <new-branch-name> | |
Removing intermediate container 1b719c7e213e | |
---> 171f2c826b35 | |
Step 4/9 : WORKDIR /usr/src/coredns | |
---> Running in 3a5910305a00 | |
Removing intermediate container 3a5910305a00 | |
---> 00259903e013 | |
Step 5/9 : COPY docker_files/plugin.cfg . | |
---> 994b04be0222 | |
Step 6/9 : RUN go get -u github.com/rampageX/proxy | |
---> Running in 32ce9d016abd | |
go: finding github.com/datadog/dd-trace-go v0.6.1 | |
go: finding github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 | |
go: finding github.com/pkg/errors v0.8.1 | |
go: finding github.com/mholt/caddy v0.11.5 | |
go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | |
go: finding github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11 | |
go: finding github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef | |
go: finding github.com/coreos/go-semver v0.2.0 | |
go: finding github.com/Shopify/sarama v1.21.0 | |
go: finding cloud.google.com/go v0.28.0 | |
go: finding github.com/hashicorp/golang-lru v0.5.1 | |
go: finding github.com/coreos/bbolt v1.3.2 | |
go: finding github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 | |
go: finding github.com/miekg/dns v1.1.6 | |
go: finding github.com/jonboulle/clockwork v0.1.0 | |
go: finding gopkg.in/ini.v1 v1.42.0 | |
go: finding github.com/grpc-ecosystem/grpc-gateway v1.8.3 | |
go: finding gopkg.in/DataDog/dd-trace-go.v0 v0.6.1 | |
go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | |
go: finding github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 | |
go: finding github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc | |
go: finding golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 | |
go: finding github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710 | |
go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af | |
go: finding github.com/pierrec/lz4 v2.0.5+incompatible | |
go: finding github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af | |
go: finding k8s.io/api v0.0.0-20181204000039-89a74a8d264d | |
go: finding k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93 | |
go: finding github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | |
go: finding go.etcd.io/bbolt v1.3.2 | |
go: finding github.com/Shopify/toxiproxy v2.1.4+incompatible | |
go: finding github.com/DataDog/zstd v1.3.5 | |
go: finding github.com/gogo/protobuf v1.2.1 | |
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
go: finding github.com/spf13/pflag v1.0.3 | |
go: finding github.com/stretchr/testify v1.3.0 | |
go: finding github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | |
go: finding github.com/onsi/gomega v1.4.3 | |
go: finding github.com/prometheus/client_golang v0.9.2 | |
go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 | |
go: finding go.uber.org/zap v1.9.1 | |
go: finding github.com/ghodss/yaml v1.0.0 | |
go: finding github.com/soheilhy/cmux v0.1.4 | |
go: finding go.uber.org/multierr v1.1.0 | |
go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 | |
go: finding github.com/json-iterator/go v1.1.5 | |
go: finding github.com/hpcloud/tail v1.0.0 | |
go: finding github.com/davecgh/go-spew v1.1.0 | |
go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a | |
go: finding k8s.io/kube-openapi v0.0.0-20190306001800-15615b16d372 | |
go: finding github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 | |
go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 | |
go: finding github.com/davecgh/go-spew v1.1.1 | |
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: finding k8s.io/klog v0.0.0-20181108234604-8139d8cb77af | |
go: finding github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a | |
go: finding github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 | |
go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf | |
go: finding google.golang.org/appengine v1.2.0 | |
go: finding github.com/ugorji/go/codec v0.0.0-20190309163734-c4a1c341dc93 | |
go: finding gopkg.in/fsnotify.v1 v1.4.7 | |
go: finding go.uber.org/atomic v1.3.2 | |
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd | |
go: finding github.com/onsi/ginkgo v1.8.0 | |
go: finding github.com/pmezard/go-difflib v1.0.0 | |
go: finding github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 | |
go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f | |
go: finding golang.org/x/text v0.3.0 | |
go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 | |
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e | |
go: finding github.com/googleapis/gnostic v0.2.0 | |
go: finding github.com/imdario/mergo v0.3.7 | |
go: finding github.com/stretchr/objx v0.1.0 | |
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | |
go: finding github.com/coreos/etcd v3.3.11+incompatible | |
go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 | |
go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c | |
go: finding github.com/peterbourgon/diskv v2.0.1+incompatible | |
go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc | |
go: finding k8s.io/client-go v10.0.0+incompatible | |
go: finding github.com/golang/protobuf v1.2.0 | |
go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | |
go: finding gopkg.in/yaml.v2 v2.2.1 | |
go: finding github.com/openzipkin/zipkin-go-opentracing v0.3.4 | |
go: finding github.com/go-ini/ini v1.42.0 | |
go: finding github.com/gorilla/websocket v1.4.0 | |
go: finding github.com/kisielk/errcheck v1.1.0 | |
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 | |
go: finding gopkg.in/resty.v1 v1.12.0 | |
go: finding github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | |
go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible | |
go: finding github.com/apache/thrift v0.12.0 | |
go: finding github.com/aws/aws-sdk-go v1.14.17 | |
go: finding github.com/modern-go/reflect2 v1.0.1 | |
go: finding gopkg.in/yaml.v2 v2.2.2 | |
go: finding github.com/evanphx/json-patch v4.1.0+incompatible | |
go: finding github.com/ugorji/go v1.1.2 | |
go: finding github.com/google/uuid v1.1.1 | |
go: finding sigs.k8s.io/yaml v1.1.0 | |
go: finding github.com/fsnotify/fsnotify v1.4.7 | |
go: finding github.com/onsi/ginkgo v1.6.0 | |
go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 | |
go: finding github.com/eapache/go-resiliency v1.1.0 | |
go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225 | |
go: finding github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db | |
go: finding github.com/gophercloud/gophercloud v0.0.0-20190307220656-fe1ba5ce12dd | |
go: finding golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 | |
go: finding google.golang.org/grpc v1.19.0 | |
go: finding github.com/eapache/queue v1.1.0 | |
go: finding github.com/kisielk/gotool v1.0.0 | |
go: finding github.com/estesp/manifest-tool v0.9.0 | |
go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 | |
go: finding gopkg.in/inf.v0 v0.9.1 | |
go: finding golang.org/x/net v0.0.0-20181220203305-927f97764cc3 | |
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f | |
go: finding github.com/kr/pretty v0.1.0 | |
go: finding github.com/opentracing/opentracing-go v1.0.2 | |
go: finding github.com/go-logfmt/logfmt v0.4.0 | |
go: finding github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 | |
go: finding github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff | |
go: finding github.com/golang/mock v1.1.1 | |
go: finding golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 | |
go: finding golang.org/x/net v0.0.0-20180826012351-8a410e7b638d | |
go: finding golang.org/x/tools v0.0.0-20190114222345-bf090417da8b | |
go: finding golang.org/x/sys v0.0.0-20190209173611-3b5209105503 | |
go: finding github.com/BurntSushi/toml v0.3.1 | |
go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 | |
go: finding github.com/client9/misspell v0.3.4 | |
go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | |
go: finding github.com/kr/text v0.1.0 | |
go: finding cloud.google.com/go v0.26.0 | |
go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 | |
go: finding github.com/jtolds/gls v4.20.0+incompatible | |
go: finding google.golang.org/appengine v1.1.0 | |
go: finding github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 | |
go: finding github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d | |
go: finding golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 | |
go: finding golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 | |
go: finding github.com/kr/pty v1.1.1 | |
go: finding github.com/rampageX/proxy latest | |
go: finding github.com/mholt/caddy v0.11.4 | |
go: finding github.com/opentracing/opentracing-go v1.1.0 | |
go: finding github.com/prometheus/client_golang v0.9.3 | |
go: finding golang.org/x/crypto latest | |
go: finding github.com/farsightsec/golang-framestream latest | |
go: finding github.com/miekg/dns v1.1.12 | |
go: finding github.com/golang/protobuf v1.3.1 | |
go: finding github.com/grpc-ecosystem/grpc-opentracing latest | |
go: finding github.com/beorn7/perks v1.0.0 | |
go: finding golang.org/x/sys latest | |
go: finding github.com/coredns/coredns v1.4.1-0.20190312110147-91d645168488 | |
go: finding github.com/dnstap/golang-dnstap latest | |
go: finding github.com/prometheus/procfs latest | |
go: finding golang.org/x/net latest | |
go: finding google.golang.org/grpc v1.21.0 | |
go: finding cloud.google.com/go v0.39.0 | |
go: finding golang.org/x/oauth2 latest | |
go: finding google.golang.org/genproto latest | |
go: finding golang.org/x/sync latest | |
go: finding honnef.co/go/tools latest | |
go: finding golang.org/x/tools v0.0.0-20190226205152-f727befe758c | |
go: finding golang.org/x/tools latest | |
go: finding golang.org/x/lint latest | |
go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | |
go: finding github.com/mholt/caddy v1.0.0 | |
go: finding golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 | |
go: finding github.com/prometheus/common v0.4.1 | |
go: finding github.com/golang/mock v1.3.1 | |
go: finding golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 | |
go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd | |
go: finding google.golang.org/appengine v1.6.0 | |
go: finding github.com/pkg/errors v0.8.0 | |
go: finding golang.org/x/sys v0.0.0-20190412213103-97732733099d | |
go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 | |
go: finding google.golang.org/appengine v1.4.0 | |
go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 | |
go: finding github.com/gogo/protobuf v1.1.1 | |
go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf | |
go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc | |
go: finding gopkg.in/check.v1 latest | |
go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a | |
go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 | |
go: finding github.com/prometheus/client_golang v0.9.1 | |
go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 | |
go: finding github.com/sirupsen/logrus v1.2.0 | |
go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd | |
go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 | |
go: finding golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e | |
go: finding github.com/julienschmidt/httprouter v1.2.0 | |
go: finding github.com/kr/logfmt latest | |
go: finding github.com/google/go-cmp v0.2.0 | |
go: finding github.com/googleapis/gax-go/v2 v2.0.4 | |
go: finding github.com/prometheus/client_model latest | |
go: finding golang.org/x/tools v0.0.0-20190425150028-36563e24a262 | |
go: finding golang.org/x/text v0.3.2 | |
go: finding github.com/alecthomas/units latest | |
go: finding honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a | |
go: finding github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 | |
go: finding github.com/alecthomas/template latest | |
go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a | |
go: finding github.com/sirupsen/logrus v1.4.2 | |
go: finding github.com/mwitkow/go-conntrack latest | |
go: finding github.com/go-logfmt/logfmt v0.3.0 | |
go: finding go.opencensus.io v0.21.0 | |
go: finding golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f | |
go: finding golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 | |
go: finding golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 | |
go: finding github.com/google/go-cmp v0.3.0 | |
go: finding google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8 | |
go: finding github.com/stretchr/testify v1.2.2 | |
go: finding github.com/go-acme/lego v2.5.0+incompatible | |
go: finding github.com/flynn/go-shlex latest | |
go: finding github.com/kisielk/errcheck v1.2.0 | |
go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 | |
go: finding github.com/hashicorp/go-syslog v1.0.0 | |
go: finding github.com/russross/blackfriday v0.0.0-20170610170232-067529f716f4 | |
go: finding github.com/jstemmer/go-junit-report latest | |
go: finding golang.org/x/net v0.0.0-20190328230028-74de082e2cca | |
go: finding golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 | |
go: finding github.com/go-stack/stack v1.8.0 | |
go: finding github.com/dustin/go-humanize v1.0.0 | |
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 | |
go: finding github.com/naoina/toml v0.1.1 | |
go: finding github.com/golang/glog latest | |
go: finding github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 | |
go: finding github.com/go-kit/kit v0.8.0 | |
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 | |
go: finding github.com/stretchr/objx v0.1.1 | |
go: finding github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a | |
go: finding github.com/russross/blackfriday v2.0.0+incompatible | |
go: finding github.com/naoina/go-stringutil v0.1.0 | |
go: finding github.com/google/pprof latest | |
go: finding google.golang.org/api v0.5.0 | |
go: finding github.com/stretchr/objx v0.2.0 | |
go: finding github.com/google/martian v2.1.0+incompatible | |
go: finding github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be | |
go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 | |
go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 | |
go: finding github.com/coredns/proxy v0.0.0-20190303110311-afc937d015b9 | |
go: finding github.com/json-iterator/go v1.1.6 | |
go: finding golang.org/x/time v0.0.0-20181108054448-85acf8d2951c | |
go: finding github.com/DataDog/dd-trace-go v1.14.0 | |
go: finding github.com/jimstudt/http-authentication latest | |
go: finding github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 | |
go: finding github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 | |
go: finding github.com/jmespath/go-jmespath latest | |
go: finding github.com/mholt/certmagic v0.5.0 | |
go: finding golang.org/x/time latest | |
go: finding github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 | |
go: finding github.com/rcrowley/go-metrics latest | |
go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 | |
go: finding github.com/gregjones/httpcache latest | |
go: finding cloud.google.com/go v0.34.0 | |
go: finding github.com/aws/aws-sdk-go v1.19.36 | |
go: finding golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 | |
go: finding github.com/modern-go/concurrent latest | |
go: finding golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8 | |
go: finding github.com/coredns/proxy latest | |
go: finding k8s.io/apimachinery latest | |
go: finding github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c | |
go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e | |
go: finding github.com/klauspost/cpuid v1.2.0 | |
go: finding github.com/farsightsec/golang-framestream v0.0.0-20180124174429-c06a5734334d | |
go: finding github.com/google/gofuzz v1.0.0 | |
go: finding github.com/prometheus/tsdb v0.7.1 | |
go: finding github.com/mholt/certmagic v0.5.1 | |
go: finding gopkg.in/natefinch/lumberjack.v2 v2.0.0 | |
go: finding github.com/klauspost/cpuid v1.2.1 | |
go: finding github.com/spf13/pflag v1.0.1 | |
go: finding github.com/imdario/mergo v0.3.5 | |
go: finding github.com/petar/GoLLRB latest | |
go: finding github.com/miekg/dns v1.1.3 | |
go: finding github.com/golang/snappy v0.0.1 | |
go: finding github.com/opentracing-contrib/go-observer latest | |
go: finding github.com/go-ini/ini v1.37.0 | |
go: finding github.com/gophercloud/gophercloud v0.0.0-20180928224355-bfc006765209 | |
go: finding github.com/gophercloud/gophercloud latest | |
go: finding k8s.io/kube-openapi v0.0.0-20180928202339-9dfdf9be683f | |
go: finding k8s.io/kube-openapi latest | |
go: finding github.com/google/btree v1.0.0 | |
go: finding google.golang.org/genproto v0.0.0-20180627194029-ff3583edef7d | |
go: finding github.com/prometheus/common v0.4.0 | |
go: finding golang.org/x/tools v0.0.0-20190312170243-e65039ee4138 | |
go: finding github.com/openzipkin/zipkin-go-opentracing v0.3.5 | |
go: finding github.com/prometheus/tsdb v0.8.0 | |
go: finding github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 | |
go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d | |
go: finding github.com/lucas-clemente/quic-go v0.10.2 | |
go: finding k8s.io/klog v0.3.1 | |
go: finding golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 | |
go: finding github.com/oklog/ulid v1.3.1 | |
go: finding github.com/cenkalti/backoff v2.1.1+incompatible | |
go: finding github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 | |
go: finding github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 | |
go: finding golang.org/x/sys v0.0.0-20190124100055-b90733256f2e | |
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 | |
go: finding github.com/golang/mock v1.2.0 | |
go: finding github.com/pierrec/lz4 v2.0.3+incompatible | |
go: finding github.com/tinylib/msgp v1.1.0 | |
go: finding github.com/dgryski/go-sip13 latest | |
go: finding golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b | |
go: finding golang.org/x/sys v0.0.0-20190422165155-953cdadca894 | |
go: finding github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce | |
go: finding google.golang.org/grpc v1.13.0 | |
go: finding gopkg.in/DataDog/dd-trace-go.v1 v1.10.0 | |
go: finding github.com/kylelemons/godebug v1.1.0 | |
go: finding github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 | |
go: finding github.com/eapache/go-xerial-snappy latest | |
go: finding github.com/lucas-clemente/quic-go v0.11.1 | |
go: finding github.com/philhofer/fwd v1.0.0 | |
go: finding github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9 | |
go: finding github.com/evanphx/json-patch v4.2.0+incompatible | |
go: finding github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced | |
go: finding github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115 | |
go: finding github.com/hashicorp/golang-lru v0.5.0 | |
go: finding github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a | |
go: finding github.com/lucas-clemente/quic-clients v0.1.0 | |
go: finding k8s.io/client-go v11.0.0+incompatible | |
go: finding github.com/Shopify/sarama v1.17.0 | |
go: finding gopkg.in/DataDog/dd-trace-go.v1 v1.14.0 | |
go: finding golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 | |
go: finding github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d | |
go: finding github.com/cheekybits/genny v1.0.0 | |
go: finding github.com/gogo/protobuf v1.0.0 | |
go: finding github.com/bifurcation/mint latest | |
go: finding gopkg.in/square/go-jose.v2 v2.2.2 | |
go: finding k8s.io/api latest | |
go: finding github.com/lucas-clemente/quic-go-certificates latest | |
go: finding github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550 | |
go: finding github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e | |
go: finding github.com/Shopify/sarama v1.22.1 | |
go: finding golang.org/x/text v0.0.0-20160726164857-2910a502d2bf | |
go: finding github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 | |
go: finding github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a | |
go: finding github.com/onsi/gomega v0.0.0-20190113212917-5533ce8a0da3 | |
go: finding google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 | |
go: finding github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365 | |
go: finding gopkg.in/square/go-jose.v2 v2.3.1 | |
go: finding sigs.k8s.io/structured-merge-diff v0.0.0-20190426204423-ea680f03cc65 | |
go: finding golang.org/x/exp latest | |
go: finding github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 | |
go: finding github.com/onsi/gomega v1.5.0 | |
go: finding github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 | |
go: finding github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f | |
go: finding github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 | |
go: finding k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6 | |
go: finding github.com/mailru/easyjson latest | |
go: finding k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92 | |
go: finding golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db | |
go: finding github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 | |
go: finding github.com/go-openapi/jsonpointer v0.19.0 | |
go: finding github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff | |
go: finding github.com/elazarl/goproxy latest | |
go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313 | |
go: finding github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 | |
go: finding sigs.k8s.io/structured-merge-diff latest | |
go: finding golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 | |
go: finding github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7 | |
go: finding github.com/go-openapi/swag v0.17.0 | |
go: finding github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 | |
go: finding github.com/lucas-clemente/aes12 latest | |
go: finding github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 | |
go: finding k8s.io/gengo latest | |
go: finding github.com/coreos/etcd v3.3.13+incompatible | |
go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c | |
go: finding gopkg.in/tomb.v1 latest | |
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 | |
go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c | |
go: finding gopkg.in/mcuadros/go-syslog.v2 v2.2.1 | |
go: finding github.com/DataDog/zstd v1.4.0 | |
go: finding github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41 | |
go: finding github.com/marten-seemann/qtls v0.2.3 | |
go: finding github.com/go-openapi/swag v0.19.0 | |
go: finding github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d | |
go: finding github.com/google/uuid v1.0.0 | |
go: finding github.com/docker/spdystream latest | |
go: finding golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea | |
go: finding github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 | |
go: finding github.com/googleapis/gnostic v0.0.0-20170426233943-68f4ded48ba9 | |
go: finding github.com/ugorji/go v0.0.0-20161130061742-9c7f9b7a2bc3 | |
go: finding github.com/ugorji/go v1.1.4 | |
go: finding github.com/pkg/profile v1.2.1 | |
go: finding golang.org/x/sys v0.0.0-20180627142611-7138fd3d9dc8 | |
go: finding k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 | |
go: finding github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 | |
go: finding github.com/xdg/stringprep v1.0.0 | |
go: finding golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09 | |
go: finding golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e | |
go: finding github.com/NYTimes/gziphandler v1.1.1 | |
go: finding github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 | |
go: finding github.com/cespare/xxhash v1.1.0 | |
go: finding github.com/golang/groupcache latest | |
go: finding gopkg.in/inf.v0 v0.9.0 | |
go: finding github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 | |
go: finding github.com/munnerz/goautoneg latest | |
go: finding github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da | |
go: finding github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 | |
go: finding github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 | |
go: finding github.com/pkg/profile v1.3.0 | |
go: finding github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 | |
go: finding github.com/PuerkitoBio/purell v1.0.0 | |
go: finding golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 | |
go: finding golang.org/x/net v0.0.0-20170114055629-f2499483f923 | |
go: finding golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846 | |
go: finding golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e | |
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 | |
go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c | |
go: finding github.com/go-openapi/spec v0.19.0 | |
go: finding github.com/OneOfOne/xxhash v1.2.2 | |
go: finding github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 | |
go: finding github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 | |
go: finding github.com/go-openapi/jsonreference v0.19.0 | |
go: finding k8s.io/klog v0.3.0 | |
go: finding github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | |
go: finding golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563 | |
go: finding github.com/onsi/ginkgo v1.7.0 | |
go: finding golang.org/x/net v0.0.0-20181005035420-146acd28ed58 | |
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 | |
go: finding github.com/PuerkitoBio/urlesc latest | |
go: finding github.com/go-openapi/jsonpointer v0.17.0 | |
go: finding github.com/PuerkitoBio/purell v1.1.1 | |
go: finding github.com/go-openapi/jsonreference v0.17.0 | |
go: finding github.com/PuerkitoBio/purell v1.1.0 | |
go: finding golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6 | |
go: finding github.com/OneOfOne/xxhash v1.2.5 | |
go: finding github.com/emicklei/go-restful v2.9.5+incompatible | |
go: finding github.com/spaolacci/murmur3 v1.1.0 | |
go: finding github.com/xdg/scram latest | |
go: finding golang.org/x/image latest | |
go: finding github.com/mxk/go-flowrate latest | |
go: finding github.com/BurntSushi/xgb latest | |
go: finding golang.org/x/mobile latest | |
go: finding golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 | |
go: downloading github.com/rampageX/proxy v0.0.0-20190504090815-644729132193 | |
go: extracting github.com/rampageX/proxy v0.0.0-20190504090815-644729132193 | |
go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | |
go: downloading google.golang.org/grpc v1.21.0 | |
go: downloading github.com/dnstap/golang-dnstap v0.0.0-20190521061535-1a0dab85b926 | |
go: downloading github.com/miekg/dns v1.1.12 | |
go: downloading github.com/golang/protobuf v1.3.1 | |
go: downloading github.com/prometheus/client_golang v0.9.3 | |
go: downloading golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 | |
go: downloading github.com/mholt/caddy v1.0.0 | |
go: extracting github.com/dnstap/golang-dnstap v0.0.0-20190521061535-1a0dab85b926 | |
go: extracting github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | |
go: downloading github.com/opentracing/opentracing-go v1.1.0 | |
go: extracting github.com/opentracing/opentracing-go v1.1.0 | |
go: downloading github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 | |
go: extracting github.com/prometheus/client_golang v0.9.3 | |
go: extracting github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 | |
go: downloading github.com/beorn7/perks v1.0.0 | |
go: downloading golang.org/x/net v0.0.0-20190522155817-f3200d17e092 | |
go: extracting github.com/beorn7/perks v1.0.0 | |
go: downloading github.com/prometheus/common v0.4.1 | |
go: extracting github.com/golang/protobuf v1.3.1 | |
go: downloading github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1 | |
go: extracting github.com/prometheus/common v0.4.1 | |
go: extracting github.com/mholt/caddy v1.0.0 | |
go: downloading github.com/google/uuid v1.1.1 | |
go: extracting github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1 | |
go: extracting github.com/google/uuid v1.1.1 | |
go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | |
go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | |
go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 | |
go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 | |
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
go: extracting google.golang.org/grpc v1.21.0 | |
go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1 | |
go: downloading google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69 | |
go: extracting github.com/miekg/dns v1.1.12 | |
go: downloading golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | |
go: extracting golang.org/x/net v0.0.0-20190522155817-f3200d17e092 | |
go: extracting golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 | |
go: downloading golang.org/x/text v0.3.2 | |
go: extracting golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | |
go: extracting google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69 | |
go: extracting golang.org/x/text v0.3.2 | |
Removing intermediate container 32ce9d016abd | |
---> 49cb983b3273 | |
Step 7/9 : RUN make | |
---> Running in d4331b5ed5fd | |
** presubmit/context | |
** presubmit/filename-hyphen | |
** presubmit/import-testing | |
go: downloading k8s.io/apimachinery v0.0.0-20190515023456-b74e4c97951f | |
go: downloading k8s.io/api v0.0.0-20190515023547-db5a9d1c40eb | |
go: downloading k8s.io/client-go v11.0.0+incompatible | |
go: downloading github.com/coreos/etcd v3.3.13+incompatible | |
go: extracting k8s.io/client-go v11.0.0+incompatible | |
go: downloading github.com/googleapis/gnostic v0.2.0 | |
go: extracting github.com/coreos/etcd v3.3.13+incompatible | |
go: extracting github.com/googleapis/gnostic v0.2.0 | |
go: downloading github.com/spf13/pflag v1.0.3 | |
go: extracting github.com/spf13/pflag v1.0.3 | |
go: downloading gopkg.in/yaml.v2 v2.2.2 | |
go: extracting k8s.io/apimachinery v0.0.0-20190515023456-b74e4c97951f | |
go: downloading github.com/gogo/protobuf v1.2.1 | |
go: downloading github.com/google/gofuzz v1.0.0 | |
go: downloading github.com/davecgh/go-spew v1.1.1 | |
go: extracting github.com/google/gofuzz v1.0.0 | |
go: extracting github.com/davecgh/go-spew v1.1.1 | |
go: extracting gopkg.in/yaml.v2 v2.2.2 | |
go: extracting k8s.io/api v0.0.0-20190515023547-db5a9d1c40eb | |
go: downloading github.com/google/go-cmp v0.3.0 | |
go: downloading github.com/gophercloud/gophercloud v0.0.0-20190520235722-e87e5f90e7e6 | |
go: downloading github.com/imdario/mergo v0.3.7 | |
go: downloading github.com/json-iterator/go v1.1.6 | |
go: downloading golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07 | |
go: downloading k8s.io/klog v0.3.1 | |
go: extracting github.com/imdario/mergo v0.3.7 | |
go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | |
go: extracting github.com/google/go-cmp v0.3.0 | |
go: downloading gopkg.in/inf.v0 v0.9.1 | |
go: extracting k8s.io/klog v0.3.1 | |
go: downloading github.com/openzipkin/zipkin-go-opentracing v0.3.5 | |
go: extracting github.com/json-iterator/go v1.1.6 | |
go: extracting github.com/openzipkin/zipkin-go-opentracing v0.3.5 | |
go: downloading github.com/aws/aws-sdk-go v1.19.36 | |
go: extracting gopkg.in/inf.v0 v0.9.1 | |
go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | |
go: downloading github.com/Shopify/sarama v1.22.1 | |
go: extracting golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07 | |
go: extracting github.com/Shopify/sarama v1.22.1 | |
go: downloading github.com/pierrec/lz4 v2.0.5+incompatible | |
go: finding k8s.io/utils/trace latest | |
go: finding k8s.io/utils/integer latest | |
go: finding k8s.io/utils/buffer latest | |
go: extracting github.com/gophercloud/gophercloud v0.0.0-20190520235722-e87e5f90e7e6 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/wire latest | |
go: downloading github.com/go-logfmt/logfmt v0.4.0 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: extracting github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: extracting github.com/go-logfmt/logfmt v0.4.0 | |
go: downloading gopkg.in/DataDog/dd-trace-go.v0 v0.6.1 | |
go: extracting github.com/gogo/protobuf v1.2.1 | |
go: downloading github.com/eapache/go-resiliency v1.1.0 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go/zipkincore latest | |
go: extracting github.com/eapache/go-resiliency v1.1.0 | |
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 | |
go: extracting github.com/pierrec/lz4 v2.0.5+incompatible | |
go: extracting github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 | |
go: extracting gopkg.in/DataDog/dd-trace-go.v0 v0.6.1 | |
go: downloading sigs.k8s.io/yaml v1.1.0 | |
go: extracting sigs.k8s.io/yaml v1.1.0 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/flag latest | |
go: finding github.com/opentracing-contrib/go-observer latest | |
go: downloading github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 | |
go: extracting github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/types latest | |
go: finding k8s.io/utils latest | |
go: downloading k8s.io/utils v0.0.0-20190520173318-324c5df7d3f0 | |
go: extracting k8s.io/utils v0.0.0-20190520173318-324c5df7d3f0 | |
go: downloading github.com/golang/snappy v0.0.1 | |
go: downloading github.com/eapache/queue v1.1.0 | |
go: downloading github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | |
go: extracting github.com/eapache/queue v1.1.0 | |
go: extracting github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | |
go: extracting github.com/golang/snappy v0.0.1 | |
go: downloading github.com/modern-go/reflect2 v1.0.1 | |
go: downloading cloud.google.com/go v0.39.0 | |
go: extracting github.com/modern-go/reflect2 v1.0.1 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go/scribe latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift latest | |
go: downloading github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 | |
go: extracting github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 | |
go: downloading github.com/DataDog/dd-trace-go v1.14.0 | |
go: downloading github.com/hashicorp/golang-lru v0.5.1 | |
go: downloading github.com/DataDog/zstd v1.4.0 | |
go: extracting github.com/hashicorp/golang-lru v0.5.1 | |
go: extracting github.com/DataDog/zstd v1.4.0 | |
go: extracting github.com/DataDog/dd-trace-go v1.14.0 | |
go: downloading github.com/datadog/dd-trace-go v0.6.1 | |
go: extracting github.com/datadog/dd-trace-go v0.6.1 | |
go: finding github.com/apache/thrift/lib/go/thrift latest | |
go: extracting cloud.google.com/go v0.39.0 | |
go: extracting github.com/aws/aws-sdk-go v1.19.36 | |
go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af | |
go: extracting github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af | |
go: finding github.com/apache/thrift/lib/go latest | |
go: finding github.com/apache/thrift/lib latest | |
go: downloading github.com/apache/thrift v0.12.0 | |
go: extracting github.com/apache/thrift v0.12.0 | |
go: finding github.com/spf13/afero v1.2.2 | |
go: import "github.com/coredns/coredns" -> | |
import "github.com/coredns/coredns/core/plugin" -> | |
import "github.com/coredns/coredns/plugin/trace" -> | |
import "gopkg.in/DataDog/dd-trace-go.v0/opentracing" -> | |
import "github.com/DataDog/dd-trace-go/tracer": looping trying to add package | |
** presubmit/test-lowercase | |
** presubmit/trailing-whitespace | |
plugin/pprof/setup_test.go: {`pprof :1234 { | |
plugin/pprof/setup_test.go: {`pprof { | |
plugin/kubernetes/README.md: only exposes namespaces labeled as "istio-injection=enabled", would use: | |
plugin/grpc/README.md:Multiple upstreams are randomized (see `policy`) on first use. When a proxy returns an error | |
** presubmit/trailing-whitespace: please remove any trailing white space | |
GO111MODULE=on CGO_ENABLED=0 go build -v -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=e3f9a80b-dirty" -o coredns | |
Fetching https://k8s.io/utils/buffer?go-get=1 | |
Fetching https://k8s.io/utils/trace?go-get=1 | |
Fetching https://k8s.io/utils/integer?go-get=1 | |
Parsing meta tags from https://k8s.io/utils/integer?go-get=1 (status code 200) | |
get "k8s.io/utils/integer": found meta tag get.metaImport{Prefix:"k8s.io/utils", VCS:"git", RepoRoot:"https://github.com/kubernetes/utils"} at https://k8s.io/utils/integer?go-get=1 | |
get "k8s.io/utils/integer": verifying non-authoritative meta tag | |
Fetching https://k8s.io/utils?go-get=1 | |
Parsing meta tags from https://k8s.io/utils/trace?go-get=1 (status code 200) | |
get "k8s.io/utils/trace": found meta tag get.metaImport{Prefix:"k8s.io/utils", VCS:"git", RepoRoot:"https://github.com/kubernetes/utils"} at https://k8s.io/utils/trace?go-get=1 | |
get "k8s.io/utils/trace": verifying non-authoritative meta tag | |
Parsing meta tags from https://k8s.io/utils/buffer?go-get=1 (status code 200) | |
get "k8s.io/utils/buffer": found meta tag get.metaImport{Prefix:"k8s.io/utils", VCS:"git", RepoRoot:"https://github.com/kubernetes/utils"} at https://k8s.io/utils/buffer?go-get=1 | |
get "k8s.io/utils/buffer": verifying non-authoritative meta tag | |
Parsing meta tags from https://k8s.io/utils?go-get=1 (status code 200) | |
go: finding github.com/opentracing-contrib/go-observer latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go/zipkincore latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/flag latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/types latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/wire latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go/scribe latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift/gen-go latest | |
go: finding github.com/openzipkin-contrib/zipkin-go-opentracing/thrift latest | |
go: finding github.com/apache/thrift/lib/go/thrift latest | |
go: finding k8s.io/utils/integer latest | |
go: finding k8s.io/utils/trace latest | |
go: finding k8s.io/utils/buffer latest | |
go: finding github.com/apache/thrift/lib/go latest | |
go: finding github.com/apache/thrift/lib latest | |
Fetching https://k8s.io/utils?go-get=1 | |
Parsing meta tags from https://k8s.io/utils?go-get=1 (status code 200) | |
get "k8s.io/utils": found meta tag get.metaImport{Prefix:"k8s.io/utils", VCS:"git", RepoRoot:"https://github.com/kubernetes/utils"} at https://k8s.io/utils?go-get=1 | |
go: finding k8s.io/utils latest | |
go: import "github.com/coredns/coredns" -> | |
import "github.com/coredns/coredns/core/plugin" -> | |
import "github.com/coredns/coredns/plugin/trace" -> | |
import "gopkg.in/DataDog/dd-trace-go.v0/opentracing" -> | |
import "github.com/DataDog/dd-trace-go/tracer": looping trying to add package | |
make: *** [coredns] Error 1 | |
Makefile:17: recipe for target 'coredns' failed | |
The command '/bin/sh -c make' returned a non-zero code: 2 | |
make: *** [Makefile:6: image] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment