cloudcmd: Container fails to start: Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.

  • Version (cloudcmd -v): docker-latest (v15.9.9)
  • Node Version node -v: The one that ships with the docker container
  • OS (uname -a on Linux): Linux 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021 armv7l GNU/Linux
  • Browser name/version: Firefox 94.0.2
  • Used Command Line Parameters: none, used yml config file
  • Changed Config: n/a?

Container does not start, it just spits this out in the logs repeatedly:

Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.

This is my docker-compose file - deployed via Portainer stack:

---
version: "2.1"
services:
  cloudcmd:
    image: coderaiser/cloudcmd:latest
    ports:
      - 7000:8000
    volumes:
      - ~:/root
      - /:/mnt/fs
    restart: unless-stopped

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Docker Hub still won’t pull the latest image, it’s still saying the one from late December is the latest?

Update: It’s working now! Took a while for Docker Hub to react but it finally pulled the new image and now it’s all set.

@timoknapp thanks a lot for a fix 😃 🎉 ! I just restarted actions, could you please try v15.9.13 when it published, @yllekz, @mchromy is it works for you?

That’s amazing! @timoknapp thanks a lot for you help 🎉 !

@timoknapp could you please help, docker containers not created because of en error https://github.com/coderaiser/cloudcmd/runs/4521000330?check_suite_focus=true#step:11:278

Hi @coderaiser ,

I could not make it to start with the investigation yet. Its still on my bucket list though. 🙏

Hi @yllekz,

on what OS architecture are you running this docker image? Is it running on arm e.g. Raspberry PI or sth. different? Also do you have more logs on this, its really hard to understand the real issue based on this single log statement.

Regards