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

[BUG] Unable to build the source code #162

Open
debkantap opened this issue Jun 5, 2024 · 2 comments
Open

[BUG] Unable to build the source code #162

debkantap opened this issue Jun 5, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@debkantap
Copy link

What version of crane are you running, and what are your clutsters+platform
crane-0.0.5
What did you expect to happen?
build must happen with the below command:
go build -o crane main.go

My go version is go version go1.22.3 windows/amd64
What actually happened?
Error encountered
Please include any relevant logs or errors

------error snippet ---
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/ghodss/yaml v1.0.0
cmd\apply\apply.go:9:2: github.com/konveyor/[email protected]: Get "https://proxy.golang.org/github.com/konveyor/crane-lib/@v/v0.0.8.zip": net/http: TLS handshake timeout
internal\file\file_helper.go:11:2: github.com/sirupsen/[email protected]: Get "https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.8.1.zip": net/http: TLS handshake timeout
internal\file\file_helper.go:12:2: k8s.io/[email protected]: Get "https://proxy.golang.org/k8s.io/apimachinery/@v/v0.24.2.zip": net/http: TLS handshake timeout
internal\file\file_helper.go:13:2: sigs.k8s.io/[email protected]: Get "https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.3.0.zip": net/http: TLS handshake timeout
internal\flags\global_flags.go:5:2: github.com/spf13/[email protected]: Get "https://proxy.golang.org/github.com/spf13/cobra/@v/v1.5.0.zip": net/http: TLS handshake timeout
internal\flags\global_flags.go:6:2: github.com/spf13/[email protected]: Get "https://proxy.golang.org/github.com/spf13/viper/@v/v1.12.0.zip": net/http: TLS handshake timeout

TR
Deb

@debkantap debkantap added the kind/bug Categorizes issue or PR as related to a bug. label Jun 5, 2024
Copy link

github-actions bot commented Jun 5, 2024

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.

@github-actions github-actions bot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority labels Jun 5, 2024
@debkantap
Copy link
Author

This is internet proxy related issue.
Now I am able to run this command but executable not created, only one file gets created without any extension!!
Pls refer below logs:
BTW does it supports windows?

go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible

C:\Deb\Working\Poc\crane\crane-0.0.5>crane
'crane' is not recognized as an internal or external command,
operable program or batch file.

C:\Deb\Working\Poc\crane\crane-0.0.5>PATH=%PATH%:C:\Deb\Working\Poc\crane\crane-0.0.5

C:\Deb\Working\Poc\crane\crane-0.0.5>crane
'crane' is not recognized as an internal or external command,
operable program or batch file.

TR
deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

1 participant