-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Container fails to start: Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed. #357
Comments
@timoknapp do you have any ideas? |
Hi @yllekz, on what OS architecture are you running this docker image? Is it running on Regards |
I'm running the 32-bit Raspberry Pi OS which reports as Unfortunately I'm not sure where else to look in terms of logs. The line |
@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. 🙏 |
Hey. Same problem at raspberry 4, adding stack in portainer |
Hey @coderaiser, is the issue resolved now? I just had a look into the Pipeline and it seems that the build job "Build and push alpine-image" runs correctly now. Maybe this also resolves the issues for the rest of you. Can you please have a look again: @yllekz @mchromy ? |
Not sure if I have to wait for Docker Hub to update, but when I went to pull a new image it did not retrieve a new one, it still indicated the image from 2021-12-23 was the newest. I'll try again in a few hours. |
Hmm no it seems that the latest release is actually from 2021-12-23 But this then means, that the issue @coderaiser noticed does not relate to your initial problem. |
@timoknapp yes the issue with building images is resolved, there was problem with new name of About |
@coderaiser yes I could reproduce the issue and I also found a way of resolving it. It seems to be related to the Node base image. I updated the base images and created a new PR for it (#362) |
@timoknapp thanks a lot for a fix :) 🎉 ! |
@yllekz Could you perform a retest yet? I personally did it and it works again. So please get back to us such that the issue can be resolved :) |
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. |
@yllekz great! Thanks for the feedback. Lets close this issue @coderaiser :) |
That's amazing! @timoknapp thanks a lot for you help 🎉 ! |
cloudcmd -v
): docker-latest (v15.9.9)node -v
: The one that ships with the docker containeruname -a
on Linux): Linux 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021 armv7l GNU/LinuxContainer 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:
The text was updated successfully, but these errors were encountered: