YunoHost-Apps / code-server_ynh

Code-server packaged for YunoHost
https://github.com/cdr/code-server
MIT License
6 stars 2 forks source link

Installation Fails During Compilation #3

Closed N-Upchurch closed 3 years ago

N-Upchurch commented 3 years ago

Describe the bug

Installation fails during compilation. Compilation takes a very long time, eventually failing. Compilation takes significant system resources:

image

Context

Steps to reproduce

Attempt to install code-server

Expected behavior

code-server installs successfully

Logs

  YNH_APP_ID: code-server
  YNH_APP_INSTANCE_NAME: code-server
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_APP_MANIFEST_VERSION: 3.10.2~ynh2
error: An error occurred inside the app installation script
interface: api
operation: app_install
parent: null
related_to:
- - app
  - code-server
started_at: 2021-07-16 04:55:22.303419
success: false
yunohost_version: 4.2.6.1
Jules-Bertholet commented 3 years ago

VSCode is big and complex software, compiling it will take a long time and lots of resources. Add swap space if you run out of memory during install. Without logs, I cannot diagnose anything more

N-Upchurch commented 3 years ago

VSCode is big and complex software, compiling it will take a long time and lots of resources. Add swap space if you run out of memory during install. Without logs, I cannot diagnose anything more

Ok thanks. I'll give that a try. What's curious is that I'm not running out of memory. Do you have any advice on how I could get more detailed logs?

Jules-Bertholet commented 3 years ago

You should be able to find them in the YunoHost webadmin, or with sudo yunohost log ... commands