Op 19-03-2021 om 14:39 schreef Daniele Romagnoli:
Hi list,
I have recently created a PR on GeoTools:
https://github.com/geotools/geotools/pull/3406 <https://github.com/geotools/geotools/pull/3406>

All checks were green beside this one.
Oracle online tests / Java 11 (pull_request)

Checking the status it get stuck on "Setup Test environment for Oracle XE"

After 3 hours of wait I have decided to abort that check and restart it but it seems that it won't progress anyway.

See the log of the previous check (note the timestamp)
2021-03-19T09:39:01.1695491Z 911921ded2ea: Pull complete
2021-03-19T09:41:22.1832342Z 97525d6aa51a: Pull complete
2021-03-19T09:42:42.8091293Z 1ea11342b4aa: Pull complete
2021-03-19T09:42:42.8160140Z Digest: sha256:3871b282ec9ded6a23102b8645189865bda965fd4d007562051fe9411f153260 2021-03-19T09:42:42.8186169Z Status: Downloaded newer image for pvargacl/oracle-xe-18.4.0:latest 2021-03-19T09:42:42.8199774Z docker.io/pvargacl/oracle-xe-18.4.0:latest <http://docker.io/pvargacl/oracle-xe-18.4.0:latest> 2021-03-19T09:42:50.7971503Z 19a96e2bf5e14a8b97dd54b2113ede86d22ce4b69be26d899f345c7704fd6303
2021-03-19T09:42:51.5673775Z
2021-03-19T09:42:51.5675096Z
*2021-03-19T09:42:51.5675940Z Starting Oracle XE container, this could take a few minutes...
2021-03-19T13:07:42.0836570Z ##[error]The operation was canceled.*
---------------------------
If  you see the times, I have aborted it at 13:07 when it started at 09:42.

The second restart is still stuck:
https://github.com/geotools/geotools/pull/3406/checks?check_run_id=2148691316 <https://github.com/geotools/geotools/pull/3406/checks?check_run_id=2148691316>
On that "Setup Test environment for Oracle XE".

Since my PR won't touch neither jdbc nor Oracle I will merge it anyway (all the other checks are green).

Any clue on that?

looking at https://github.com/geotools/geotools/actions/runs/667467648 (job summary) there are warnings that disk space is running out on the VM running the test and that it's become unresponsive.

the job is running on "ubuntu-latest" which was being transitioned from ubuntu-18.04 to ubuntu-20.04 at github; the latter may have a little less free space causing this (machines have 14GB disk space).

this oracle image has a compressed size of 6.2 GB, so is a space hog; but 20.04 has quite some software preinstalled: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md .

it's worth a try running on ubuntu-18.04, so I've opened a PR for that:
https://github.com/geotools/geotools/pull/3408

-M



_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to