Before submitting
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
- Select a workspace
- Chose IntelliJ as the IDE
- Rebuild
- 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
Before submitting
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:
What did you expect to happen instead?
Opening the IDE in gateway
Steps to reproduce
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: 1How 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