Skip to content

[Bug]: Jetbrains IDEs Failing #1190

Description

@matdave

Before submitting

  • I have searched existing issues to confirm this is not a duplicate
  • I am running the latest version of Devsy

What happened?

When I attempt to launch any of the Jetbrains IDEs, e.g. IntelliJ, PHPStorm, etc. It fails to open in Gateway and shows error:

Worker binary deploy failed: Worker binary deploy failed: check command log for details: Process for command /bin/zsh -lc echo\ REMOTE_EXEC_OUTPUT_MARKER_\ \&\&\ mkdir\ -p\ /home/vscode/.cache/JetBrains/RemoteDev/remote-dev-worker failed with exit code 1; stdout: mkdir: Permission denied; stderr:

What did you expect to happen instead?

Opening the IDE in gateway

Steps to reproduce

  1. Select a workspace
  2. Chose IntelliJ as the IDE
  3. Rebuild
  4. Click Open in IDE

devcontainer.json

{
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
  "features": {
    "ghcr.io/devcontainers-extra/features/mise:1": {},
    "ghcr.io/devcontainers/features/php:1": {
        "version": "latest",
        "installComposer": true
    },
    "ghcr.io/devcontainers/features/common-utils:2": {
    	"configureZshAsDefaultShell": true
    }
  }
}

Error output / logs

2026-09-07T14:17:52.381Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"resolving_config","started":true}
2026-09-07T14:17:52.381Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"resolving_config","started":false}
2026-09-07T14:17:52.381Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"initialize_command","started":true}
2026-09-07T14:17:52.381Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"initialize_command","started":false}
2026-09-07T14:17:52.389Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"starting_container","started":true}
2026-09-07T14:18:00.828Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"building_image","started":true}
2026-09-07T14:21:52.212Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"building_image","started":false}
2026-09-07T14:22:00.997Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"starting_container","started":false}
2026-09-07T14:22:00.997Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"injecting_agent","started":true}
2026-09-07T14:22:02.865Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"injecting_agent","started":false}
2026-09-07T14:22:02.865Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"running_lifecycle_hook","started":true}
2026-09-07T14:22:53.928Z	INFO	{"level":"error","ts":"2026-09-07T09:22:53.928-0500","msg":"decompress: io copy tar reader /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: write /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: no space left on device"}
2026-09-07T14:22:54.233Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"running_lifecycle_hook","started":false}
2026-09-07T14:22:54.233Z	INFO	{"kind":"status","pipeline":"workspace_up","phase":"ready","started":false}
2026-09-07T14:22:54.239Z	INFO	{"level":"error","ts":"2026-09-07T09:22:54.239-0500","msg":"devcontainer up: decompress: io copy tar reader /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: write /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: no space left on device"}
2026-09-07T14:22:54.655Z	INFO	{"kind":"error","outcome":"error","message":"start workspace: decompress: io copy tar reader /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: write /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: no space left on device"}
2026-09-07T14:22:54.658Z	INFO	{"level":"error","ts":"2026-09-07T09:22:54.657-0500","msg":"start workspace: decompress: io copy tar reader /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: write /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: no space left on device","cliError":{"code":"UNKNOWN","message":"start workspace: decompress: io copy tar reader /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: write /home/vscode/.cache/JetBrains/RemoteDev/dist/phpstorm/plugins/remote-dev-server/selfcontained/lib/libssl.so.10: no space left on device"}}
2026-09-07T14:22:54.963Z	ERROR	Exit code: 1

How often does this happen?

Every time

Operating system

Linux

Linux distribution (if applicable)

Fedora 44

Architecture

AMD64

Desktop app or CLI?

Desktop app

Devsy version

v1.16.2

Devsy provider

Other / Custom

Provider version

microsandbox v1.0.0

Screenshots

No response

Anything else?

No response

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions