sdboyer / gps

your dependencies have arrived
MIT License
270 stars 24 forks source link

solve: github.com/jessfraz/weaher/server #147

Closed jessfraz closed 7 years ago

jessfraz commented 7 years ago

require main package

$ go test
--- FAIL: TestRequire (1.33s)
        hoard_test.go:171: running testdep [init]
        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: Analyzing transitive imports...
                dep: Writing manifest and lock files.

        hoard_test.go:171: running testdep [require github.com/jessfraz/weather/server]
        hoard_test.go:187: standard output:
        hoard_test.go:188:          b-list-pkgs: 951.205107ms
                     b-source-exists: 293.910085ms
                              b-gmal:  58.223936ms
                             satisfy:     754.91µs
                            new-atom:    331.775µs
                         select-root:    129.898µs
                     b-list-versions:     35.939µs
                               other:     11.139µs
                  b-deduce-proj-root:       2.64µs

                  TOTAL: 1.304605429s

                ouchie, solve error: No versions of github.com/jessfraz/weather met constraints:
                        v0.9.1: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        v0.9.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.8.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.7.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.6.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.5.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.4.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.3.0: Could not introduce github.com/jessfraz/weather@0.3.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        0.2.0: Could not introduce github.com/jessfraz/weather@0.2.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        0.1.0: Could not introduce github.com/jessfraz/weather@0.1.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        master: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
        hoard_test.go:191: standard error:
        hoard_test.go:192: Root project is "thing"
                 1 transitively valid internal packages
                 1 external packages imported from 1 projects
✓ select (root)
                | ? attempt github.com/jessfraz/weather with 1 pkgs; 11 versions to try
                | | try github.com/jessfraz/weather@v0.9.1
                | | try github.com/jessfraz/weather@v0.9.0
                | | try github.com/jessfraz/weather@0.8.0
                | | try github.com/jessfraz/weather@0.7.0
                | | try github.com/jessfraz/weather@0.6.0
                | | try github.com/jessfraz/weather@0.5.0
                | | try github.com/jessfraz/weather@0.4.0
                | | try github.com/jessfraz/weather@0.3.0
                | | ✗ github.com/jessfraz/weather at 0.3.0 has problem subpkg(s):
                | | |   github.com/jessfraz/weather/server is missing; required by (root).
                | | try github.com/jessfraz/weather@0.2.0
                | | ✗ github.com/jessfraz/weather at 0.2.0 has problem subpkg(s):
                | | |   github.com/jessfraz/weather/server is missing; required by (root).
                | | try github.com/jessfraz/weather@0.1.0
                | | ✗ github.com/jessfraz/weather at 0.1.0 has problem subpkg(s):
                | | |   github.com/jessfraz/weather/server is missing; required by (root).
                | | try github.com/jessfraz/weather@master
                | ← no more versions of github.com/jessfraz/weather to try; begin backtrack
                ✗ solving failed

                Solver wall times by segment:
                require Solve(): No versions of github.com/jessfraz/weather met constraints:
                        v0.9.1: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        v0.9.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.8.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.7.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.6.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.5.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.4.0: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors
                        0.3.0: Could not introduce github.com/jessfraz/weather@0.3.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        0.2.0: Could not introduce github.com/jessfraz/weather@0.2.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        0.1.0: Could not introduce github.com/jessfraz/weather@0.1.0, as its subpackage github.com/jessfraz/weather/server is missing. (Package is required by (root).)
                        master: package github.com/jessfraz/weather/server depends on some other package within github.com/jessfraz/weather with errors

        hoard_test.go:201: go [require github.com/jessfraz/weather/server] failed unexpectedly: exit status 1
FAIL
exit status 1
FAIL    github.com/golang/nest  19.163s
sdboyer commented 7 years ago

This works now :)

jessfraz commented 7 years ago

Bomb diggity!

On Apr 16, 2017 11:21, "sam boyer" notifications@github.com wrote:

Closed #147 https://github.com/sdboyer/gps/issues/147.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sdboyer/gps/issues/147#event-1044383330, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYNbF5nq--VdHgl9nUXHO5WxlN3YdmDks5rwjHwgaJpZM4LnlyP .