www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - https://tour.dlang.org/ is down

reply mw <mingwu gmail.com> writes:
Not sure for how many hours.

Is it auto monitored?
Jun 21 2021
parent reply Andrea Fontana <nospam example.org> writes:
On Monday, 21 June 2021 at 23:53:55 UTC, mw wrote:
 Not sure for how many hours.

 Is it auto monitored?
run.dlang.io too
Jun 22 2021
parent reply Petar Kirov [ZombineDev] <petar.p.kirov gmail.com> writes:
On Tuesday, 22 June 2021 at 13:44:53 UTC, Andrea Fontana wrote:
 On Monday, 21 June 2021 at 23:53:55 UTC, mw wrote:
 Not sure for how many hours.

 Is it auto monitored?
run.dlang.io too
They point to the same host. I will be able to take a look in the evening. Sorry for the inconvenience!
Jun 22 2021
parent reply Petar Kirov [ZombineDev] <petar.p.kirov gmail.com> writes:
On Tuesday, 22 June 2021 at 13:49:42 UTC, Petar Kirov 
[ZombineDev] wrote:
 On Tuesday, 22 June 2021 at 13:44:53 UTC, Andrea Fontana wrote:
 On Monday, 21 June 2021 at 23:53:55 UTC, mw wrote:
 Not sure for how many hours.

 Is it auto monitored?
run.dlang.io too
They point to the same host. I will be able to take a look in the evening. Sorry for the inconvenience!
Back online. The reason for the downtime was that server went out of storage, because of old docker images. `docker system prune -a` recovered about 50% of the available space (50GB) on the root partition and now everything is back to normal. I took the opportunity to setup daily builds on the main core-exec image, so that it would pick new versions of DMD and LDC automatically. I also added DMD 2.097.0 to the core-dreg image that is responsible for the "All dmd compilers (2.060 - latest)" option on run.dlang.io.
Jun 22 2021
next sibling parent reply Dennis <dkorpel gmail.com> writes:
On Tuesday, 22 June 2021 at 21:16:51 UTC, Petar Kirov 
[ZombineDev] wrote:
 I took the opportunity to setup daily builds on the main 
 core-exec image, so that it would pick new versions of DMD and 
 LDC automatically.
For dmd-beta, dmd-nightly and ldc-beta it currently reports: Unable to find image 'dlangtour/core-exec:dmd-beta' locally Trying to pull repository docker.io/dlangtour/core-exec ... docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. See '/usr/local/bin/docker run --help'.
Jun 22 2021
parent Petar Kirov [ZombineDev] <petar.p.kirov gmail.com> writes:
On Tuesday, 22 June 2021 at 21:30:55 UTC, Dennis wrote:
 On Tuesday, 22 June 2021 at 21:16:51 UTC, Petar Kirov 
 [ZombineDev] wrote:
 I took the opportunity to setup daily builds on the main 
 core-exec image, so that it would pick new versions of DMD and 
 LDC automatically.
For dmd-beta, dmd-nightly and ldc-beta it currently reports: Unable to find image 'dlangtour/core-exec:dmd-beta' locally Trying to pull repository docker.io/dlangtour/core-exec ... docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. See '/usr/local/bin/docker run --help'.
Thanks, fixed (by authenticating)! I updated the deployment script so that missing those images shouldn't be possible next time. In theory we could apply for Docker's [open source program][0] (successfully applying as a [partner][1] seems unlikely), but that seems too much hassle to be worth it. We should instead migrate to either [GH's CR][2], or [GitLab's][3]. [0]: https://www.docker.com/blog/expanded-support-for-open-source-software-projects/ [1]: https://www.docker.com/partners/programs [2]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry [3]: https://docs.gitlab.com/ee/user/packages/container_registry/
Jun 22 2021
prev sibling parent jmh530 <john.michael.hall gmail.com> writes:
On Tuesday, 22 June 2021 at 21:16:51 UTC, Petar Kirov 
[ZombineDev] wrote:
 [snip]
 I took the opportunity to setup daily builds on the main 
 core-exec image, so that it would pick new versions of DMD and 
 LDC automatically. [snip]
Nice!
Jun 23 2021