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

xdt-vhive module authentication #137

Open
ustiugov opened this issue Apr 26, 2022 · 3 comments
Open

xdt-vhive module authentication #137

ustiugov opened this issue Apr 26, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ustiugov
Copy link
Member

The xdt-vhive module breaks (1) container builds and (2) go mod download

Logs:
(1) https://github.com/ease-lab/vSwarm/runs/6060750238?check_suite_focus=true#step:5:174

#17 [builder 8/9] RUN go mod tidy
#17 sha256:4f6cb49384556377e5104c8dfab05b6072043e959c6646f5bd61c203be40524d
#17 2.512 go: github.com/ease-lab/vhive-xdt/sdk/[email protected]: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /go/pkg/mod/cache/vcs/9a55d04d66b40bef8fcfb41f84ee0a31b34b74f38389df85a9774f7df3d7887b: exit status 128:
#17 2.512 	remote: Invalid username or password.
#17 2.512 	fatal: Authentication failed for '***github.com/ease-lab/vhive-xdt/'
#17 ERROR: executor failed running [/bin/sh -c go mod tidy]: exit code: 1
------
 > [builder 8/9] RUN go mod tidy:
------
executor failed running [/bin/sh -c go mod tidy]: exit code: 1

(2) https://github.com/ease-lab/vSwarm/runs/6180720496?check_suite_focus=true#step:4:29

Running [/home/runner/golangci-lint-1.45.2-linux-amd64/golangci-lint run --out-format=github-actions --path-prefix=./benchmarks/chained-function-serving --timeout 5m] in [/home/runner/work/vSwarm/vSwarm/benchmarks/chained-function-serving] ...
  level=error msg="Running error: context loading failed: failed to load packages: failed to load with go/packages: err: exit status 1: stderr: go: github.com/ease-lab/vhive-xdt/sdk/[email protected]: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/runner/go/pkg/mod/cache/vcs/9a55d04d66b40bef8fcfb41f84ee0a31b34b74f38389df85a9774f7df3d7887b: exit status 128:\n\tfatal: could not read Username for 'https://github.com/': terminal prompts disabled\n"
@ustiugov ustiugov added the bug Something isn't working label Apr 26, 2022
@shyamjesal
Copy link
Collaborator

shyamjesal commented May 20, 2022

This line authenticates to the github for accessing private repo. This is failing on github runners. Github has changed their authentication scheme. Refer to this for reference.

@dhschall
Copy link
Contributor

Harshit can you pleas look into that next week

@dhschall
Copy link
Contributor

dhschall commented Jun 1, 2022

Hey was there any progress in this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants