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
| make[1]: Leaving directory '/home/tom/go/src/github.com/projectcalico/calico-upgrade' | |
| make build ARCH=amd64 OS=darwin | |
| make[1]: Entering directory '/home/tom/go/src/github.com/projectcalico/calico-upgrade' | |
| CALICOCTL_VER = master | |
| CALICOCTL_V2_VER = v1.6.x-series | |
| mkdir -p .go-pkg-cache && docker run --rm --net=host -e LOCAL_USER_ID=1001 -e GOOS=darwin -e GOARCH=amd64 -v /home/tom/go/src/github.com/projectcalico/calico-upgrade:/go/src/github.com/projectcalico/calico-upgrade:rw -v /home/tom/go/src/github.com/projectcalico/calico-upgrade/.go-pkg-cache:/go/pkg:rw -w /go/src/github.com/projectcalico/calico-upgrade calico/go-build:v0.16 \ | |
| sh -c 'go build -v -i -o dist/calico-upgrade-darwin-amd64 -ldflags "-X github.com/projectcalico/calico-upgrade/pkg/commands.VERSION=v1.0.5-5-g1ff49c8 -X github.com/projectcalico/calico-upgrade/pkg/commands.BUILD_DATE=2018-09-14T21:32:36+0000 -X github.com/projectcalico/calico-upgrade/pkg/commands.GIT_REVISION=1ff49c8 -s -w" "github.com/projectcalico/calico-upgra |
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
| ➜ ~ docker run --rm -ti jekyll/jekyll:pages /bin/sh -c 'gem list; ruby -v' | |
| *** LOCAL GEMS *** | |
| activesupport (5.2.1, 4.2.10) | |
| addressable (2.5.2) | |
| bigdecimal (default: 1.3.4) | |
| bundler (1.16.4, default: 1.16.2) | |
| cmath (default: 1.0.0) | |
| coffee-script (2.4.1) |
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
| import os | |
| import socket | |
| import uuid | |
| import docker | |
| from netaddr import IPAddress, IPNetwork | |
| from pycalico import netns | |
| from pycalico.datastore_datatypes import Endpoint | |
| from pycalico.ipam import IPAMClient | |
| client = IPAMClient() |
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
| Gem found matching: mocha (>= 0) | |
| Gem found, but funky: shoulda (>= 0) (Unable to activate activesupport-4.0.0, because minitest-5.0.8 conflicts with minitest (~> 4.2)) | |
| Gem found matching: rspec (>= 0) | |
| Gem found matching: insist (= 1.0.0) | |
| Gem found, but funky: rumbster (>= 0) (Unable to activate rumbster-1.1.1, because mail-2.5.4 conflicts with mail (= 2.5.3)) | |
| #@GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= java -jar vendor/jar/jruby-complete-1.7.4.jar --1.9 -S gem uninstal l json -v 1.6.5 | |
| INFO: gem "addressable" is not installed | |
| #@GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= java -jar vendor/jar/jruby-complete-1.7.4.jar --1.9 -S gem uninstal l ffi -v 1.3.1 | |
| rm -rf vendor/bundle/jruby/1.9/gems/riak-client-1.0.3/pkg | |
| rm -rf vendor/bundle/jruby/1.9/gems/*/spec vendor/bundle/jruby/1.9/gems/*/test |