the build for 9.3.beta3 has passed successfully, so there should be a docker for that, and a docker for develop that should point to the same.
On Tue, Dec 8, 2020 at 3:56 PM Eric Gourgoulhon <egourg...@gmail.com> wrote:
> On the page
> https://hub.docker.com/r/sagemath/sagemath/tags?page=1&ordering=last_updated
> we see the Docker images develop and develop-py3, as well as 9.3.beta3 and 9.3.beta3-py3. I guess this is a duplicate and that there should no longer be any stuff marked '*-py3' now...
it's from .ci/push-dockerhub.sh :
# For historical reasons, we also provide a -py3 tag. It's identical
to the non-py3 tag.
docker tag ${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG
${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG-py3
docker push ${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG-py3
Can these lines just be removed?
I don't see any "historical reason" here...
User packages' CI scripts may be referring to this tag.
It seems that there is still (or again) something broken. For the images of the beta releases since the 8th of December Sage crashes if I try to start it:
Sage build/upgrade complete!
make[1]: Leaving directory '/home/sage/sage'
sage@8711c66abafe:~/sage$ ./sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.3.beta5, Release Date: 2020-12-27 │
│ Using Python 3.8.5. Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Warning: this is a prerelease version, and it may be unstable. ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
------------------------------------------------------------------------
/home/sage/sage/local/lib/python3.8/site-packages/cysignals/signals.cpython-38-x86_64-linux-gnu.so(+0x6b28)[0x7ff042b33b28]
/home/sage/sage/local/lib/python3.8/site-packages/cysignals/signals.cpython-38-x86_64-linux-gnu.so(+0x6d08)[0x7ff042b33d08]
/home/sage/sage/local/lib/python3.8/site-packages/cysignals/signals.cpython-38-x86_64-linux-gnu.so(+0x93a0)[0x7ff042b363a0]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7ff0523f9390]
/home/sage/sage/local/lib/libgmp.so.10(__gmpz_sizeinbase+0x47)[0x7ff049df0597]
/home/sage/sage/local/lib/python3.8/site-packages/sage/rings/rational.cpython-38-x86_64-linux-gnu.so(+0x1f78c)[0x7ff036e2978c]
/home/sage/sage/local/lib/python3.8/site-packages/sage/rings/rational.cpython-38-x86_64-linux-gnu.so(+0x370d5)[0x7ff036e410d5]
............
/home/sage/sage/local/lib/libpython3.8.so.1.0(+0x185260)[0x7ff05278a260]
/home/sage/sage/local/lib/libpython3.8.so.1.0(PyRun_FileExFlags+0x95)[0x7ff05278cb45]
/home/sage/sage/local/lib/libpython3.8.so.1.0(PyRun_SimpleFileExFlags+0xf6)[0x7ff05278ccb6]
/home/sage/sage/local/lib/libpython3.8.so.1.0(Py_RunMain+0x748)[0x7ff0527a7398]
/home/sage/sage/local/lib/libpython3.8.so.1.0(Py_BytesMain+0x39)[0x7ff0527a77c9]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7ff05203e840]
python3(_start+0x29)[0x400709]
------------------------------------------------------------------------
Attaching gdb to process id 9075.
Cannot find gdb installed
GDB is not installed.
Install gdb for enhanced tracebacks.
------------------------------------------------------------------------
Unhandled SIGILL: An illegal instruction occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
Illegal instruction (core dumped)
Furthermore, all pipelines on individual branches since that date failed.
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/1cb3c7fb-f98b-40e9-90c3-c1961235be43n%40googlegroups.com.