-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Unable to build locally due to proxy - Mac, Windows, devcontainer #11936
-
I followed both of these guides to no avail. https://argoproj.github.io/argo-workflows/running-locally/ I tried both methods using dev containers and make start. Unable to pass this step on Mac: argo-workflows git:(master) make start API=true UI=true
GIT_COMMIT=26481a2146107ad0937ef7698c27f3686f93c81e GIT_BRANCH=master GIT_TAG=untagged GIT_TREE_STATE=clean RELEASE_TAG=false DEV_BRANCH=false VERSION=latest
KUBECTX=minikube DOCKER_DESKTOP=false K3D=false DOCKER_PUSH=false
RUN_MODE=local PROFILE=minimal AUTH_MODE=hybrid SECURE=false STATIC_FILES=false ALWAYS_OFFLOAD_NODE_STATUS=false UPPERIO_DB_DEBUG=0 LOG_LEVEL=debug NAMESPACED=true
go: downloading github.com/docker/docker v24.0.0+incompatible Any ideas? I'm trying to submit a PR, thanks. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments · 14 replies
-
What's the error you're getting? There's no error in the logs you attached. I've used 3 out of 4 of the documented development methods (everything except for Nix; currently use The main issue encountered is that if you have a build failure, it can put things in an incomplete state, which can cause more failures. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Mac - dev container CLIargo-workflows git:(master) devcontainer up --workspace-folder .
[3 ms] @devcontainers/cli 0.51.3. Node.js v16.3.0. darwin 22.6.0 x64.
[1279 ms] Failed to fetch control manifest: self signed certificate in certificate chain
ubuntu: Pulling from vscode/devcontainers/base
707e32e9fc56: Pull complete
a8ad5fa15134: Pull complete
cd1550425e0a: Pull complete
897abc5fb223: Pull complete
e8f257e1a103: Pull complete
9ca23242c80c: Pull complete
05ac7a426a92: Pull complete
25b07e7a1f16: Pull complete
Digest: sha256:a724e14d4175f641fd52ee317680e7b228d5c553c3ac1a558b069a3373688016
Status: Downloaded newer image for mcr.microsoft.com/vscode/devcontainers/base:ubuntu
mcr.microsoft.com/vscode/devcontainers/base:ubuntu
[21517 ms] Resolving Feature dependencies for 'ghcr.io/devcontainers/features/go:1'...
Error: self signed certificate in certificate chain
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:394:28)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
{"outcome":"error","message":"self signed certificate in certificate chain","description":"An error occurred setting up the container."} Mac - Running dev container (1st Run):Mac - Running dev container (2nd Run):[33 ms] Dev Containers 0.315.1 in VS Code 1.82.2 (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d).
[32 ms] Start: Resolving Remote
[48 ms] Start: Check Docker is running
[48 ms] Start: Run: docker version --format {{.Server.APIVersion}}
[87 ms] Server API version: 1.43
[89 ms] Start: Run: docker volume ls -q
[117 ms] Start: Run: docker volume create --label [email protected]:wesleyscholl/argo-workflows --label vsch.local.repository.unique=true argo-workflows-8ae3ec85df16c6e9f76c7c7bddeb661007b51f9f3e6edeca173b21c6446eec10
[166 ms] Start: Run: tar --no-same-owner -x -f -
[192 ms] Start: Run: docker build -f /var/folders/wn/y9vxtkxd54n4ksby1rqvy4500000gq/T/vsch/bootstrap-image/0.315.1/bootstrap.Dockerfile -t vsc-volume-bootstrap /var/folders/wn/y9vxtkxd54n4ksby1rqvy4500000gq/T/vsch/bootstrap-image/0.315.1
[+] Building 1.7s (4/9) docker:desktop-linux
=> [internal] load build definition from bootstrap.Dockerfile 0.0s
=> => transferring dockerfile: 570B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for mcr.microsoft.com/devcontainers/base:0-a 0.4s
=> [1/5] FROM mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256: 1.3s
=> => resolve mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256: 0.0s
=> => sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6 1.61kB / 1.61kB 0.0s
=> => sha256:6b290632843be0a14ff626e4ea768219849aa67fb5cb8ee 409B / 409B 0.1s
=> => sha256:991db8fc62de55f63a5504f525b026bdc42b8062eba 1.81kB / 1.81kB 0.0s
=> => sha256:56f89345f91b18655899e92c2130b251e4bfb6efb78 8.71kB / 8.71kB 0.0s
[+] Building 1.8s (4/9) docker:desktop-linux
=> [internal] load build definition from bootstrap.Dockerfile 0.0s
=> => transferring dockerfile: 570B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for mcr.microsoft.com/devcontainers/base:0-a 0.4s
=> [1/5] FROM mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256: 1.4s
=> => resolve mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256: 0.0s
=> => sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6 1.61kB / 1.61kB 0.0s
=> => sha256:6b290632843be0a14ff626e4ea768219849aa67fb5cb8ee 409B / 409B 0.1s
=> => sha256:991db8fc62de55f63a5504f525b026bdc42b8062eba 1.81kB / 1.81kB 0.0s
=> => sha256:56f89345f91b18655899e92c2130b251e4bfb6efb78 8.71kB / 8.71kB 0.0s
[+] Building 2.0s (4/9) docker:desktop-linux
=> [1/5] FROM mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6da908ec589cde19e72e1e 1.6s
=> => extracting sha256:659d66d51139e8abad819d17e5d3c45eb82e88b9fc588c4de7711f251309b9d2 0.1s
=> => sha256:e8f104c0b55cdbccde3c78c0b5f5ec963a76e3096081691572d5159f54f5d694 223B / 223B 0.2s
=> => sha256:50cd73d7f8c499d36b37a848db23c3d273839e972296596c27fd6ac6cd087323 231B / 231B 0.2s
=> => sha256:041f756ce3ae375120f800eb11241cdef9e0707463feb4f116772b82dfb1d9e5 94.37MB / 189.64MB 1.5s
=> => sha256:7728951e31105a5b3ba8a28c27358ad512e75333236dc2e05276d77456259151 134B / 134B 0.2s
=> => sha256:37c6ff307b3dead062059b4e4310789552b3e89eff06a532b5eb3d74f78e6bd3 38.72MB / 38.72MB 0.9s
=> => extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s
=> => extracting sha256:6b290632843be0a14ff626e4ea768219849aa67fb5cb8ee5714010acb45a2a2b 0.0s
=> => extracting sha256:7728951e31105a5b3ba8a28c27358ad512e75333236dc2e05276d77456259151 0.0s
=> => extracting sha256:e8f104c0b55cdbccde3c78c0b5f5ec963a76e3096081691572d5159f54f5d694 0.0s
[+] Building 19.7s (7/9) docker:desktop-linux
=> [internal] load build definition from bootstrap.Dockerfile 0.0s
=> => transferring dockerfile: 570B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for mcr.microsoft.com/devcontainers/base:0-alpine-3.16 0.4s
=> [1/5] FROM mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6da908ec589cde19e72e1e 17.6s
=> => resolve mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6da908ec589cde19e72e1e 0.0s
=> => sha256:c3a2e94ff788b81c55378a23cb23b5da65ebcbac5b6da908ec589cde19e72e1e 1.61kB / 1.61kB 0.0s
=> => sha256:6b290632843be0a14ff626e4ea768219849aa67fb5cb8ee5714010acb45a2a2b 409B / 409B 0.1s
=> => sha256:991db8fc62de55f63a5504f525b026bdc42b8062ebac3b672bdd1c238dd53395 1.81kB / 1.81kB 0.0s
=> => sha256:56f89345f91b18655899e92c2130b251e4bfb6efb785ab617d5928eb918ad231 8.71kB / 8.71kB 0.0s
=> => sha256:659d66d51139e8abad819d17e5d3c45eb82e88b9fc588c4de7711f251309b9d2 2.81MB / 2.81MB 0.1s
=> => sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s
=> => extracting sha256:659d66d51139e8abad819d17e5d3c45eb82e88b9fc588c4de7711f251309b9d2 0.1s
=> => sha256:e8f104c0b55cdbccde3c78c0b5f5ec963a76e3096081691572d5159f54f5d694 223B / 223B 0.2s
=> => sha256:50cd73d7f8c499d36b37a848db23c3d273839e972296596c27fd6ac6cd087323 231B / 231B 0.2s
=> => sha256:041f756ce3ae375120f800eb11241cdef9e0707463feb4f116772b82dfb1d9e5 189.64MB / 189.64MB 2.9s
=> => sha256:7728951e31105a5b3ba8a28c27358ad512e75333236dc2e05276d77456259151 134B / 134B 0.2s
=> => sha256:37c6ff307b3dead062059b4e4310789552b3e89eff06a532b5eb3d74f78e6bd3 38.72MB / 38.72MB 0.9s
=> => extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s
=> => extracting sha256:6b290632843be0a14ff626e4ea768219849aa67fb5cb8ee5714010acb45a2a2b 0.0s
=> => extracting sha256:7728951e31105a5b3ba8a28c27358ad512e75333236dc2e05276d77456259151 0.0s
=> => extracting sha256:e8f104c0b55cdbccde3c78c0b5f5ec963a76e3096081691572d5159f54f5d694 0.0s
=> => extracting sha256:50cd73d7f8c499d36b37a848db23c3d273839e972296596c27fd6ac6cd087323 0.0s
=> => extracting sha256:041f756ce3ae375120f800eb11241cdef9e0707463feb4f116772b82dfb1d9e5 9.4s
=> => extracting sha256:37c6ff307b3dead062059b4e4310789552b3e89eff06a532b5eb3d74f78e6bd3 5.1s
=> [internal] load build context 0.2s
=> => transferring context: 1.82MB 0.2s
=> [2/5] RUN echo "@old https://dl-cdn.alpinelinux.org/alpine/v3.15/main" >> /etc/apk/repositories 1.1s
=> ERROR [3/5] RUN apk add --no-cache git-lfs nodejs python3 npm make g++ docker-cli docker-cli-buildx docker-cli-compose openssh-client-default@old ; 0.6s
------
> [3/5] RUN apk add --no-cache git-lfs nodejs python3 npm make g++ docker-cli docker-cli-buildx docker-cli-compose openssh-client-default@old ;:
0.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
0.534 140003092548424:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919:
0.537 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: Permission denied
0.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
0.567 140003092548424:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919:
0.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
0.569 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: Permission denied
0.598 140003092548424:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919:
0.600 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: Permission denied
0.601 WARNING: The repository tag for world dependency 'openssh-client-default@old' does not exist
0.601 ERROR: Not committing changes due to missing repository tags. Use --force-broken-world to override.
------
bootstrap.Dockerfile:6
--------------------
5 |
6 | >>> RUN apk add --no-cache \
7 | >>> git-lfs \
8 | >>> nodejs \
9 | >>> python3 \
10 | >>> npm \
11 | >>> make \
12 | >>> g++ \
13 | >>> docker-cli \
14 | >>> docker-cli-buildx \
15 | >>> docker-cli-compose \
16 | >>> openssh-client-default@old \
17 | >>> ;
18 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache \tgit-lfs \tnodejs \tpython3 \tnpm \tmake \tg++ \tdocker-cli \tdocker-cli-buildx \tdocker-cli-compose \topenssh-client-default@old \t;" did not complete successfully: exit code: 99
[20580 ms] Command failed: docker build -f /var/folders/wn/y9vxtkxd54n4ksby1rqvy4500000gq/T/vsch/bootstrap-image/0.315.1/bootstrap.Dockerfile -t vsc-volume-bootstrap /var/folders/wn/y9vxtkxd54n4ksby1rqvy4500000gq/T/vsch/bootstrap-image/0.315.1
[20580 ms] Exit code 1
[114302 ms] Error opening dev container configurations: CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://dev-container%2B7b227265706f7369746f727950617468223a22676974406769746875622e636f6d3a7765736c65797363686f6c6c2f6172676f2d776f726b666c6f7773222c22766f6c756d654e616d65223a225f5f554e495155455f5f222c22666f6c646572223a226172676f2d776f726b666c6f7773222c2273657474696e6773223a7b22636f6e74657874223a226465736b746f702d6c696e7578227d2c22636c6f6e65496e666f223a7b2275726c546f436c6f6e65223a22676974406769746875622e636f6d3a7765736c65797363686f6c6c2f6172676f2d776f726b666c6f7773227d2c22696e7370656374566f6c756d65223a66616c73657d/workspaces/argo-workflows'
at r.j (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:630:11395)
at async r.exists (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:630:13602)
at async Promise.all (index 0)
at async vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1855:2796 Windows - Dev Containers (1st Run - Clone in Volume):[79 ms] Dev Containers 0.315.0 in VS Code 1.82.3 (fdb98833154679dbaa7af67a5a29fe19e55c2b73).
[78 ms] Start: Resolving Remote
[105 ms] Start: Run: wsl -l -v
[615 ms] Start: Run: wsl -d docker-desktop-data -e /bin/sh -c echo ~
[1038 ms] Could not connect to WSL.
[1038 ms] Command failed: wsl -d docker-desktop-data -e /bin/sh -c echo ~
[1039 ms]
[1039 ms] <3>WSL (17) ERROR: CreateProcessEntryCommon:370: getpwuid(0) failed 2
<3>WSL (17) ERROR: CreateProcessEntryCommon:374: getpwuid(0) failed 2
<3>WSL (17) ERROR: CreateProcessEntryCommon:577: execvpe /bin/sh failed 2
<3>WSL (17) ERROR: CreateProcessEntryCommon:586: Create process not expected to return
[1041 ms] Start: Check Docker is running
[1042 ms] Start: Run: docker version --format {{.Server.APIVersion}}
[9493 ms] Server API version: 1.43
[9495 ms] Start: Run: docker volume ls -q
[9961 ms] Start: Run: tar --no-same-owner -x -f -
[10093 ms] Start: Run: docker build -f C:\Users\WScholl\AppData\Local\Temp\vsch\bootstrap-image\0.315.0\bootstrap.Dockerfile -t vsc-volume-bootstrap C:\Users\WScholl\AppData\Local\Temp\vsch\bootstrap-image\0.315.0
[+] Building 3.5s (10/10) FINISHED
=> [internal] load build definition from bootstrap.Dockerfile 0.3s
=> => transferring dockerfile: 570B 0.1s
=> [internal] load .dockerignore 0.2s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for mcr.microsoft.com/devcontainers/base:0-a 1.5s
=> [1/5] FROM mcr.microsoft.com/devcontainers/base:0-alpine-3.16@sha256: 0.0s
=> [internal] load build context 0.7s
=> => transferring context: 1.82MB 0.4s
=> CACHED [2/5] RUN echo "@old https://dl-cdn.alpinelinux.org/alpine/v3. 0.0s
=> CACHED [3/5] RUN apk add --no-cache git-lfs nodejs python3 npm m 0.0s
=> CACHED [4/5] RUN cd && npm i node-pty 0.0s
=> [5/5] COPY .vscode-remote-containers /root/.vscode-remote-containers 0.4s
=> exporting to image 0.2s
=> => exporting layers 0.1s
=> => writing image sha256:3d09e6d7c349ee3da2d7b0164aa406f0f9d7bd30251c1 0.0s
=> => naming to docker.io/library/vsc-volume-bootstrap 0.0s
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout qui
ckview
[15576 ms] Cloning Github repository: wesleyscholl/argo-workflows into /workspaces/argo-workflows
[15577 ms] Start: Run: docker run -d --mount type=volume,src=argo-workflows-8ae3ec85df16c6e9f76c7c7bddeb661007b51f9f3e6edeca173b21c6446eec10,dst=/workspaces -v /var/run/docker.sock:/var/run/docker.sock vsc-volume-bootstrap sleep infinity
[17860 ms] Start: Run in container: /bin/sh
[17905 ms] Start: Launching Dev Containers helper.
[17906 ms] ssh-agent: SSH_AUTH_SOCK not set on local host.
[17906 ms] ssh-agent: SSH_AUTH_SOCK in container (/tmp/vscode-ssh-auth-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.sock) forwarded to local host (\\.\pipe\openssh-ssh-agent).
[17906 ms] X11 forwarding: DISPLAY not set on local host.
[17907 ms] Start: Run in container: gpgconf --list-dir agent-socket
[18309 ms] /root/.gnupg/S.gpg-agent
[18310 ms]
[18311 ms] Start: Run in container: gpgconf --list-dir homedir
[18336 ms] /root/.gnupg
[18337 ms]
[18337 ms] Start: Run in container: ls '/root/.gnupg/private-keys-v1.d' 2>/dev/null
[18348 ms]
[18349 ms]
[18349 ms] Exit code 2
[18350 ms] Start: Run: gpgconf --list-dir agent-extra-socket
[18407 ms] gpg-agent: No agent-extra-socket found on local host.
[18407 ms] Start: Run in container: command -v docker >/dev/null 2>&1
[18413 ms]
[18413 ms]
[18414 ms] Start: Run in container: /bin/sh
[18463 ms] Start: Run in container: echo ~
[18870 ms] /root
[18870 ms]
[18871 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.js' >/tmp/vscode-remote-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.js
[18896 ms]
[18897 ms]
[18901 ms] Start: Run in container: cat ~/.docker/config.json || echo "{
[18908 ms] {
}
[18908 ms] cat: /root/.docker/config.json: No such file or directory
[18909 ms] Start: Run in container: mkdir -p /usr/local/bin && cat <<'EOF-/usr/local/bin/docker-credential-dev-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff' >/usr/local/bin/docker-credential-dev-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff
[18930 ms]
[18930 ms]
[18931 ms] Start: Run in container: chmod +x /usr/local/bin/docker-credential-dev-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff
[18936 ms]
[18937 ms]
[18938 ms] Start: Run in container: mkdir -p ~/.docker && cat <<'EOF-/usr/local/bin/docker-credential-dev-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff' >~/.docker/config.json
[18947 ms]
[18948 ms]
[18948 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.js' >/tmp/vscode-remote-containers-server-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.js_1696511177200
[18962 ms]
[18962 ms]
[18969 ms] Start: Run in container: # Test for /root/.gitconfig and git
[19009 ms]
[19010 ms]
[19010 ms] Start: Run in container: # Copy C:\Users\WScholl\.gitconfig to /root/.gitconfig
[19018 ms]
[19018 ms]
[19019 ms] Start: Run in container: # Cleaning up git config
[19049 ms]
[19049 ms]
[19049 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --global --replace-all credential.helper '!f() { node /tmp/vscode-remote-containers-6ea84b53-88fb-42a7-8c6a-fd778e2653ff.js git-credential-helper $*; }; f' || true
[19057 ms]
[19058 ms]
[19060 ms] Start: Run in container: # Test for /root/.ssh/known_hosts and ssh
[19070 ms]
[19071 ms]
[19071 ms] Start: Run in container: # Copy C:\Users\WScholl\.ssh\known_hosts to /root/.ssh/known_hosts
[19082 ms]
[19083 ms]
[19405 ms] Start: Run in container: git clone --depth 1 [email protected]:wesleyscholl/argo-workflows .
Cloning into '.'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[20399 ms] Start: Run: docker rm -f 6541766dce9cbd6ba238a4309516f3fb5f5a967698d239dc76d3b8157787cd0f
[21119 ms] Error opening dev container configurations: CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://dev-container%2B7b227265706f7369746f727950617468223a22676974406769746875622e636f6d3a7765736c65797363686f6c6c2f6172676f2d776f726b666c6f7773222c22766f6c756d654e616d65223a225f5f554e495155455f5f222c22666f6c646572223a226172676f2d776f726b666c6f7773222c22636c6f6e65496e666f223a7b2275726c546f436c6f6e65223a22676974406769746875622e636f6d3a7765736c65797363686f6c6c2f6172676f2d776f726b666c6f7773227d2c22696e7370656374566f6c756d65223a66616c73657d/workspaces/argo-workflows'
at r.j (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:630:11395)
at async r.exists (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:630:13602)
at async Promise.all (index 0)
at async vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1855:2796
[21455 ms] Container server terminated (code: 137, signal: null). |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
@wesleyscholl that gives some more context. It looks like you've only tried devcontainers? Unfortunately, pretty much all of the errors are unrelated to Argo -- the I can try to give you some insight into some of those errors though:
That sounds like potentially an issue with a corporate proxy running? That or there's a recent bug in one of the base images
That error is pretty explicit, lacking permissions to clone.
This is failing to install some of your extensions
I'm not sure why it's skipping, but |
Beta Was this translation helpful? Give feedback.
All reactions
-
I've had issues with self signed certificates before, I'm behind a corporate proxy. Make clean - (There are no other outputs)argo-workflows git:(master) make clean
I1005 10:50:09.480342 54005 versioner.go:58] Get "https://127.0.0.1:57583/version?timeout=5s": dial tcp 127.0.0.1:57583: connect: connection refused
GIT_COMMIT=26481a2146107ad0937ef7698c27f3686f93c81e GIT_BRANCH=master GIT_TAG=untagged GIT_TREE_STATE=dirty RELEASE_TAG=false DEV_BRANCH=false VERSION=latest
KUBECTX=minikube DOCKER_DESKTOP=false K3D=false DOCKER_PUSH=false
RUN_MODE=local PROFILE=minimal AUTH_MODE=hybrid SECURE=false STATIC_FILES=true ALWAYS_OFFLOAD_NODE_STATUS=false UPPERIO_DB_DEBUG=0 LOG_LEVEL=debug NAMESPACED=true
go: downloading github.com/docker/docker v24.0.0+incompatible |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yea it seems like your
That also seems like the download is being blocked by your proxy (or other firewall setting -- connection drops or timeouts are common ways to block connectivity). |
Beta Was this translation helpful? Give feedback.
All reactions
-
Another direction: |
Beta Was this translation helpful? Give feedback.
All reactions
-
Or the Nix variant: https://argoproj.github.io/argo-workflows/running-nix/ |
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
-
When running nix: argo-workflows git:(master) nix develop --extra-experimental-features nix-command --extra-experimental-features flakes ./dev/nix/ --impure
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': SSL connect error (35); retrying in 342 ms
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': SSL connect error (35); retrying in 616 ms
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': SSL connect error (35); retrying in 1051 ms
warning: error: unable to download 'https://cache.nixos.org/nix-cache-info': SSL connect error (35); retrying in 2166 ms
warning: unable to download 'https://cache.nixos.org/nix-cache-info': SSL connect error (35)
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/dcc36e45d054d7bb554c9cdab69093debd91a0b5.tar.gz': HTTP error 302 (curl error: SSL connect error); retrying in 296 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/dcc36e45d054d7bb554c9cdab69093debd91a0b5.tar.gz': HTTP error 302 (curl error: SSL connect error); retrying in 699 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/dcc36e45d054d7bb554c9cdab69093debd91a0b5.tar.gz': HTTP error 302 (curl error: SSL connect error); retrying in 1108 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/dcc36e45d054d7bb554c9cdab69093debd91a0b5.tar.gz': HTTP error 302 (curl error: SSL connect error); retrying in 2259 ms
error:
… in the left operand of the update (//) operator
at «string»:56:13:
55| # This is shadowed in the next //
56| // sourceInfo
| ^
57| // {
… in the condition of the assert statement
at «string»:66:13:
65| if node.flake or true then
66| assert builtins.isFunction flake.outputs;
| ^
67| result
(stack trace truncated; use '--show-trace' to show the full trace)
error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/dcc36e45d054d7bb554c9cdab69093debd91a0b5.tar.gz': HTTP error 302 (curl error: SSL connect error) |
Beta Was this translation helpful? Give feedback.
All reactions
-
When running k3d: argo-workflows git:(master) k3d cluster start --wait
FATA[0000] No nodes found for given cluster |
Beta Was this translation helpful? Give feedback.
All reactions
-
You're still having proxy issues. You're going to need to fix those to download anything. That's not an Argo issue. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I'm now able to build using GitHub Codespaces. This option should be added to the docs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
It is in the docs now. I fixed the Codespaces build a few weeks ago in #11981 |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1 -
❤️ 1
-
Thanks! |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
You're still having proxy issues. You're going to need to fix those to download anything. That's not an Argo issue.