Created
September 10, 2020 17:05
-
-
Save bbatha/98b8dd22df543a27a0342d17b68f02e7 to your computer and use it in GitHub Desktop.
minikube on Ubuntu 18.04.4 LTS - Homebrew build logs
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
Homebrew build logs for minikube on Ubuntu 18.04.4 LTS | |
Build date: 2020-09-10 12:57:50 |
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
HOMEBREW_VERSION: 2.5.0-77-gcfa03c8 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: cfa03c8cce62c1b1b78ade0b20d69611cd6a89b7 | |
Last commit: 9 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core | |
Core tap HEAD: e3780c3f7f729b38698c8b652cf4e937d3be0d8b | |
Core tap last commit: 39 seconds ago | |
Core tap branch: HEAD | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_EDITOR: nvim | |
HOMEBREW_MAKE_JOBS: 8 | |
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby | |
CPU: octa-core 64-bit broadwell | |
Clang: N/A | |
Git: 2.28.0 => /home/linuxbrew/.linuxbrew/bin/git | |
Curl: 7.58.0 => /usr/bin/curl | |
Kernel: Linux 4.15.0-106-generic x86_64 GNU/Linux | |
OS: Ubuntu 18.04.4 LTS (bionic) | |
Host glibc: 2.27 | |
/usr/bin/gcc: 7.5.0 | |
/usr/bin/ruby: N/A | |
glibc: N/A | |
gcc: 5.5.0_7 | |
xorg: N/A |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Homebrew/linuxbrew-core is not on the master branch. | |
Check out the master branch by running: | |
git -C "$(brew --repo homebrew/core)" checkout master | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and which additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew-provided | |
script of the same name. We found the following "config" scripts: | |
/usr/local/bin/pre-commit-validate-config |
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
minikube |
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
2020-09-10 12:57:50 -0400 | |
make | |
which go-bindata || GO111MODULE=off GOBIN="/home/paperspace/.cache/Homebrew/go_mod_cache/bin" go get github.com/jteeuwen/go-bindata/... | |
/home/linuxbrew/.linuxbrew/opt/go-bindata/bin/go-bindata | |
PATH="/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/go/bin:/home/linuxbrew/.linuxbrew/opt/go-bindata/bin:/home/linuxbrew/.linuxbrew/opt/kubernetes-cli/bin:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/home/linuxbrew/.linuxbrew/opt/gcc/bin:/home/paperspace/.cache/Homebrew/go_mod_cache/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/... | |
which go-bindata || GO111MODULE=off GOBIN="/home/paperspace/.cache/Homebrew/go_mod_cache/bin" go get github.com/jteeuwen/go-bindata/... | |
/home/linuxbrew/.linuxbrew/opt/go-bindata/bin/go-bindata | |
gofmt -s -w pkg/minikube/assets/assets.go | |
PATH="/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/go/bin:/home/linuxbrew/.linuxbrew/opt/go-bindata/bin:/home/linuxbrew/.linuxbrew/opt/kubernetes-cli/bin:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/home/linuxbrew/.linuxbrew/opt/gcc/bin:/home/paperspace/.cache/Homebrew/go_mod_cache/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/... | |
gofmt -s -w pkg/minikube/translate/translations.go | |
go build -tags "container_image_ostree_stub containers_image_openpgp go_getter_nos3 go_getter_nogcs" -ldflags="-X k8s.io/minikube/pkg/version.version=v1.13.0 -X k8s.io/minikube/pkg/version.isoVersion=v1.13.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="0c5e9de4ca6f9c55147ae7f90af97eff5befef5f" -X k8s.io/minikube/pkg/version.storageProvisionerVersion=v3" -o out/minikube k8s.io/minikube/cmd/minikube | |
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200810185219-7d42fed1b770 | |
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80 | |
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b | |
go: downloading github.com/pkg/errors v0.9.1 | |
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | |
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | |
go: downloading github.com/spf13/pflag v1.0.5 | |
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible | |
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 | |
go: downloading github.com/spf13/viper v1.7.0 | |
go: downloading github.com/spf13/cast v1.3.1 | |
go: downloading k8s.io/apimachinery v0.17.3 | |
go: downloading github.com/hashicorp/hcl v1.0.0 | |
go: downloading github.com/subosito/gotenv v1.2.0 | |
go: downloading github.com/spf13/cobra v1.0.0 | |
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | |
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200902152226-fbad78ec2813 | |
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 | |
go: downloading github.com/spf13/afero v1.2.2 | |
go: downloading github.com/mattn/go-isatty v0.0.12 | |
go: downloading k8s.io/kubectl v0.17.3 | |
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b | |
go: downloading gopkg.in/ini.v1 v1.56.0 | |
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121 | |
go: downloading k8s.io/client-go v0.17.3 | |
go: downloading github.com/olekukonko/tablewriter v0.0.4 | |
go: downloading k8s.io/api v0.17.3 | |
go: downloading golang.org/x/text v0.3.2 | |
go: downloading github.com/mitchellh/mapstructure v1.3.1 | |
go: downloading github.com/spf13/jwalterweatherman v1.1.0 | |
go: downloading k8s.io/klog v1.0.0 | |
go: downloading github.com/docker/go-units v0.4.0 | |
go: downloading github.com/mattn/go-runewidth v0.0.7 | |
go: downloading github.com/google/gofuzz v1.1.0 | |
go: downloading k8s.io/kubernetes v1.18.5 | |
go: downloading github.com/blang/semver v3.5.0+incompatible | |
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 | |
go: downloading github.com/gogo/protobuf v1.3.1 | |
go: downloading github.com/pelletier/go-toml v1.8.0 | |
go: downloading github.com/davecgh/go-spew v1.1.1 | |
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6 | |
go: downloading github.com/sayboras/dockerclient v1.0.0 | |
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c | |
go: downloading github.com/cpuguy83/go-md2man v1.0.10 | |
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 | |
go: downloading github.com/otiai10/copy v1.0.2 | |
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0 | |
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd | |
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 | |
go: downloading gopkg.in/inf.v0 v0.9.1 | |
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf | |
go: downloading github.com/google/uuid v1.1.1 | |
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 | |
go: downloading github.com/imdario/mergo v0.3.9 | |
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa | |
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 | |
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c | |
go: downloading k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 | |
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304 | |
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible | |
go: downloading github.com/modern-go/reflect2 v1.0.1 | |
go: downloading gopkg.in/yaml.v2 v2.3.0 | |
go: downloading github.com/ulikunitz/xz v0.5.7 | |
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1 | |
go: downloading github.com/russross/blackfriday/v2 v2.0.1 | |
go: downloading github.com/fsnotify/fsnotify v1.4.9 | |
go: downloading go.opencensus.io v0.22.3 | |
go: downloading github.com/hashicorp/go-version v1.2.0 | |
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 | |
go: downloading github.com/json-iterator/go v1.1.9 | |
go: downloading sigs.k8s.io/yaml v1.2.0 | |
go: downloading github.com/cheggaaa/pb v1.0.27 | |
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | |
go: downloading cloud.google.com/go v0.57.0 | |
go: downloading github.com/googleapis/gnostic v0.3.0 | |
go: downloading github.com/cheggaaa/pb/v3 v3.0.1 | |
go: downloading go.uber.org/zap v1.10.0 | |
go: downloading github.com/golang/protobuf v1.4.2 | |
go: downloading github.com/mitchellh/go-wordwrap v1.0.0 | |
go: downloading github.com/mitchellh/go-homedir v1.1.0 | |
go: downloading google.golang.org/protobuf v1.24.0 | |
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d | |
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1 | |
go: downloading github.com/fatih/color v1.9.0 | |
go: downloading github.com/hashicorp/go-safetemp v1.0.0 | |
go: downloading cloud.google.com/go/storage v1.8.0 | |
go: downloading github.com/mattn/go-colorable v0.1.6 | |
go: downloading go.uber.org/multierr v1.1.0 | |
go: downloading github.com/docker/go-connections v0.4.0 | |
go: downloading github.com/magiconair/properties v1.8.1 | |
go: downloading github.com/VividCortex/ewma v1.1.1 | |
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d | |
go: downloading github.com/docker/docker-credential-helpers v0.6.3 | |
go: downloading google.golang.org/api v0.25.0 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading github.com/mitchellh/go-testing-interface v1.0.0 | |
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible | |
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac | |
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 | |
go: downloading go.uber.org/atomic v1.4.0 | |
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6 | |
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57 | |
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece | |
go: downloading github.com/googleapis/gax-go/v2 v2.0.5 | |
go: downloading github.com/google/go-cmp v0.4.1 | |
go: downloading github.com/opencontainers/image-spec v1.0.1 | |
go: downloading github.com/docker/distribution v2.7.1+incompatible | |
go: downloading google.golang.org/grpc v1.29.1 | |
go: downloading github.com/hashicorp/golang-lru v0.5.3 | |
go: downloading github.com/sirupsen/logrus v1.6.0 | |
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e | |
go: downloading k8s.io/component-base v0.17.3 | |
go: downloading k8s.io/cluster-bootstrap v0.17.3 | |
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment