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

Chase latest gps #122

Merged
merged 2 commits into from
Jan 24, 2017
Merged

Chase latest gps #122

merged 2 commits into from
Jan 24, 2017

Conversation

sdboyer
Copy link
Member

@sdboyer sdboyer commented Jan 24, 2017

This fixes windows path errors (#103), and ignore-d main files (#114).

This fixes windows path errors (#103), and ignore-d main files (#114).
@jessfraz
Copy link
Contributor

Windows

AppVeyor
PROJECTS
ENVIRONMENTS
DOCS
SUPPORT
 JESS FRAZELLE
Trial period expires in 4 days. Select plan to keep running your builds. After trial period is over only projects with public repositories will run.
If you have any questions or need to extend your trial feel free to contact us.
dep PRIVATE

LATEST BUILD HISTORY DEPLOYMENTS SETTINGS
NEW BUILDRE-BUILD PR
Pull request #122 - Chase latest gps
Chase latest gps
This fixes windows path errors (#103), and ignore-d main files (#114).
67
21 minutes ago by sam boyer
master 207f6a0c
Failed a few seconds ago in 57 sec
CONSOLE MESSAGES  TESTS  ARTIFACTS
Build started
git config --global core.autocrlf input
git clone -q [email protected]:golang/dep.git c:\gopath\src\github.com\golang\dep
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
git fetch -q origin +refs/pull/122/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
rmdir c:\go /s /q
appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
Downloading go1.7.windows-amd64.msi (74,977,280 bytes)...100%
msiexec /i go%GOVERSION%.windows-amd64.msi /q
set Path=c:\go\bin;c:\gopath\bin;%Path%
go version
go version go1.7 windows/amd64
go env
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=c:\gopath
set GORACE=
set GOROOT=C:\go
set GOTOOLDIR=C:\go\pkg\tool\windows_amd64
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1
go build
go test
--- FAIL: TestEnsureOverrides (1.14s)
	hoard_test.go:171: running testdep [init]
	hoard_test.go:187: standard output:
	hoard_test.go:188:          b-list-pkgs: 533.5261ms
		     b-list-versions: 379.8277ms
		             satisfy:         0s
		               other:         0s
		         select-root:         0s
		  b-deduce-proj-root:         0s
		     b-source-exists:         0s
		            new-atom:         0s
		
		  TOTAL: 913.3538ms
		
		ouchie, solve error: No versions of github.com/sdboyer/dep-test met constraints:
			1.0.0: Unable to find SrcRoot for package 
			master: Unable to find SrcRoot for package 
	hoard_test.go:191: standard error:
	hoard_test.go:192: dep: Finding dependencies for "thing"...
		dep: Found 1 dependencies.
		dep: Building dependency graph...
		dep: Package "thing", analyzing...
		dep: Package "thing" has import "github.com/Sirupsen/logrus", analyzing...
		dep: Could not determine version for "github.com/Sirupsen/logrus", omitting from generated manifest
		dep: Package "thing" has import "github.com/sdboyer/dep-test", analyzing...
		dep: Could not determine version for "github.com/sdboyer/dep-test", omitting from generated manifest
		dep: Analyzing transitive imports...
		dep: Analyzing "github.com/Sirupsen/logrus"...
		dep: Analyzing "github.com/sdboyer/dep-test"...
		dep: Solving...
		Root project is "thing"
		 1 transitively valid internal packages
		 2 external packages imported from 2 projects
		✓ select (root)
		| ? attempt github.com/sdboyer/dep-test with 1 pkgs; 2 versions to try
		| | try github.com/sdboyer/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/sdboyer/dep-test@master
		| ✗ Unable to find SrcRoot for package 
		| ← no more versions of github.com/sdboyer/dep-test to try; begin backtrack
		✗ solving failed
		
		Solver wall times by segment:
		No versions of github.com/sdboyer/dep-test met constraints:
			1.0.0: Unable to find SrcRoot for package 
			master: Unable to find SrcRoot for package 
		
	hoard_test.go:201: go [init] failed unexpectedly: exit status 1
--- FAIL: TestEnsureEmptyRepoNoArgs (2.32s)
	hoard_test.go:171: running testdep [init]
	hoard_test.go:187: standard output:
	hoard_test.go:188:          b-list-pkgs: 1.8990832s
		     b-source-exists: 383.0774ms
		               other:         0s
		         select-root:         0s
		  b-deduce-proj-root:         0s
		            new-atom:         0s
		     b-list-versions:         0s
		             satisfy:         0s
		
		  TOTAL: 2.2821606s
		
		ouchie, solve error: No versions of github.com/Sirupsen/logrus met constraints:
			v0.11.0: Unable to find SrcRoot for package 
			v0.10.0: Unable to find SrcRoot for package 
			v0.9.0: Unable to find SrcRoot for package 
			v0.8.7: Unable to find SrcRoot for package 
			v0.8.6: Unable to find SrcRoot for package 
			v0.8.5: Unable to find SrcRoot for package 
			v0.8.4: Unable to find SrcRoot for package 
			v0.8.3: Unable to find SrcRoot for package 
			v0.8.2: Unable to find SrcRoot for package 
			v0.8.1: Unable to find SrcRoot for package 
			v0.8.0: Unable to find SrcRoot for package 
			v0.7.3: Unable to find SrcRoot for package 
			v0.7.2: Unable to find SrcRoot for package 
			v0.7.1: Unable to find SrcRoot for package 
			v0.7.0: Unable to find SrcRoot for package 
			v0.6.6: Unable to find SrcRoot for package 
			v0.6.5: Unable to find SrcRoot for package 
			v0.6.4: Unable to find SrcRoot for package 
			v0.6.3: Unable to find SrcRoot for package 
			v0.6.2: Unable to find SrcRoot for package 
			v0.6.1: Unable to find SrcRoot for package 
			v0.6.0: Unable to find SrcRoot for package 
			v0.5.1: Unable to find SrcRoot for package 
			v0.5.0: Unable to find SrcRoot for package 
			v0.4.1: Unable to find SrcRoot for package 
			v0.4.0: Unable to find SrcRoot for package 
			v0.3.0: Unable to find SrcRoot for package 
			v0.2.0: Unable to find SrcRoot for package 
			v0.1.1: Unable to find SrcRoot for package 
			v0.1.0: Unable to find SrcRoot for package 
			master: Unable to find SrcRoot for package 
			break-out-specials: Unable to find SrcRoot for package 
			caller-hook: Unable to find SrcRoot for package 
			log-to-stderr: Unable to find SrcRoot for package 
			logstash: Unable to find SrcRoot for package 
	hoard_test.go:191: standard error:
	hoard_test.go:192: dep: Finding dependencies for "thing"...
		dep: Found 1 dependencies.
		dep: Building dependency graph...
		dep: Package "thing", analyzing...
		dep: Package "thing" has import "github.com/Sirupsen/logrus", analyzing...
		dep: Could not determine version for "github.com/Sirupsen/logrus", omitting from generated manifest
		dep: Analyzing transitive imports...
		dep: Analyzing "github.com/Sirupsen/logrus"...
		dep: Solving...
		Root project is "thing"
		 1 transitively valid internal packages
		 1 external packages imported from 1 projects
		✓ select (root)
		| ? attempt github.com/Sirupsen/logrus with 1 pkgs; 35 versions to try
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/logrus@master
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/logrus@break-out-specials
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/logrus@caller-hook
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/logrus@log-to-stderr
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/Sirupsen/logrus@logstash
		| ✗ Unable to find SrcRoot for package 
		| ← no more versions of github.com/Sirupsen/logrus to try; begin backtrack
		✗ solving failed
		
		Solver wall times by segment:
		No versions of github.com/Sirupsen/logrus met constraints:
			v0.11.0: Unable to find SrcRoot for package 
			v0.10.0: Unable to find SrcRoot for package 
			v0.9.0: Unable to find SrcRoot for package 
			v0.8.7: Unable to find SrcRoot for package 
			v0.8.6: Unable to find SrcRoot for package 
			v0.8.5: Unable to find SrcRoot for package 
			v0.8.4: Unable to find SrcRoot for package 
			v0.8.3: Unable to find SrcRoot for package 
			v0.8.2: Unable to find SrcRoot for package 
			v0.8.1: Unable to find SrcRoot for package 
			v0.8.0: Unable to find SrcRoot for package 
			v0.7.3: Unable to find SrcRoot for package 
			v0.7.2: Unable to find SrcRoot for package 
			v0.7.1: Unable to find SrcRoot for package 
			v0.7.0: Unable to find SrcRoot for package 
			v0.6.6: Unable to find SrcRoot for package 
			v0.6.5: Unable to find SrcRoot for package 
			v0.6.4: Unable to find SrcRoot for package 
			v0.6.3: Unable to find SrcRoot for package 
			v0.6.2: Unable to find SrcRoot for package 
			v0.6.1: Unable to find SrcRoot for package 
			v0.6.0: Unable to find SrcRoot for package 
			v0.5.1: Unable to find SrcRoot for package 
			v0.5.0: Unable to find SrcRoot for package 
			v0.4.1: Unable to find SrcRoot for package 
			v0.4.0: Unable to find SrcRoot for package 
			v0.3.0: Unable to find SrcRoot for package 
			v0.2.0: Unable to find SrcRoot for package 
			v0.1.1: Unable to find SrcRoot for package 
			v0.1.0: Unable to find SrcRoot for package 
			master: Unable to find SrcRoot for package 
			break-out-specials: Unable to find SrcRoot for package 
			caller-hook: Unable to find SrcRoot for package 
			log-to-stderr: Unable to find SrcRoot for package 
			logstash: Unable to find SrcRoot for package 
		
	hoard_test.go:201: go [init] failed unexpectedly: exit status 1
--- FAIL: TestRemove (4.36s)
	hoard_test.go:266: git [checkout 42b84f9ec624953ecbf81a94feccb3f5935c5edf] standard error:
	hoard_test.go:267: Note: checking out '42b84f9ec624953ecbf81a94feccb3f5935c5edf'.
		
		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>
		
		HEAD is now at 42b84f9... Merge pull request #384 from mnzt/master
		
	hoard_test.go:266: git [checkout v0.8.0] standard error:
	hoard_test.go:267: Note: checking out 'v0.8.0'.
		
		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>
		
		HEAD is now at 645ef00... doc tweaks
		
	hoard_test.go:171: running testdep [remove -unused]
	hoard_test.go:187: standard output:
	hoard_test.go:188:       b-list-pkgs: 655.1696ms
		  b-list-versions: 475.9288ms
		       b-pair-rev:         0s
		            other:         0s
		  b-source-exists:         0s
		        b-matches:         0s
		      select-root:         0s
		         new-atom:         0s
		          satisfy:         0s
		
		  TOTAL: 1.1310984s
		
		ouchie, solve error: No versions of github.com/pkg/errors met constraints:
			v0.8.0: Unable to find SrcRoot for package 
			v0.7.1: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.7.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.6.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.5.1: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.5.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.4.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.3.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.2.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.1.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			master: Could not introduce github.com/pkg/errors@master, as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
	hoard_test.go:191: standard error:
	hoard_test.go:192: Root project is "github.com/golang/notexist"
		 1 transitively valid internal packages
		 2 external packages imported from 2 projects
		✓ select (root)
		| ? attempt github.com/pkg/errors with 1 pkgs; 11 versions to try
		| | try github.com/pkg/[email protected]
		| ✗ Unable to find SrcRoot for package 
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/[email protected]
		| | ✗ github.com/pkg/[email protected] not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| | try github.com/pkg/errors@master
		| | ✗ github.com/pkg/errors@master not allowed by constraint >=0.8.0, <1.0.0:
		| | |   >=0.8.0, <1.0.0 from (root)
		| ← no more versions of github.com/pkg/errors to try; begin backtrack
		✗ solving failed
		
		Solver wall times by segment:
		No versions of github.com/pkg/errors met constraints:
			v0.8.0: Unable to find SrcRoot for package 
			v0.7.1: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.7.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.6.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.5.1: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.5.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.4.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.3.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.2.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			v0.1.0: Could not introduce github.com/pkg/[email protected], as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
			master: Could not introduce github.com/pkg/errors@master, as it is not allowed by constraint >=0.8.0, <1.0.0 from project github.com/golang/notexist.
		
	hoard_test.go:201: go [remove -unused] failed unexpectedly: exit status 1
FAIL
exit status 1
FAIL	github.com/golang/dep	16.955s
Command exited with code 1

master branch of gps was missing a crucial commit.
@jessfraz
Copy link
Contributor

LGTM pending travis green

@jessfraz jessfraz merged commit 236341f into golang:master Jan 24, 2017
krisnova pushed a commit to krisnova/dep that referenced this pull request Apr 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants