This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Error while writing out vendor tree because of sirupsen/logrus #797
Copy link
Copy link
Closed
Description
What version of Go (go version
) and dep
(git describe --tags
) are you using?
go version
go version go1.8.3 darwin/amd64
git describe --tags
v0.1.0-191-g4bfa359
What dep
command did you run?
dep init -v
Full Log:
dep init -v
Root project is "github.com/Skarlso/miner"
4 transitively valid internal packages
8 external packages imported from 6 projects
(0) ✓ select (root)
(1) ? attempt github.com/fsouza/go-dockerclient with 1 pkgs; 1 versions to try
(1) try github.com/fsouza/go-dockerclient@master
(1) ✓ select github.com/fsouza/go-dockerclient@master w/1 pkgs
(2) ? attempt github.com/hashicorp/go-cleanhttp with 1 pkgs; 1 versions to try
(2) try github.com/hashicorp/go-cleanhttp@master
(2) ✓ select github.com/hashicorp/go-cleanhttp@master w/1 pkgs
(3) ? attempt gopkg.in/yaml.v2 with 1 pkgs; 1 versions to try
(3) try gopkg.in/yaml.v2@v2
(3) ✓ select gopkg.in/yaml.v2@v2 w/1 pkgs
(4) ? attempt github.com/docker/go-units with 1 pkgs; 5 versions to try
(4) try github.com/docker/go-units@v0.3.1
(4) ✓ select github.com/docker/go-units@v0.3.1 w/1 pkgs
(5) ? attempt github.com/Yitsushi/go-commander with 1 pkgs; 4 versions to try
(5) try github.com/Yitsushi/go-commander@2.0.0
(5) ✓ select github.com/Yitsushi/go-commander@2.0.0 w/1 pkgs
(6) ? attempt github.com/kardianos/osext with 1 pkgs; 2 versions to try
(6) try github.com/kardianos/osext@master
(6) ✓ select github.com/kardianos/osext@master w/1 pkgs
(7) ? attempt github.com/docker/docker with 7 pkgs; 206 versions to try
(7) try github.com/docker/docker@v1.13.1
(7) ✓ select github.com/docker/docker@v1.13.1 w/25 pkgs
(8) ? attempt golang.org/x/sys with 1 pkgs; 1 versions to try
(8) try golang.org/x/sys@master
(8) ✓ select golang.org/x/sys@master w/1 pkgs
(9) ? attempt github.com/Azure/go-ansiterm with 2 pkgs; 2 versions to try
(9) try github.com/Azure/go-ansiterm@master
(9) ✓ select github.com/Azure/go-ansiterm@master w/2 pkgs
(10) ? attempt github.com/fatih/color with 1 pkgs; 10 versions to try
(10) try github.com/fatih/color@v1.5.0
(10) ✓ select github.com/fatih/color@v1.5.0 w/1 pkgs
(11) ? attempt github.com/docker/go-connections with 1 pkgs; 8 versions to try
(11) try github.com/docker/go-connections@v0.2.1
(11) ✓ select github.com/docker/go-connections@v0.2.1 w/1 pkgs
(12) ? revisit github.com/docker/docker to add 3 pkgs
(12) ✓ include 16 more pkgs from github.com/docker/docker@v1.13.1
(12) ? revisit github.com/docker/go-connections to add 2 pkgs
(13) ✓ include 2 more pkgs from github.com/docker/go-connections@v0.2.1
(12) ? attempt golang.org/x/net with 1 pkgs; 4 versions to try
(14) try golang.org/x/net@master
(14) ✓ select golang.org/x/net@master w/1 pkgs
(13) ? attempt github.com/opencontainers/runc with 2 pkgs; 19 versions to try
(15) try github.com/opencontainers/runc@v0.1.1
(15) ✓ select github.com/opencontainers/runc@v0.1.1 w/2 pkgs
(14) ? attempt github.com/mattn/go-isatty with 1 pkgs; 4 versions to try
(16) try github.com/mattn/go-isatty@v0.0.2
(16) ✓ select github.com/mattn/go-isatty@v0.0.2 w/1 pkgs
(15) ? revisit golang.org/x/sys to add 1 pkgs
(17) ✓ include 1 more pkgs from golang.org/x/sys@master
(15) ? attempt github.com/sirupsen/logrus with 1 pkgs; 42 versions to try
(18) try github.com/sirupsen/logrus@v1.0.0
(18) ✓ select github.com/sirupsen/logrus@v1.0.0 w/1 pkgs
(16) ? revisit golang.org/x/net to add 2 pkgs
(19) ✓ include 2 more pkgs from golang.org/x/net@master
(16) ? attempt github.com/Microsoft/go-winio with 1 pkgs; 30 versions to try
(20) try github.com/Microsoft/go-winio@v0.4.2
(20) ✓ select github.com/Microsoft/go-winio@v0.4.2 w/1 pkgs
(17) ? attempt github.com/pkg/errors with 1 pkgs; 11 versions to try
(21) try github.com/pkg/errors@v0.8.0
(21) ✓ select github.com/pkg/errors@v0.8.0 w/1 pkgs
(18) ? attempt github.com/docker/distribution with 1 pkgs; 60 versions to try
(22) try github.com/docker/distribution@v2.6.1
(22) ✓ select github.com/docker/distribution@v2.6.1 w/2 pkgs
(19) ? attempt github.com/mattn/go-colorable with 1 pkgs; 10 versions to try
(23) try github.com/mattn/go-colorable@v0.0.8
(23) ✓ select github.com/mattn/go-colorable@v0.0.8 w/1 pkgs
(20) ? attempt github.com/Sirupsen/logrus with 1 pkgs; 42 versions to try
(24) try github.com/Sirupsen/logrus@v1.0.0
(24) ✓ select github.com/Sirupsen/logrus@v1.0.0 w/1 pkgs
✓ found solution with 58 packages from 20 projects
Solver wall times by segment:
b-list-versions: 27.530092011s
b-list-pkgs: 4.888328452s
b-gmal: 4.345379635s
b-deduce-proj-root: 444.165341ms
select-atom: 40.34556ms
satisfy: 30.271191ms
new-atom: 5.598894ms
select-root: 5.026212ms
other: 82.817µs
b-source-exists: 61.153µs
add-atom: 23.999µs
TOTAL: 37.289375265s
Using ^2.0.0 as constraint for direct dep github.com/Yitsushi/go-commander
Locking in 2.0.0 (6b77592) for direct dep github.com/Yitsushi/go-commander
Locking in master (1f92242) for transitive dep golang.org/x/net
Locking in v0.4.2 (f533f7a) for transitive dep github.com/Microsoft/go-winio
Locking in v2.6.1 (a25b9ef) for transitive dep github.com/docker/distribution
Using master as constraint for direct dep github.com/fsouza/go-dockerclient
Locking in master (4bc6a18) for direct dep github.com/fsouza/go-dockerclient
Locking in master (3573b8b) for transitive dep github.com/hashicorp/go-cleanhttp
Locking in master (0e01648) for transitive dep golang.org/x/sys
Locking in v1.0.0 (202f255) for transitive dep github.com/sirupsen/logrus
Locking in v0.0.8 (941b50e) for transitive dep github.com/mattn/go-colorable
Locking in v1.0.0 (202f255) for transitive dep github.com/Sirupsen/logrus
Locking in master (ae77be6) for transitive dep github.com/kardianos/osext
Locking in v1.13.1 (092cba3) for transitive dep github.com/docker/docker
Locking in v0.8.0 (645ef00) for transitive dep github.com/pkg/errors
Using v2 as constraint for direct dep gopkg.in/yaml.v2
Locking in v2 (cd8b52f) for direct dep gopkg.in/yaml.v2
Locking in v0.1.1 (baf6536) for transitive dep github.com/opencontainers/runc
Using ^1.5.0 as constraint for direct dep github.com/fatih/color
Locking in v1.5.0 (570b54c) for direct dep github.com/fatih/color
Locking in v0.2.1 (990a1a1) for transitive dep github.com/docker/go-connections
Locking in v0.0.2 (fc9e8d8) for transitive dep github.com/mattn/go-isatty
Locking in v0.3.1 (f2d77a6) for transitive dep github.com/docker/go-units
Locking in master (19f72df) for transitive dep github.com/Azure/go-ansiterm
safe write of manifest and lock: error while writing out vendor tree: error while exporting github.com/sirupsen/logrus: /var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/.gitignore already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/.travis.yml already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/CHANGELOG.md already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/LICENSE already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/README.md already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/alt_exit.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/alt_exit_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/doc.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/entry.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/entry_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/examples/basic/basic.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/examples/hook/hook.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/exported.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/formatter.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/formatter_bench_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hook_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks/syslog/README.md already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks/test/test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/hooks/test/test_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/json_formatter.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/json_formatter_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/logger.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/logger_bench_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/logrus.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/logrus_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_appengine.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_bsd.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_linux.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_notwindows.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_solaris.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/terminal_windows.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/text_formatter.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/text_formatter_test.go already exists, no checkout
/var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep843060556/vendor/github.com/sirupsen/logrus/writer.go already exists, no checkout
: exit status 128
What did you expect to see?
For it to work.
What did you see instead?
Did not work and failed with error message.
safe write of manifest and lock: error while writing out vendor tree: error while exporting github.com/sirupsen/logrus: /var/folders/1n/k6w9b2g51hg_dhlh_c8q9q8r0000gn/T/dep777414686/vendor/github.com/sirupsen/logrus/.gitignore already exists, no checkout
gregl83, jwfriese, vsaveliev, andreis, chencanxin and 1 more