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

Failed to download package for ghcr.io/devcontainers/features/azure-cli #221

Closed
johnnyreilly opened this issue Oct 14, 2022 · 7 comments
Closed

Comments

@johnnyreilly
Copy link

johnnyreilly commented Oct 14, 2022

I might be being terribly unlucky, but I keep getting timeouts when I try to download the azure-cli feature. Is this an issue with GitHub packages or is this a general problem?

[132380 ms] * Processing feature: ghcr.io/devcontainers/features/azure-cli:1
[132999 ms] * Fetching feature: azure-cli_1_oci
[165788 ms] error: Error: connect ETIMEDOUT 205.251.192.181:443
[165788 ms] (!) ERR: Failed to fetch feature: Failed to download package for ghcr.io/devcontainers/features/azure-cli 
[165788 ms] Error: Failed to download package for ghcr.io/devcontainers/features/azure-cli
    at YP (/home/johnnyreilly/.vscode-remote-containers/dist/dev-containers-cli-0.255.3/dist/spec-node/devContainersSpecCLI.js:1729:9596)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async ise (/home/johnnyreilly/.vscode-remote-containers/dist/dev-containers-cli-0.255.3/dist/spec-node/devContainersSpecCLI.js:1787:8267)
    at async dm (/home/johnnyreilly/.vscode-remote-containers/dist/dev-containers-cli-0.255.3/dist/spec-node/devContainersSpecCLI.js:1787:2465)
    at async _ae (/home/johnnyreilly/.vscode-remote-containers/dist/dev-containers-cli-0.255.3/dist/spec-node/devContainersSpecCLI.js:1994:26640)
[165792 ms] Exit code 1

My devcontainer.json looks like this:

"features": {
		"ghcr.io/devcontainers/features/azure-cli:1": {
			"version": "latest"
		}
	}
@sas05
Copy link

sas05 commented Oct 14, 2022

i have tried git and aws-cli, also same error.

@joshspicer
Copy link
Member

Are you all continuing to see this? It seems like a transient Packages issue to me (and I haven't noticed it myself/am not able to reproduce a couple days later).

Please give me a tag if you continue to see this and i'll dig in further

@johnnyreilly
Copy link
Author

Thanks - will check again some time this week and report if issues

@sas05
Copy link

sas05 commented Oct 17, 2022

after some query, I have found this ticket. I think it is related to this problem. microsoft/vscode-remote-release#7150

@samruddhikhandale
Copy link
Member

Feel free to re-open the issue if the problem resurfaces.

@mataslib
Copy link

I am getting this error when connected to university eduroam wifi. On other wifis no issue.

@jufuju
Copy link

jufuju commented Feb 16, 2023

What rights does directory vscode-dev-containers have?
You should set the rights drwxr--r-- for vscode-dev-containers directory

You can find it here /home/username/.vscode-remote-containers/dist/dev-containers-cli-0.275.1/dist/node_modules/vscode-dev-containers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants