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

Update editor-contribution.yaml #120

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Update editor-contribution.yaml #120

wants to merge 1 commit into from

Conversation

ibuziuk
Copy link
Contributor

@ibuziuk ibuziuk commented Mar 19, 2025

cat entrypoint-logs.txt 
total 4
drwxrwsrwx. 6 root       1004600000  138 Mar 19 12:45 .
dr-xr-xr-x. 1 root       root        153 Mar 19 12:45 ..
drwxr-sr-x. 2 1004600000 1004600000   26 Mar 19 12:45 bin
drwxr-sr-x. 4 1004600000 1004600000   30 Mar 19 12:44 checode-linux-libc
drwxr-sr-x. 8 1004600000 1004600000  151 Mar 19 12:45 checode-linux-musl
-rw-r--r--. 1 1004600000 1004600000    0 Mar 19 12:45 entrypoint-logs.txt
-rwxr-xr-x. 1 1004600000 1004600000 3547 Mar 19 12:45 entrypoint-volume.sh
drwxr-sr-x. 3 1004600000 1004600000   18 Mar 19 12:45 remote
        not a dynamic executable
time="2025-03-19T12:45:05Z" level=info msg="Default 'info' log level is applied"
time="2025-03-19T12:45:05Z" level=info msg="Exec containers configuration:"
time="2025-03-19T12:45:05Z" level=info msg="==> Debug level info"
time="2025-03-19T12:45:05Z" level=info msg="==> Application url 0.0.0.0:3333"
time="2025-03-19T12:45:05Z" level=info msg="==> Absolute path to folder with static resources "
time="2025-03-19T12:45:05Z" level=info msg="==> Use bearer token: false"
time="2025-03-19T12:45:05Z" level=info msg="==> Pod selector: controller.devfile.io/devworkspace_id=workspaceca6cbfff502f4b63"
time="2025-03-19T12:45:05Z" level=info msg="==> Idle timeout: 30m0s"
time="2025-03-19T12:45:05Z" level=info msg="==> Stop retry period: 10s"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.

[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:   export GIN_MODE=release
 - using code:  gin.SetMode(gin.ReleaseMode)

[GIN-debug] GET    /connect                  --> main.main.func2 (3 handlers)
[GIN-debug] GET    /attach/:id               --> main.main.func3 (3 handlers)
[GIN-debug] POST   /exec/config              --> main.main.func4 (3 handlers)
[GIN-debug] POST   /exec/init                --> main.main.func5 (3 handlers)
[GIN-debug] POST   /activity/tick            --> main.main.func6 (3 handlers)
[GIN-debug] GET    /healthz                  --> main.main.func7 (3 handlers)
⇩ Registered RPCRoutes:

Json-rpc MachineExec Routes:
✓ create
✓ check
✓ resize
✓ listContainers
time="2025-03-19T12:45:05Z" level=info msg="Activity tracker is run and workspace will be stopped in 30m0s if there is no activity"
[GIN-debug] Listening and serving HTTP on 0.0.0.0:3333
[INFO] openssl command is available, OpenSSL version is: OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
[INFO] OpenSSL major version is: 3.
[INFO] LD_LIBRARY_PATH is: /checode/checode-linux-libc/ubi9/ld_libs:
[INFO] Using linux-libc ubi9-based assembly...
[INFO] Node.js dir for running VS Code: /checode/checode-linux-libc/ubi9
# Setting curent DevWorkspace ID to che-code...
  > apply DevWorkspace ID [workspaceca6cbfff502f4b63]
# Configuring OpenVSIX registry...
  > env.OPENVSX_REGISTRY_URL is not set, skip this step
# Configuring Webview Resources location...
Failure to find che-code endpoint in /devworkspace-metadata/flattened.devworkspace.yaml Webviews will not work if CDN disabled.
# Configuring Node extra certificates...
  > found /public-certs/tls-ca-bundle.pem
  > writing /tmp/node-extra-certificates/ca.crt..
# Injecting server public key to che-code...
Public key file is not found in /etc/ssh
# Configuring Trusted Extensions...
  > env.VSCODE_TRUSTED_EXTENSIONS is not defined, skip this step
# Generating Workspace file...
  > Creating new workspace file /projects/.code-workspace
# Checking for editor configurations provided by 'vscode-editor-configurations' Config Map...
  > Warning: Can not get Configmap with editor configurations: HTTP request failed, status code: 404
  > Config Map vscode-editor-configurations is not provided, skip this step
# Launching VS Code...
  > Setting DEVWORKSPACE_POD_NAME environment variable to workspaceca6cbfff502f4b63-6b657c779b-m59bl
  > Running: /checode/checode-linux-libc/ubi9/node
  > Params: out/server-main.js,--host,127.0.0.1,--port,3100,--without-connection-token,--default-workspace,/projects/.code-workspace
Server bound to 127.0.0.1:3100 (IPv4)
Extension host agent listening on 3100


[12:45:07] 





[12:45:07] [Error: EACCES: permission denied, mkdir '/home/user'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/home/user'
}

Web UI available at http://localhost:3100

[12:45:07] Extension host agent started.

[12:45:07] Started initializing default profile extensions in extensions installation folder. file:///checode/remote/extensions

[12:45:07] Completed initializing default profile extensions in extensions installation folder. **file:///checode/remote/extensions**

Copy link

openshift-ci bot commented Mar 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibuziuk

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Successfully merging this pull request may close these issues.

1 participant