Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

dep init failed with "backtrack: no more versions of github.com/sirupsen/logrus to try" #639

Closed
@GlebYaltchik

Description

@GlebYaltchik

Go version
go version go1.8.2 windows/amd64

go dep version:

commit e93d78b
Merge: fe4b78c 07f165c
Author: Carolyn Van Slyck me@carolynvanslyck.com
Date: Wed May 24 09:27:28 2017 -0500

Merge pull request #637 from gregory-m/remove-dead-code

Removed dead code
Searching GOPATH for projects...
  Using master as constraint for direct dep github.com/sirupsen/logrus
  Locking in master (5e5dc89) for direct dep github.com/sirupsen/logrus
  Using master as constraint for direct dep github.com/spf13/pflag
  Locking in master (c990990) for direct dep github.com/spf13/pflag
  Using master as constraint for direct dep github.com/spf13/viper
  Locking in master (0967fc9) for direct dep github.com/spf13/viper
  Locking in master (4da3e2c) for transitive dep github.com/fsnotify/fsnotify
  Locking in master (7fa7fff) for transitive dep github.com/hashicorp/hcl
  Locking in master (51463bf) for transitive dep github.com/magiconair/properties
  Locking in master (cc8532a) for transitive dep github.com/mitchellh/mapstructure
  Locking in master (fe206ef) for transitive dep github.com/pelletier/go-toml
  Locking in master (c37440a) for transitive dep github.com/pelletier/go-buffruneio
  Locking in master (9be6508) for transitive dep github.com/spf13/afero
  Locking in master (470f45b) for transitive dep golang.org/x/text
  Locking in master (acbeb36) for transitive dep github.com/spf13/cast
  Locking in master (fa7ca7e) for transitive dep github.com/spf13/jwalterweatherman
  Locking in master (cd8b52f) for transitive dep gopkg.in/yaml.v2
Following dependencies were not found in GOPATH. Dep will use the most recent versions of these projects.
  golang.org/x/sys
  github.com/PuerkitoBio/purell
  gopkg.in/jose.v1
Root project is "gaijin"
 7 transitively valid internal packages
 5 external packages imported from 5 projects
(0)   ✓ select (root)
(1)	? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try
(1)	    try github.com/sirupsen/logrus@master
(1)	✓ select github.com/sirupsen/logrus@master w/1 pkgs
(2)	? attempt github.com/spf13/viper with 1 pkgs; at least 1 versions to try
(2)	    try github.com/spf13/viper@master
(2)	✓ select github.com/spf13/viper@master w/1 pkgs
(3)	? attempt github.com/fsnotify/fsnotify with 1 pkgs; at least 1 versions to try
(3)	    try github.com/fsnotify/fsnotify@master
(3)	✓ select github.com/fsnotify/fsnotify@master w/1 pkgs
(4)	? attempt github.com/hashicorp/hcl with 1 pkgs; at least 1 versions to try
(4)	    try github.com/hashicorp/hcl@master
(4)	✓ select github.com/hashicorp/hcl@master w/9 pkgs
(5)	? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try
(5)	    try github.com/mitchellh/mapstructure@master
(5)	✓ select github.com/mitchellh/mapstructure@master w/1 pkgs
(6)	? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try
(6)	    try github.com/spf13/pflag@master
(6)	✓ select github.com/spf13/pflag@master w/1 pkgs
(7)	? attempt github.com/magiconair/properties with 1 pkgs; at least 1 versions to try
(7)	    try github.com/magiconair/properties@master
(7)	✓ select github.com/magiconair/properties@master w/1 pkgs
(8)	? attempt github.com/pelletier/go-toml with 1 pkgs; at least 1 versions to try
(8)	    try github.com/pelletier/go-toml@master
(8)	✓ select github.com/pelletier/go-toml@master w/1 pkgs
(9)	? attempt github.com/pelletier/go-buffruneio with 1 pkgs; at least 1 versions to try
(9)	    try github.com/pelletier/go-buffruneio@master
(9)	✓ select github.com/pelletier/go-buffruneio@master w/1 pkgs
(10)  ? attempt github.com/spf13/cast with 1 pkgs; at least 1 versions to try
(10)      try github.com/spf13/cast@master
(10)  ✓ select github.com/spf13/cast@master w/1 pkgs
(11)  ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try
(11)      try gopkg.in/yaml.v2@master
(11)  ✓ select gopkg.in/yaml.v2@master w/1 pkgs
(12)  ? attempt golang.org/x/sys with 1 pkgs; 1 versions to try
(12)      try golang.org/x/sys@master
(12)  ✗   Unable to update checked out version: fatal: reference is not a tree: dbc2be9168a660ef302e04b6ff6406de6f967473
(12)    ← no more versions of golang.org/x/sys to try; begin backtrack
(11)  ← backtrack: no more versions of gopkg.in/yaml.v2 to try
(10)  ← backtrack: no more versions of github.com/spf13/cast to try
(9)	← backtrack: no more versions of github.com/pelletier/go-buffruneio to try
(8)	← backtrack: no more versions of github.com/pelletier/go-toml to try
(7)	← backtrack: no more versions of github.com/magiconair/properties to try
(6)	← backtrack: no more versions of github.com/spf13/pflag to try
(5)	← backtrack: no more versions of github.com/mitchellh/mapstructure to try
(4)	← backtrack: no more versions of github.com/hashicorp/hcl to try
(3)	← backtrack: no more versions of github.com/fsnotify/fsnotify to try
(2)	← backtrack: no more versions of github.com/spf13/viper to try
(1)	← backtrack: no more versions of github.com/sirupsen/logrus to try
(1)	  ? continue github.com/sirupsen/logrus with 1 pkgs; 41 more versions to try
(1)	    try github.com/sirupsen/logrus@v0.11.5
(2)	✗   github.com/sirupsen/logrus@v0.11.5 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.11.4
(2)	✗   github.com/sirupsen/logrus@v0.11.4 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.11.3
(2)	✗   github.com/sirupsen/logrus@v0.11.3 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.11.2
(2)	✗   github.com/sirupsen/logrus@v0.11.2 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.11.1
(2)	✗   github.com/sirupsen/logrus@v0.11.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.11.0
(2)	✗   github.com/sirupsen/logrus@v0.11.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.10.0
(2)	✗   github.com/sirupsen/logrus@v0.10.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.9.0
(2)	✗   github.com/sirupsen/logrus@v0.9.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.7
(2)	✗   github.com/sirupsen/logrus@v0.8.7 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.6
(2)	✗   github.com/sirupsen/logrus@v0.8.6 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.5
(2)	✗   github.com/sirupsen/logrus@v0.8.5 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.4
(2)	✗   github.com/sirupsen/logrus@v0.8.4 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.3
(2)	✗   github.com/sirupsen/logrus@v0.8.3 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.2
(2)	✗   github.com/sirupsen/logrus@v0.8.2 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.1
(2)	✗   github.com/sirupsen/logrus@v0.8.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.8.0
(2)	✗   github.com/sirupsen/logrus@v0.8.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.7.3
(2)	✗   github.com/sirupsen/logrus@v0.7.3 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.7.2
(2)	✗   github.com/sirupsen/logrus@v0.7.2 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.7.1
(2)	✗   github.com/sirupsen/logrus@v0.7.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.7.0
(2)	✗   github.com/sirupsen/logrus@v0.7.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.6
(2)	✗   github.com/sirupsen/logrus@v0.6.6 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.5
(2)	✗   github.com/sirupsen/logrus@v0.6.5 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.4
(2)	✗   github.com/sirupsen/logrus@v0.6.4 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.3
(2)	✗   github.com/sirupsen/logrus@v0.6.3 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.2
(2)	✗   github.com/sirupsen/logrus@v0.6.2 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.1
(2)	✗   github.com/sirupsen/logrus@v0.6.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.6.0
(2)	✗   github.com/sirupsen/logrus@v0.6.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.5.1
(2)	✗   github.com/sirupsen/logrus@v0.5.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.5.0
(2)	✗   github.com/sirupsen/logrus@v0.5.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.4.1
(2)	✗   github.com/sirupsen/logrus@v0.4.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.4.0
(2)	✗   github.com/sirupsen/logrus@v0.4.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.3.0
(2)	✗   github.com/sirupsen/logrus@v0.3.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.2.0
(2)	✗   github.com/sirupsen/logrus@v0.2.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.1.1
(2)	✗   github.com/sirupsen/logrus@v0.1.1 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@v0.1.0
(2)	✗   github.com/sirupsen/logrus@v0.1.0 not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@master
(1)	✓ select github.com/sirupsen/logrus@master w/1 pkgs
(2)	? attempt github.com/hashicorp/hcl with 9 pkgs; at least 1 versions to try
(2)	    try github.com/hashicorp/hcl@master
(2)	✓ select github.com/hashicorp/hcl@master w/9 pkgs
(3)	? attempt github.com/PuerkitoBio/purell with 1 pkgs; 8 versions to try
(3)	    try github.com/PuerkitoBio/purell@v1.1.0
(3)	✓ select github.com/PuerkitoBio/purell@v1.1.0 w/1 pkgs
(4)	? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try
(4)	    try github.com/spf13/pflag@master
(4)	✓ select github.com/spf13/pflag@master w/1 pkgs
(5)	? attempt github.com/spf13/viper with 1 pkgs; at least 1 versions to try
(5)	    try github.com/spf13/viper@master
(5)	✓ select github.com/spf13/viper@master w/1 pkgs
(6)	? revisit github.com/hashicorp/hcl to add 1 pkgs
(6)	  ✓ include 9 more pkgs from github.com/hashicorp/hcl@master
(6)	? attempt github.com/fsnotify/fsnotify with 1 pkgs; at least 1 versions to try
(7)	    try github.com/fsnotify/fsnotify@master
(7)	✓ select github.com/fsnotify/fsnotify@master w/1 pkgs
(7)	? attempt github.com/pelletier/go-toml with 1 pkgs; at least 1 versions to try
(8)	    try github.com/pelletier/go-toml@master
(8)	✓ select github.com/pelletier/go-toml@master w/1 pkgs
(8)	? attempt github.com/pelletier/go-buffruneio with 1 pkgs; at least 1 versions to try
(9)	    try github.com/pelletier/go-buffruneio@master
(9)	✓ select github.com/pelletier/go-buffruneio@master w/1 pkgs
(9)	? attempt github.com/magiconair/properties with 1 pkgs; at least 1 versions to try
(10)      try github.com/magiconair/properties@master
(10)  ✓ select github.com/magiconair/properties@master w/1 pkgs
(10)  ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try
(11)      try gopkg.in/yaml.v2@master
(11)  ✓ select gopkg.in/yaml.v2@master w/1 pkgs
(11)  ? attempt github.com/spf13/jwalterweatherman with 1 pkgs; at least 1 versions to try
(12)      try github.com/spf13/jwalterweatherman@master
(12)  ✓ select github.com/spf13/jwalterweatherman@master w/1 pkgs
(12)  ? attempt golang.org/x/net with 1 pkgs; 4 versions to try
(13)      try golang.org/x/net@master
(13)  ✗   Unable to update checked out version: fatal: reference is not a tree: 5b58a9c3e1690d33a592e5b791638e25eb9b3f70
(13)      try golang.org/x/net@release-branch.go1.6
(13)  ✓ select golang.org/x/net@release-branch.go1.6 w/1 pkgs
(13)  ? attempt github.com/spf13/afero with 1 pkgs; at least 1 versions to try
(14)      try github.com/spf13/afero@master
(14)  ✓ select github.com/spf13/afero@master w/2 pkgs
(14)  ? attempt golang.org/x/text with 1 pkgs; at least 1 versions to try
(15)      try golang.org/x/text@master
(15)  ✓ select golang.org/x/text@master w/1 pkgs
(15)  ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try
(16)      try github.com/mitchellh/mapstructure@master
(16)  ✓ select github.com/mitchellh/mapstructure@master w/1 pkgs
(16)  ? attempt gopkg.in/jose.v1 with 1 pkgs; 1 versions to try
(17)      try gopkg.in/jose.v1@v1.0
(17)  ✓ select gopkg.in/jose.v1@v1.0 w/4 pkgs
(17)  ? attempt github.com/spf13/cast with 1 pkgs; at least 1 versions to try
(18)      try github.com/spf13/cast@master
(18)  ✓ select github.com/spf13/cast@master w/1 pkgs
(18)  ? revisit golang.org/x/text to add 2 pkgs
(19)    ✓ include 7 more pkgs from golang.org/x/text@master
(18)  ? attempt golang.org/x/sys with 1 pkgs; 1 versions to try
(20)      try golang.org/x/sys@master
(20)  ✗   Unable to update checked out version: fatal: reference is not a tree: dbc2be9168a660ef302e04b6ff6406de6f967473
(20)    ← no more versions of golang.org/x/sys to try; begin backtrack
(19)  ← backtrack: popped 7 pkgs from golang.org/x/text
(18)  ← backtrack: no more versions of github.com/spf13/cast to try
(17)  ← backtrack: no more versions of gopkg.in/jose.v1 to try
(16)  ← backtrack: no more versions of github.com/mitchellh/mapstructure to try
(15)  ← backtrack: no more versions of golang.org/x/text to try
(14)  ← backtrack: no more versions of github.com/spf13/afero to try
(13)  ← backtrack: no more versions of golang.org/x/net to try
(12)  ← backtrack: no more versions of github.com/spf13/jwalterweatherman to try
(11)  ← backtrack: no more versions of gopkg.in/yaml.v2 to try
(10)  ← backtrack: no more versions of github.com/magiconair/properties to try
(9)	← backtrack: no more versions of github.com/pelletier/go-buffruneio to try
(8)	← backtrack: no more versions of github.com/pelletier/go-toml to try
(7)	← backtrack: no more versions of github.com/fsnotify/fsnotify to try
(6)	← backtrack: popped 9 pkgs from github.com/hashicorp/hcl
(5)	← backtrack: no more versions of github.com/spf13/viper to try
(4)	← backtrack: no more versions of github.com/spf13/pflag to try
(3)	← backtrack: no more versions of github.com/PuerkitoBio/purell to try
(2)	← backtrack: no more versions of github.com/hashicorp/hcl to try
(1)	← backtrack: no more versions of github.com/sirupsen/logrus to try
(1)	  ? continue github.com/sirupsen/logrus with 1 pkgs; 5 more versions to try
(1)	    try github.com/sirupsen/logrus@break-out-specials
(2)	✗   github.com/sirupsen/logrus@break-out-specials not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@caller-hook
(2)	✗   github.com/sirupsen/logrus@caller-hook not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@hook-fire-fail
(2)	✗   github.com/sirupsen/logrus@hook-fire-fail not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@log-to-stderr
(2)	✗   github.com/sirupsen/logrus@log-to-stderr not allowed by constraint master:
(2)	    master from (root)
(1)	    try github.com/sirupsen/logrus@logstash
(2)	✗   github.com/sirupsen/logrus@logstash not allowed by constraint master:
(2)	    master from (root)
(1)	← backtrack: no more versions of github.com/sirupsen/logrus to try
  ✗ solving failed

Solver wall times by segment:
         b-list-pkgs: 22.0580515s
              b-gmal: 20.6319726s
     b-list-versions:  3.2991059s
     b-source-exists:  776.2742ms
  b-deduce-proj-root:  185.8773ms
         select-atom:    5.5045ms
            unselect:    5.0043ms
             satisfy:    4.0049ms
           backtrack:    1.0011ms
          b-pair-rev:    1.0008ms
         select-root:     501.8µs
            add-atom:          0s
            new-atom:          0s
      b-pair-version:          0s
               other:          0s
           b-matches:          0s

  TOTAL: 46.9682989s

No versions of golang.org/x/sys met constraints:
	master: Unable to update checked out version: fatal: reference is not a tree: dbc2be9168a660ef302e04b6ff6406de6f967473

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions