eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
38 stars 42 forks source link

[to not merge] ci: update docker to debian 12 #399

Open sebastianpfischer opened 10 months ago

sebastianpfischer commented 10 months ago

Currently failing at pyenv install with

--> a817a277450f
STEP 24/27: RUN pyenv install 3.7     && pyenv install 3.8     && pyenv install 3.9     && pyenv install 3.10
Downloading Python-3.7.17.tar.xz...
-> https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tar.xz
Installing Python-3.7.17...
patching file Doc/library/ctypes.rst
patching file Lib/test/test_unicode.py
patching file Modules/_ctypes/_ctypes.c
patching file Modules/_ctypes/callproc.c
patching file Modules/_ctypes/ctypes.h
patching file setup.py
patching file 'Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst'
patching file Modules/_decimal/libmpdec/mpdecimal.h
patching file setup.py

BUILD FAILED (Debian GNU/Linux 12 using python-build 2.3.31)

Inspect or clean up the working tree at /tmp/python-build.20231025212441.216
Results logged to /tmp/python-build.20231025212441.216.log

Last 10 log lines:
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
make: *** [Makefile:1659: Parser/firstsets.o] Error 4
Error: building at STEP "RUN pyenv install 3.7     && pyenv install 3.8     && pyenv install 3.9     && pyenv install 3.10": while running runtime: exit status 1
codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.11%. Comparing base (0a2685e) to head (f2ca4a0). Report is 87 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #399 +/- ## ======================================= Coverage 97.11% 97.11% ======================================= Files 85 85 Lines 6866 6866 ======================================= Hits 6668 6668 Misses 198 198 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.