Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image doesn't build again #45351

Closed
christopherfujino opened this issue Nov 21, 2019 · 4 comments
Closed

Docker image doesn't build again #45351

christopherfujino opened this issue Nov 21, 2019 · 4 comments
Labels
team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team

Comments

@christopherfujino
Copy link
Member

Our cirrus Dockerfile not building was previously fixed in #43654, however, since it has broken again. The problem (again) is the Dashing app not building.

Step 9/15 : RUN go get -u github.com/technosophos/dashing
 ---> Running in 00295fba291e
# github.com/technosophos/dashing
opt/gopath/src/github.com/technosophos/dashing/dashing.go:92:15: cannot use commands() (type []cli.Command) as type []*cli.Command in assignment
opt/gopath/src/github.com/technosophos/dashing/dashing.go:102:4: cannot use build (type func(*cli.Context)) as type cli.ActionFunc in field value
opt/gopath/src/github.com/technosophos/dashing/dashing.go:104:19: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
        cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
opt/gopath/src/github.com/technosophos/dashing/dashing.go:108:19: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
        cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
opt/gopath/src/github.com/technosophos/dashing/dashing.go:117:4: cannot use update (type func(*cli.Context)) as type cli.ActionFunc in field value
opt/gopath/src/github.com/technosophos/dashing/dashing.go:119:19: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
        cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
opt/gopath/src/github.com/technosophos/dashing/dashing.go:123:19: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
        cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
opt/gopath/src/github.com/technosophos/dashing/dashing.go:131:4: unknown field 'ShortName' in struct literal of type cli.Command
opt/gopath/src/github.com/technosophos/dashing/dashing.go:133:4: cannot use create (type func(*cli.Context)) as type cli.ActionFunc in field value
opt/gopath/src/github.com/technosophos/dashing/dashing.go:135:19: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
        cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
opt/gopath/src/github.com/technosophos/dashing/dashing.go:135:19: too many errors
The command '/bin/sh -c go get -u github.com/technosophos/dashing' returned a non-zero code: 2

As Dashing does not publish a pre-built linux binary, the solution will most likely have to be vending our own binary on cloud storage.

@christopherfujino christopherfujino added team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team labels Nov 21, 2019
@tvolkert
Copy link
Contributor

tvolkert commented Dec 4, 2019

Filed technosophos/dashing#51

@tvolkert
Copy link
Contributor

tvolkert commented Dec 6, 2019

Fixed by technosophos/dashing#52

@christopherfujino
Copy link
Member Author

Confirmed after the upstream dashing PR, the docker image builds locally. I'm closing this, thanks @tvolkert!

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team
Projects
None yet
Development

No branches or pull requests

2 participants